Home
last modified time | relevance | path

Searched defs:b9 (Results 1 – 9 of 9) sorted by relevance

/aosp12/art/test/115-native-bridge/src/
H A DNativeBridgeMain.java98 byte b8, byte b9, byte b10); in byteMethod()
130 boolean b8, boolean b9, boolean b10); in booleanMethod()
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Ddepthwise_conv2d_v1_2.mod.py157 b9 = Parameter("op3", ("TENSOR_INT32", [4], input_scale * filter_scale, 0), variable
H A Dconv2d_v1_2.mod.py200 b9 = Parameter("op3", ("TENSOR_INT32", [3], scale * scale, 0), [1, 2, 3]) variable
/aosp12/art/test/004-JniTest/src/
H A DMain.java153 byte b8, byte b9, byte b10); in byteMethod()
191 boolean b8, boolean b9, boolean b10); in booleanMethod()
/aosp12/art/test/115-native-bridge/
H A Dnativebridge.cc146 jbyte b7, jbyte b8, jbyte b9, jbyte b10) { in trampoline_Java_Main_byteMethod()
167 jboolean b8, jboolean b9, jboolean b10) { in trampoline_Java_Main_booleanMethod()
/aosp12/art/test/004-JniTest/
H A Djni_test.cc234 jbyte b7, jbyte b8, jbyte b9, jbyte b10) { in Java_Main_byteMethod()
280 jboolean b8, jboolean b9, jboolean b10) { in Java_Main_booleanMethod()
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
H A Ddepthwise_conv2d_quant8_signed.mod.py516 b9 = Parameter("op3", ("TENSOR_INT32", [4], input_scale * filter_scale, 0), variable
H A Dconv2d_quant8_signed.mod.py338 b9 = Parameter("op3", ("TENSOR_INT32", [3], scale * scale, 0), [1, 2, 3]) variable
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/
H A Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...