Searched refs:RUNTIME (Results 1 – 17 of 17) sorted by relevance
20 import static java.lang.annotation.RetentionPolicy.RUNTIME;38 @Retention(RUNTIME)
20 import static java.lang.annotation.RetentionPolicy.RUNTIME;26 @Retention(RUNTIME)
35 @Retention(RetentionPolicy.RUNTIME)41 @Retention(RetentionPolicy.RUNTIME)
54 private static final Runtime RUNTIME = Runtime.getRuntime(); field in TraceUtils124 Process process = RUNTIME.exec(cmdarray, envp); in exec()
28 @Retention(RetentionPolicy.RUNTIME)
24 @Retention(RetentionPolicy.RUNTIME)
46 @Retention(RetentionPolicy.RUNTIME)
37 enum class ValidationMode { DRIVER, RUNTIME }; enumerator
84 @Retention(RetentionPolicy.RUNTIME)
61 @Retention(RetentionPolicy.RUNTIME)
28 import static java.lang.annotation.RetentionPolicy.RUNTIME;563 @Retention(RUNTIME)
68 @Retention(RetentionPolicy.RUNTIME)
232 @Retention(RetentionPolicy.RUNTIME)
501 mode == ValidationMode::RUNTIME}); in validateOperations()
242 @Retention(RetentionPolicy.RUNTIME)