/cts/tools/dasm/src/java_cup/runtime/ |
D | virtual_parse_stack.java | 99 public boolean empty() in empty() method in virtual_parse_stack 103 return vstack.empty(); in empty() 111 if (vstack.empty()) in top() 123 if (vstack.empty()) in pop() 131 if (vstack.empty()) in pop()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | LocaleListTest.java | 106 final LocaleList empty = new LocaleList(); in testIndexOf() local 107 assertEquals(-1, empty.indexOf(Locale.US)); in testIndexOf() 120 final LocaleList empty = new LocaleList(); in testEquals() local 128 assertFalse(empty.equals(null)); in testEquals() 131 assertFalse(empty.equals(new Object())); in testEquals() 133 assertTrue(empty.equals(empty)); in testEquals() 136 assertFalse(empty.equals(oneMember)); in testEquals() 141 assertTrue(empty.equals(anotherEmpty)); in testEquals() 146 final LocaleList empty = new LocaleList(); in testHashCode() local 152 assertEquals(empty.hashCode(), anotherEmpty.hashCode()); in testHashCode() [all …]
|
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/ |
D | Utils.java | 126 boolean empty = true; in toBundleString() 128 empty = false; in toBundleString() 134 empty = false; in toBundleString() 139 empty = false; in toBundleString() 147 return empty ? "empty_bundle" : buf.append(']').toString(); in toBundleString()
|
/cts/hostsidetests/backup/src/android/cts/backup/ |
D | MultiUserBackupStateTest.java | 39 private Optional<Integer> mProfileUserId = Optional.empty(); 58 mProfileUserId = Optional.empty(); in tearDown() 81 mProfileUserId = Optional.empty(); in testBackupDeactivatedWhenUserIsRemoved()
|
D | ProfileSerialNumberHostSideTest.java | 45 private Optional<Integer> mProfileUserId = Optional.empty(); 67 mProfileUserId = Optional.empty(); in tearDown()
|
D | ProfileFullBackupRestoreHostSideTest.java | 39 private Optional<Integer> mProfileUserId = Optional.empty(); 75 mProfileUserId = Optional.empty(); in tearDown()
|
D | ProfileKeyValueBackupRestoreHostSideTest.java | 47 private Optional<Integer> mProfileUserId = Optional.empty(); 83 mProfileUserId = Optional.empty(); in tearDown()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | EmptyActivity.java | 38 setContentView(R.layout.empty); in onCreate() 39 mEmptyView = findViewById(R.id.empty); in onCreate()
|
/cts/libs/json/src/com/android/json/stream/ |
D | JsonWriter.java | 218 private JsonWriter open(JsonScope empty, String openBracket) throws IOException { in open() argument 220 mStack.add(empty); in open() 229 private JsonWriter close(JsonScope empty, JsonScope nonempty, String closeBracket) in close() argument 232 if (context != nonempty && context != empty) { in close()
|
/cts/tools/dasm/src/java_cup/ |
D | parser.cup | 175 prod_part, new_term_id, new_non_term_id, rhs_list, rhs, empty; 228 empty 237 empty 268 empty 280 empty 292 empty 304 empty 318 empty 410 empty 483 prod_part_list ::= prod_part_list prod_part | empty; [all …]
|
/cts/tools/dasm/src/dasm/ |
D | parser.cup | 256 implements ::= implements_list | /* empty */ ; 302 // empty 346 // empty 401 generic_attributes ::= generic_list | /* empty */ ; 414 fields ::= field_list | /* empty */ ; 435 /* empty */ 449 field_exts ::= field_ext_list | /* empty */ ; 481 // empty 501 // empty 509 // empty [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/ |
D | StreamingVideoActivity.java | 155 TextView empty = (TextView) findViewById(android.R.id.empty); in onCreate() local 156 empty.setText(R.string.sv_no_data); in onCreate()
|
/cts/hostsidetests/jvmti/base/jni/ |
D | tracking.cpp | 95 is_empty = gCollection.empty(); in Java_android_jvmti_cts_JvmtiTrackingTest_getAndResetAllocationTrackingString() 101 if (result.empty()) { in Java_android_jvmti_cts_JvmtiTrackingTest_getAndResetAllocationTrackingString()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/ |
D | LaunchSequence.java | 107 return new ConsecutiveLaunch(this, intent, false, Optional.empty()); in append() 126 return new ConsecutiveLaunch(this, intent, true, Optional.empty()); in act()
|
/cts/tests/libcore/wycheproof/ |
D | OWNERS | 2 # add owners to it. It's okay for this file to be empty because the parent
|
/cts/tests/libcore/wycheproof-bc/ |
D | OWNERS | 2 # add owners to it. It's okay for this file to be empty because the parent
|
/cts/tests/libcore/jsr166/ |
D | OWNERS | 2 # add owners to it. It's okay for this file to be empty because the parent
|
/cts/tests/libcore/okhttp/ |
D | OWNERS | 2 # add owners to it. It's okay for this file to be empty because the parent
|
/cts/tests/libcore/runner/ |
D | OWNERS | 2 # add owners to it. It's okay for this file to be empty because the parent
|
/cts/tests/libcore/ojluni/ |
D | OWNERS | 2 # add owners to it. It's okay for this file to be empty because the parent
|
/cts/tests/libcore/luni/ |
D | OWNERS | 2 # add owners to it. It's okay for this file to be empty because the parent
|
/cts/tests/tests/jni/libjnitest/ |
D | android_jni_cts_LinkerNamespacesTest.cpp | 114 bool loaded_in_native = error.empty(); in load_library() 180 bool loaded = err.empty(); in check_lib() 234 while (!dirs.empty()) { in check_path() 436 if (!error_str.empty()) { in Java_android_jni_cts_LinkerNamespacesHelper_tryDlopen()
|
/cts/tests/tests/theme/src/android/theme/cts/ |
D | DeviceDefaultActivity.java | 40 setContentView(R.layout.empty); in onCreate()
|
/cts/hostsidetests/jvmti/run-tests/test-1939/app/ |
D | OWNERS | 1 # DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
|
/cts/hostsidetests/jvmti/run-tests/test-1901/app/ |
D | OWNERS | 1 # DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined
|