Home
last modified time | relevance | path

Searched refs:boo (Results 1 – 25 of 45) sorted by relevance

12

/external/v8/test/mjsunit/lithium/
DDivI.js48 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));
/external/v8/test/mjsunit/regress/
Dregress-crbug-125148.js62 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/v8/test/mjsunit/
Ddehoisted-array-index.js44 function boo(i) { function
54 boo(1);
55 boo(-1);
56 %OptimizeFunctionOnNextCall(boo);
57 boo(-1);
Dexternal-array.js636 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 …]
/external/libxml2/result/schemas/
Dany5_1_4.err1 …xml:11: element boo: Schemas validity error : Element '{urn:test:bar}boo': This element is not exp…
Dany5_1_1.err1 …xml:11: element boo: Schemas validity error : Element '{urn:test:bar}boo': This element is not exp…
Dany5_1_6.err1 …xml:11: element boo: Schemas validity error : Element '{urn:test:bar}boo': This element is not exp…
Dany5_0_5.err1 ./test/schemas/any5_5.xml:11: element boo: Schemas validity error : Element '{urn:test:foo}boo': Th…
Dany5_0_1.err1 ./test/schemas/any5_1.xml:11: element boo: Schemas validity error : Element '{urn:test:bar}boo': Th…
Dany5_0_4.err1 ./test/schemas/any5_4.xml:11: element boo: Schemas validity error : Element '{urn:test:bar}boo': Th…
Dany5_0_6.err1 ./test/schemas/any5_6.xml:11: element boo: Schemas validity error : Element '{urn:test:bar}boo': Th…
Dany5_0_2.err1 ./test/schemas/any5_2.xml:7: element boo: Schemas validity error : Element '{urn:test:foo}boo': Thi…
Dany5_0_0.err1 ./test/schemas/any5_0.xml:6: element boo: Schemas validity error : Element '{urn:test:foo}boo': Thi…
Dany5_1_0.err1 ./test/schemas/any5_0.xml:6: element boo: Schemas validity error : Element '{urn:test:foo}boo': Thi…
/external/vboot_reference/tests/futility/
Dtest_main.sh50 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/llvm/test/Transforms/Inline/
Dinline-fast-math-flags.ll4 ; In this test we should inline 'foo' to 'boo', because it'll fold to a
28 ; CHECK-LABEL: @boo
30 define float @boo(float* %a) {
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt051treeRewriteASTy.g6 a : 'boo' ID INT -> 'boo' ^(ID INT) ;
Dt051treeRewriteASTz.g6 a : 'boo' ID INT -> ^('boo' ^(ID INT)) ;
Dt051treeRewriteASTaa.g6 a : 'boo' ID INT -> ^('boo' ^(ID INT)) ;
Dt051treeRewriteASTzWalker.g11 s : ^('boo' a* b) ; // don't reset s.tree to b.tree due to 'boo'
Dt051treeRewriteASTyWalker.g11 s : 'boo' a* b ; // don't reset s.tree to b.tree due to 'boo'
Dt051treeRewriteASTaaWalker.g12 a : 'boo' ;
/external/llvm/test/MC/ARM/
Dcomment.s6 bl boo@plt should be ignored
25 @CHECK: bl boo
/external/clang/test/Index/
Dprint-type.m4 -(const id) mymethod2:(id)x blah:(Class)y boo:(SEL)z;
12 // CHECK: ObjCInstanceMethodDecl=mymethod2:blah:boo::4:13 [type=] [typekind=Invalid] [resulttype=co…
/external/clang/test/Preprocessor/
Dcomment_save_macro.c12 boo FOO bar // zot

12