PageRenderTime 1734ms queryTime 45ms sortTime 9ms getByIdsTime 1608ms findMatchingLines 29ms

25+ results for 'Inputfile:' (1734 ms)

Not the results you expected?
ImfTiledRgbaFile.cpp https://bitbucket.org/melbyruarus/pbrt.git | C++ | 1162 lines
                    
649
                    
650class TiledRgbaInputFile::FromYa: public Mutex
                    
651{
                    
675
                    
676TiledRgbaInputFile::FromYa::FromYa (TiledInputFile &inputFile)
                    
677:
                    
                
ImfTiledInputFile.cpp https://bitbucket.org/melbyruarus/pbrt.git | C++ | 1302 lines
                    
183//
                    
184// struct TiledInputFile::Data stores things that will be
                    
185// needed between calls to readTile()
                    
187
                    
188struct TiledInputFile::Data: public Mutex
                    
189{
                    
239
                    
240TiledInputFile::Data::Data (bool del, int numThreads):
                    
241    numXTiles (0),
                    
254
                    
255TiledInputFile::Data::~Data ()
                    
256{
                    
268TileBuffer*
                    
269TiledInputFile::Data::getTileBuffer (int number)
                    
270{
                    
                
ImfScanLineInputFile.cpp https://bitbucket.org/melbyruarus/pbrt.git | C++ | 1021 lines
                    
176
                    
177struct ScanLineInputFile::Data: public Mutex
                    
178{
                    
212
                    
213ScanLineInputFile::Data::Data (IStream *is, int numThreads):
                    
214    is (is)
                    
224
                    
225ScanLineInputFile::Data::~Data ()
                    
226{
                    
232inline LineBuffer *
                    
233ScanLineInputFile::Data::getLineBuffer (int lineBufferNumber)
                    
234{
                    
322void
                    
323readPixelData (ScanLineInputFile::Data *ifd,
                    
324	       int minY,
                    
                
BinaryFile.java https://bitbucket.org/haris_peco/debrief.git | Java | 739 lines
                    
244            if (Debug.debugging("binaryfile")) {
                    
245                Debug.output("BinaryFile.setJarInputFile: AccessControlException for "
                    
246                        + name);
                    
                
llvm-lto2.cpp https://bitbucket.org/freebsd/freebsd-base.git | C++ | 443 lines
                    
288    std::unique_ptr<InputFile> Input =
                    
289        check(InputFile::create(MB->getMemBufferRef()), F);
                    
290
                    
291    std::vector<SymbolResolution> Res;
                    
292    for (const InputFile::Symbol &Sym : Input->symbols()) {
                    
293      auto I = CommandLineResolutions.find({F, Sym.getName()});
                    
359    std::unique_ptr<InputFile> Input =
                    
360        check(InputFile::create(MB->getMemBufferRef()), F);
                    
361
                    
377    std::vector<StringRef> ComdatTable = Input->getComdatTable();
                    
378    for (const InputFile::Symbol &Sym : Input->symbols()) {
                    
379      switch (Sym.getVisibility()) {
                    
                
InputFiles.cpp https://bitbucket.org/freebsd/freebsd-base.git | C++ | 1336 lines
                    
42
                    
43bool InputFile::isInGroup;
                    
44uint32_t InputFile::nextGroupId;
                    
82
                    
83InputFile::InputFile(Kind k, MemoryBufferRef m)
                    
84    : mb(m), groupId(nextGroupId), fileKind(k) {
                    
235
                    
236std::string InputFile::getSrcMsg(const Symbol &sym, InputSectionBase &sec,
                    
237                                 uint64_t offset) {
                    
                
ImfTiledRgbaFile.cpp https://gitlab.com/generic-library/opencv | C++ | 1162 lines
                    
649
                    
650class TiledRgbaInputFile::FromYa: public Mutex
                    
651{
                    
                
ImfScanLineInputFile.cpp https://gitlab.com/generic-library/opencv | C++ | 1022 lines
                    
177
                    
178struct ScanLineInputFile::Data: public Mutex
                    
179{
                    
213
                    
214ScanLineInputFile::Data::Data (IStream *is, int numThreads):
                    
215    is (is)
                    
225
                    
226ScanLineInputFile::Data::~Data ()
                    
227{
                    
233inline LineBuffer *
                    
234ScanLineInputFile::Data::getLineBuffer (int lineBufferNumber)
                    
235{
                    
323void
                    
324readPixelData (ScanLineInputFile::Data *ifd,
                    
325           int minY,
                    
                
ImfInputFile.cpp https://gitlab.com/generic-library/opencv | C++ | 648 lines
                    
66//
                    
67// Struct InputFile::Data stores things that will be
                    
68// needed between calls to readPixels
                    
70
                    
71struct InputFile::Data: public Mutex
                    
72{
                    
99
                    
100InputFile::Data::Data (bool del, int numThreads):
                    
101    is (0),
                    
112
                    
113InputFile::Data::~Data ()
                    
114{
                    
125void
                    
126InputFile::Data::deleteCachedBuffer()
                    
127{
                    
                
jquery.fileUploader.js https://bitbucket.org/dgieselaar/zaaksysteem.git | JavaScript | 716 lines
                    
151			//Show only the file input
                    
152			showInputFile: function(form) {
                    
153				$(pxUploadFormInput).find(form).children().each(function(){
                    
160			//Hide file input and show other data
                    
161			hideInputFile: function($form) {
                    
162				$form.children().each(function(){
                    
                
ImfTiledInputFile.cpp https://gitlab.com/seranth/FreeImage | C++ | 1533 lines
                    
190//
                    
191// struct TiledInputFile::Data stores things that will be
                    
192// needed between calls to readTile()
                    
194
                    
195struct TiledInputFile::Data: public Mutex
                    
196{
                    
251
                    
252TiledInputFile::Data::Data (int numThreads):
                    
253    numXTiles (0),
                    
270
                    
271TiledInputFile::Data::~Data ()
                    
272{
                    
284TileBuffer*
                    
285TiledInputFile::Data::getTileBuffer (int number)
                    
286{
                    
                
ImfScanLineInputFile.cpp https://gitlab.com/seranth/FreeImage | C++ | 1702 lines
                    
208
                    
209struct ScanLineInputFile::Data: public Mutex
                    
210{
                    
250
                    
251ScanLineInputFile::Data::Data (int numThreads):
                    
252        partNumber(-1),
                    
263
                    
264ScanLineInputFile::Data::~Data ()
                    
265{
                    
271inline LineBuffer *
                    
272ScanLineInputFile::Data::getLineBuffer (int lineBufferNumber)
                    
273{
                    
362readPixelData (InputStreamMutex *streamData,
                    
363               ScanLineInputFile::Data *ifd,
                    
364	       int minY,
                    
                
ImfMultiPartInputFile.cpp https://gitlab.com/seranth/FreeImage | C++ | 783 lines
                    
80
                    
81struct MultiPartInputFile::Data: public InputStreamMutex
                    
82{
                    
127
                    
128MultiPartInputFile::MultiPartInputFile(const char fileName[],
                    
129                           int numThreads,
                    
152
                    
153MultiPartInputFile::MultiPartInputFile (OPENEXR_IMF_INTERNAL_NAMESPACE::IStream& is,
                    
154                                        int numThreads,
                    
179T*
                    
180MultiPartInputFile::getInputPart(int partNumber)
                    
181{
                    
192
                    
193template InputFile* MultiPartInputFile::getInputPart<InputFile>(int);
                    
194template TiledInputFile* MultiPartInputFile::getInputPart<TiledInputFile>(int);
                    
                
ImfInputFile.cpp https://gitlab.com/seranth/FreeImage | C++ | 895 lines
                    
75//
                    
76// Struct InputFile::Data stores things that will be
                    
77// needed between calls to readPixels
                    
79
                    
80struct InputFile::Data : public Mutex
                    
81{
                    
117
                    
118InputFile::Data::Data (int numThreads):
                    
119    isTiled (false),
                    
138
                    
139InputFile::Data::~Data ()
                    
140{
                    
157void	
                    
158InputFile::Data::deleteCachedBuffer()
                    
159{
                    
                
ImfDeepTiledInputFile.cpp https://gitlab.com/seranth/FreeImage | C++ | 1636 lines
                    
199//
                    
200// struct TiledInputFile::Data stores things that will be
                    
201// needed between calls to readTile()
                    
203
                    
204struct DeepTiledInputFile::Data: public Mutex
                    
205{
                    
278
                    
279DeepTiledInputFile::Data::Data (int numThreads):
                    
280    numXTiles (0),
                    
297
                    
298DeepTiledInputFile::Data::~Data ()
                    
299{
                    
314TileBuffer*
                    
315DeepTiledInputFile::Data::getTileBuffer (int number)
                    
316{
                    
                
ImfDeepScanLineInputFile.cpp https://gitlab.com/seranth/FreeImage | C++ | 1562 lines
                    
200
                    
201struct DeepScanLineInputFile::Data: public Mutex
                    
202{
                    
270
                    
271DeepScanLineInputFile::Data::Data (int numThreads):
                    
272        partNumber(-1),
                    
294
                    
295DeepScanLineInputFile::Data::~Data ()
                    
296{
                    
312inline LineBuffer *
                    
313DeepScanLineInputFile::Data::getLineBuffer (int lineBufferNumber)
                    
314{
                    
405readPixelData (InputStreamMutex *streamData,
                    
406               DeepScanLineInputFile::Data *ifd,
                    
407               int minY,
                    
                
qchemfiles.cpp https://gitlab.com/Molcas/MolGUI | C++ | 661 lines
                    
88                wxExecute(quiproc, wxEXEC_SYNC);
                    
89                // std::cout << "QChemFiles::CreateInputFile: " << quiproc << ";" << std::endl;
                    
90                if(wxFileExists(quifile))
                    
                
inputfile.cpp https://gitlab.com/Molcas/MolGUI | C++ | 539 lines
                    
26#ifdef __BP_CONSTRAIN_DATA_H__
                    
27void INPUTFile::SaveFile(const wxString &fileName, AtomBondArray &array, StringHash &setting, ConstrainData &constrainData)
                    
28{
                    
40
                    
41void INPUTFile::SaveExport(wxTextOutputStream &tos)
                    
42{
                    
46
                    
47void INPUTFile::SaveOutputSE(wxTextOutputStream &tos, AtomBondArray &array, StringHash &setting)
                    
48{
                    
81
                    
82void INPUTFile::SaveOutput(wxTextOutputStream &tos, AtomBondArray &array, StringHash &setting)
                    
83{
                    
153
                    
154void INPUTFile::SaveSESettings(wxTextOutputStream &tos, StringHash &setting)
                    
155{
                    
                
InputFiles.cpp https://github.com/freebsd/freebsd.git | C++ | 1202 lines
                    
99std::unique_ptr<TarWriter> macho::tar;
                    
100int InputFile::idCount = 0;
                    
101
                    
243
                    
244InputFile::InputFile(Kind kind, const InterfaceFile &interface)
                    
245    : id(idCount++), fileKind(kind), name(saver().save(interface.getPath())) {}
                    
                
InputFiles.cpp https://github.com/freebsd/freebsd.git | C++ | 1311 lines
                    
42
                    
43bool InputFile::isInGroup;
                    
44uint32_t InputFile::nextGroupId;
                    
99
                    
100InputFile::InputFile(Kind k, MemoryBufferRef m)
                    
101    : mb(m), groupId(nextGroupId), fileKind(k) {
                    
247
                    
248std::string InputFile::getSrcMsg(const Symbol &sym, InputSectionBase &sec,
                    
249                                 uint64_t offset) {
                    
265
                    
266StringRef InputFile::getNameForScript() const {
                    
267  if (archiveName.empty())
                    
                
3. ХЭРЭГЖҮҮЛЭЛТ.ipynb https://gitlab.com/enhush.toy/ai-sentiment | Jupyter | 549 lines
                    
65    "        for file in os.listdir(path):\n",
                    
66    "            with open(os.path.join(path, file), 'r', encoding='utf-8') as inputFile:\n",
                    
67    "                txt = inputFile.read()\n",
                    
                
P08.py https://github.com/apollolj/MIT-OpenCourseWare.git | Python | 393 lines
                    
33    subjects = {}
                    
34    for line in inputFile:
                    
35        nextSubject                 = line.strip().split(',')      # First remove the extra chars then split them
                    
                
blast_xml.pm https://github.com/sauloal/perlscripts.git | Perl | 944 lines
                    
369	my $inputFile = $_[0];
                    
370	if ( -f $inputFile ) { &Log("LOADING FILE $inputFile\n"); } else { die "COULD NOT OPEN $inputFile: $!"};
                    
371	my $in = new Bio::SearchIO(-format => 'blast', 
                    
                
geoip.pas https://github.com/dtouzeau/artica-1.5.git | Pascal | 571 lines
                    
81  private
                    
82    FInputFile: TFileStream;
                    
83    FDatabaseType: TGeoIPDBTypes;
                    
                
client.py https://gitlab.com/oytunistrator/scrapy | Python | 1168 lines
                    
206
                    
207    @ivar _inputFile: Any file-like object, bytes read from which will be
                    
208        written to a consumer.
                    
                
 

Source

Language