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

1 2 3 4

  /external/clang/test/CodeGen/
debug-info-static.c 3 // CHECK: xyzzy, null} ; [ 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; }
  /external/chromium_org/third_party/sqlite/src/test/
collateA.test 29 INSERT INTO t1 VALUES(2, 'xyzzy ','xyzzy ');
30 INSERT INTO t1 VALUES(3, 'xyzzy ','xyzzy ');
31 INSERT INTO t1 VALUES(4, 'xyzzy ','xyzzy ');
44 execsql {SELECT a FROM t1 WHERE b='xyzzy'}
47 execsql {SELECT a FROM t1 WHERE c='xyzzy'}
50 execsql {SELECT a FROM t1 WHERE c='xyzzy '}
53 execsql {SELECT a FROM t1 WHERE c='xyzzy '}
    [all...]
tkt3838.test 35 ALTER TABLE t1 ADD COLUMN d TEXT DEFAULT 'xyzzy';
39 } {2 999 9e+99 xyzzy}
select1.test 162 execsql {SELECT coalesce(min(a),'xyzzy') FROM t3}
165 execsql {SELECT min(coalesce(a,'xyzzy')) FROM t3}
191 execsql {SELECT coalesce(max(a),'xyzzy') FROM t3}
194 execsql {SELECT max(coalesce(a,'xyzzy')) FROM t3}
195 } {xyzzy}
216 set v [catch {execsql {SELECT XYZZY(f1) FROM test1}} msg]
218 } {1 {no such function: XYZZY}}
444 set v [catch {execsql2 {SELECT f1 as xyzzy FROM test1 ORDER BY f2}} msg]
446 } {0 {xyzzy 11 xyzzy 33}
    [all...]
mallocH.test 48 SELECT replace('ababa','a','xyzzy');
temptable.test 349 INSERT INTO t8 VALUES('xyzzy');
352 } {xyzzy}
364 } {xyzzy}
397 } {0 {xyzzy 1 2}}
  /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/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/strace/test/
sig.c 7 write(2, "xyzzy\n", 6);
  /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],
  /external/clang/test/CodeGenCXX/
internal-linkage.cpp 21 char const * const xyzzy = "Hello, world!"; variable
22 extern char const * const xyzzy;
27 return &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 20 R"xyzzy()xyzzy");
function-extern-c.cpp 75 A xyzzy();
83 A xyzzy();
85 A xyzzy() function in namespace:rdar13364028
  /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 68 # "xyzzy$N" since gcc on different targets emits the constants
88 grep xyzzy auxprogs/genoffsets.s | grep "^#define" \
89 | sed "s/xyzzy\\$$//g" \
90 | sed "s/xyzzy#//g" \
91 | sed "s/xyzzy//g" \
  /external/llvm/test/Transforms/SimplifyCFG/
switch-on-const-select.ll 110 define i32 @xyzzy(i64 %x, i64 %y) {
111 ; CHECK-LABEL: @xyzzy(

Completed in 2152 milliseconds

1 2 3 4