Searched refs:load (Results 1 - 25 of 209) sorted by relevance

123456789

/external/v8/benchmarks/
H A Drun.js29 load('base.js');
30 load('richards.js');
31 load('deltablue.js');
32 load('crypto.js');
33 load('raytrace.js');
34 load('earley-boyer.js');
35 load('regexp.js');
36 load('splay.js');
/external/v8/test/mjsunit/regress/
H A Dregress-545.js40 new IsPrimitive(load())?this.join():String('
').charCodeAt((!this>Math));
/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
/external/junit/src/junit/runner/
H A DTestSuiteLoader.java7 abstract public Class load(String suiteClassName) throws ClassNotFoundException; method in interface:TestSuiteLoader
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 DReloadingTestSuiteLoader.java8 public Class load(String suiteClassName) throws ClassNotFoundException { method in class:ReloadingTestSuiteLoader
/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");
H A Dglobal-load-from-eval.js66 function testDeep(source, load, test) {
73 eval(load);
/external/webkit/WebKitTools/QtLauncher/
H A Dmainwindow.h50 void load(const QString& url);
51 void load(const QUrl& url);
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));
H A Durlloader.cpp49 m_frame->load(url);
/external/webkit/WebKit/qt/docs/webkitsnippets/simple/
H A Dmain.cpp30 view->load(QUrl("http://qt.nokia.com/"));
/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/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/WebKit/qt/tests/qwebhistory/
H A Dtst_qwebhistory.cpp40 frame->load(QUrl("qrc:/resources/page" + QString::number(nr) + ".html"));
202 QDataStream load(&tmp, QIODevice::ReadOnly); //from here data will be loaded
209 //load next page to find differences
212 load >> *hist;
213 QVERIFY(load.status() == QDataStream::Ok);
231 QDataStream load(&tmp, QIODevice::ReadOnly); //from here data will be loaded
246 load >> *hist;
247 QVERIFY(load.status() == QDataStream::Ok);
261 QDataStream load(&tmp, QIODevice::ReadOnly); //from here data will be loaded
276 QVERIFY(!load
[all...]
/external/webkit/WebKit/mac/Plugins/
H A DWebPluginPackage.m83 - (BOOL)load
91 if (![bundle load])
99 return [super load];
/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/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/webkit/SunSpider/resources/
H A Dsunspider-standalone-driver.js38 load(testName);
/external/webkit/WebCore/loader/
H A DCachedImage.h46 virtual void load(DocLoader* docLoader);
83 void load();
/external/bluetooth/glib/tests/gobject/
H A Dtestmodule.c32 module_class->load = test_module_load;
/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/webkit/WebCore/platform/graphics/wince/
H A DMediaPlayerProxy.h54 void load(const String& url);
/external/webkit/WebKit/qt/docs/webkitsnippets/webpage/
H A Dmain.cpp59 page.mainFrame()->load(url);

Completed in 382 milliseconds

123456789