HomeSort by relevance Sort by last modified time
    Searched defs:RUNTIME (Results 1 - 14 of 14) sorted by null

  /libcore/luni/src/main/java/java/lang/annotation/
RetentionPolicy.java 34 * at runtime. This is the default policy.
39 * available at runtime.
41 RUNTIME
  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
AnnotationVisibility.java 25 RUNTIME("runtime"),
  /dalvik/dx/src/com/android/dx/rop/annotation/
AnnotationVisibility.java 25 RUNTIME("runtime"),
  /external/v8/src/
runtime.h 36 // The interface to C++ runtime functions.
39 // RUNTIME_FUNCTION_LIST_ALWAYS defines runtime calls available in both
419 // RUNTIME_FUNCTION_LIST defines all runtime functions accessed
467 // a corresponding runtime function, that is called for slow cases.
485 // Runtime provides access to all C++ runtime functions.
520 // Non-reentrant string buffer for efficient general use in the runtime.
532 friend class Runtime;
538 class Runtime : public AllStatic {
553 RUNTIME,
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
HandlerTest.java 37 static final int RUNTIME = 300;
40 static final long DELAYED = RUNTIME + 50;
106 assertTrue(mHandler.postAtTime(r, SystemClock.uptimeMillis() + RUNTIME));
122 assertTrue(mHandler.postAtTime(r, token, SystemClock.uptimeMillis() + RUNTIME));
137 assertTrue(mHandler1.sendMessageAtTime(msg, SystemClock.uptimeMillis() + RUNTIME));
173 mHandler.sendMessageAtTime(msg, SystemClock.uptimeMillis() + RUNTIME);
189 mHandler.sendMessageAtTime(msg, SystemClock.uptimeMillis() + RUNTIME);
203 mHandler1.sendMessageAtTime(msg, SystemClock.uptimeMillis() + RUNTIME);
204 sleep(RUNTIME / 2);
208 sleep(RUNTIME / 2)
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 215 milliseconds