Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DTvAppVerifierActivity.java87 TextView instructions = (TextView) item.findViewById(R.id.instructions); in createUserItem() local
88 instructions.setText(instructionTextId); in createUserItem()
103 TextView instructions = (TextView) item.findViewById(R.id.instructions); in createAutoItem() local
104 instructions.setText(stringId); in createAutoItem()
/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/apps/CtsVerifier/src/com/android/cts/verifier/location/
DLocationModeTestActivity.java114 TextView instructions = (TextView) item.findViewById(R.id.instructions); in createUserItem() local
115 instructions.setText(stringId); in createUserItem()
126 TextView instructions = (TextView) item.findViewById(R.id.instructions); in createAutoItem() local
127 instructions.setText(stringId); in createAutoItem()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DInteractiveVerifierActivity.java228 TextView instructions = (TextView) item.findViewById(R.id.nls_instructions); in createUserItem() local
229 instructions.setText(getString(messageId, messageFormatArgs)); in createUserItem()
238 TextView instructions = (TextView) item.findViewById(R.id.nls_instructions); in createAutoItem() local
239 instructions.setText(stringId); in createAutoItem()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DCAInstallNotificationVerifierActivity.java144 TextView instructions = (TextView) item.findViewById(R.id.ca_notify_instructions); in createUserItem() local
145 instructions.setText(stringId); in createUserItem()
/cts/tools/tradefed-host/
DREADME67 See http://source.android.com for instructions on obtaining the Android
/cts/tools/dasm/src/dasm/
Dparser.cup76 // complex instructions
733 // complex (multiline) instructions
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dgbemu.js41 gameboy.instructions = 0;
44 while (gameboy.instructions <= gameboy.totalInstructions) {
7131 this.instructions += 1;
7132 if (this.instructions > this.totalInstructions) {