Home
last modified time | relevance | path

Searched defs:testBlock (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/aes/
Dmodes_test.go23 type testBlock struct{} struct
25 func (*testBlock) BlockSize() int { return 0 }
26 func (*testBlock) Encrypt(a, b []byte) {}
27 func (*testBlock) Decrypt(a, b []byte) {}
28 func (*testBlock) NewGCM(int, int) (cipher.AEAD, error) {
31 func (*testBlock) NewCBCEncrypter([]byte) cipher.BlockMode {
34 func (*testBlock) NewCBCDecrypter([]byte) cipher.BlockMode {
37 func (*testBlock) NewCTR([]byte) cipher.Stream {
/aosp_15_r20/external/pytorch/aten/src/ATen/native/metal/mpscnn/tests/
H A DMetalOpTestRunner.h11 typedef BOOL(^testBlock)(void); typedef
/aosp_15_r20/prebuilts/go/linux-x86/test/chan/
Dselect3.go36 func testBlock(signal string, f func()) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/
Dissue21104_test.go35 func testBlock(t *testing.T, name string, newCipher func(cipher.Block, []byte) cipher.Stream) { func
/aosp_15_r20/external/javassist/src/test/test/javassist/bytecode/analysis/
H A DDomTreeTest.java38 private void testBlock(Block b, int[] incoming, int[] outgoing) { in testBlock() method in DomTreeTest
/aosp_15_r20/prebuilts/go/linux-x86/src/compress/flate/
Dhuffman_bit_writer_test.go180 func testBlock(t *testing.T, test huffTest, ttype string) { func
/aosp_15_r20/external/antlr/runtime/Python3/tests/
H A Dt059debug.py451 def testBlock(self): member in T
/aosp_15_r20/external/antlr/runtime/Python/tests/
H A Dt059debug.py447 def testBlock(self): member in T
/aosp_15_r20/external/armnn/tests/MemoryStrategyBenchmark/
H A DMemoryStrategyBenchmark.cpp186 { in main()
/aosp_15_r20/external/clang/test/SemaObjC/
H A Darc-repeated-weak.mm164 void testBlock(Test *a) { function
/aosp_15_r20/external/yapf/yapftests/
H A Dyapf_test.py1637 def testBlock(self): member in HorizontallyAlignedTrailingCommentsTest