HomeSort by relevance Sort by last modified time
    Searched defs:LoadFile (Results 1 - 23 of 23) sorted by null

  /external/llvm/tools/llvm-link/
llvm-link.cpp 53 // LoadFile - Read the specified bitcode file in and return it. This routine
56 static inline Module *LoadFile(const char *argv0, const std::string &FN,
81 OwningPtr<Module> Composite(LoadFile(argv[0],
91 OwningPtr<Module> M(LoadFile(argv[0], InputFilenames[i], Context));
  /external/llvm/lib/Transforms/IPO/
Internalize.cpp 54 void LoadFile(const char *Filename);
74 LoadFile(APIFile.c_str());
88 void InternalizePass::LoadFile(const char *Filename) {
LoopExtractor.cpp 168 void LoadFile(const char *Filename);
177 LoadFile(BlockFile.c_str());
196 void BlockExtractorPass::LoadFile(const char *Filename) {
  /external/sfntly/cpp/src/test/
test_font_utils.cc 56 LoadFile(font_path, &bv);
63 void LoadFile(const char* input_file_path, ByteVector* input_buffer) {
  /external/chromium_org/third_party/libxml/chromium/
libxml_utils.cc 35 bool XmlReader::LoadFile(const std::string& file_path) {
  /frameworks/compile/libbcc/tools/bcc_strip_attr/
bcc_strip_attr.cpp 91 static inline std::auto_ptr<Module> LoadFile(const char *argv0,
116 std::auto_ptr<Module> M(LoadFile(argv[0], InputFilenames[0], Context));
  /external/chromium/chrome/browser/safe_browsing/
bloom_filter.cc 90 BloomFilter* BloomFilter::LoadFile(const FilePath& filter_name) {
prefix_set.cc 158 PrefixSet* PrefixSet::LoadFile(const FilePath& filter_name) {
  /external/chromium/chrome/common/
libxml_utils.cc 54 bool XmlReader::LoadFile(const FilePath& file_path) {
  /external/chromium_org/tools/gn/
input_file_manager.cc 116 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,
  /external/sfntly/cpp/src/sample/chromium/
chrome_subsetter.cc 40 bool LoadFile(const char* input_file_path, sfntly::ByteVector* input_buffer) {
108 if (!LoadFile(argv[1], &input_buffer)) {
  /external/chromium_org/chrome/browser/safe_browsing/
prefix_set.cc 155 PrefixSet* PrefixSet::LoadFile(const base::FilePath& filter_name) {
  /external/ceres-solver/examples/
simple_bundle_adjuster.cc 67 bool LoadFile(const char* filename) {
183 if (!bal_problem.LoadFile(argv[1])) {
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 954 bool TiXmlDocument::LoadFile( TiXmlEncoding encoding )
956 return LoadFile( Value(), encoding );
965 bool TiXmlDocument::LoadFile( const char* _filename, TiXmlEncoding encoding )
975 bool result = LoadFile( file, encoding );
986 bool TiXmlDocument::LoadFile( FILE* file, TiXmlEncoding encoding )
    [all...]
tinyxml.h 232 TiXmlDocument::LoadFile(), or any TiXmlNode::Parse() is called. It will NOT be set
    [all...]
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary.cc 59 ChecksumStatus LoadFile(const base::FilePath& file_path, WordList& words) {
95 if (LoadFile(path, custom_words) == VALID_CHECKSUM)
102 if (LoadFile(backup, custom_words) != VALID_CHECKSUM)
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
CDPlayer.c 392 int LoadFile (const FSRef *ref, int startFrame, int stopFrame)
404 printf ("LoadFile: %d %d\n", startFrame, stopFrame);
413 SDL_SetError ("LoadFile: Could not create player");
  /external/tinyxml/
tinyxml.cpp 935 bool TiXmlDocument::LoadFile( TiXmlEncoding encoding )
940 if ( buf.buffer && LoadFile( buf.buffer, encoding ) )
958 bool TiXmlDocument::LoadFile( const char* filename, TiXmlEncoding encoding )
    [all...]
tinyxml.h 186 TiXmlDocument::LoadFile(), or any TiXmlNode::Parse() is called. It will NOT be set
    [all...]
  /external/tinyxml2/
tinyxml2.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 4261 milliseconds