HomeSort by relevance Sort by last modified time
    Searched refs:LoadFile (Results 26 - 50 of 57) sorted by null

12 3

  /external/sfntly/cpp/src/test/autogenerated/
cmap_basic_test.cc 78 ASSERT_TRUE(document_.LoadFile());
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
SDL_syscdrom.c 136 LoadFile (file, startFrame, stopFrame);
375 if (LoadFile (ref, startFrame, stopFrame) < 0)
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/
xmltest.cpp 138 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" );
tinyxml.h 186 TiXmlDocument::LoadFile(), or any TiXmlNode::Parse() is called. It will NOT be set
    [all...]
  /external/tinyxml2/
tinyxml2.cpp     [all...]
tinyxml2.h     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
font_int.h 162 FX_BOOL LoadFile(FX_LPVOID pPackage, FX_LPCSTR fileid);
fpdf_font_cid.cpp 807 m_pExternalMap->LoadFile(pPackage, FX_BSTRC("CIDInfo_") + g_CharsetNames[charset]);
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h 232 TiXmlDocument::LoadFile(), or any TiXmlNode::Parse() is called. It will NOT be set
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
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)
  /art/runtime/
profiler.h 267 bool LoadFile(const std::string& filename);
profiler.cc 798 bool ProfileFile::LoadFile(const std::string& fileName) {
  /cts/suite/audio_quality/lib/src/task/
ModelBuilder.cpp 87 if (!doc.LoadFile()) {
  /external/chromium_org/third_party/sfntly/cpp/src/test/
name_editing_test.cc 42 LoadFile(SAMPLE_TTF_FILE, &input_buffer);
  /external/sfntly/cpp/src/test/
name_editing_test.cc 42 LoadFile(SAMPLE_TTF_FILE, &input_buffer);
  /art/runtime/native/
dalvik_system_DexFile.cc 442 bool new_ok = new_profile.LoadFile(profile_file);
443 bool old_ok = old_profile.LoadFile(prev_profile_file);
  /external/chromium_org/chrome/browser/safe_browsing/
prefix_set.cc 167 scoped_ptr<PrefixSet> PrefixSet::LoadFile(const base::FilePath& filter_name) {
safe_browsing_database.cc 580 safe_browsing::PrefixSet::LoadFile(
    [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 64 FX_BOOL LoadFile(IFX_FileRead* pFile);
  /external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp 136 FX_BOOL CFX_Font::LoadFile(IFX_FileRead* pFile)
  /external/chromium_org/gpu/config/
gpu_info_collector_win.cc 110 if (!reader.LoadFile(current_results_string)) {
  /external/bluetooth/bluedroid/btif/src/
btif_config_util.cpp 205 int err = xml.LoadFile(file_name);
    [all...]
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 214 bool bLoadedOK = node.LoadFile( filename.c_str() );
    [all...]

Completed in 1404 milliseconds

12 3