Home
last modified time | relevance | path

Searched refs:where (Results 1 – 25 of 28) sorted by relevance

12

/cts/tests/app/app/src/android/app/stubs/
DActivityTestsBase.java92 public void activityFinished(int resultCode, Intent data, RuntimeException where) { in activityFinished() argument
93 finishWithResult(resultCode, data, null, where); in activityFinished()
119 final RuntimeException where = new RuntimeException("Original error was here"); in finishWithActivity() local
120 where.fillInStackTrace(); in finishWithActivity()
121 finishWithResult(Activity.RESULT_OK, null, activity, where); in finishWithActivity()
126 final RuntimeException where = new RuntimeException("Original error was here"); in finishWithResult() local
127 where.fillInStackTrace(); in finishWithResult()
128 finishWithResult(resultCode, data, null, where); in finishWithResult()
132 RuntimeException where) { in finishWithResult() argument
137 mResultStack = where; in finishWithResult()
DLaunchpadActivity.java80 void activityFinished(int resultCode, Intent data, RuntimeException where); in activityFinished() argument
442 private void checkLifecycle(String where) { in checkLifecycle() argument
450 finishBad("Activity lifecycle for " + action + " incorrect: received " + where in checkLifecycle()
457 if (mExpectedLifecycle[mNextLifecycle].equals(where)) { in checkLifecycle()
458 Log.w(TAG, "Matched: " + where); in checkLifecycle()
461 Log.w(TAG, "Expected " + mExpectedLifecycle[mNextLifecycle] + " but got " + where); in checkLifecycle()
466 finishBad("Activity lifecycle for " + action + " incorrect: received " + where in checkLifecycle()
/cts/tests/tests/os/src/android/os/cts/
DActivityTestsBase.java87 public void activityFinished(int resultCode, Intent data, RuntimeException where) { in activityFinished() argument
88 finishWithResult(resultCode, data, where); in activityFinished()
114 final RuntimeException where = new RuntimeException("Original error was here"); in finishWithResult() local
115 where.fillInStackTrace(); in finishWithResult()
116 finishWithResult(resultCode, data, where); in finishWithResult()
119 public void finishWithResult(int resultCode, Intent data, RuntimeException where) { in finishWithResult() argument
123 mResultStack = where; in finishWithResult()
DLaunchpadActivity.java76 public void activityFinished(int resultCode, Intent data, RuntimeException where); in activityFinished() argument
435 private void checkLifecycle(String where) { in checkLifecycle() argument
443 finishBad("Activity lifecycle for " + action + " incorrect: received " + where in checkLifecycle()
450 if (mExpectedLifecycle[mNextLifecycle].equals(where)) { in checkLifecycle()
451 Log.w(TAG, "Matched: " + where); in checkLifecycle()
454 Log.w(TAG, "Expected " + mExpectedLifecycle[mNextLifecycle] + " but got " + where); in checkLifecycle()
459 finishBad("Activity lifecycle for " + action + " incorrect: received " + where in checkLifecycle()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DAutofillTestWatcher.java90 public static void registerActivity(@NonNull String where, in registerActivity() argument
96 Log.v(TAG, "registering activity on " + where + ": " + activity); in registerActivity()
109 public static void unregisterActivity(@NonNull String where, in unregisterActivity() argument
114 Log.d(TAG, "unregistered activity on " + where + ": " + activity); in unregisterActivity()
116 Log.v(TAG, "ignoring already unregistered activity on " + where + ": " + activity); in unregisterActivity()
DHelper.java1349 public static void assertAuthenticationClientState(String where, Bundle data, in assertAuthenticationClientState() argument
1351 assertWithMessage("no client state on %s", where).that(data).isNotNull(); in assertAuthenticationClientState()
1353 assertWithMessage("invalid value for %s on %s", expectedKey, where) in assertAuthenticationClientState()
/cts/hostsidetests/appsecurity/test-apps/UseProcessSuccess/src/com/android/cts/useprocess/
DBaseNetworkService.java59 static final void writeResult(Parcel out, String errorMsg, Throwable where) { in writeResult() argument
63 if (where == null) { in writeResult()
64 where = new Exception(); in writeResult()
65 where.fillInStackTrace(); in writeResult()
69 where.printStackTrace(pw); in writeResult()
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DAuthenticationTest.java691 private void fillDatasetAuthWithClientState(ClientStateLocation where) throws Exception { in fillDatasetAuthWithClientState() argument
700 final IntentSender authentication = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillDatasetAuthWithClientState()
745 final String expectedValue = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillDatasetAuthWithClientState()
1066 private void fillResponseAuthWithClientState(ClientStateLocation where) throws Exception { in fillResponseAuthWithClientState() argument
1080 if (where == ClientStateLocation.FILL_RESPONSE_ONLY || where == ClientStateLocation.BOTH) { in fillResponseAuthWithClientState()
1085 final IntentSender authentication = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillResponseAuthWithClientState()
1130 final String expectedValue = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillResponseAuthWithClientState()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Ddoubleglobal.rscript17 // This test the case where a kernel does not use a double but there is a global variable of type
Dreduce.rscript410 // Simple test case where there are two inputs
419 // Test case where inputs are of different types
433 // the Java side, where there are no unsigned integral types and long
440 // out-of-range value, and where (if anywhere) to put an out-of-range
Dsingle_source_alloc.rscript72 // the context where they get instantiated:
/cts/tests/libcore/ojluni/
DAndroid.bp38 // where applicable.
/cts/tests/libcore/wycheproof/
DAndroid.bp39 // where applicable.
/cts/tests/tests/text/
DAndroid.bp49 // Include both the 32 and 64 bit versions of libctstext_jni, where
/cts/tests/libcore/wycheproof-bc/
DAndroid.bp40 // where applicable.
/cts/tests/autofillservice/src/android/autofillservice/cts/inline/
DInlineAuthenticationTest.java495 private void fillDatasetAuthWithClientState(ClientStateLocation where) throws Exception { in fillDatasetAuthWithClientState() argument
504 final IntentSender authentication = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillDatasetAuthWithClientState()
563 final String expectedValue = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillDatasetAuthWithClientState()
/cts/tests/libcore/okhttp/
DAndroid.bp41 // where applicable.
/cts/tests/libcore/luni/
DAndroid.bp57 // where applicable.
/cts/hostsidetests/appsecurity/res/pkgsigverify/
DREADME.md13 where some fields may not be present, but have the following meaning:
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale33 class of systems (microcomputers, minicomputers, workstations) where
115 where optimizing compilers may not generate code for some statements.
223 calls, these functions are defined for null-terminated strings where
250 difference in execution time to a Dhrystone version where all
253 practice, where programs consist of several independently compiled
278 Although Dhrystone contains some very short procedures where
300 example, there are several places in Dhrystone where performance
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dpixel_format_f32.rsh37 // matte is between 0 and dilation_radius+1, where dilation_radius is defined
/cts/tests/tests/os/assets/minijail/
Disolated-common.policy12 # This policy assumes clk_id is at least 32-bit wide, where the MSB means it is negative.
/cts/tests/tests/calendarprovider/src/android/provider/cts/calendar/
DCalendarTest.java3365 String where = null; in getInstances() local
3368 where += " OR "; in getInstances()
3370 where = ""; in getInstances()
3372 where += (Instances.CALENDAR_ID + "=" + calendarIds[i]); in getInstances()
3374 Cursor instances = mContentResolver.query(uri, projection, where, null, in getInstances()
3416 String where = null; in getInstancesSearch() local
3419 where += " OR "; in getInstancesSearch()
3421 where = ""; in getInstancesSearch()
3423 where += (Instances.CALENDAR_ID + "=" + calendarIds[i]); in getInstancesSearch()
3428 Cursor instances = mContentResolver.query(uri, projection, where, null, in getInstancesSearch()
/cts/hostsidetests/hdmicec/
Dcec_adapter.md174 where all of the above parameters should be filled in with a single HEX digit
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
Draw_converter.rscript92 // The relationship H=H' should be preserved, where H and H' are calculated from

12