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

12 3 4

  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 168 void LoadFile(const char *Filename);
177 LoadFile(BlockFile.c_str());
196 void BlockExtractorPass::LoadFile(const char *Filename) {
  /external/chromium/chrome/browser/safe_browsing/
bloom_filter.h 49 static BloomFilter* LoadFile(const FilePath& filter_name);
bloom_filter_unittest.cc 99 BloomFilter* filter = BloomFilter::LoadFile(filter_path);
bloom_filter.cc 90 BloomFilter* BloomFilter::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.h 109 bool LoadFile(const LocationRange& origin,
  /external/sfntly/cpp/src/test/autogenerated/
cmap_basic_test.cc 78 ASSERT_TRUE(document_.LoadFile());
  /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/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/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
  /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");
SDL_syscdrom.c 136 LoadFile (file, startFrame, stopFrame);
375 if (LoadFile (ref, startFrame, stopFrame) < 0)
  /external/chromium_org/third_party/WebKit/PerformanceTests/resources/
runner.js 52 PerfTestRunner.loadFile = function (path) {
299 var file = PerfTestRunner.loadFile(test.path);
  /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/chromium_org/third_party/libxml/chromium/
libxml_utils.h 50 bool LoadFile(const std::string& file_path);
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
apache.php 89 'loadfile','loadmodule','location','locationmatch',
lua.php 56 '_VERSION','assert','collectgarbage','dofile','error','gcinfo','loadfile','loadstring',
  /external/sfntly/cpp/src/test/
name_editing_test.cc 42 LoadFile(SAMPLE_TTF_FILE, &input_buffer);

Completed in 572 milliseconds

12 3 4