Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 231) sorted by relevance

12345678910

/cts/tools/dasm/src/java_cup/runtime/
Dvirtual_parse_stack.java99 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/
DLocaleListTest.java106 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/
DUtils.java126 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/
DMultiUserBackupStateTest.java39 private Optional<Integer> mProfileUserId = Optional.empty();
58 mProfileUserId = Optional.empty(); in tearDown()
81 mProfileUserId = Optional.empty(); in testBackupDeactivatedWhenUserIsRemoved()
DProfileSerialNumberHostSideTest.java45 private Optional<Integer> mProfileUserId = Optional.empty();
67 mProfileUserId = Optional.empty(); in tearDown()
DProfileFullBackupRestoreHostSideTest.java39 private Optional<Integer> mProfileUserId = Optional.empty();
75 mProfileUserId = Optional.empty(); in tearDown()
DProfileKeyValueBackupRestoreHostSideTest.java47 private Optional<Integer> mProfileUserId = Optional.empty();
83 mProfileUserId = Optional.empty(); in tearDown()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DEmptyActivity.java38 setContentView(R.layout.empty); in onCreate()
39 mEmptyView = findViewById(R.id.empty); in onCreate()
/cts/libs/json/src/com/android/json/stream/
DJsonWriter.java218 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/
Dparser.cup175 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/
Dparser.cup256 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/
DStreamingVideoActivity.java155 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/
Dtracking.cpp95 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/
DLaunchSequence.java107 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/
DOWNERS2 # add owners to it. It's okay for this file to be empty because the parent
/cts/tests/libcore/wycheproof-bc/
DOWNERS2 # add owners to it. It's okay for this file to be empty because the parent
/cts/tests/libcore/jsr166/
DOWNERS2 # add owners to it. It's okay for this file to be empty because the parent
/cts/tests/libcore/okhttp/
DOWNERS2 # add owners to it. It's okay for this file to be empty because the parent
/cts/tests/libcore/runner/
DOWNERS2 # add owners to it. It's okay for this file to be empty because the parent
/cts/tests/libcore/ojluni/
DOWNERS2 # add owners to it. It's okay for this file to be empty because the parent
/cts/tests/libcore/luni/
DOWNERS2 # add owners to it. It's okay for this file to be empty because the parent
/cts/tests/tests/jni/libjnitest/
Dandroid_jni_cts_LinkerNamespacesTest.cpp114 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/
DDeviceDefaultActivity.java40 setContentView(R.layout.empty); in onCreate()
/cts/hostsidetests/jvmti/run-tests/test-1939/app/
DOWNERS1 # 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/
DOWNERS1 # DO NOT DELETE: OWNERS is intended to be empty as module owner and bug component are defined

12345678910