Home
last modified time | relevance | path

Searched defs:instruction (Results 1 – 4 of 4) 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/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.java336 final TextSwitcher instruction = contentView.findViewById(R.id.instruction); in createShortcutNavigationContentView() local
372 final CharSequence instruction = getSoftwareInstruction(context); in createSoftwareTutorialPage() local
387 final CharSequence instruction = in createHardwareTutorialPage() local
400 final CharSequence instruction = in createTripleTapTutorialPage() local
496 CharSequence instruction) { in TutorialPage()
548 ViewGroup instruction, List<TutorialPage> tutorialPages) { in TutorialPageChangeListener()
/packages/apps/ThemePicker/src/com/android/customization/picker/quickaffordance/ui/viewmodel/
DKeyguardQuickAffordancePickerViewModel.kt339 instructions.forEachIndexed { index, instruction -> in <lambda>() method