/external/android-mock/src/com/google/android/testing/mocking/ |
AndroidMock.java | 35 * All methods on Android Mock are syntactically equivalent to EasyMock method 56 * <b>A note about parameter and return types for the <i>expects</i> style of methods.</b> 57 * The various expectation methods such as {@link #eq(boolean)}, {@link #and(boolean, boolean)}, 58 * and {@link #leq(byte)} all have nonsense return values. Each of the expectation methods may only 61 * only to satisfy the compile-time parameter requirements of the methods being mocked in order to 65 * Similarly, the complex expectation methods ({@code #and}, {@code #or}, and {@code not}) take 73 * expectation APIs is not made clear by the method signatures of these expectation methods. In 75 * expectation methods, and not just any random method that returns a {@literal byte} or even a 252 * An {@link org.easymock.IExpectationSetters} object has methods which allow you to define 270 * methods. Use this for things such a 2660 Method[] methods = subclass.getMethods(); local [all...] |
/external/jdiff/src/jdiff/ |
RootDocToXML.java | 335 processMethods(cd[i], cd[i].methods()); 524 * Process the methods in the class. 529 if (trace) System.out.println("PROCESSING " +cd.name()+" METHODS, number = " + md.length); [all...] |
/external/proguard/src/proguard/classfile/visitor/ |
ClassPrinter.java | 129 println("Methods (count = " + programClass.u2methodsCount + "):"); 176 println("Methods (count = " + libraryClass.methods.length + "):"); [all...] |
/libcore/support/src/test/java/tests/resources/ |
junit4-4.3.1.jar | |
/packages/apps/Settings/src/com/android/settings/ |
RadioInfo.java | 65 import org.apache.http.client.methods.HttpGet; [all...] |
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadThread.java | 38 import org.apache.http.client.methods.HttpGet; 124 * Raised from methods called by executeDownload() to indicate that the download should be [all...] |
/sdk/emulator/gps/ |
gps_qemu.c | 940 .methods = &gps_module_methods,
|
/external/chromium/chrome/browser/resources/ |
menu.js | 332 * {@code activate} methods as well as {@code selected} attribute.
|
/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 79 by some application specific methods
|
ip-tunnels.tex | 414 using methods typical for another NBMA networks f.e.\ to start user
|
/external/mesa3d/docs/ |
MESA_texture_array.spec | 67 drawbacks of both previous methods. A new texture target, [all...] |
/prebuilt/common/groovy/ |
groovy-all-1.7.0.jar | |
/frameworks/base/core/jni/ |
android_opengl_GLES20.cpp | 4870 static JNINativeMethod methods[] = { variable [all...] |
/dalvik/vm/mterp/armv5te/ |
footer.S | 518 @ (very few methods have > 10 args; could unroll for common cases) [all...] |
/external/chromium/chrome/browser/resources/file_manager/js/ |
file_manager.js | 253 * Example methods are Entry.getMetadata() and FileEntry.file(). 442 // Instance methods. [all...] |
/cts/tools/dx-tests/lib/ |
jasmin.jar | |
junit.jar | |
/cts/tools/utils/lib/ |
junit.jar | |
/cts/tools/vm-tests/lib/ |
junit.jar | |
/cts/tools/vm-tests-tf/lib/ |
junit.jar | |
/dalvik/dx/etc/ |
jasmin.jar | |
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
jstemplate.js | 342 * ie. a flattened array of methods with 2 arguments, in reverse order
[all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
jstemplate.js | 342 * ie. a flattened array of methods with 2 arguments, in reverse order [all...] |
/external/v8/benchmarks/ |
deltablue.js | 582 * is too weak to be satisfied using any of its methods. The
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-deltablue.js | 576 * is too weak to be satisfied using any of its methods. The
|