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

1 2 3 4 5 6

  /external/clang/test/CodeGen/
2003-11-01-EmptyStructCrash.c 4 extern the_coolest_struct_in_the_world xyzzy;
5 void *foo() { return &xyzzy; }
debug-info-static.c 3 // CHECK: !DIGlobalVariable({{.*}}variable: i32* @f.xyzzy
6 static int xyzzy; local
7 xyzzy += 3;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
pr19615.s 7 .globl xyzzy /* This symbol should be exported */
8 .type xyzzy, @function
9 xyzzy: label
13 .dc.a xyzzy
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
pr19615.s 7 .globl xyzzy /* This symbol should be exported */
8 .type xyzzy, @function
9 xyzzy: label
13 .dc.a 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);
demangle.stderr.exp 2 at 0x........: abc::def<int, magic<int> >::xyzzy(int*, magic<int>*) (demangle.cpp:9)
3 by 0x........: magic<int>::xyzzy(int*) (demangle.cpp:19)
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;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/sh64/
sh64-2.s 13 pta xyzzy,tr5
23 .global xyzzy
24 xyzzy: label
sh64-1.s 8 pt/l xyzzy,tr3
19 .long xyzzy
  /art/test/005-annotations/src/android/test/anno/
SimplyNoted.java 24 SimplyNoted(@AnnoSimpleParameter int xyzzy) {
25 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"
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15091.go 14 // internal error: (*Html).xyzzy autotmp_3 (type *int) recorded as live on entry, p.Pc=0
16 // Treating auto as if it were arg, func (*Html).xyzzy, node ...
20 func (options *Html) xyzzy(id string) string { func
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15091.go 14 // internal error: (*Html).xyzzy autotmp_3 (type *int) recorded as live on entry, p.Pc=0
16 // Treating auto as if it were arg, func (*Html).xyzzy, node ...
20 func (options *Html) xyzzy(id string) string { func
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_repr.py 4 """Fixer that transforms `xyzzy` into repr(xyzzy)."""
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_repr.py 4 """Fixer that transforms `xyzzy` into repr(xyzzy)."""
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_repr.py 4 """Fixer that transforms `xyzzy` into repr(xyzzy)."""
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_repr.py 4 """Fixer that transforms `xyzzy` into repr(xyzzy)."""
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_repr.py 4 """Fixer that transforms `xyzzy` into repr(xyzzy)."""
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_repr.py 4 """Fixer that transforms `xyzzy` into repr(xyzzy)."""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_repr.py 4 """Fixer that transforms `xyzzy` into repr(xyzzy)."""
  /external/brotli/java/org/brotli/integration/
test_corpus.zip 
  /external/curl/tests/data/
test308 24 --engine invalid-crypto-engine-xyzzy -k https://%HOSTIP:%HTTPSPORT/308
  /external/clang/test/CodeGenCXX/
internal-linkage.cpp 21 char const * const xyzzy = "Hello, world!"; variable
22 extern char const * const xyzzy;
27 return &xyzzy;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_commands.py 27 self.assertEqual(commands.getoutput('echo xyzzy'), 'xyzzy')
28 self.assertEqual(commands.getstatusoutput('echo xyzzy'), (0, 'xyzzy'))

Completed in 839 milliseconds

1 2 3 4 5 6