HomeSort by relevance Sort by last modified time
    Searched refs:boo (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/test/Preprocessor/
comment_save_macro.c 2 // CHECK-C: boo bork bar // zot
5 // CHECK-CC: boo bork /* blah*/ bar // zot
8 // CHECK: boo bork bar
12 boo FOO bar // zot
  /toolchain/binutils/binutils-2.25/gold/testsuite/
gc_orphan_section_test.cc 30 int boo __attribute__((__section__("_boo"))) = 1; variable
  /external/vboot_reference/tests/futility/
test_main.sh 50 cp ${FUTILITY} boo
51 ./boo show ${SCRIPTDIR}/data/rec_kernel_part.bin | grep ${SHA}
60 ./boo | grep Usage:
63 rm -f ${TMP}* vbutil_key vbutil_keyblock show muggle buggle boo
  /external/v8/test/mjsunit/lithium/
DivI.js 48 function boo(value) { function
53 assertEquals(2147483600, boo(-2147483600));
54 assertEquals(2147483600, boo(-2147483600));
55 %OptimizeFunctionOnNextCall(boo);
56 assertEquals(2147483600, boo(-2147483600));
57 assertEquals(2147483648, boo(-2147483648));
  /build/kati/testcase/
define_with_comments.mk 9 endef # boo
  /external/llvm/test/MC/ARM/
comment.s 6 bl boo@plt should be ignored
25 @CHECK: bl boo
  /external/v8/test/mjsunit/
dehoisted-array-index.js 44 function boo(i) { function
54 boo(1);
55 boo(-1);
56 %OptimizeFunctionOnNextCall(boo);
57 boo(-1);
external-array.js 636 function boo(a, i, v) { function
644 boo(t_array, 0, 13);
647 %OptimizeFunctionOnNextCall(boo);
648 boo(t_array, 0, 15);
651 %ClearFunctionTypeFeedback(boo);
667 %OptimizeFunctionOnNextCall(boo);
668 boo(built_in_array, 0, 11);
671 %ClearFunctionTypeFeedback(boo);
677 %OptimizeFunctionOnNextCall(boo);
678 boo(built_in_array, 0, 2.5)
    [all...]
array-functions-prototype-misc.js 247 unshift_function_2(a, "baz", "boo");
251 assertEquals("boo", a[1]);
257 assertEquals("boo", a[0]);
stack-traces.js 108 Object.defineProperty(f, 'name', {value: 'boo' + '_' + counter});
  /external/v8/test/mjsunit/regress/
regress-crbug-125148.js 62 function boo(x) { return x.baz; } function
64 assertEquals(111, boo(C));
65 assertEquals(111, boo(C));
67 %OptimizeFunctionOnNextCall(boo);
68 assertEquals(111, boo(C));
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
tree-rewrite.rb 656 a : 'boo' ID INT -> 'boo' ^(ID INT) ;
666 s : 'boo' a* b ; // don't reset s.tree to b.tree due to 'boo'
675 a : 'boo' ID INT -> ^('boo' ^(ID INT)) ;
685 s : ^('boo' a* b) ; // don't reset s.tree to b.tree due to 'boo'
694 a : 'boo' ID INT -> ^('boo' ^(ID INT))
    [all...]
  /external/clang/test/SemaCXX/
uninitialized.cpp 16 int boo(int& x);
33 int i = boo(i);
67 int i = boo(i);
101 int i = boo(i);
187 S(char (*)[4]) : x(boo(x)) {}
    [all...]
typo-correction.cpp 230 // 'boo' to 'bool' is the same edit distance as correcting 'boo' to 'foo'.
231 class bar : boo { }; // expected-error{{unknown class name 'boo'; did you mean 'foo'?}}
  /external/antlr/antlr-3.4/runtime/Python/tests/
t051treeRewriteAST.py 1078 a : 'boo' ID INT -> 'boo' ^(ID INT) ;
1089 s : 'boo' a* b ; // don't reset s.tree to b.tree due to 'boo'
1098 "boo abc 34")
1099 self.assertEquals("boo 34", found)
1107 a : 'boo' ID INT -> ^('boo' ^(ID INT)) ;
1118 s : ^('boo' a* b) ; // don't reset s.tree to b.tree due to 'boo'
    [all...]
  /external/vboot_reference/futility/
cmd_show.c 702 goto boo;
715 boo:
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_optparse.py 637 make_option("-b", "--boo", type="int", dest='boo'),
654 self.assertParseFail(["--boo=x5"],
655 "option --boo: invalid integer value: 'x5'")
658 self.assertParseOK([], {'a': None, 'boo': None, 'foo': None}, [])
662 {'a': "", 'boo': None, 'foo': ["blah", ""]},
668 'boo': None,
674 {'a': "bc", 'boo': None, 'foo': None},
679 {'a': "34", 'boo': None, 'foo': None},
684 {'a': None, 'boo': 34, 'foo': None}
    [all...]
test_descr.py 816 def boo(self): return "B" member in class:ClassPropertiesAndMethods.test_diamond_inheritence.B
819 self.assertEqual(B().boo(), "B")
821 def boo(self): return "C" member in class:ClassPropertiesAndMethods.test_diamond_inheritence.C
823 self.assertEqual(C().boo(), "C")
826 self.assertEqual(D().boo(), "B")
830 self.assertEqual(E().boo(), "C")
1672 boo = C.foo variable in class:.test_methods.D
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_optparse.py 637 make_option("-b", "--boo", type="int", dest='boo'),
654 self.assertParseFail(["--boo=x5"],
655 "option --boo: invalid integer value: 'x5'")
658 self.assertParseOK([], {'a': None, 'boo': None, 'foo': None}, [])
662 {'a': "", 'boo': None, 'foo': ["blah", ""]},
668 'boo': None,
674 {'a': "bc", 'boo': None, 'foo': None},
679 {'a': "34", 'boo': None, 'foo': None},
684 {'a': None, 'boo': 34, 'foo': None}
    [all...]
test_descr.py 816 def boo(self): return "B" member in class:ClassPropertiesAndMethods.test_diamond_inheritence.B
819 self.assertEqual(B().boo(), "B")
821 def boo(self): return "C" member in class:ClassPropertiesAndMethods.test_diamond_inheritence.C
823 self.assertEqual(C().boo(), "C")
826 self.assertEqual(D().boo(), "B")
830 self.assertEqual(E().boo(), "C")
1672 boo = C.foo variable in class:.test_methods.D
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_optparse.py 637 make_option("-b", "--boo", type="int", dest='boo'),
654 self.assertParseFail(["--boo=x5"],
655 "option --boo: invalid integer value: 'x5'")
658 self.assertParseOK([], {'a': None, 'boo': None, 'foo': None}, [])
662 {'a': "", 'boo': None, 'foo': ["blah", ""]},
668 'boo': None,
674 {'a': "bc", 'boo': None, 'foo': None},
679 {'a': "34", 'boo': None, 'foo': None},
684 {'a': None, 'boo': 34, 'foo': None}
    [all...]
test_descr.py 816 def boo(self): return "B" member in class:ClassPropertiesAndMethods.test_diamond_inheritence.B
819 self.assertEqual(B().boo(), "B")
821 def boo(self): return "C" member in class:ClassPropertiesAndMethods.test_diamond_inheritence.C
823 self.assertEqual(C().boo(), "C")
826 self.assertEqual(D().boo(), "B")
830 self.assertEqual(E().boo(), "C")
1672 boo = C.foo variable in class:.test_methods.D
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_optparse.py 637 make_option("-b", "--boo", type="int", dest='boo'),
654 self.assertParseFail(["--boo=x5"],
655 "option --boo: invalid integer value: 'x5'")
658 self.assertParseOK([], {'a': None, 'boo': None, 'foo': None}, [])
662 {'a': "", 'boo': None, 'foo': ["blah", ""]},
668 'boo': None,
674 {'a': "bc", 'boo': None, 'foo': None},
679 {'a': "34", 'boo': None, 'foo': None},
684 {'a': None, 'boo': 34, 'foo': None}
    [all...]
  /external/v8/test/mjsunit/es6/
unicode-escapes-in-regexps.js 9 assertTrue(r.test("boo"));
  /external/v8/test/mjsunit/harmony/
regexp-lookbehind.js 12 assertNull("boo".match(/^f\w\w(?<=\woo)/));

Completed in 1647 milliseconds

1 2