/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/ |
D | TvAppVerifierActivity.java | 83 TextView instructions = (TextView) item.findViewById(R.id.instructions); in createUserItem() local 84 instructions.setText(instructionTextId); in createUserItem() 99 TextView instructions = (TextView) item.findViewById(R.id.instructions); in createUserItem() local 100 instructions.setText(instructionCharSequence); in createUserItem() 115 TextView instructions = (TextView) item.findViewById(R.id.instructions); in createAutoItem() local 116 instructions.setText(stringId); in createAutoItem() 127 TextView instructions = (TextView) item.findViewById(R.id.instructions); in createAutoItem() local 128 instructions.setText(instructionCharSequence); in createAutoItem() 144 TextView instructions = (TextView) item.findViewById(R.id.instructions); in createButtonItem() local 145 instructions.setVisibility(View.GONE); in createButtonItem()
|
D | TestStepBase.java | 112 TextView instructions = item.findViewById(R.id.instructions); in appendMessageToView() local 113 instructions.setText(instructions.getText() + "\n" + message); in appendMessageToView()
|
D | AppLinkTestActivity.java | 119 TextView instructions = (TextView) mVerifyAppLinkCardItem.findViewById(R.id.instructions); in createTestItems() local 122 instructions.setCompoundDrawablePadding(10); in createTestItems() 123 instructions.setCompoundDrawables(image, null, null, null); in createTestItems()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0069/ |
D | poc.c | 81 instructions[command.buffer_size / 8] = (x); \ 87 uint64_t instructions[0x100]; in work_out_ioctl_code() local 90 memset(instructions, 0, sizeof(instructions)); in work_out_ioctl_code() 93 command.buffer = (uint64_t)&instructions; in work_out_ioctl_code() 120 uint64_t *instructions = NULL; in perform_pa_read() local 131 instructions = malloc((num_words * 5 + 4) * sizeof(uint64_t)); in perform_pa_read() 132 if (!instructions) { in perform_pa_read() 141 command.buffer = (uint64_t)instructions; in perform_pa_read() 190 if (instructions) { in perform_pa_read() 191 free(instructions); in perform_pa_read()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | TestAdapter.java | 42 protected Test(int instructions) { in Test() argument 44 this.mInstructions = instructions; in Test() 93 ((TextView) vg.findViewById(R.id.instructions)).setText(test.mInstructions); in getView()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | InteractiveVerifierActivity.java | 252 TextView instructions = item.findViewById(R.id.nls_instructions); in createUserItem() local 253 instructions.setText(getString(messageId, messageFormatArgs)); in createUserItem() 262 TextView instructions = item.findViewById(R.id.nls_instructions); in createAutoItem() local 263 instructions.setText(stringId); in createAutoItem() 271 TextView instructions = item.findViewById(R.id.nls_instructions); in createPassFailItem() local 272 instructions.setText(stringId); in createPassFailItem()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/qstiles/ |
D | InteractiveVerifierActivity.java | 249 TextView instructions = (TextView) item.findViewById(R.id.tiles_instructions); in createUserPassFail() local 250 instructions.setText(getString(messageId, messageFormatArgs)); in createUserPassFail() 256 TextView instructions = (TextView) item.findViewById(R.id.tiles_instructions); in createAutoItem() local 257 instructions.setText(stringId); in createAutoItem()
|
/cts/hostsidetests/hdmicec/ |
D | README.md | 17 * CEC adapter see [External CEC Adapter instructions](cec_adapter.md)
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/ |
D | VrListenerVerifierActivity.java | 271 TextView instructions = (TextView) v.findViewById(R.id.vr_instructions); in createUserInteractionTestView() local 272 instructions.setText(getString(messageId)); in createUserInteractionTestView() 281 TextView instructions = (TextView) v.findViewById(R.id.vr_instructions); in createAutoTestView() local 282 instructions.setText(getString(messageId)); in createAutoTestView()
|
/cts/hostsidetests/appsecurity/res/pkgsigverify/ |
D | README.md | 27 android source tree. Please refer to the usage instructions there for how to
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/ |
D | AbstractUserAuthenticationTest.java | 126 TextView instructionsText = findViewById(R.id.instructions); in onCreate()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/mtp/ |
D | MtpHostTestActivity.java | 398 final TextView textView = (TextView) view.findViewById(R.id.instructions);
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 17 which, in their literal meaning (million instructions per second),
|