HomeSort by relevance Sort by last modified time
    Searched full:loadfile (Results 26 - 50 of 117) sorted by null

12 3 4 5

  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 174 void LoadFile(const char *Filename);
183 LoadFile(BlockFile.c_str());
202 void BlockExtractorPass::LoadFile(const char *Filename) {
  /device/google/contexthub/lib/nanohub/
nanoapp.c 68 void *loadFile(const char *fileName, uint32_t *size)
  /external/autotest/client/tests/dbench/
dbench_startup.patch 52 fn(&children[i], loadfile);
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
ImportTest.java 76 importer.loadFile(Gdx.files.internal("data/g3d/btscene1.bullet"));
  /external/llvm/tools/llvm-link/
llvm-link.cpp 109 static std::unique_ptr<Module> loadFile(const char *argv0,
169 std::unique_ptr<Module> M = loadFile(argv0, FileName, Context, false);
230 std::unique_ptr<Module> M = loadFile(argv0, SME.getKey(), Context, true);
255 std::unique_ptr<Module> M = loadFile(argv0, File, Context);
  /external/sfntly/cpp/src/test/autogenerated/
cmap_basic_test.cc 78 ASSERT_TRUE(document_.LoadFile());
  /system/weaved/buffet/
buffet_config.h 91 bool LoadFile(const base::FilePath& file_path,
manager.cc 66 bool LoadFile(const base::FilePath& file_path,
91 CHECK(LoadFile(path, &json, nullptr));
108 CHECK(LoadFile(path, &json, nullptr));
129 CHECK(LoadFile(path, &json, nullptr));
146 CHECK(LoadFile(path, &json, nullptr));
  /external/ceres-solver/examples/
simple_bundle_adjuster.cc 67 bool LoadFile(const char* filename) {
183 if (!bal_problem.LoadFile(argv[1])) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
ErrorTracker.java 50 anInstance.loadFile("C:\\junk\\testManifest.xml");
61 public void loadFile(String fileName) {
  /external/pdfium/xfa/src/fgas/src/crt/
fx_stream.h 46 FX_BOOL LoadFile(const FX_WCHAR* pszSrcFileName, FX_DWORD dwAccess);
176 FX_BOOL LoadFile(const FX_WCHAR* pszSrcFileName, FX_DWORD dwAccess);
  /external/tinyxml/docs/
classTiXmlDocument.html 34 <tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classTiXmlDocument.html#a6">LoadFile</a> (TiXmlEncoding encoding=TIXML_DEFAULT_ENCODING)</td></tr>
41 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a8"></a><!-- doxytag: member="TiXmlDocument::LoadFile" ref="a8" args="(const char *filename, TiXmlEncoding encoding=TIXML_DEFAULT_ENCODING)" -->
42 bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classTiXmlDocument.html#a8">LoadFile</a> (const char *filename, TiXmlEncoding encoding=TIXML_DEFAULT_ENCODING)</td></tr>
49 <tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classTiXmlDocument.html#a10">LoadFile</a> (const std::string &amp;filename, TiXmlEncoding encoding=TIXML_DEFAULT_ENCODING)</td></tr>
254 <a class="anchor" name="a10"></a><!-- doxytag: member="TiXmlDocument::LoadFile" ref="a10" args="(const std::string &amp;filename, TiXmlEncoding encoding=TIXML_DEFAULT_ENCODING)" --><p>
260 <td class="md" nowrap valign="top">bool TiXmlDocument::LoadFile </td>
296 <a class="anchor" name="a6"></a><!-- doxytag: member="TiXmlDocument::LoadFile" ref="a6" args="(TiXmlEncoding encoding=TIXML_DEFAULT_ENCODING)" --><p>
302 <td class="md" nowrap valign="top">bool TiXmlDocument::LoadFile </td>
tutorial0.html 56 bool loadOkay = doc.LoadFile();
266 bool loadOkay = doc.LoadFile();
  /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" );
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
IOBinding.py 4 # - IOBinding.loadfile() interprets Windows, UNIX, and Macintosh
212 # pass self.loadfile to flist.open so it will load the file
219 flist.open(filename, self.loadfile)
238 self.loadfile(filename)
247 def loadfile(self, filename): member in class:IOBinding
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
IOBinding.py 4 # - IOBinding.loadfile() interprets Windows, UNIX, and Macintosh
212 # pass self.loadfile to flist.open so it will load the file
219 flist.open(filename, self.loadfile)
238 self.loadfile(filename)
247 def loadfile(self, filename): member in class:IOBinding
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 4 # - IOBinding.loadfile() interprets Windows, UNIX, and Macintosh
212 # pass self.loadfile to flist.open so it will load the file
219 flist.open(filename, self.loadfile)
238 self.loadfile(filename)
247 def loadfile(self, filename): member in class:IOBinding
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 4 # - IOBinding.loadfile() interprets Windows, UNIX, and Macintosh
212 # pass self.loadfile to flist.open so it will load the file
219 flist.open(filename, self.loadfile)
238 self.loadfile(filename)
247 def loadfile(self, filename): member in class:IOBinding
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
FileDialog.py 267 loadfile = fd.go(key="test")
270 print loadfile, savefile
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
FileDialog.py 267 loadfile = fd.go(key="test")
270 print loadfile, savefile
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 267 loadfile = fd.go(key="test")
270 print loadfile, savefile
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 267 loadfile = fd.go(key="test")
270 print loadfile, savefile
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
build.xml 118 <loadfile property="g-contents" srcfile="${g}" />
  /external/sfntly/cpp/src/test/
name_editing_test.cc 42 LoadFile(SAMPLE_TTF_FILE, &input_buffer);
  /external/skia/debugger/QT/
SkDebuggerGUI.h 177 void loadFile(QListWidgetItem *item);

Completed in 395 milliseconds

12 3 4 5