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

1 2

  /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);
  /prebuilts/go/darwin-x86/test/fixedbugs/bug407.dir/
one.go 14 func (t T) goo(arg int) {} func
17 func (t *T) G() { t.g = T.goo }
  /prebuilts/go/linux-x86/test/fixedbugs/bug407.dir/
one.go 14 func (t T) goo(arg int) {} func
17 func (t *T) G() { t.g = T.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 37 assertEquals("goo", exec_state.frame(0).evaluate("goo").value());
38 exec_state.frame(0).evaluate("goo = 'goo foo'"); // no effect
65 var goo = "goo";
71 assertEquals("goo", 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; }
  /prebuilts/go/darwin-x86/doc/play/
pi.go 2 // See http://goo.gl/ZuTZM.
  /prebuilts/go/linux-x86/doc/play/
pi.go 2 // See http://goo.gl/ZuTZM.
  /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");
  /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) { function in function:var
39 if (goo.arguments[0] == 23) return -42;
  /external/v8/test/mjsunit/harmony/
proxies-json.js 407 var replacer = (key, val) => key === "goo" ? proxy : val;
408 var object = {foo: true, goo: false}; property in class:object
409 assertEquals('{"foo":true,"goo":[null,null,"baz"]}',
422 var replacer = (key, val) => key === "goo" ? proxy : val;
423 var object = {foo: true, goo: false}; property in class:object
  /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...]

Completed in 1143 milliseconds

1 2