Home
last modified time | relevance | path

Searched refs:instructions (Results 1 – 16 of 16) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DTvAppVerifierActivity.java84 TextView instructions = (TextView) item.findViewById(R.id.instructions); in createAndAttachUserItem() local
85 instructions.setText(instructionTextId); in createAndAttachUserItem()
100 TextView instructions = item.findViewById(R.id.instructions); in createAndAttachUserItem() local
101 instructions.setText(instructionCharSequence); in createAndAttachUserItem()
116 TextView instructions = item.findViewById(R.id.instructions); in createAndAttachAutoItem() local
117 instructions.setText(stringId); in createAndAttachAutoItem()
129 TextView instructions = item.findViewById(R.id.instructions); in createAutoItem() local
130 instructions.setText(instructionCharSequence); in createAutoItem()
156 TextView instructions = item.findViewById(R.id.instructions); in createButtonItem() local
157 instructions.setVisibility(View.GONE); in createButtonItem()
DTestStepBase.java120 TextView instructions = item.findViewById(R.id.instructions); in appendMessageToView() local
121 instructions.setText(instructions.getText() + "\n" + message); in appendMessageToView()
DAppLinkTestActivity.java120 TextView instructions = (TextView) mVerifyAppLinkCardItem.findViewById(R.id.instructions); in createTestItems() local
123 instructions.setCompoundDrawablePadding(10); in createTestItems()
124 instructions.setCompoundDrawables(image, null, null, null); in createTestItems()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0069/
Dpoc.c81 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/
DTestAdapter.java42 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/hostsidetests/hdmicec/
DREADME.md18 * CEC adapter, see [External CEC Adapter instructions](cec_adapter.md)
19 * Install `cec-client` binary, see [install instructions](cec_adapter.md#software)
40 * CEC adapter, see [External CEC Adapter instructions](cec_adapter.md)
41 * Install `cec-client` binary, see [install instructions](cec_adapter.md#software)
/cts/apps/CtsVerifier/src/com/android/cts/verifier/qstiles/
DInteractiveVerifierActivity.java249 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/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DInteractiveVerifierActivity.java254 TextView instructions = item.findViewById(R.id.nls_instructions); in createUserItem() local
255 instructions.setText(getString(messageId, messageFormatArgs)); in createUserItem()
264 TextView instructions = item.findViewById(R.id.nls_instructions); in createAutoItem() local
265 instructions.setText(stringId); in createAutoItem()
273 TextView instructions = item.findViewById(R.id.nls_instructions); in createPassFailItem() local
274 instructions.setText(stringId); in createPassFailItem()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
DVrListenerVerifierActivity.java271 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/
DREADME.md27 android source tree. Please refer to the usage instructions there for how to
/cts/tools/cts-tradefed/
DREADME67 See http://source.android.com for instructions on obtaining the Android
/cts/tests/tests/content/data/
Dreadme.txt6 android source tree. Please refer to the usage instructions there for how to
/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
DAbstractUserAuthenticationTest.java126 TextView instructionsText = findViewById(R.id.instructions); in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/mtp/
DMtpHostTestActivity.java398 final TextView textView = (TextView) view.findViewById(R.id.instructions);
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale17 which, in their literal meaning (million instructions per second),
/cts/apps/CtsVerifier/
DNOTICE.txt2905 * This code is not complete. Not all instructions are disassembled.