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

1 23 4

  /external/v8/tools/gcmole/
README 12 baz->Qux(*Foo()); // (a)
  /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/llvm/test/Transforms/SimplifyCFG/
preserve-branchweights.ll 202 %qux = select i1 %lt, i32 0, i32 2
203 switch i32 %qux, label %bees [
  /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/CodeGenCXX/
mangle-ms-back-references-pr13207.cpp 118 void qux(K<char, I<char>, I<char> >) {} function in namespace:PR13207
119 // CHECK: "\01?qux@PR13207@@YAXV?$K@DV?$I@D@PR13207@@V12@@1@@Z"
  /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/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...]

Completed in 695 milliseconds

1 23 4