Home
last modified time | relevance | path

Searched defs:empty (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/identity/src/android/security/identity/cts/
DCreateItemsRequestTest.java87 public void empty() throws CborException { in empty() method in CreateItemsRequestTest
/cts/tests/tests/os/src/android/os/cts/
DLocaleListTest.java106 final LocaleList empty = new LocaleList(); in testIndexOf() local
120 final LocaleList empty = new LocaleList(); in testEquals() local
146 final LocaleList empty = new LocaleList(); in testHashCode() local
184 LocaleList empty = LocaleList.getEmptyLocaleList(); in testGetEmptyLocaleList() local
/cts/libs/json/src/com/android/json/stream/
DJsonWriter.java218 private JsonWriter open(JsonScope empty, String openBracket) throws IOException { in open()
229 private JsonWriter close(JsonScope empty, JsonScope nonempty, String closeBracket) in close()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/
DStreamingVideoActivity.java155 TextView empty = (TextView) findViewById(android.R.id.empty); in onCreate() local
/cts/tests/media/jni/
DNativeExtractorUnitTest.cpp187 AMediaFormat* empty = AMediaFormat_new(); in nativeTestIfGetFileFormatSucceedsBeforeSetDataSource() local
348 AMediaFormat* empty = AMediaFormat_new(); in nativeTestGetTrackFormatBeforeSetDataSource() local
369 AMediaFormat* empty = AMediaFormat_new(); in nativeTestGetTrackFormatForInvalidIndex() local
/cts/tests/tests/text/src/android/text/cts/
DSelectionTest.java177 SpannableStringBuilder empty = new SpannableStringBuilder(); in testSelectAll() local
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DJavaClientTest.java187 IEmpty empty = new Empty(); in testRepeatInterface() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java1188 Rational[] empty = new Rational[] { Rational.ZERO, Rational.ZERO, Rational.ZERO}; in verifyRawCaptureResult() local
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DStagedInstallTest.java1027 TestApp empty = new TestApp(null, null, -1, in stageSingleApk() local
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Dtest_native_aidl_client.cpp276 std::shared_ptr<IEmpty> empty = SharedRefBase::make<MyEmpty>(); in TEST_P() local