Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfStandaloneTest.kt78 val dataRegion = ByteArray(Counter.totalSize()) { 0 } in runApfTest() constant
DApfNewTest.kt1013 var dataRegion = ByteArray(Counter.totalSize()) { 0 } in doTestLoadStoreCounter() variable
1434 var dataRegion = ByteArray(Counter.totalSize()) { 0 } in testV2CountAndPassDrop() variable
1778 val dataRegion = ByteArray(defaultMaximumApfProgramSize - program.size) { 0 } in testDebugBuffer() constant