HomeSort by relevance Sort by last modified time
    Searched refs:RUNTIME (Results 176 - 200 of 239) sorted by null

1 2 3 4 5 6 78 910

  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
CollectionSize.java 97 @Retention(RetentionPolicy.RUNTIME)
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/annotation/
HasAnnotationTest.java 51 @Retention(RetentionPolicy.RUNTIME)
  /external/fio/tools/
genfio 29 RUNTIME=300
59 Default is $RUNTIME seconds
97 if [ "$RUNTIME" != "0" ]; then
98 echo "runtime=$RUNTIME" >> $TEMPLATE
144 ETA=$(($ETA + $RUNTIME))
180 ETA=$(($ETA + $RUNTIME))
237 RUNTIME=$OPTARG
346 echo "Cannot estimate ETA as RUNTIME=0"
  /external/junit/src/org/junit/experimental/categories/
Categories.java 70 @Retention(RetentionPolicy.RUNTIME)
75 @Retention(RetentionPolicy.RUNTIME)
  /external/mockito/src/org/mockito/
MockitoAnnotations.java 79 @Retention(RetentionPolicy.RUNTIME)
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
DatabaseConfig.java 124 @Retention(RetentionPolicy.RUNTIME)
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
AnnotationsTest.java 278 @Retention(RetentionPolicy.RUNTIME)
282 @Retention(RetentionPolicy.RUNTIME)
285 @Retention(RetentionPolicy.RUNTIME)
288 @Retention(RetentionPolicy.RUNTIME)
304 @Retention(RetentionPolicy.RUNTIME)
  /external/junit/src/org/junit/runners/
Parameterized.java 66 @Retention(RetentionPolicy.RUNTIME)
Suite.java 40 @Retention(RetentionPolicy.RUNTIME)
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationItem.java 40 /** annotation visibility constant: visible at runtime */
43 /** annotation visibility constant: visible at runtime only to system */
200 case RUNTIME: out.writeByte(VISIBILITY_RUNTIME); break;
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationItem.java 38 /** annotation visibility constant: visible at runtime */
41 /** annotation visibility constant: visible at runtime only to system */
200 case RUNTIME: out.writeByte(VISIBILITY_RUNTIME); break;
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationItem.java 38 /** annotation visibility constant: visible at runtime */
41 /** annotation visibility constant: visible at runtime only to system */
198 case RUNTIME: out.writeByte(VISIBILITY_RUNTIME); break;
  /external/smack/asmack-master/
build.bash 578 RUNTIME=$(( $STOPTIME - $STARTTIME ))
579 prettyPrintSeconds $RUNTIME
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
ConstructorTest.java 35 @Retention(RetentionPolicy.RUNTIME)
40 @Retention(RetentionPolicy.RUNTIME)
FieldTest.java 54 @Retention(RetentionPolicy.RUNTIME)
59 @Retention(RetentionPolicy.RUNTIME)
75 @Retention(RetentionPolicy.RUNTIME)
    [all...]
MethodTest.java 149 @Retention(RetentionPolicy.RUNTIME)
    [all...]
  /external/chromium_org/content/shell/android/javatests/src/org/chromium/content_shell_apk/
ContentShellTestBase.java 249 @Retention(RetentionPolicy.RUNTIME)
  /frameworks/base/core/java/android/view/
ViewDebug.java 85 @Retention(RetentionPolicy.RUNTIME)
209 @Retention(RetentionPolicy.RUNTIME)
233 @Retention(RetentionPolicy.RUNTIME)
270 @Retention(RetentionPolicy.RUNTIME)
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 633 ap.parseAnnotationAttribute(AnnotationVisibility.RUNTIME);
667 ap.parseParameterAttribute(AnnotationVisibility.RUNTIME);
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
JavaBridgeBasicsTest.java 197 // and ART actually run the collector if called via Runtime.
198 Runtime.getRuntime().gc();
467 Runtime.getRuntime().gc();
476 Runtime.getRuntime().gc();
    [all...]
  /frameworks/base/core/java/android/os/
Debug.java 753 * @deprecated Accurate counting is a burden on the runtime and may be removed.
771 * Returns the global count of objects allocated by the runtime between a
787 * Returns the global size, in bytes, of objects allocated by the runtime between a
803 * Returns the global count of objects freed by the runtime between a
819 * Returns the global size, in bytes, of objects freed by the runtime between a
    [all...]
  /frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
MediaPlayerProxyTestCase.java 97 @Retention(RetentionPolicy.RUNTIME)
  /external/chromium_org/v8/src/
runtime.h 14 // The interface to C++ runtime functions.
17 // RUNTIME_FUNCTION_LIST_ALWAYS defines runtime calls available in both
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldClassTest.java 55 @Retention(RetentionPolicy.RUNTIME)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 

Completed in 560 milliseconds

1 2 3 4 5 6 78 910