/cts/tests/app/app/src/android/app/stubs/ |
D | ActivityTestsBase.java | 92 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()
|
D | LaunchpadActivity.java | 80 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/ |
D | ActivityTestsBase.java | 87 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()
|
D | LaunchpadActivity.java | 76 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/ |
D | AutofillTestWatcher.java | 80 public static void registerActivity(@NonNull String where, in registerActivity() argument 86 Log.v(TAG, "registering activity on " + where + ": " + activity); in registerActivity() 99 public static void unregisterActivity(@NonNull String where, in unregisterActivity() argument 104 Log.d(TAG, "unregistered activity on " + where + ": " + activity); in unregisterActivity() 106 Log.v(TAG, "ignoring already unregistered activity on " + where + ": " + activity); in unregisterActivity()
|
D | AuthenticationTest.java | 682 private void fillDatasetAuthWithClientState(ClientStateLocation where) throws Exception { in fillDatasetAuthWithClientState() argument 691 final IntentSender authentication = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillDatasetAuthWithClientState() 735 final String expectedValue = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillDatasetAuthWithClientState() 1054 private void fillResponseAuthWithClientState(ClientStateLocation where) throws Exception { in fillResponseAuthWithClientState() argument 1068 if (where == ClientStateLocation.FILL_RESPONSE_ONLY || where == ClientStateLocation.BOTH) { in fillResponseAuthWithClientState() 1072 final IntentSender authentication = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillResponseAuthWithClientState() 1115 final String expectedValue = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillResponseAuthWithClientState() 1121 private void assertClientState(String where, Bundle data, String expectedKey, in assertClientState() argument 1123 assertWithMessage("no client state on %s", where).that(data).isNotNull(); in assertClientState() 1125 assertWithMessage("invalid value for %s on %s", expectedKey, where) in assertClientState()
|
/cts/hostsidetests/appsecurity/res/pkgsigverify/ |
D | README.txt | 9 where some fields may not be present, but have the following meaning:
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 33 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/ |
D | pixel_format_f32.rsh | 37 // matte is between 0 and dilation_radius+1, where dilation_radius is defined
|
/cts/tests/tests/os/assets/minijail/ |
D | isolated-common.policy | 12 # This policy assumes clk_id is at least 32-bit wide, where the MSB means it is negative.
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | CalendarTest.java | 3365 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/tools/dasm/src/java_cup/ |
D | parser.cup | 88 /** where we are currently in building a right hand side */
|
/cts/apps/CameraITS/build/scripts/ |
D | gpylint_rcfile | 10 # file where it should appear only once).You can also use "--disable=all" to
|