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

1 23

  /external/protobuf/src/google/protobuf/compiler/
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/src/google/protobuf/
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".
descriptor.cc     [all...]
  /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/src/com/google/common/base/
Splitter.java 150 * example, {@code Splitter.on(", ").split("foo, bar, baz,qux")} returns an
151 * iterable containing {@code ["foo", "bar", "baz,qux"]}.
  /external/protobuf/java/src/test/java/com/google/protobuf/
AbstractMessageTest.java 345 .addRepeatedString("qux")
355 "repeated_string: \"qux\"\n" +
  /external/clang/test/SemaCXX/
array-bounds.cpp 21 template <char *sz> class 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/guava/javadoc/com/google/common/base/
Splitter.html 317 example, <code>Splitter.on(", ").split("foo, bar, baz,qux")</code> returns an
318 iterable containing <code>["foo", "bar", "baz,qux"]</code>.
  /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/clang/lib/Sema/
SemaExprObjC.cpp 39 // each one, e.g. @"foo" "bar" @"baz" "qux" which need to be turned into one
    [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...]
  /external/llvm/lib/Target/X86/
README.txt     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/gconv/
libKSC.so 
IBM1390.so 
IBM1399.so 
  /prebuilt/linux-x86/toolchain/sh-4.3.3/sh-linux-gnu/lib/
libsupc++.a     [all...]

Completed in 460 milliseconds

1 23