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

12 3 4 5 6

  /external/brotli/java/org/brotli/integration/
test_data.zip 
  /external/python/cpython2/Lib/test/
test_commands.py 27 self.assertEqual(commands.getoutput('echo xyzzy'), 'xyzzy')
28 self.assertEqual(commands.getstatusoutput('echo xyzzy'), (0, 'xyzzy'))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_commands.py 27 self.assertEqual(commands.getoutput('echo xyzzy'), 'xyzzy')
28 self.assertEqual(commands.getstatusoutput('echo xyzzy'), (0, 'xyzzy'))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_commands.py 27 self.assertEqual(commands.getoutput('echo xyzzy'), 'xyzzy')
28 self.assertEqual(commands.getstatusoutput('echo xyzzy'), (0, 'xyzzy'))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_commands.py 27 self.assertEqual(commands.getoutput('echo xyzzy'), 'xyzzy')
28 self.assertEqual(commands.getstatusoutput('echo xyzzy'), (0, 'xyzzy'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_commands.py 27 self.assertEqual(commands.getoutput('echo xyzzy'), 'xyzzy')
28 self.assertEqual(commands.getstatusoutput('echo xyzzy'), (0, 'xyzzy'))
  /external/clang/test/SemaCXX/
format-strings-0x.cpp 24 R"xyzzy()xyzzy");
function-extern-c.cpp 75 A xyzzy();
83 A xyzzy();
85 A xyzzy() function in namespace:rdar13364028
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
pr19615.d 12 [ ]*[a-f0-9]+: [a-f0-9]+ 0 FUNC GLOBAL DEFAULT [a-f0-9]+ xyzzy
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
pr19615.d 12 [ ]*[a-f0-9]+: [a-f0-9]+ 0 FUNC GLOBAL DEFAULT [a-f0-9]+ xyzzy
  /external/clang/test/SemaObjC/
invalid-code.m 5 void *xyzzy = 0;
6 void *p = @xyzzy; // expected-error {{unexpected '@' in program}}
  /external/python/cpython2/Demo/embed/
demo.c 72 PyImport_AddModule("xyzzy");
73 Py_InitModule("xyzzy", xyzzy_methods);
  /external/valgrind/memcheck/tests/
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],
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;
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
README.txt 86 site owned by the ubiquitous "Xyzzy, Inc.". When you run this in your
87 own environment, replace "widgets.xyzzy.com" with the hostname of your
98 [Unknown]: widgets.xyzzy.com<CR>
102 [Unknown]: Xyzzy, Inc.<CR>
109 Is CN=widgets.xyzzy.com, OU=Consumer Widgets Group, O="Xyzzy, Inc.",
186 Owner: CN=widgets.xyzzy.com, OU=Consumer, O="xyzzy, inc.", L=Arcata,
188 Issuer: CN=widgets.xyzzy.com, OU=Consumer, O="xyzzy, inc."
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
README.txt 86 site owned by the ubiquitous "Xyzzy, Inc.". When you run this in your
87 own environment, replace "widgets.xyzzy.com" with the hostname of your
98 [Unknown]: widgets.xyzzy.com<CR>
102 [Unknown]: Xyzzy, Inc.<CR>
109 Is CN=widgets.xyzzy.com, OU=Consumer Widgets Group, O="Xyzzy, Inc.",
186 Owner: CN=widgets.xyzzy.com, OU=Consumer, O="xyzzy, inc.", L=Arcata,
188 Issuer: CN=widgets.xyzzy.com, OU=Consumer, O="xyzzy, inc."
    [all...]
  /external/ltp/testcases/kernel/security/smack/
smack_set_ambient.sh 20 not_floor_label="XYZZY"
smack_set_current.sh 21 not_floor_label="XYZZY"
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/d30v/
reloc.s 42 bar: .asciz "XYZZY"
  /external/valgrind/
Makefile.vex.am 72 # "xyzzy$N" since gcc on different targets emits the constants
93 grep xyzzy auxprogs/genoffsets.s | grep "^[# ]*#define" \
95 | sed "s/xyzzy\\$$//g" \
96 | sed "s/xyzzy#//g" \
97 | sed "s/xyzzy//g" \
  /toolchain/binutils/binutils-2.27/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] } {
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/sh64/
abi64.xd 35 00000000000010a4 g \.text 0000000000000000 0x04 xyzzy
abi32.xd 36 0+105c g \.text 0+ 0x04 xyzzy
  /external/python/cpython3/Lib/test/
test_raise.py 287 xyzzy
320 xyzzy
344 xyzzy

Completed in 2998 milliseconds

12 3 4 5 6