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

  /external/clang/test/Lexer/Inputs/
bad-header-guard-defined.h 2 #define goo macro
  /external/clang/test/CodeGenCXX/
microsoft-abi-thunks.cpp 80 virtual B* goo();
85 virtual C* goo();
86 // MANGLING-DAG: @"\01?goo@E@@UAEPAUC@@XZ"
87 // MANGLING-DAG: @"\01?goo@E@@QAEPAUB@@XZ"
88 // MANGLING-X64-DAG: @"\01?goo@E@@UEAAPEAUC@@XZ"
89 // MANGLING-X64-DAG: @"\01?goo@E@@QEAAPEAUB@@XZ"
94 // CODEGEN-LABEL: define weak_odr x86_thiscallcc %struct.C* @"\01?goo@E@@QAEPAUB@@XZ"{{.*}} comdat
95 // CODEGEN: call x86_thiscallcc %struct.C* @"\01?goo@E@@UAEPAUC@@XZ"
109 virtual G* goo();
110 // MANGLING-DAG: @"\01?goo@H@@UAEPAUG@@XZ
    [all...]
  /external/clang/test/Parser/
cxx1z-nested-namespace-definition.cpp 17 inline namespace goo::bar { // expected-error {{nested namespace definition cannot be 'inline'}} expected-warning 0-1{{C++11 feature}}
21 int m = goo::bar::n;
  /external/v8/test/mjsunit/regress/
regress-348280.js 8 function goo() {} function
9 baz(goo);
10 baz(goo);
regress-618657.js 8 function* goo() { yield 42 }
10 var g = goo();
  /external/clang/test/SemaCXX/
init-priority-attr.cpp 16 extern Two goo;
22 Two goo __attribute__((init_priority(2,3))) ( 5, 6 ); // expected-error {{'init_priority' attribute takes one argument}}
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
single_source_script.rs 25 int RS_KERNEL goo(int a, int b) {
40 rsForEach(goo, in1, in2, out);
  /external/v8/test/mjsunit/
debug-evaluate-closure.js 36 assertEquals("goo", exec_state.frame(0).evaluate("goo").value());
37 exec_state.frame(0).evaluate("goo = 'goo foo'");
64 var goo = "goo";
70 assertEquals("goo foo", goo);
dehoisted-array-index.js 127 function goo(i) { function
136 goo(-1);
137 goo(-1);
138 %OptimizeFunctionOnNextCall(goo);
139 goo(-1);
external-array.js 632 function goo(a, i) {
642 assertEquals(1, goo(t_array, 0));
643 assertEquals(1, goo(t_array, 0));
645 assertEquals(13, goo(t_array, 0));
646 %OptimizeFunctionOnNextCall(goo);
649 assertEquals(15, goo(t_array, 0));
650 %ClearFunctionTypeFeedback(goo);
664 assertEquals(1, goo(built_in_array, 0));
665 assertEquals(1, goo(built_in_array, 0));
666 %OptimizeFunctionOnNextCall(goo);
    [all...]
compare-character.js 31 var a = ['', String.fromCharCode(0), ' ', 'e', 'erik', 'f', 'foo', 'g', 'goo',
d8-os.js 180 str_error("os.setenv(e, 'goo');");
181 str_error("os.setenv('goo', e);");
  /external/clang/test/CodeGen/
align_value.cpp 23 double *goo(ad_struct *x) { function
  /external/llvm/test/MC/ARM/
comment.s 7 bl goo@plt
27 @CHECK: bl goo
  /external/ltrace/testsuite/ltrace.minor/
demangle-lib.cpp 9 int Fii_i(int bar, int goo) { return 0; }
10 int Fiii_i(int bar, int goo, int hoo) { return 0; }
  /external/v8/test/mjsunit/es6/
debug-evaluate-arrow-function-receiver.js 48 return g.call("goo"); // undefined
59 debugger; // goo
82 var h = g.call("goo");
proxies-json.js 406 var replacer = (key, val) => key === "goo" ? proxy : val;
407 var object = {foo: true, goo: false};
408 assertEquals('{"foo":true,"goo":[null,null,"baz"]}',
421 var replacer = (key, val) => key === "goo" ? proxy : val;
422 var object = {foo: true, goo: false};
  /external/v8/test/mjsunit/compiler/
regress-funarguments.js 45 if (x == 1) return goo["arg" + "uments"];
49 function goo(x) { return this.f(x, "f"); } function
55 B.prototype.g = goo;
optimized-closures.js 37 var g = function goo(y) {
39 if (goo.arguments[0] == 23) return -42;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_descr.py 1370 goo = classmethod(foo) variable in class:.test_classmethods.C
1443 goo = staticmethod(foo) variable in class:.test_staticmethods.C
1475 goo = classmethod(foo) variable in class:.test_classic.C
1673 goo = c1.foo variable in class:.test_methods.D
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_descr.py 1370 goo = classmethod(foo) variable in class:.test_classmethods.C
1443 goo = staticmethod(foo) variable in class:.test_staticmethods.C
1475 goo = classmethod(foo) variable in class:.test_classic.C
1673 goo = c1.foo variable in class:.test_methods.D
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py 1370 goo = classmethod(foo) variable in class:.test_classmethods.C
1443 goo = staticmethod(foo) variable in class:.test_staticmethods.C
1475 goo = classmethod(foo) variable in class:.test_classic.C
1673 goo = c1.foo variable in class:.test_methods.D
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py 1370 goo = classmethod(foo) variable in class:.test_classmethods.C
1443 goo = staticmethod(foo) variable in class:.test_staticmethods.C
1475 goo = classmethod(foo) variable in class:.test_classic.C
1673 goo = c1.foo variable in class:.test_methods.D
    [all...]
  /external/v8/test/webkit/fast/js/
Object-defineProperty.js 216 Object.defineProperty(anObj, 'slot4', {value: 'goo', configurable: false});
223 shouldBe("anObj.slot4", '"goo"');
  /ndk/build/core/
definitions.mk     [all...]

Completed in 1084 milliseconds