Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/apf/
DApfGenerator.java392 private void addInstruction(Instruction instruction) { in addInstruction()
415 Instruction instruction = new Instruction(Opcodes.LABEL); in defineLabel() local
425 Instruction instruction = new Instruction(Opcodes.JMP); in addJump() local
436 Instruction instruction = new Instruction(Opcodes.LDB, register); in addLoad8() local
447 Instruction instruction = new Instruction(Opcodes.LDH, register); in addLoad16() local
458 Instruction instruction = new Instruction(Opcodes.LDW, register); in addLoad32() local
470 Instruction instruction = new Instruction(Opcodes.LDBX, register); in addLoad8Indexed() local
482 Instruction instruction = new Instruction(Opcodes.LDHX, register); in addLoad16Indexed() local
494 Instruction instruction = new Instruction(Opcodes.LDWX, register); in addLoad32Indexed() local
504 Instruction instruction = new Instruction(Opcodes.ADD); in addAdd() local
[all …]
/packages/modules/GeoTZ/locationtzprovider/src/test/java/com/android/timezone/location/provider/
DRealLocationListeningAccountantTest.java119 ListeningInstruction instruction = in getNextListeningInstruction_noActiveBudget_noLastLocationResult() local
151 ListeningInstruction instruction = in getNextListeningInstruction_withSmallActiveBudget_noLastLocationResult() local
170 ListeningInstruction instruction = in getNextListeningInstruction_withLargeActiveBudget_noLastLocationResult() local
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityGestureNavigationTutorial.java344 final TextSwitcher instruction = contentView.findViewById(R.id.instruction); in createShortcutNavigationContentView() local
382 final CharSequence instruction = getSoftwareInstruction(context); in createSoftwareTutorialPage() local
398 final CharSequence instruction = in createHardwareTutorialPage() local
412 final CharSequence instruction = in createTripleTapTutorialPage() local
509 CharSequence instruction) { in TutorialPage()
567 ViewGroup instruction, List<TutorialPage> tutorialPages) { in TutorialPageChangeListener()