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

1 2

  /external/clang/test/CodeGen/
debug-info-static.c 3 // CHECK: xyzzy} ; [ DW_TAG_variable ]
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; }
  /dalvik/tests/004-annotations/src/android/test/anno/
SimplyNoted.java 19 SimplyNoted(@AnnoSimpleParameter int xyzzy) {
20 mFoo = xyzzy;
  /external/clang/test/Lexer/
string-literal-errors.cpp 4 (void)"\q \u123z \x \U \U123 \U12345 \u123 \xyzzy \777 \U"
5 // CHECK: {{^ \(void\)"\\q \\u123z \\x \\U \\U123 \\U12345 \\u123 \\xyzzy \\777 \\U"$}}
7 // (void)"\q \u123z \x \U \U123 \U12345 \u123 \xyzzy \777 \U"
  /external/valgrind/main/memcheck/tests/
erringfds.c 12 fd = open("foo/bar/xyzzy", O_RDONLY); /* fails */
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],
varinfo4.stderr.exp-ppc64 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/SemaCXX/
format-strings-0x.cpp 20 R"xyzzy()xyzzy");
  /external/clang/test/CodeGenCXX/
internal-linkage.cpp 21 char const * const xyzzy = "Hello, world!"; variable
22 extern char const * const xyzzy;
27 return &xyzzy;
  /external/clang/test/SemaObjC/
invalid-code.m 5 void *xyzzy = 0;
6 void *p = @xyzzy; // expected-error {{unexpected '@' in program}}
  /external/valgrind/main/
Makefile.vex.am 58 # "xyzzy$N" since gcc on different targets emits the constants
74 grep xyzzy auxprogs/genoffsets.s | grep define \
75 | sed "s/xyzzy\\$$//g" \
76 | sed "s/xyzzy#//g" \
77 | sed "s/xyzzy//g" \
README_PACKAGERS 32 --prefix=/foo/bar/xyzzy option, the prefix /foo/bar/xyzzy gets
  /external/valgrind/main/VEX/auxprogs/
genoffsets.c 63 "xyzzy", for easy greppability. Once this file is compiled to
64 assembly, the lines containing "xyzzy" are grepped out and sed-ed
72 " xyzzy%0\n" : /*out*/ \
  /external/clang/test/Parser/
cxx11-user-defined-literals.cpp 101 void operator R"xyzzy()xyzzy" _foo(long double); // ok
  /external/llvm/test/Transforms/SimplifyCFG/
switch-on-const-select.ll 110 define i32 @xyzzy(i64 %x, i64 %y) {
111 ; CHECK: @xyzzy
  /external/valgrind/main/VEX/
Makefile-gcc 194 # "xyzzy$N" since gcc on different targets emits the constants
200 grep xyzzy auxprogs/genoffsets.s | grep define \
201 | sed "s/xyzzy\\$$//g" \
202 | sed "s/xyzzy#//g" \
203 | sed "s/xyzzy//g" \
  /ndk/sources/host-tools/sed-4.2.1/m4/
threadlib.m4 101 AC_TRY_LINK([extern void xyzzy ();
102 #pragma weak xyzzy], [xyzzy();], [gl_have_weak=yes])
  /external/protobuf/src/google/protobuf/
unittest_custom_options.proto 253 optional int32 xyzzy = 7593951;
274 option (complexopt6).xyzzy = 24;
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 206 assertFalse(Debug.dumpService("xyzzy -- not a valid service name", out.getFD(), null));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/byteorder/
swab.h 13 * Trent Piepho <xyzzy@speakeasy.org> 2007114
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
swab.h 13 * Trent Piepho <xyzzy@speakeasy.org> 2007114
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
swab.h 13 * Trent Piepho <xyzzy@speakeasy.org> 2007114

Completed in 1572 milliseconds

1 2