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

1 2 3 4 5

  /external/e2fsprogs/lib/ss/
test_script 2 test foo bar quux
3 test bar quux
4 quux bar
5 quux
6 test quux
test_script_expected 6 test_icount: test foo bar quux
8 Args: 'foo', 'bar', 'quux'
9 test_icount: test bar quux
11 Args: 'bar', 'quux'
12 test_icount: quux bar
13 test_ss: Command not found quux
14 test_icount: quux
15 test_ss: Command not found quux
16 test_icount: test quux
18 Args: 'quux'
    [all...]
  /external/chromium_org/third_party/zlib/google/test/data/
test.zip 
test_nocompress.zip 
  /external/clang/test/Lexer/
bcpl-escaped-newline.c 13 #error quux
  /external/valgrind/main/cachegrind/tests/
filter_cachesim_discards 7 # Anonymise paths like "/local/foo/bar/tests/baz/quux" (note "tests" is there)
  /external/clang/test/Parser/
cxx-default-delete.cpp 21 struct quux { struct
22 int quux() = default; // expected-error{{constructor cannot have a return type}} expected-error {{member 'quux' has the same name as its class}}
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t024finally.g 10 : ID {throw new Error("quux");}
  /external/clang/test/CodeGen/
2003-08-29-BitFieldStruct.c 7 short quux; member in struct:Word
  /external/llvm/test/CodeGen/ARM/
2009-11-13-ScavengerAssert.ll 4 %bar = type { %quad, float, float, [3 x %quux*], [3 x %bar*], [2 x %bar*], [3 x i8], i8 }
6 %foo = type { i8, %quuz, %quad, float, [64 x %quux], [128 x %bar], i32, %baz, %baz }
8 %quux = type { %quad, %quad }
9 %quuz = type { [4 x %quux*], [4 x float], i32 }
11 define arm_aapcs_vfpcc %bar* @aaa(%foo* nocapture %this, %quux* %a, %quux* %b, %quux* %c, i8 zeroext %forced) {
2007-05-07-tailmerge-1.ll 2 ; RUN: llc < %s -march=arm -enable-tail-merge | grep bl.*quux | count 1
3 ; Check that calls to baz and quux are tail-merged.
42 %tmp14 = call i32 (...)* @quux( i32 3, i32 4 ) ; <i32> [#uses=0]
47 %tmp17 = call i32 (...)* @quux( i32 3, i32 4 ) ; <i32> [#uses=0]
65 declare i32 @quux(...)
2007-05-09-tailmerge-2.ll 2 ; RUN: llc < %s -march=arm -enable-tail-merge | grep bl.*quux | count 1
3 ; Check that calls to baz and quux are tail-merged.
43 %tmp14 = call i32 (...)* @quux( i32 3, i32 4 ) ; <i32> [#uses=0]
48 %tmp17 = call i32 (...)* @quux( i32 3, i32 4 ) ; <i32> [#uses=0]
66 declare i32 @quux(...)
2007-05-22-tailmerge-3.ll 2 ; RUN: llc < %s -march=arm | grep bl.*quux | count 1
4 ; RUN: llc < %s -march=arm -enable-tail-merge=0 | grep bl.*quux | count 2
45 %tmp14 = call i32 (...)* @quux( i32 3, i32 4 ) ; <i32> [#uses=0]
50 %tmp17 = call i32 (...)* @quux( i32 3, i32 4 ) ; <i32> [#uses=0]
68 declare i32 @quux(...)
2009-08-26-ScalarToVector.ll 8 %quux = type { i32 (...)**, %baz*, i32 }
9 %quuz = type { %quux, i32, %bar, [128 x i8], [16 x %foo], %foo, %foo, %foo }
zextload_demandedbits.ll 10 ; CHECK: quux
15 define void @quux(%struct.eggs* %arg) {
  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p8.cpp 5 constexpr const char *s = "foo"_id "bar" "baz"_id "quux";
18 const char *u = "foo" "bar"_id "baz" "quux"_di "corge"; // expected-error {{differing user-defined suffixes ('_id' and '_di') in string literal concatenation}}
  /external/e2fsprogs/tests/f_dirlink/
expect.1 5 Entry 'quux' in /foo (12) is a link to directory /bar (13).
  /external/clang/test/PCH/
cxx0x-default-delete.cpp 19 class quux { class
20 ~quux() = default;
37 quux qx; // expected-error{{private destructor}} expected-note@20{{private here}}
  /external/e2fsprogs/tests/f_dup4/
script 24 write $TEST_DATA quux
32 link /dir4/quux /dir/quux1
33 link /dir4/quux /dir2/quux2
  /libcore/luni/src/test/java/libcore/xml/
DomSerializationTest.java 44 Attr quux = document.createAttribute("quux"); local
45 quux.setValue("abc");
46 foo.setAttributeNode(quux);
50 assertXmlEquals("<foo quux=\"abc\"><bar/><baz/></foo>", document);
  /external/e2fsprogs/tests/f_recnect_bad/
expect.1 3 i_faddr for inode 15 (/test/quux) is 23, should be zero.
6 i_dir_acl for inode 15 (/test/quux) is 12, should be zero.
  /external/llvm/test/CodeGen/PowerPC/
2007-05-22-tailmerge-3.ll 2 ; RUN: llc < %s -march=ppc32 -enable-tail-merge=0 | grep bl.*quux | count 2
4 ; RUN: llc < %s -march=ppc32 | grep bl.*quux | count 1
44 %tmp14 = call i32 (...)* @quux( i32 3, i32 4 ) ; <i32> [#uses=0]
49 %tmp17 = call i32 (...)* @quux( i32 3, i32 4 ) ; <i32> [#uses=0]
67 declare i32 @quux(...)
  /libcore/json/src/test/java/org/json/
JSONObjectTest.java 216 object.put("quux", "false");
221 assertEquals(false, object.getBoolean("quux"));
223 assertFalse(object.isNull("quux"));
225 assertTrue(object.has("quux"));
230 assertEquals(false, object.optBoolean("quux"));
235 assertEquals(false, object.optBoolean("quux", true));
266 object.put("quux", -0d);
275 assertTrue(toString, toString.contains("\"quux\":-0}") // no trailing decimal point
276 || toString.contains("\"quux\":-0,"));
281 assertEquals(-0d, object.get("quux"));
    [all...]
  /external/chromium_org/third_party/zlib/google/
zip_reader_unittest.cc 91 base::FilePath(FILE_PATH_LITERAL("foo/bar/quux.txt")));
197 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/quux.txt"));
214 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/quux.txt"));
217 test_dir_.AppendASCII("quux.txt")));
220 ASSERT_TRUE(file_util::ReadFileToString(test_dir_.AppendASCII("quux.txt"),
225 // quux.txt should be larger than kZipBufSize so that we can exercise
235 base::FilePath target_path(FILE_PATH_LITERAL("foo/bar/quux.txt"));
238 test_dir_.AppendASCII("quux.txt")));
241 ASSERT_TRUE(file_util::ReadFileToString(test_dir_.AppendASCII("quux.txt"),
246 // quux.txt should be larger than kZipBufSize so that we can exercis
    [all...]
  /external/chromium/base/
vlog_unittest.cc 81 "foo=,bar=0,baz=blah,,qux=0blah1,quux=1,corge.ext=5";
90 EXPECT_EQ(1, vlog_info.GetVlogLevel("/path/to/quux"));
96 "foo/bar.cc=1,baz\\*\\qux.cc=2,*quux/*=3,*/*-inl.h=4";
110 EXPECT_EQ(0, vlog_info.GetVlogLevel("/foo/bar/baz/quux.cc"));
111 EXPECT_EQ(3, vlog_info.GetVlogLevel("/foo/bar/baz/quux/grault.cc"));
112 EXPECT_EQ(3, vlog_info.GetVlogLevel("/foo\\bar/baz\\quux/grault.cc"));

Completed in 1442 milliseconds

1 2 3 4 5