HomeSort by relevance Sort by last modified time
    Searched defs:testBlock (Results 1 - 11 of 11) sorted by null

  /prebuilts/go/darwin-x86/test/chan/
select3.go 39 func testBlock(signal string, f func()) {
62 testBlock(always, func() {
65 testBlock(always, func() {
86 testBlock(never, func() {
92 testBlock(never, func() {
110 testBlock(always, func() {
116 testBlock(always, func() {
122 testBlock(always, func() {
128 testBlock(always, func() {
134 testBlock(always, func()
    [all...]
  /prebuilts/go/linux-x86/test/chan/
select3.go 39 func testBlock(signal string, f func()) {
62 testBlock(always, func() {
65 testBlock(always, func() {
86 testBlock(never, func() {
92 testBlock(never, func() {
110 testBlock(always, func() {
116 testBlock(always, func() {
122 testBlock(always, func() {
128 testBlock(always, func() {
134 testBlock(always, func()
    [all...]
  /prebuilts/go/darwin-x86/src/compress/flate/
huffman_bit_writer_test.go     [all...]
  /prebuilts/go/darwin-x86/src/crypto/rc4/
rc4_test.go 119 func TestBlock(t *testing.T) {
120 testBlock(t, (*Cipher).XORKeyStream)
127 testBlock(t, (*Cipher).xorKeyStreamGeneric)
130 func testBlock(t *testing.T, xor func(c *Cipher, dst, src []byte)) {
  /prebuilts/go/linux-x86/src/compress/flate/
huffman_bit_writer_test.go     [all...]
  /prebuilts/go/linux-x86/src/crypto/rc4/
rc4_test.go 119 func TestBlock(t *testing.T) {
120 testBlock(t, (*Cipher).XORKeyStream)
127 testBlock(t, (*Cipher).xorKeyStreamGeneric)
130 func testBlock(t *testing.T, xor func(c *Cipher, dst, src []byte)) {
  /external/antlr/antlr-3.4/runtime/Python/tests/
t059debug.py 447 def testBlock(self):
  /prebuilts/go/darwin-x86/src/crypto/aes/
modes_test.go 21 // testBlock implements the cipher.Block interface and any *Able
23 type testBlock 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) (cipher.AEAD, error) {
31 func (*testBlock) NewCBCEncrypter([]byte) cipher.BlockMode {
34 func (*testBlock) NewCBCDecrypter([]byte) cipher.BlockMode {
37 func (*testBlock) NewCTR([]byte) cipher.Stream {
52 b := cipher.Block(&testBlock{})
    [all...]
  /prebuilts/go/linux-x86/src/crypto/aes/
modes_test.go 21 // testBlock implements the cipher.Block interface and any *Able
23 type testBlock 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) (cipher.AEAD, error) {
31 func (*testBlock) NewCBCEncrypter([]byte) cipher.BlockMode {
34 func (*testBlock) NewCBCDecrypter([]byte) cipher.BlockMode {
37 func (*testBlock) NewCTR([]byte) cipher.Stream {
52 b := cipher.Block(&testBlock{})
    [all...]
  /external/swiftshader/src/Shader/
PixelProgram.cpp     [all...]
VertexProgram.cpp     [all...]

Completed in 545 milliseconds