Searched refs:LoadFile (Results 1 - 25 of 42) sorted by relevance

12

/external/sfntly/cpp/src/test/
H A Dtest_font_utils.h34 void LoadFile(const char* input_file_path, ByteVector* input_buffer);
H A Dchrome_subsetter.cc37 sfntly::LoadFile(kInputFileName, &input_buffer);
H A Dtest_font_utils.cc56 LoadFile(font_path, &bv);
63 void LoadFile(const char* input_file_path, ByteVector* input_buffer) { function in namespace:sfntly
H A Dfont_parsing_test.cc36 LoadFile(SAMPLE_TTF_FILE, &input_buffer);
118 LoadFile(SAMPLE_TTF_FILE, &input_buffer);
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DCDPlayer.h47 int LoadFile (const FSRef *ref, int startFrame, int endFrame); /* pass -1 to do nothing */
H A DSDL_syscdrom.c136 LoadFile (file, startFrame, stopFrame);
375 if (LoadFile (ref, startFrame, stopFrame) < 0)
/external/llvm/tools/llvm-link/
H A Dllvm-link.cpp53 // LoadFile - Read the specified bitcode file in and return it. This routine
56 static inline Module *LoadFile(const char *argv0, const std::string &FN, function
81 OwningPtr<Module> Composite(LoadFile(argv[0],
91 OwningPtr<Module> M(LoadFile(argv[0], InputFilenames[i], Context));
/external/chromium/chrome/browser/safe_browsing/
H A Dprefix_set.h70 static PrefixSet* LoadFile(const FilePath& filter_name);
103 // Helper for |LoadFile()|. Steals the contents of |index| and
H A Dbloom_filter.h49 static BloomFilter* LoadFile(const FilePath& filter_name);
H A Dprefix_set_unittest.cc314 prefix_set(safe_browsing::PrefixSet::LoadFile(filename));
330 prefix_set(safe_browsing::PrefixSet::LoadFile(filename));
338 prefix_set.reset(safe_browsing::PrefixSet::LoadFile(filename));
350 prefix_set(safe_browsing::PrefixSet::LoadFile(filename));
362 prefix_set(safe_browsing::PrefixSet::LoadFile(filename));
374 prefix_set(safe_browsing::PrefixSet::LoadFile(filename));
386 prefix_set(safe_browsing::PrefixSet::LoadFile(filename));
400 prefix_set(safe_browsing::PrefixSet::LoadFile(filename));
416 prefix_set(safe_browsing::PrefixSet::LoadFile(filename));
431 prefix_set(safe_browsing::PrefixSet::LoadFile(filenam
[all...]
H A Dbloom_filter_unittest.cc99 BloomFilter* filter = BloomFilter::LoadFile(filter_path);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dprefix_set.h71 static PrefixSet* LoadFile(const base::FilePath& filter_name);
84 // Helper for |LoadFile()|. Steals the contents of |index| and
H A Dprefix_set_unittest.cc319 prefix_set(safe_browsing::PrefixSet::LoadFile(filename));
336 prefix_set(safe_browsing::PrefixSet::LoadFile(filename));
347 prefix_set(safe_browsing::PrefixSet::LoadFile(filename));
363 prefix_set(safe_browsing::PrefixSet::LoadFile(filename));
371 prefix_set.reset(safe_browsing::PrefixSet::LoadFile(filename));
383 prefix_set(safe_browsing::PrefixSet::LoadFile(filename));
395 prefix_set(safe_browsing::PrefixSet::LoadFile(filename));
407 prefix_set(safe_browsing::PrefixSet::LoadFile(filename));
419 prefix_set(safe_browsing::PrefixSet::LoadFile(filename));
433 prefix_set(safe_browsing::PrefixSet::LoadFile(filenam
[all...]
/external/llvm/lib/Transforms/IPO/
H A DInternalize.cpp54 void LoadFile(const char *Filename);
74 LoadFile(APIFile.c_str());
88 void InternalizePass::LoadFile(const char *Filename) { function in class:InternalizePass
H A DLoopExtractor.cpp168 void LoadFile(const char *Filename);
177 LoadFile(BlockFile.c_str());
196 void BlockExtractorPass::LoadFile(const char *Filename) { function in class:BlockExtractorPass
/external/sfntly/cpp/src/sample/chromium/
H A Dchrome_subsetter.cc40 bool LoadFile(const char* input_file_path, sfntly::ByteVector* input_buffer) { function
108 if (!LoadFile(argv[1], &input_buffer)) {
/external/chromium_org/tools/gn/
H A Dinput_file_manager.h109 bool LoadFile(const LocationRange& origin,
H A Dinput_file_manager.cc116 if (!LoadFile(origin, build_settings, file_name, &data->file, err))
187 if (!LoadFile(origin, build_settings, name, file, &err))
191 bool InputFileManager::LoadFile(const LocationRange& origin, function in class:InputFileManager
/external/ceres-solver/examples/
H A Dsimple_bundle_adjuster.cc67 bool LoadFile(const char* filename) { function in class:BALProblem
183 if (!bal_problem.LoadFile(argv[1])) {
/external/chromium/chrome/common/
H A Dlibxml_utils.h52 bool LoadFile(const FilePath& file_path);
H A Dlibxml_utils.cc54 bool XmlReader::LoadFile(const FilePath& file_path) { function in class:XmlReader
/external/chromium_org/third_party/libxml/chromium/
H A Dlibxml_utils.cc35 bool XmlReader::LoadFile(const std::string& file_path) { function in class:XmlReader
H A Dlibxml_utils.h50 bool LoadFile(const std::string& file_path);
/external/sfntly/cpp/src/test/autogenerated/
H A Dcmap_basic_test.cc78 ASSERT_TRUE(document_.LoadFile());
/external/tinyxml/
H A Dxmltest.cpp138 bool loadOkay = doc.LoadFile();
498 doc.LoadFile();
765 doc.LoadFile( name );
786 bool loadOkay = doc.LoadFile();
840 doc.LoadFile( "test5.xml" );
853 bool result = doc.LoadFile( "test6.xml" );
876 doc.LoadFile( "test7.xml" );

Completed in 530 milliseconds

12