Home
last modified time | relevance | path

Searched refs:instruction (Results 1 – 7 of 7) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
DWidgetCtsProvider.java41 String instruction; field in WidgetCtsProvider.TextData
47 instruction = i; in TextData()
164 String instruction = null; in getInstruction() local
188 instruction = "This is a test of the widget framework"; in getInstruction()
191 instruction = "Verify that the width and height indicated below constitute reasonable" in getInstruction()
197 instruction = "Verify that there is a functional affordance which allows this widget" in getInstruction()
202 instruction = instruction in getInstruction()
210 instruction = "Verify that the widget contains a scrollable list of numbers from 1" in getInstruction()
214 instruction = "Verify that the text below accurately reflects whether this widget is" in getInstruction()
225 instruction = "This completes the test of the widget framework. " + in getInstruction()
[all …]
/cts/tools/release-parser/tests/resources/
Dandroid.test.runner.odex.pb.txt70 …-root=out/target/product/sailfish/system --instruction-set=arm64 --instruction-set-variant=kryo --
Dboot-framework.oat.pb.txt66 …amework/arm64/boot.art --base=0x70000000 --instruction-set=arm64 --instruction-set-variant=kryo --
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DHifiUltrasoundSpeakerTestActivity.java238 TextView instruction = (TextView)instruView.findViewById(R.id.instru); in onCreate()
239 instruction.setText(R.string.hifi_ultrasound_speaker_test_test_side); in onCreate()
415 TextView instruction = (TextView) instruView.findViewById(R.id.instru); in onPostExecute() local
416 instruction.setText(R.string.hifi_ultrasound_speaker_test_reference_side); in onPostExecute()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/car/
DParkingBrakeOnTestActivity.java55 mInstructionTextView = (TextView) findViewById(R.id.instruction); in onCreate()
/cts/tests/tests/os/jni/
DAndroid.bp74 // can be run on armv8 cores) since one of the tested instruction, swp, is
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale18 cannot be used across different instruction sets (e.g. RISC vs. CISC).