Searched defs:load (Results 1 - 25 of 231) sorted by relevance

12345678910

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DANTLRFileStream.as11 load(file, encoding);
14 public function load(file:File, encoding:String = null):void { function
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/
H A Dimport.rb8 def load( grammar ) method in class:TestImportedGrammars
27 load inline_grammar( <<-'END' )
59 load inline_grammar( <<-'END' )
94 load inline_grammar( <<-'END' )
137 load inline_grammar( <<-'END' )
181 load inline_grammar( <<-'END' )
216 load inline_grammar( <<-'END' )
244 load inline_grammar( <<-'END' )
271 load inline_grammar( <<-'END' )
299 load inline_gramma
[all...]
/external/chromium/chrome/browser/resources/chromeos/
H A Dproxy_settings.js12 function load() { function
34 document.addEventListener('DOMContentLoaded', load);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/gtk/
H A DInjectedBundleGtk.cpp38 bool InjectedBundle::load(APIObject*) function in class:WebKit::InjectedBundle
/external/webkit/Source/WebKit2/Platform/qt/
H A DModuleQt.cpp32 bool Module::load() function in class:WebKit::Module
36 return m_lib.load();
/external/webkit/Source/WebKit2/Platform/win/
H A DModuleWin.cpp33 bool Module::load() function in class:WebKit::Module
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/mac/
H A DInjectedBundleMac.cpp39 bool InjectedBundle::load(APIObject* initializationUserData) function in class:WebKit::InjectedBundle
43 fprintf(stderr, "InjectedBundle::load failed - Could not consume bundle sandbox extension for [%s].\n", m_path.utf8().data());
52 fprintf(stderr, "InjectedBundle::load failed - Could not create the path string.\n");
58 fprintf(stderr, "InjectedBundle::load failed - Could not create the url from the path string.\n");
64 fprintf(stderr, "InjectedBundle::load failed - Could not create the bundle.\n");
69 fprintf(stderr, "InjectedBundle::load failed - Could not load the executable from the bundle.\n");
75 fprintf(stderr, "InjectedBundle::load failed - Could not find the initialize function in the bundle executable.\n");
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/qt/
H A DInjectedBundleQt.cpp37 bool InjectedBundle::load(APIObject* initializationUserData) function in class:WebKit::InjectedBundle
40 if (!m_platformBundle.load()) {
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DANTLRFileStream.pm48 sub load { subroutine
/external/jmonkeyengine/engine/src/android/com/jme3/audio/plugins/
H A DAndroidAudioLoader.java15 public Object load(AssetInfo assetInfo) throws IOException { method in class:AndroidAudioLoader
/external/jmonkeyengine/engine/src/android/com/jme3/texture/plugins/
H A DAndroidImageLoader.java12 public Object load(AssetInfo info) throws IOException { method in class:AndroidImageLoader
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
H A DAssetLoader.java40 * The loader will load the data in the provided {@link AssetInfo} object by
53 public Object load(AssetInfo assetInfo) throws IOException; method in interface:AssetLoader
/external/jsilver/src/org/clearsilver/
H A DCSFileLoader.java34 public String load(HDF hdf, String filename) throws IOException; method in interface:CSFileLoader
/external/junit/src/junit/runner/
H A DStandardTestSuiteLoader.java7 * The standard test suite loader. It can only load the same class once.
12 * Uses the system class loader to load the test class
14 public Class load(String suiteClassName) throws ClassNotFoundException { method in class:StandardTestSuiteLoader
18 * Uses the system class loader to load the test class
H A DTestSuiteLoader.java9 abstract public Class load(String suiteClassName) throws ClassNotFoundException; method in interface:TestSuiteLoader
/external/webkit/Source/WebCore/plugins/
H A DPluginPackageNone.cpp40 bool PluginPackage::load() function in class:WebCore::PluginPackage
/external/webkit/Source/WebKit2/Platform/gtk/
H A DModuleGtk.cpp36 bool Module::load() function in class:WebKit::Module
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DANTLRFileStream.java35 * since we know the exact size of the object to load. We can avoid lots
47 load(fileName, encoding);
50 public void load(String fileName, String encoding) method in class:ANTLRFileStream
H A DANTLRReaderStream.java53 load(r, size, readChunkSize);
56 public void load(Reader r, int size, int readChunkSize) method in class:ANTLRReaderStream
68 // System.out.println("load "+size+" in chunks of "+readChunkSize);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
H A DBlenderModelLoader.java54 public Spatial load(AssetInfo assetInfo) throws IOException { method in class:BlenderModelLoader
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/font/plugins/
H A DBitmapFontLoader.java50 private BitmapFont load(AssetManager assetManager, String folder, InputStream in) throws IOException{ method in class:BitmapFontLoader
168 public Object load(AssetInfo info) throws IOException { method in class:BitmapFontLoader
172 BitmapFont font = load(info.getManager(), info.getKey().getFolder(), in);
/external/oprofile/gui/
H A Doprof_start_config.cpp64 void config_setting::load(istream & in) function in class:config_setting
110 object.load(in);
/external/srec/srec/AcousticState/include/
H A DSR_AcousticState.h64 ESR_ReturnCode(*load)(SR_Recognizer* recognizer, const LCHAR* filename); member in struct:SR_AcousticState_t
/external/srec/srec/Semproc/include/
H A DSR_SemanticGraph.h62 ESR_ReturnCode(*load)(struct SR_SemanticGraph_t* self, wordmap* ilabels, const LCHAR* basename, int num_words_to_add); member in struct:SR_SemanticGraph_t
/external/v8/test/mjsunit/
H A Dmegamorphic-callbacks.js28 function load(o) { function
45 load(o);
58 // Perform the load checks.
59 assertEquals(100, o.x, "normal load");
60 assertEquals(100, load(o), "ic load");

Completed in 9766 milliseconds

12345678910