HomeSort by relevance Sort by last modified time
    Searched full:qux (Results 51 - 75 of 86) sorted by null

1 23 4

  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLParametersTest.java 46 String[] protocols = new String[] { "baz", null, "qux" };
  /external/protobuf/src/google/protobuf/
repeated_field_unittest.cc 510 string* qux = new string("qux"); local
511 field.AddAllocated(qux);
515 EXPECT_EQ(qux, &field.Get(index));
696 *iter = "qux";
697 EXPECT_EQ("qux", proto_array_.Get(0));
808 **iter = "qux";
809 EXPECT_EQ("qux", proto_array_.Get(0));
descriptor_database_unittest.cc 216 " field { name:\"qux\" }"
244 EXPECT_TRUE(database_->FindFileContainingSymbol("Foo.qux", &file));
323 " extension { name:\"qux\" label:LABEL_OPTIONAL type:TYPE_INT32 number:5 "
392 " extension { name:\"qux\" label:LABEL_OPTIONAL type:TYPE_INT32 number:5 "
descriptor.proto 418 // E.g.,{ ["foo", false], ["bar.baz", true], ["qux", false] } represents
419 // "foo.(bar.baz).qux".
  /external/llvm/test/CodeGen/X86/
tail-opts.ll 8 declare i1 @qux()
24 %a = call i1 @qux()
27 %b = call i1 @qux()
47 %c = call i1 @qux()
73 %a = call i1 @qux()
78 %b = call i1 @qux()
  /external/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 398 " [ctype=CORD, (foo)=7, foo.(.bar.baz).qux.quux.(corge)=-33, \n"
399 " (quux)=\"x\040y\", (baz.qux)=hey];\n"
415 " name { name_part: \"qux\" "
425 " uninterpreted_option: { name { name_part: \"baz.qux\" "
    [all...]
importer_unittest.cc 508 source_tree_.MapPath("", "/qux");
555 // "/qux/baz" is under "/qux".
558 "/qux/baz", &virtual_file, &shadowing_disk_file));
importer.cc 281 // assert(!ApplyMapping("foo/bar", "baz", "qux", &result));
282 // assert(!ApplyMapping("foo/bar", "baz", "qux", &result));
parser.h 286 // "foo.(bar.baz).qux".
  /external/protobuf/java/src/test/java/com/google/protobuf/
MessageTest.java 64 .addRepeatedString("qux")
74 "repeated_string: \"qux\"\n" +
AbstractMessageTest.java 345 .addRepeatedString("qux")
355 "repeated_string: \"qux\"\n" +
  /external/clang/test/Misc/
serialized-diags.c 13 void qux(int x) { function
  /external/clang/test/Index/
usrs.cpp 48 static int qux();
126 // CHECK: usrs.cpp c:@N@foo@N@taz@C@ClsD@F@qux#S Extent=[48:5 - 48:21]
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Splitter.java 156 * example, {@code Splitter.on(", ").split("foo, bar, baz,qux")} returns an
157 * iterable containing {@code ["foo", "bar", "baz,qux"]}.
  /external/clang/test/SemaCXX/
array-bounds.cpp 25 template <char *sz> class Qux {
  /external/guava/guava-tests/test/com/google/common/collect/
IterablesTest.java 841 assertEquals("foo", Iterables.getFirst(iterable, "qux"));
879 assertEquals("bar", Iterables.getLast(iterable, "qux"));
902 assertEquals("bar", Iterables.getLast(diesOnIteratorList, "qux"));
925 assertEquals("bar", Iterables.getLast(diesOnIteratorSortedSet, "qux"));
    [all...]
MapConstraintsTest.java 219 multimap.get("qux").addAll(Arrays.asList(4));
248 Maps.immutableEntry("qux", 4),
  /external/guava/guava/src/com/google/common/base/
Splitter.java 159 * example, {@code Splitter.on(", ").split("foo, bar, baz,qux")} returns an
160 * iterable containing {@code ["foo", "bar", "baz,qux"]}.
  /external/chromium/net/base/
registry_controlled_domain.h 76 will match, but "baz.uk" and "qux.baz.uk" won't.
  /external/llvm/test/CodeGen/ARM/
vdup.ll 247 define <2 x double> @qux(<2 x double> %arg0_int64x1_t) nounwind readnone {
  /external/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 464 "baz // qux\n"
468 "baz", "/", "/", "qux",
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 750 * optional int32 qux = 4321;
754 * Both {@code baz}'s and {@code qux}'s containing type is {@code Foo}.
756 * {@code qux}'s extension scope is {@code Bar}.
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 622 message.add_repeatedstringfield("qux");
632 EXPECT_EQ("qux", message.repeatedstringfield(0));
    [all...]
  /external/protobuf/python/google/protobuf/
reflection.py     [all...]
  /external/webkit/Source/WebKit/gtk/tests/
testatk.c 47 static const char* contentsInTableWithHeaders = "<html><body><table><tr><th>foo</th><th>bar</th><th colspan='2'>baz</th></tr><tr><th>qux</th><td>1</td><td>2</td><td>3</td></tr><tr><th rowspan='2'>quux</th><td>4</td><td>5</td><td>6</td></tr><tr><td>6</td><td>7</td><td>8</td></tr><tr><th>corge</th><td>9</td><td>10</td><td>11</td></tr></table><table><tr><td>1</td><td>2</td></tr><tr><td>3</td><td>4</td></tr></table></body></html>";
    [all...]

Completed in 592 milliseconds

1 23 4