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

1 2 3 4 5 6 7 8 91011>>

  /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/jsilver/src/org/clearsilver/
CSFileLoader.java 34 public String load(HDF hdf, String filename) throws IOException; method in interface:CSFileLoader
  /external/junit/src/junit/runner/
TestSuiteLoader.java 9 abstract public Class load(String suiteClassName) throws ClassNotFoundException; method in interface:TestSuiteLoader
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
  /external/webkit/Source/WebCore/plugins/
PluginPackageNone.cpp 40 bool PluginPackage::load() function in class:WebCore::PluginPackage
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/gtk/
InjectedBundleGtk.cpp 38 bool InjectedBundle::load(APIObject*) function in class:WebKit::InjectedBundle
  /external/webkit/Source/WebKit2/Platform/qt/
ModuleQt.cpp 32 bool Module::load() function in class:WebKit::Module
36 return m_lib.load();
  /frameworks/av/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...]
  /frameworks/rs/
rsMatrix2x2.h 37 void load(const float *);
38 void load(const rs_matrix2x2 *);
47 load(&tmp);
rsMatrix3x3.h 37 void load(const float *);
38 void load(const rs_matrix3x3 *);
47 load(&tmp);
rsMatrix4x4.h 37 void load(const float *);
38 void load(const rs_matrix4x4 *);
39 void load(const rs_matrix3x3 *);
40 void load(const rs_matrix2x2 *);
63 load(&tmp);
  /external/v8/test/mjsunit/
polymorph-arrays.js 45 function load(a, i) {
59 assertEquals(1, load(object_array, 1));
60 assertEquals(1, load(js_array, 1));
61 assertEquals(1, load(sparse_object_array, 1));
62 assertEquals(1, load(sparse_js_array, 1));
64 return load;
77 load = make_polymorphic_load_function();
78 assertEquals(undefined, load(js_array, new Object()));
79 load = make_polymorphic_load_function();
80 assertEquals(undefined, load(object_array, new Object()))
    [all...]
  /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()) {
  /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);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ServiceLoaderTest.java 72 ServiceLoader<Service> serviceLoader = ServiceLoader.load(
96 Iterator itr = ServiceLoader.load(Service.class, ucl).iterator();
108 itr = ServiceLoader.load(ServiceForWrongNameTest.class, ucl).iterator();
124 itr = ServiceLoader.load(null).iterator();
127 itr = ServiceLoader.load(null, null).iterator();
130 itr = ServiceLoader.load(null, ClassLoader.getSystemClassLoader())
134 itr = ServiceLoader.load(Service.class, null).iterator();
177 * @tests {@link java.util.ServiceLoader#load(java.lang.Class, java.lang.ClassLoader)}.
184 ServiceLoader serviceLoader = ServiceLoader.load(Service.class, ucl);
192 serviceLoader = ServiceLoader.load(ServiceFinalClass.class, ucl)
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/armv6/
vp8_sad16x16_armv6.asm 38 ldr r6, [r0, #0x0] ; load 4 src pixels (1A)
39 ldr r8, [r2, #0x0] ; load 4 ref pixels (1A)
40 ldr r7, [r0, #0x4] ; load 4 src pixels (1A)
41 ldr r9, [r2, #0x4] ; load 4 ref pixels (1A)
42 ldr r10, [r0, #0x8] ; load 4 src pixels (1B)
43 ldr r11, [r0, #0xC] ; load 4 src pixels (1B)
48 ldr r12, [r2, #0x8] ; load 4 ref pixels (1B)
49 ldr lr, [r2, #0xC] ; load 4 ref pixels (1B)
60 ldr r6, [r0, #0x0] ; load 4 src pixels (2A)
61 ldr r7, [r0, #0x4] ; load 4 src pixels (2A
    [all...]
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
million.S 8 lis 15,499997@ha # load high 16-bits of counter
9 addi 15,15,499997@l # load low 16-bits of counter
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
QtPlatformPlugin.h 57 bool load();
58 bool load(const QString& file);
  /external/webkit/Source/WebKit2/UIProcess/API/qt/tests/qwkpage/
tst_qwkpage.cpp 53 m_page->load(QUrl());
54 m_page->load(QUrl(QLatin1String("")));
  /external/webkit/Tools/QtTestBrowser/
mainwindow.h 49 void load(const QString& url);
50 void load(const QUrl& url);
  /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);
  /dalvik/vm/mterp/armv5te/
OP_NOP.S 2 FETCH_ADVANCE_INST(1) @ advance to next instr, load rINST
  /dalvik/vm/mterp/mips/
OP_NOP.S 2 FETCH_ADVANCE_INST(1) # advance to next instr, load rINST
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
HeightMap.java 95 * <code>load</code> populates the height map data. This is dependent on
98 * @return true if the load was successful, false otherwise.
100 boolean load(); method in interface:HeightMap
  /external/libppp/src/
timer.h 38 u_long load; /* Initial load value */ member in struct:pppTimer

Completed in 1704 milliseconds

1 2 3 4 5 6 7 8 91011>>