Home
last modified time | relevance | path

Searched defs:instruction (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NetworkStack/src/android/net/apf/
DApfGenerator.java393 private void addInstruction(Instruction instruction) { in addInstruction()
416 Instruction instruction = new Instruction(Opcodes.LABEL); in defineLabel() local
426 Instruction instruction = new Instruction(Opcodes.JMP); in addJump() local
437 Instruction instruction = new Instruction(Opcodes.LDB, register); in addLoad8() local
448 Instruction instruction = new Instruction(Opcodes.LDH, register); in addLoad16() local
459 Instruction instruction = new Instruction(Opcodes.LDW, register); in addLoad32() local
471 Instruction instruction = new Instruction(Opcodes.LDBX, register); in addLoad8Indexed() local
483 Instruction instruction = new Instruction(Opcodes.LDHX, register); in addLoad16Indexed() local
495 Instruction instruction = new Instruction(Opcodes.LDWX, register); in addLoad32Indexed() local
505 Instruction instruction = new Instruction(Opcodes.ADD); in addAdd() local
[all …]
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityGestureNavigationTutorial.java294 final TextSwitcher instruction = contentView.findViewById(R.id.instruction); in createShortcutNavigationContentView() local
338 final CharSequence instruction = getSoftwareInstruction(context); in createSoftwareTutorialPage() local
353 final CharSequence instruction = in createHardwareTutorialPage() local
365 final CharSequence instruction = in createTripleTapTutorialPage() local
458 CharSequence instruction) { in TutorialPage()
491 ViewGroup instruction, List<TutorialPage> tutorialPages) { in TutorialPageChangeListener()