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

12 3 4

  /external/valgrind/main/
README_PACKAGERS 32 --prefix=/foo/bar/xyzzy option, the prefix /foo/bar/xyzzy gets
  /external/valgrind/main/VEX/auxprogs/
genoffsets.c 66 "xyzzy", for easy greppability. Once this file is compiled to
67 assembly, the lines containing "xyzzy" are grepped out and sed-ed
75 " xyzzy%0\n" : /*out*/ \
  /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/chromium_org/third_party/sqlite/src/test/
lock2.test 38 sqlite3 db test.db -key xyzzy
lock6.test 98 sqlite3 db test.db -key xyzzy
select4.test 277 SELECT DISTINCT log AS "xyzzy" FROM t1
280 ORDER BY xyzzy;
286 SELECT DISTINCT log AS xyzzy FROM t1
289 ORDER BY "xyzzy";
298 ORDER BY "xyzzy";
307 ORDER BY "xyzzy";
join.test 73 SELECT xyzzy.* FROM t2 AS xyzzy NATURAL JOIN t1
83 SELECT xyzzy.* FROM t2 NATURAL JOIN t1 AS xyzzy
delete.test 81 set v [catch {execsql {DELETE FROM table2 WHERE xyzzy(f1+4)}} msg]
83 } {1 {no such function: xyzzy}}
insert.test 132 execsql {INSERT INTO test2(f1,f5) VALUES(1,'xyzzy')}
134 } {1 -4.32 hi abc-123 xyzzy 111 -2.22 hi hi! {}}
tclsqlite.test 378 set rc [catch {db transaction xyzzy {}} msg]
380 } {1 {bad transaction type "xyzzy": must be deferred, exclusive, or immediate}}
analyze.test 281 INSERT INTO sqlite_stat1 VALUES('t4','xyzzy','0 1 2 3');
  /external/clang/test/Parser/
cxx11-user-defined-literals.cpp 101 void operator R"xyzzy()xyzzy" _foo(long double); // ok
  /external/protobuf/src/google/protobuf/
unittest_custom_options.proto 253 optional int32 xyzzy = 7593951;
274 option (complexopt6).xyzzy = 24;
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
JavaApiConverterTest.java 152 .addHeader("xyzzy", "baz")
188 assertEquals("baz", okResponseHeaders.get("xyzzy"));
215 headers.put("xyzzy", Arrays.asList("bar", "baz"));
230 assertEquals("baz", okResponseHeaders.get("xyzzy"));
248 headers.put("xyzzy", Arrays.asList("bar", "baz"));
288 assertEquals("baz", okResponseHeaders.get("xyzzy"));
  /external/valgrind/main/VEX/
Makefile-gcc 225 # "xyzzy$N" since gcc on different targets emits the constants
231 grep xyzzy auxprogs/genoffsets.s | grep "^#define" \
232 | sed "s/xyzzy\\$$//g" \
233 | sed "s/xyzzy#//g" \
234 | sed "s/xyzzy//g" \
  /external/bison/m4/
threadlib.m4 123 [[extern void xyzzy ();
124 #pragma weak xyzzy]],
125 [[xyzzy();]])],
  /external/chromium_org/content/browser/download/
download_file_unittest.cc 81 hash_state_("xyzzy"),
413 static const char file_data[] = "xyzzy";
441 static const char file_data[] = "xyzzy";
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
unittest_custom_options.proto 265 optional int32 xyzzy = 7593951;
286 option (complexopt6).xyzzy = 24;
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 207 assertFalse(Debug.dumpService("xyzzy -- not a valid service name", out.getFD(), null));
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_service_unittest.cc 174 "xyzzy",
  /external/chromium_org/third_party/sqlite/src/src/
test_vfstrace.c 87 ** /home/drh/xyzzy.txt -> xyzzy.txt
88 ** xyzzy.txt -> xyzzy.txt
  /external/chromium_org/v8/test/mjsunit/harmony/
string-contains.js 125 assertFalse("xyzzy".contains("zy\0", 2));
  /external/valgrind/main/memcheck/tests/
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],
  /cts/tests/tests/util/src/android/util/cts/
EventLogTest.java 59 for (int i = 0; i < 1000; i++) longString.append("xyzzy");

Completed in 3633 milliseconds

12 3 4