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

  /art/compiler/optimizing/
find_loops_test.cc 107 static void TestBlock(HGraph* graph,
149 TestBlock(graph, 0, false, kInvalidBlockId); // entry block
150 TestBlock(graph, 1, false, kInvalidBlockId); // pre header
152 TestBlock(graph, 2, true, 2, blocks2, 2); // loop header
153 TestBlock(graph, 3, false, 2); // block in loop
154 TestBlock(graph, 4, false, kInvalidBlockId); // return block
155 TestBlock(graph, 5, false, kInvalidBlockId); // exit block
177 TestBlock(graph, 0, false, kInvalidBlockId); // entry block
178 TestBlock(graph, 1, false, kInvalidBlockId); // goto block
180 TestBlock(graph, 2, true, 2, blocks2, 2); // loop heade
    [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/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/darwin-x86/src/text/template/parse/
parse_test.go 465 func TestBlock(t *testing.T) {
  /prebuilts/go/linux-x86/src/text/template/parse/
parse_test.go 465 func TestBlock(t *testing.T) {
  /prebuilts/go/darwin-x86/src/text/template/
exec_test.go     [all...]
  /prebuilts/go/linux-x86/src/text/template/
exec_test.go     [all...]

Completed in 1357 milliseconds