Home
last modified time | relevance | path

Searched defs:RUNTIME (Results 1 – 7 of 7) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DAnnotationVisibility.java38 public static final int RUNTIME = 1; field in AnnotationVisibility
/external/ltp/testcases/kernel/syscalls/rename/
Drename14.c56 #define RUNTIME 5 macro
/external/ltp/testcases/open_posix_testsuite/functional/threads/condvar/
Dpthread_cond_wait_1.c36 #define RUNTIME 5 macro
Dpthread_cond_wait_2.c36 #define RUNTIME 5 macro
/external/ltp/testcases/open_posix_testsuite/functional/threads/schedule/
D1-2.c37 #define RUNTIME 5 macro
D1-1.c38 #define RUNTIME 5 macro
/external/v8/src/runtime/
Druntime.h734 enum IntrinsicType { RUNTIME, INLINE }; in FOR_EACH_INTRINSIC_RETURN_OBJECT() enumerator