Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfStandaloneTest.kt246 val countAndPassLabel = "countAndPass" in generateApfV4Program() constant
339 gen.defineLabel(countAndPassLabel) in generateApfV4Program()
/packages/modules/NetworkStack/src/android/net/apf/
DApfV6GeneratorBase.java651 final String countAndPassLabel = getUniqueLabel(); in addCountAndPassIfR0AnyBitsSet() local
653 return addJumpIfR0AnyBitsSet(val, countAndPassLabel) in addCountAndPassIfR0AnyBitsSet()
655 .defineLabel(countAndPassLabel) in addCountAndPassIfR0AnyBitsSet()