Searched defs:testBlock (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/aes/ |
D | modes_test.go | 23 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 D | MetalOpTestRunner.h | 11 typedef BOOL(^testBlock)(void); typedef
|
/aosp_15_r20/prebuilts/go/linux-x86/test/chan/ |
D | select3.go | 36 func testBlock(signal string, f func()) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/ |
D | issue21104_test.go | 35 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 D | DomTreeTest.java | 38 private void testBlock(Block b, int[] incoming, int[] outgoing) { in testBlock() method in DomTreeTest
|
/aosp_15_r20/prebuilts/go/linux-x86/src/compress/flate/ |
D | huffman_bit_writer_test.go | 180 func testBlock(t *testing.T, test huffTest, ttype string) { func
|
/aosp_15_r20/external/antlr/runtime/Python3/tests/ |
H A D | t059debug.py | 451 def testBlock(self): member in T
|
/aosp_15_r20/external/antlr/runtime/Python/tests/ |
H A D | t059debug.py | 447 def testBlock(self): member in T
|
/aosp_15_r20/external/armnn/tests/MemoryStrategyBenchmark/ |
H A D | MemoryStrategyBenchmark.cpp | 186 { in main()
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | arc-repeated-weak.mm | 164 void testBlock(Test *a) { function
|
/aosp_15_r20/external/yapf/yapftests/ |
H A D | yapf_test.py | 1637 def testBlock(self): member in HorizontallyAlignedTrailingCommentsTest
|