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

1 2

  /external/clang/test/Lexer/Inputs/
bad-header-guard-defined.h 2 #define goo macro
  /external/clang/test/CodeGen/
ifunc.c 26 extern void goo(void);
29 goo();
32 extern void goo(void) __attribute__ ((ifunc("goo_ifunc")));
38 // CHECK: @goo = ifunc void (), bitcast (i8* ()* @goo_ifunc to void ()*)
41 // CHECK: call void @goo()
align_value.cpp 23 double *goo(ad_struct *x) { function
  /external/clang/test/Index/
evaluate-cursor.cpp 13 void goo() { function
  /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;
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
float_test.rs 27 double __attribute__((kernel)) goo(double a) {
single_source_script.rs 36 int __attribute__((kernel)) goo(int a, int b) {
102 rsForEach(goo, in, out, out);
  /frameworks/rs/tests/lldb/java/ScriptGroup/src/rs/
scriptgroup.rs 25 int __attribute__((kernel)) goo(int a) {
  /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/llvm/test/MC/ARM/
comment.s 7 bl goo@plt
27 @CHECK: bl goo
  /prebuilts/go/darwin-x86/doc/play/
pi.go 2 // See https://goo.gl/la6Kli.
  /prebuilts/go/linux-x86/doc/play/
pi.go 2 // See https://goo.gl/la6Kli.
  /frameworks/opt/net/wifi/tests/wifitests/
runtests.sh 17 For more options, see https://goo.gl/JxYjIw
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_descr.py 1369 goo = classmethod(foo) variable in class:.test_classmethods.C
1426 goo = staticmethod(foo) variable in class:.test_staticmethods.C
1458 goo = classmethod(foo) variable in class:.test_classic.C
1656 goo = c1.foo variable in class:.test_methods.D
    [all...]
  /external/python/cpython2/Lib/test/
test_descr.py 1379 goo = classmethod(foo) variable in class:.test_classmethods.C
1452 goo = staticmethod(foo) variable in class:.test_staticmethods.C
1484 goo = classmethod(foo) variable in class:.test_classic.C
1682 goo = c1.foo variable in class:.test_methods.D
    [all...]
  /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...]
  /prebuilts/go/darwin-x86/src/runtime/
mapspeed_test.go 272 s2 := "goo" + strings.Repeat("-", 100) + "ber"
  /prebuilts/go/linux-x86/src/runtime/
mapspeed_test.go 272 s2 := "goo" + strings.Repeat("-", 100) + "ber"

Completed in 408 milliseconds

1 2