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

1 2 3 4 5 6 7 8 910

  /external/clearsilver/java-jni/
CSFileLoader.java 20 public String load(HDF hdf, String filename) throws IOException; method in interface:CSFileLoader
  /external/webkit/WebCore/plugins/
PluginPackageNone.cpp 40 bool PluginPackage::load() function in class:WebCore::PluginPackage
  /dalvik/dx/src/junit/runner/
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
TestSuiteLoader.java 7 abstract public Class load(String suiteClassName) throws ClassNotFoundException; method in interface:TestSuiteLoader
ReloadingTestSuiteLoader.java 8 public Class load(String suiteClassName) throws ClassNotFoundException { method in class:ReloadingTestSuiteLoader
  /dalvik/libcore/luni/src/test/java/junit/runner/
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
TestSuiteLoader.java 7 abstract public Class load(String suiteClassName) throws ClassNotFoundException; method in interface:TestSuiteLoader
ReloadingTestSuiteLoader.java 8 public Class load(String suiteClassName) throws ClassNotFoundException { method in class:ReloadingTestSuiteLoader
  /external/junit/src/junit/runner/
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
TestSuiteLoader.java 7 abstract public Class load(String suiteClassName) throws ClassNotFoundException; method in interface:TestSuiteLoader
ReloadingTestSuiteLoader.java 8 public Class load(String suiteClassName) throws ClassNotFoundException { method in class:ReloadingTestSuiteLoader
  /frameworks/base/test-runner/src/junit/runner/
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
TestSuiteLoader.java 7 abstract public Class load(String suiteClassName) throws ClassNotFoundException; method in interface:TestSuiteLoader
ReloadingTestSuiteLoader.java 9 public Class load(String suiteClassName) throws ClassNotFoundException { method in class:ReloadingTestSuiteLoader
  /packages/apps/Gallery3D/src/com/cooliris/media/
BitmapTexture.java 30 protected Bitmap load(RenderView view) { method in class:BitmapTexture
  /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
  /external/v8/test/mjsunit/
megamorphic-callbacks.js 28 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/webkit/WebKit/qt/tests/benchmarks/loading/
tst_loading.cpp 61 void load();
91 void tst_Loading::load() function in class:tst_Loading
97 m_view->load(url);
  /frameworks/base/graphics/java/android/renderscript/
Matrix2f.java 50 public void load(Matrix2f src) { method in class:Matrix2f
Matrix3f.java 56 public void load(Matrix3f src) { method in class:Matrix3f
  /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);
  /frameworks/base/core/java/android/gesture/
GestureLibraries.java 90 public boolean load() { method in class:GestureLibraries.FileGestureLibrary
95 mStore.load(new FileInputStream(file), true);
98 Log.d(LOG_TAG, "Could not load the gesture library from " + mPath, e);
100 Log.d(LOG_TAG, "Could not load the gesture library from " + mPath, e);
126 public boolean load() { method in class:GestureLibraries.ResourceGestureLibrary
132 mStore.load(in, true);
135 Log.d(LOG_TAG, "Could not load the gesture library from raw resource " +
  /cts/tools/dx-tests/src/util/
CompileAllJasmin.java 36 p.load(new FileInputStream(args[0]));
  /dalvik/libcore/nio/src/main/java/java/nio/
MappedByteBuffer.java 89 public final MappedByteBuffer load() { method in class:MappedByteBuffer

Completed in 572 milliseconds

1 2 3 4 5 6 7 8 910