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

1 2

  /external/clang/test/CodeGen/
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/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],
varinfo5.stderr.exp-ppc64 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;
  /external/valgrind/main/
Makefile.vex.am 53 # "xyzzy$N" since gcc on different targets emits the constants
67 grep xyzzy auxprogs/genoffsets.s | grep define \
68 | sed "s/xyzzy\\$$//g" \
69 | sed "s/xyzzy#//g" \
70 | 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 62 "xyzzy", for easy greppability. Once this file is compiled to
63 assembly, the lines containing "xyzzy" are grepped out and sed-ed
71 " xyzzy%0\n" : /*out*/ \
  /external/llvm/test/Transforms/SimplifyCFG/
switch-on-const-select.ll 110 define i32 @xyzzy(i64 %x, i64 %y) {
111 ; CHECK: @xyzzy
  /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;
descriptor_database_unittest.cc 226 " name: \"Xyzzy\" "
286 EXPECT_TRUE(database_->FindFileContainingSymbol("Xyzzy", &file));
293 EXPECT_TRUE(database_->FindFileContainingSymbol("Xyzzy.Thud", &file));
  /external/valgrind/main/docs/html/
dist.readme-packagers.html 55 ???--prefix=/foo/bar/xyzzy?option,?the?prefix?/foo/bar/xyzzy?gets<br>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/byteorder/
swab.h 13 * Trent Piepho <xyzzy@speakeasy.org> 2007114
  /cts/tests/tests/util/src/android/util/cts/
EventLogTest.java 59 for (int i = 0; i < 1000; i++) longString.append("xyzzy");
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 534 assertFalse(Debug.dumpService("xyzzy -- not a valid service name", out.getFD(), null));
  /external/v8/test/mjsunit/
string-replace.js 167 var longstring = "xyzzy";
  /packages/apps/BasicSmsReceiver/tests/src/com/android/basicsmsreceiver/
DialogSmsDisplayTests.java 265 sendOnNewIntent("this is a big fat test", "xyzzy", 2000);
  /external/clang/docs/
Block-ABI-Apple.txt 251 For example, block xyzzy in the following
255 void (^xyzzy)(void) = ^{ CFPrint(objectPointer); };
  /external/strace/
strace.1 151 This example shows the shell performing ``>>xyzzy'' output redirection:
153 open("xyzzy", O_WRONLY|O_APPEND|O_CREAT, 0666) = 3

Completed in 403 milliseconds

1 2