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

1 2

  /external/clang/test/CodeGen/
debug-info-static.c 3 // CHECK: !DIGlobalVariable({{.*}}variable: i32* @f.xyzzy
6 static int xyzzy; local
7 xyzzy += 3;
2003-11-01-EmptyStructCrash.c 4 extern the_coolest_struct_in_the_world xyzzy;
5 void *foo() { return &xyzzy; }
  /external/valgrind/memcheck/tests/
demangle.cpp 7 T1 xyzzy(T1 *p, T2 *) function in class:abc::def
17 T xyzzy(T *p) function in class:magic
19 return (new abc::def<int,typeof(*this)>)->xyzzy(p, 0);
27 c->xyzzy(new int);
varinfo4.c 39 struct _str { int bing; int bong; XX xyzzy[77]; } member in struct:_str
47 croak(1 + (char*)(&a[3].xyzzy[x*y].c1));
49 croak( 1 + (char*)(&a[3].xyzzy[x*y].c2[2]) );
51 return a[3].xyzzy[x*y].c1;
varinfo5so.c 129 struct _str { int bing; int bong; XX xyzzy[77]; } member in struct:_str
137 croak(1 + (char*)(&a[3].xyzzy[x*y].c1));
139 croak( 1 + (char*)(&a[3].xyzzy[x*y].c2[2]) );
141 return a[3].xyzzy[x*y].c1;
varinfo4.stderr.exp 5 Location 0x........ is 1 byte inside a[3].xyzzy[21].c1,
19 Location 0x........ is 1 byte inside a[3].xyzzy[21].c2[2],
varinfo5.stderr.exp 159 Location 0x........ is 1 byte inside a[3].xyzzy[21].c1,
177 Location 0x........ is 1 byte inside a[3].xyzzy[21].c2[2],
  /external/clang/test/CodeGenCXX/
internal-linkage.cpp 21 char const * const xyzzy = "Hello, world!"; variable
22 extern char const * const xyzzy;
27 return &xyzzy;
  /art/test/005-annotations/src/android/test/anno/
SimplyNoted.java 24 SimplyNoted(@AnnoSimpleParameter int xyzzy) {
25 mFoo = xyzzy;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
sh64-1.s 8 pt/l xyzzy,tr3
19 .long xyzzy
sh64-2.s 13 pta xyzzy,tr5
23 .global xyzzy
24 xyzzy: label
  /external/clang/test/SemaCXX/
function-extern-c.cpp 75 A xyzzy();
83 A xyzzy();
85 A xyzzy() function in namespace:rdar13364028
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
sysroot-prefix.exp 77 set template "GROUP ( @q@@p@tmp/ldtest-xyzzy/libx.a@q@ AS_NEEDED ( @q@@p@tmp/ldtest-xyzzy/liby.a@q@ ) )"
90 remote_exec host "mkdir -p tmpdir/sysroot/tmp/ldtest-xyzzy"
114 ![ar_simple_create $ar "" tmpdir/sysroot/tmp/ldtest-xyzzy/lib$libnamebase.a $oname] } {
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem_test.py 573 directory = 'xyzzy/plugh'
581 directory = 'xyzzy'
585 self.filesystem.CreateLink('symlink', 'xyzzy')
705 directory = 'xyzzy'
716 directory = 'xyzzy'
725 directory = 'xyzzy'
779 directory = 'xyzzy'
    [all...]
  /external/v8/test/mjsunit/es6/
string-includes.js 123 assertFalse("xyzzy".includes("zy\0", 2));
  /external/v8/test/mjsunit/
string-replace.js 191 var longstring = "xyzzy";
  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 316 unittest_custom_options_pb2.complexopt6].xyzzy)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_io.py 710 self.tp(rawio).xyzzy
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_io.py 710 self.tp(rawio).xyzzy
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_io.py 710 self.tp(rawio).xyzzy
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_io.py 710 self.tp(rawio).xyzzy
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 5814 milliseconds

1 2