HomeSort by relevance Sort by last modified time
    Searched defs:load (Results 1 - 25 of 509) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
ANTLRFileStream.as 11 load(file, encoding);
14 public function load(file:File, encoding:String = null):void { function
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/
import.rb 8 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_grammar( <<-'END'
    [all...]
  /external/chromium/chrome/browser/resources/chromeos/
proxy_settings.js 12 function load() { function
34 document.addEventListener('DOMContentLoaded', load);
  /external/jsilver/src/org/clearsilver/
CSFileLoader.java 34 public String load(HDF hdf, String filename) throws IOException; method in interface:CSFileLoader
  /external/webkit/Source/WebKit2/Platform/qt/
ModuleQt.cpp 32 bool Module::load() function in class:WebKit::Module
36 return m_lib.load();
  /external/webkit/Source/WebKit2/Platform/win/
ModuleWin.cpp 33 bool Module::load() function in class:WebKit::Module
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/gtk/
InjectedBundleGtk.cpp 38 bool InjectedBundle::load(APIObject*) function in class:WebKit::InjectedBundle
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/mac/
InjectedBundleMac.cpp 39 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/
InjectedBundleQt.cpp 37 bool InjectedBundle::load(APIObject* initializationUserData) function in class:WebKit::InjectedBundle
40 if (!m_platformBundle.load()) {
  /external/webkit/Tools/MiniBrowser/qt/
BrowserView.cpp 54 void BrowserView::load(const QString& url) function in class:BrowserView
56 return m_item->load(QUrl::fromUserInput(url));
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
AssetLoader.java 40 * 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/junit/src/junit/runner/
StandardTestSuiteLoader.java 7 * 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
TestSuiteLoader.java 9 abstract public Class load(String suiteClassName) throws ClassNotFoundException; method in interface:TestSuiteLoader
  /external/webkit/Source/WebCore/plugins/
PluginPackageNone.cpp 40 bool PluginPackage::load() function in class:WebCore::PluginPackage
  /external/webkit/Source/WebKit2/Platform/gtk/
ModuleGtk.cpp 36 bool Module::load() function in class:WebKit::Module
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
ANTLRInputStream.java 68 load(isr, size, readBufferSize); method
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
ANTLRFileStream.pm 48 sub load { subroutine
  /external/oprofile/gui/
oprof_start_config.cpp 64 void config_setting::load(istream & in) function in class:config_setting
110 object.load(in);
  /frameworks/base/test-runner/src/junit/runner/
ReloadingTestSuiteLoader.java 9 public Class load(String suiteClassName) throws ClassNotFoundException { method in class:ReloadingTestSuiteLoader
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
TextureBase.java 35 tex.load();
51 abstract void load(); method in class:TextureBase
  /external/jmonkeyengine/engine/src/android/com/jme3/audio/plugins/
AndroidAudioLoader.java 15 public Object load(AssetInfo assetInfo) throws IOException { method in class:AndroidAudioLoader
  /external/jmonkeyengine/engine/src/android/com/jme3/texture/plugins/
AndroidImageLoader.java 12 public Object load(AssetInfo info) throws IOException { method in class:AndroidImageLoader
  /external/jsilver/src/com/google/clearsilver/jsilver/template/
TemplateLoader.java 28 * Load a template from a named resource, with the provided escape mode. If the mode is
35 * @param resourceLoader the ResourceLoader object to use to load any files needed to satisfy this
39 Template load(String templateName, ResourceLoader resourceLoader, EscapeMode escapeMode); method in interface:TemplateLoader
  /external/srec/srec/AcousticState/include/
SR_AcousticState.h 64 ESR_ReturnCode(*load)(SR_Recognizer* recognizer, const LCHAR* filename); member in struct:SR_AcousticState_t
  /external/srec/srec/Semproc/include/
SR_SemanticGraph.h 62 ESR_ReturnCode(*load)(struct SR_SemanticGraph_t* self, wordmap* ilabels, const LCHAR* basename, int num_words_to_add); member in struct:SR_SemanticGraph_t

Completed in 1941 milliseconds

1 2 3 4 5 6 7 8 91011>>