/cts/apps/CameraITS/build/scripts/ |
D | gpylint_rcfile | 69 # Python expression which should return a note less than 10 (10 is the highest 70 # note). You have access to the variables errors warning, statement which 103 # Regular expression which should only match correct argument names 106 # Regular expression which should only match correct instance attribute names 112 # Bad variable names which should always be refused, separated by a comma 115 # Regular expression which should only match correct attribute names in class 119 # Regular expression which should only match correct class names 122 # Regular expression which should only match correct module level names 129 # Regular expression which should only match correct function names 133 # Good variable names which should always be accepted, separated by a comma [all …]
|
/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
D | TriggerContentTest.java | 111 private void cleanupActive(int which) { in cleanupActive() argument 112 if (mActiveUris[which] != null) { in cleanupActive() 113 getContext().getContentResolver().delete(mActiveUris[which], null, null); in cleanupActive() 114 mActiveUris[which] = null; in cleanupActive() 116 if (mActiveFiles[which] != null) { in cleanupActive() 117 mActiveFiles[which].delete(); in cleanupActive() 118 mActiveFiles[which] = null; in cleanupActive() 189 public Uri makeActiveFile(int which, File file, InputStream source) throws IOException, in makeActiveFile() argument 191 mActiveFiles[which] = file; in makeActiveFile() 192 mActiveUris[which] = createAndAddImage(file, source); in makeActiveFile() [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/ |
D | NfcDialogs.java | 37 public void onClick(DialogInterface dialog, int which) { in createNotEnabledDialog() 52 public void onClick(DialogInterface dialog, int which) { 77 public void onClick(DialogInterface dialog, int which) {
|
/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/ |
D | WebLinkActivity.java | 44 public void onClick(DialogInterface dialog, int which) { in onCreate() 52 public void onClick(DialogInterface dialog, int which) { in onCreate()
|
/cts/tools/dex-tools/ |
D | README.txt | 18 doc : dex file spec on which this parser is based 28 TODO.txt : tasks which are still open
|
/cts/tests/app/src/android/app/cts/ |
D | AlertDialog_BuilderCursorTest.java | 79 public void onClick(DialogInterface dialog, int which, in onClick() argument 83 mCursor.moveToPosition(which); in onClick() 90 mCheckedTracker[which] = isChecked; in onClick()
|
D | Instrumentation_ActivityMonitorTest.java | 81 IntentFilter which = new IntentFilter(); in testActivityMonitor() local 82 am = new ActivityMonitor(which, result, false); in testActivityMonitor() 83 assertSame(which, am.getFilter()); in testActivityMonitor()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | Utils.java | 117 .setPositiveButton(R.string.go_button_text, (DialogInterface dialog, int which) -> in setScreenLock() 135 .setPositiveButton(R.string.go_button_text, (DialogInterface dialog, int which) -> in removeScreenLock()
|
D | RecentsRedactionActivity.java | 112 .setPositiveButton(android.R.string.ok, (DialogInterface dialog, int which) -> { in requestRemovePassword()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | ConnectionAccessServerActivity.java | 160 public void onClick(DialogInterface dialog, int which) { in onReceive() 167 public void onClick(DialogInterface dialog, int which) { in onReceive()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Dialogs/ |
D | Lap2Dialog.java | 52 public void onClick(DialogInterface dialog, int which) { in onCreateDialog()
|
/cts/tests/admin/src/android/admin/cts/ |
D | DevicePolicyManagerTest.java | 102 for (int which = DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE; in testKeyguardDisabledFeatures() 103 which < 2 * DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT; ++which) { in testKeyguardDisabledFeatures() 104 mDevicePolicyManager.setKeyguardDisabledFeatures(mComponent, which); in testKeyguardDisabledFeatures() 105 assertEquals(which, mDevicePolicyManager.getKeyguardDisabledFeatures(mComponent)); in testKeyguardDisabledFeatures()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/ |
D | RequesterTestActivity.java | 269 public void onClick(DialogInterface dialog, int which) { in showSelectTargetDialog() 272 if (i == which) { in showSelectTargetDialog()
|
D | P2pTestListActivity.java | 148 public void onClick(DialogInterface dialog, int which) { in showP2pEnableDialog()
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | LICENSE.TXT | 49 have its own individual LICENSE.TXT file in the directory in which it appears. 50 This file will describe the copyrights, license, and restrictions which apply
|
D | Rationale | 16 performance indication which is more meaningful than MIPS numbers 17 which, in their literal meaning (million instructions per second), 83 The initialization and UNIX instrumentation part - which had been 126 on the distribution statistics which have been updated for this 166 variable (Bool_Loc); Bool_Loc would be a "dead variable" which is not 228 Obviously, a C library which includes efficiently coded "strcpy" and 265 unit) which may prevent its general use in practical programming. I 305 indicate which compiler optimization levels have been used, and
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | layer_info.rsh | 18 // A scale factor =1.0f/(1+dilation_radius), which is used to normalize a
|
D | layer_info_fast.rsh | 18 // A scale factor =1.0f/(1+dilation_radius), which is used to normalize a
|
D | pixel_format_f32.rsh | 4 // FocusPixel is the pixel format in the input image, which serves the
|
/cts/tests/app/app/src/android/app/stubs/ |
D | DialogStubActivity.java | 396 public void onClick(DialogInterface dialog, int which) { in onClick() argument 425 public void onClick(DialogInterface dialog, int which) { in onClick() argument 427 super.onClick(dialog, which); in onClick()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | DialogTestListActivity.java | 152 public void onClick(DialogInterface dialog, int which) { in showManualTestDialog() 158 public void onClick(DialogInterface dialog, int which) { in showManualTestDialog()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
D | PhotoCaptureActivity.java | 263 public void onClick(DialogInterface dialog, int which) { in onPictureTaken() 386 public void onClick(DialogInterface dialog, int which) { in showNextDialogToChoosePreviewSize() 387 Camera.Size size = sizes.get(which); in showNextDialogToChoosePreviewSize()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/ |
D | PlayVideoActivity.java | 120 public void onClick(DialogInterface dialog, int which) { in onCreateDialog()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/ |
D | TestListActivity.java | 161 public void onClick(DialogInterface dialog, int which) { in showAwareEnableDialog()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | AttentionManagementVerifierActivity.java | 858 private void sendNotifications(int which, int uriMode, boolean usePriorities, boolean noisy) { in sendNotifications() argument 871 if ((which & SEND_B) != 0) { in sendNotifications() 882 if ((which & SEND_C) != 0) { in sendNotifications() 894 if ((which & SEND_A) != 0) { in sendNotifications()
|