Searched refs:instruction (Results 1 – 7 of 7) sorted by relevance
41 String instruction; field in WidgetCtsProvider.TextData47 instruction = i; in TextData()164 String instruction = null; in getInstruction() local188 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 …]
70 …-root=out/target/product/sailfish/system --instruction-set=arm64 --instruction-set-variant=kryo --…
66 …amework/arm64/boot.art --base=0x70000000 --instruction-set=arm64 --instruction-set-variant=kryo --…
238 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() local416 instruction.setText(R.string.hifi_ultrasound_speaker_test_reference_side); in onPostExecute()
55 mInstructionTextView = (TextView) findViewById(R.id.instruction); in onCreate()
74 // can be run on armv8 cores) since one of the tested instruction, swp, is
18 cannot be used across different instruction sets (e.g. RISC vs. CISC).