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

123

/external/webkit/WebCore/plugins/
H A DPluginPackageNone.cpp40 bool PluginPackage::load() function in class:WebCore::PluginPackage
/external/clearsilver/java-jni/
H A DCSFileLoader.java20 public String load(HDF hdf, String filename) throws IOException; method in interface:CSFileLoader
H A DCSTest.java252 public String load(HDF hdf, String filename) throws IOException { method in class:CSTestLoader
/external/junit/src/junit/runner/
H A DStandardTestSuiteLoader.java4 * The standard test suite loader. It can only load the same class once.
8 * Uses the system class loader to load the test class
10 public Class load(String suiteClassName) throws ClassNotFoundException { method in class:StandardTestSuiteLoader
14 * Uses the system class loader to load the test class
H A DTestSuiteLoader.java7 abstract public Class load(String suiteClassName) throws ClassNotFoundException; method in interface:TestSuiteLoader
H A DReloadingTestSuiteLoader.java8 public Class load(String suiteClassName) throws ClassNotFoundException { method in class:ReloadingTestSuiteLoader
/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");
/external/bluetooth/glib/gio/
H A Dgloadableicon.h50 * @load: Loads an icon.
52 * @load_finish: Finishes an asynchronous icon load.
62 GInputStream * (* load) (GLoadableIcon *icon, member in struct:_GLoadableIconIface
/external/srec/srec/Nametag/include/
H A DSR_Nametags.h51 ESR_ReturnCode(*load)(struct SR_Nametags_t* self, const LCHAR* filename); member in struct:SR_Nametags_t
/external/webkit/WebCore/plugins/gtk/
H A DPluginPackageGtk.cpp45 if (!load())
101 bool PluginPackage::load() function in class:WebCore::PluginPackage
/external/webkit/WebCore/plugins/symbian/
H A DPluginPackageSymbian.cpp34 if (!load())
66 bool PluginPackage::load() function in class:WebCore::PluginPackage
74 if (!m_pluginLoader->load()) {
/external/webkit/WebKit/qt/tests/benchmarks/loading/
H A Dtst_loading.cpp61 void load();
91 void tst_Loading::load() function in class:tst_Loading
97 m_view->load(url);
/external/webkit/WebKitTools/QtLauncher/
H A Dmainwindow.cpp121 void MainWindow::load(const QString& url) function in class:MainWindow
126 load(qurl);
129 void MainWindow::load(const QUrl& url) function in class:MainWindow
135 page()->mainFrame()->load(url);
141 load(string);
156 load(QUrl::fromLocalFile(selectedFile));
/external/webkit/WebCore/plugins/qt/
H A DPluginPackageQt.cpp40 if (!load())
93 bool PluginPackage::load() function in class:WebCore::PluginPackage
102 if (!m_module->load()) {
/external/webkit/WebKitTools/simplejson/
H A D__init__.py54 >>> simplejson.load(io)
91 'dump', 'dumps', 'load', 'loads',
220 def load(fp, encoding=None, cls=None, object_hook=None, **kw): function
/external/bluetooth/glib/gobject/
H A Dgtypemodule.h63 * @load: loads the module and registers one or more types using
68 * the @load and @unload functions in #GTypeModuleClass must be implemented.
75 gboolean (* load) (GTypeModule *module); member in struct:_GTypeModuleClass
/external/proguard/src/proguard/evaluation/
H A DVariables.java209 public Value load(int index) method in class:Variables
228 return load(index).integerValue();
237 return load(index).longValue();
246 return load(index).floatValue();
255 return load(index).doubleValue();
264 return load(index).referenceValue();
273 return load(index).instructionOffsetValue();
/external/webkit/WebCore/platform/graphics/wince/
H A DMediaPlayerProxy.cpp82 void WebMediaPlayerProxy::load(const String& url) function in class:WebCore::WebMediaPlayerProxy
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_stretch.c69 unsigned char load, store; local
82 load = LOAD_BYTE;
87 load = LOAD_WORD;
102 *eip++ = load;
/external/webkit/WebCore/loader/
H A DCachedFont.cpp73 void CachedFont::load(DocLoader*) function in class:WebCore::CachedFont
75 // Don't load the file yet. Wait for an access before triggering the load.
100 cache()->loader()->load(dl, this, false);
/external/webkit/WebKit/chromium/src/
H A DSharedWorkerRepository.cpp63 // Callback class that keeps the SharedWorker and WebSharedWorker objects alive while loads are potentially happening, and also translates load errors into error events on the worker.
77 void load();
125 void SharedWorkerScriptLoader::load() function in class:WebCore::SharedWorkerScriptLoader
128 // If the shared worker is not yet running, load the script resource for it, otherwise just send it a connect event.
133 // Keep the worker + JS wrapper alive until the resource load is complete in case we need to dispatch an error event.
210 loader->load();
/external/emma/core/java12/com/vladium/emma/data/
H A DDataFactory.java51 public static IMergeable [] load (final File file) method in class:DataFactory
/external/icu4c/common/
H A Ducnv_cnv.h52 UBool onlyTestIsLoadable; /* input: don't actually load */
230 UConverterLoad load; member in struct:UConverterImpl

Completed in 139 milliseconds

123