Home
last modified time | relevance | path

Searched refs:addInstruction (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NetworkStack/src/android/net/apf/
DApfGenerator.java393 private void addInstruction(Instruction instruction) { in addInstruction() method in ApfGenerator
418 addInstruction(instruction); in defineLabel()
428 addInstruction(instruction); in addJump()
439 addInstruction(instruction); in addLoad8()
450 addInstruction(instruction); in addLoad16()
461 addInstruction(instruction); in addLoad32()
473 addInstruction(instruction); in addLoad8Indexed()
485 addInstruction(instruction); in addLoad16Indexed()
497 addInstruction(instruction); in addLoad32Indexed()
507 addInstruction(instruction); in addAdd()
[all …]
/packages/modules/GeoTZ/locationtzprovider/src/test/java/com/android/timezone/location/provider/core/
DOfflineLocationTimeZoneDelegateTest.java80 mTestLocationListeningAccountant.addInstruction(activeInstruction) in locationFoundImmediately()
81 .addInstruction(passiveInstruction); in locationFoundImmediately()
142 mTestLocationListeningAccountant.addInstruction(activeInstruction) in locationNotFoundImmediately()
143 .addInstruction(passiveInstruction); in locationNotFoundImmediately()
588 FakeLocationListeningAccountant addInstruction(ListeningInstruction listeningInstruction) {