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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/plugins/
PluginPackageNone.cpp 40 bool PluginPackage::load() function in class:WebCore::PluginPackage
  /dalvik/dx/src/junit/runner/
TestSuiteLoader.java 7 abstract public Class load(String suiteClassName) throws ClassNotFoundException; method in interface:TestSuiteLoader
StandardTestSuiteLoader.java 4 * 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
ReloadingTestSuiteLoader.java 8 public Class load(String suiteClassName) throws ClassNotFoundException { method in class:ReloadingTestSuiteLoader
  /external/clearsilver/java-jni/
CSFileLoader.java 20 public String load(HDF hdf, String filename) throws IOException; method in interface:CSFileLoader
  /external/junit/src/junit/runner/
TestSuiteLoader.java 7 abstract public Class load(String suiteClassName) throws ClassNotFoundException; method in interface:TestSuiteLoader
StandardTestSuiteLoader.java 4 * 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
ReloadingTestSuiteLoader.java 8 public Class load(String suiteClassName) throws ClassNotFoundException { method in class:ReloadingTestSuiteLoader
  /frameworks/base/test-runner/src/junit/runner/
TestSuiteLoader.java 7 abstract public Class load(String suiteClassName) throws ClassNotFoundException; method in interface:TestSuiteLoader
StandardTestSuiteLoader.java 4 * The standard test suite loader. It can only load the same class once.
9 * Uses the system class loader to load the test class
11 public Class load(String suiteClassName) throws ClassNotFoundException { method in class:StandardTestSuiteLoader
15 * Uses the system class loader to load the test class
ReloadingTestSuiteLoader.java 9 public Class load(String suiteClassName) throws ClassNotFoundException { method in class:ReloadingTestSuiteLoader
  /libcore/junit/src/test/java/junit/runner/
TestSuiteLoader.java 7 abstract public Class load(String suiteClassName) throws ClassNotFoundException; method in interface:TestSuiteLoader
StandardTestSuiteLoader.java 4 * 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
ReloadingTestSuiteLoader.java 8 public Class load(String suiteClassName) throws ClassNotFoundException { method in class:ReloadingTestSuiteLoader
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Syn_filt_32_opt.s 45 LDRSH r6, [r0] @ load Aq[0]
50 LDRSH r6, [r0, #2] @ load Aq[1]
51 LDRSH r7, [r0, #4] @ load Aq[2]
52 LDRSH r8, [r0, #6] @ load Aq[3]
53 LDRSH r9, [r0, #8] @ load Aq[4]
61 LDRSH r6, [r0, #10] @ load Aq[5]
62 LDRSH r7, [r0, #12] @ load Aq[6]
63 LDRSH r8, [r0, #14] @ load Aq[7]
64 LDRSH r9, [r0, #16] @ load Aq[8]
72 LDRSH r6, [r0, #18] @ load Aq[9]
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_DIRECT_EMPTY.S 5 FETCH_ADVANCE_INST(3) @ advance to next instr, load rINST
OP_NOP.S 2 FETCH_ADVANCE_INST(1) @ advance to next instr, load rINST
  /external/webkit/WebKitTools/QtLauncher/
mainwindow.h 50 void load(const QString& url);
51 void load(const QUrl& url);
  /frameworks/base/test-runner/src/android/test/
SimpleCache.java 25 protected abstract V load(K key); method in class:SimpleCache
31 V value = load(key);
  /dalvik/vm/mterp/x86/
fpcvt.S 1 %default {"instr":"","load":"","store":""}
8 $load (rFP,rINST_FULL,4) # %st0<- vB
  /dalvik/vm/mterp/x86-atom/
OP_DOUBLE_TO_FLOAT.S 34 fldl (rFP, rINST, 4) # load &vB
OP_FLOAT_TO_DOUBLE.S 34 flds (rFP, rINST, 4) # load float
  /libcore/luni/src/test/java/libcore/java/util/
ServiceLoaderTest.java 25 assertFalse(ServiceLoader.load(UnimplementedInterface.class).iterator().hasNext());
31 ServiceLoader<ServiceLoaderTestInterface> loader = ServiceLoader.load(ServiceLoaderTestInterface.class);
  /external/webkit/WebKit/qt/docs/webkitsnippets/simple/
main.cpp 30 view->load(QUrl("http://qt.nokia.com/"));
  /packages/apps/Gallery3D/src/com/cooliris/media/
BitmapTexture.java 30 protected Bitmap load(RenderView view) { method in class:BitmapTexture

Completed in 301 milliseconds

1 2 3 4 5 6 7 8 91011>>