Searched defs:bar (Results 101 - 125 of 658) sorted by relevance

1234567891011>>

/external/mesa3d/src/glsl/glcpp/tests/
H A D039-func-arg-obj-macro-with-comma.c2 #define bar two,words macro
3 foo(bar)
/external/valgrind/main/cachegrind/tests/x86/
H A Dfpu-28-108.S14 bar: label
/external/chromium_org/v8/test/webkit/
H A Ddfg-cse-cfa-discrepancy.js31 function bar() {
47 return x + 5 + y + bar();
H A Ddfg-arguments-cross-code-origin.js32 function bar(a) { function
40 return bar(foo(x));
H A Ddfg-arguments-unexpected-escape.js42 function bar(x) { function
47 shouldBe("bar(42)", "84");
H A Ddfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.js32 function bar(a, b, o) { function
65 shouldBe("bar(" + a + ", " + b + ", {f:" + c + "})", "" + expected);
H A Ddfg-arith-add-overflow-check-elimination-tower-of-large-numbers.js39 function bar(a, b, o) { function
58 shouldBe("bar(" + a + ", " + b + ")", "" + expected);
H A Ddfg-branch-not-fail.js34 function bar(a) { function
51 shouldBe("bar({f:True})", "0");
52 shouldBe("bar({f:False})", "1");
H A Ddfg-call-function-hit-watchpoint.js32 function bar(a, b) { function
44 shouldBe("bar(i, i + 1)", "" + expected);
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_types_unittest.cc29 base::char16 bar = '|'; local
30 EXPECT_EQ(base::string16::npos, notification.display_text().find(bar));
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A D004-define-recursive.c1 #define foo bar
2 #define bar baz macro
5 bar
H A D007-define-composite-recursive.c1 #define foo a bar
2 #define bar b baz macro
5 bar
H A D030-define-chain-obj-to-func-compose.c2 #define bar(failure) failure macro
3 #define foo bar(baz(success))
H A D031-define-chain-func-to-func-compose.c2 #define bar(failure) failure macro
3 #define foo() bar(baz(success))
H A D056-macro-argument-with-comma.c1 #define bar with,embedded,commas macro
4 foo(bar)
H A D061-define-chain-obj-to-func-multi.c2 #define bar foo macro
3 #define baz bar
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dloopadsz.asm3 bar: loop bar, ecx ; 67 E2 FD label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
H A Dabs.asm4 bar dd foo define
/external/chromium_org/v8/test/mjsunit/
H A Dcontext-variable-assignments.js30 var bar = function() {
33 bar();
H A Dstring-replace-gc.js53 var bar = foo.replace(/[a]/g, moving_string); variable
55 print(bar.length);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dpost-increment-close-context.js30 var foo = {bar: -2};
32 return !(foo.bar++);
35 assertEquals(-1, foo.bar);
38 assertEquals(0, foo.bar);
40 assertEquals(1, foo.bar);
42 assertEquals(2, foo.bar);
H A Dregress-2226.js29 var bar = function() { 1; /* bar function */ }; function
32 var test = foo.test = bar.test = baz;
36 assertEquals(baz, bar.test);
H A Dregress-318420.js30 function bar(a, b) { with(a) {return a + b;} } function
33 functions: [bar, bar, bar, bar],
34 receivers: [bar, bar, undefined, null],
H A Dregress-348280.js12 function bar(p) { if (p == 0) baz(1); } function
13 bar(1);
14 bar(1);
15 %OptimizeFunctionOnNextCall(bar);
16 bar(1);
H A Dregress-r4998.js38 function bar() { function
81 bar();

Completed in 978 milliseconds

1234567891011>>