Home
last modified time | relevance | path

Searched refs:baz (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDictionaryTests+String.m43 //%PDDM-EXPAND TESTS_FOR_POD_VALUES(String, NSString, *, Objects, @"foo", @"bar", @"baz", @"mumble")
122 const NSString *kKeys[] = { @"foo", @"bar", @"baz" };
137 XCTAssertTrue([dict getUInt32:NULL forKey:@"baz"]);
138 XCTAssertTrue([dict getUInt32:&value forKey:@"baz"]);
177 const NSString *kKeys1[] = { @"foo", @"bar", @"baz", @"mumble" };
231 const NSString *kKeys[] = { @"foo", @"bar", @"baz", @"mumble" };
252 const NSString *kKeys[] = { @"foo", @"bar", @"baz", @"mumble" };
278 const NSString *kKeys[] = { @"bar", @"baz", @"mumble" };
295 XCTAssertTrue([dict getUInt32:NULL forKey:@"baz"]);
296 XCTAssertTrue([dict getUInt32:&value forKey:@"baz"]);
[all …]
DGPBMessageTests+Merge.m128 src.optionalString = @"baz";
147 XCTAssertEqualObjects(dst.optionalString, @"baz");
185 XCTAssertEqualObjects(dst.optionalString, @"baz");
DGPBMessageTests.m65 [message setOptionalString:@"baz"];
76 [message setOptionalString:@"baz"];
1897 XCTAssertEqual(msg.baz, EnumTestMsg_MyEnum_NegOne);
1905 XCTAssertEqual(msgPrime.baz, EnumTestMsg_MyEnum_NegOne);
1909 msg.baz = EnumTestMsg_MyEnum_NegTwo;
1911 XCTAssertEqual(msg.baz, EnumTestMsg_MyEnum_NegTwo);
1919 XCTAssertEqual(msgPrime.baz, EnumTestMsg_MyEnum_NegTwo);
Dunittest_objc.proto401 optional MyEnum baz = 3 [default = NEG_ONE]; field
/frameworks/compile/slang/lit-tests/P_ref_count/
Dref_count.rs26 static struct Wrapper baz() {
33 struct Wrapper w = baz();
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser_unittest.cc2549 const DescriptorProto& baz = bar.nested_type(0); in TEST_F() local
2554 EXPECT_TRUE(HasSpan('d', 'g', baz)); in TEST_F()
2555 EXPECT_TRUE(HasSpan('e', 'f', baz, "name")); in TEST_F()
2575 const DescriptorProto& baz = file_.message_type(0).nested_type(1); in TEST_F() local
2576 const DescriptorProto& qux = baz.nested_type(0); in TEST_F()
2586 EXPECT_TRUE(HasSpan('a', 'k', baz)); in TEST_F()
2587 EXPECT_TRUE(HasSpan('e', 'f', baz, "name")); in TEST_F()
2621 const EnumValueDescriptorProto& baz = file_.enum_type(0).value(1); in TEST_F() local
2626 EXPECT_TRUE(HasSpan('f', 'j', baz)); in TEST_F()
2627 EXPECT_TRUE(HasSpan('f', 'g', baz, "name")); in TEST_F()
[all …]
/frameworks/compile/slang/tests/F_reduce_general_parse/
Dreduce_general_parse.rs17 #pragma rs reduce(baz) accumulator(baccum) initializer(binit) accumulator(baccum)
18 #pragma rs reduce(baz) accumulator(baccum) initializer(binit) accumulator(baccum2)
/frameworks/base/cmds/idmap2/tests/
DCommandLineOptionsTests.cpp167 bool baz = false; in TEST() local
170 .OptionalFlag("--baz", "", &baz) in TEST()
180 ASSERT_TRUE(baz); in TEST()
/frameworks/base/core/tests/coretests/src/android/text/
DTextUtilsTest.java69 SpannableString baz = new SpannableString("baz"); in testBasic() local
70 baz.setSpan("baz", 1, 2, Spannable.SPAN_EXCLUSIVE_INCLUSIVE); in testBasic()
74 assertEquals("foobarbaz", TextUtils.concat(foo, bar, baz).toString()); in testBasic()
81 assertEquals(1, ((Spanned) TextUtils.concat(foo, bar, baz)).getSpanStart("foo")); in testBasic()
82 assertEquals(4, ((Spanned) TextUtils.concat(foo, bar, baz)).getSpanStart("bar")); in testBasic()
83 assertEquals(7, ((Spanned) TextUtils.concat(foo, bar, baz)).getSpanStart("baz")); in testBasic()
/frameworks/base/tools/aapt2/
DResourceParser_test.cpp105 ASSERT_TRUE(TestParse(R"(<string name="baz">"Isn't it cool?"</string>)")); in TEST_F()
344 <attr name="baz" format="reference"/> in TEST_F()
405 <enum name="baz" value="2"/> in TEST_F()
432 <flag name="baz" value="2"/> in TEST_F()
474 <item name="baz"><b>hey</b></item> in TEST_F()
598 attr = test::GetValue<Attribute>(&table_, "attr/baz"); in TEST_F()
611 EXPECT_THAT(styleable->entries[2].name, Eq(make_value(test::ParseNameOrDie("attr/baz")))); in TEST_F()
780 <string name="baz">woo</string> in TEST_F()
1212 ASSERT_THAT(test::GetValue<Id>(&table_, "id/baz"), NotNull()); in TEST_F()
DResourceTable_test.cpp288 const ResourceName baz = test::ParseNameOrDie("android:string/baz"); in TEST() local
291 ASSERT_TRUE(table.SetOverlayable(baz, overlayable3, test::GetDiagnostics())); in TEST()
/frameworks/native/cmds/lshal/
DAndroid.bp79 "android.hardware.tests.baz@1.0"
Dtest.cpp62 namespace baz { namespace
65 struct Quux : android::hardware::tests::baz::V1_0::IQuux {
127 using ::android::hardware::tests::baz::V1_0::IQuux; in SetUp()
128 using ::android::hardware::tests::baz::V1_0::implementation::Quux; in SetUp()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dtest_bad_identifiers.proto48 optional string reflection = 102 [default="baz"];
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_custom_options.proto227 optional int32 baz = 2; field
274 option (complex_opt2).baz = 987;
Ddescriptor.proto482 // E.g.,{ ["foo", false], ["bar.baz", true], ["qux", false] } represents
483 // "foo.(bar.baz).qux".
601 // optional string baz = 3;
602 // // Comment attached to baz.
603 // // Another line attached to baz.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_custom_options.proto227 optional int32 baz = 2; field
274 option (complex_opt2).baz = 987;
Ddescriptor.proto482 // E.g.,{ ["foo", false], ["bar.baz", true], ["qux", false] } represents
483 // "foo.(bar.baz).qux".
601 // optional string baz = 3;
602 // // Comment attached to baz.
603 // // Another line attached to baz.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dunittest_custom_options.proto238 optional int32 baz = 2; field
288 option (complex_opt2).baz = 987;
Ddescriptor.proto635 // E.g.,{ ["foo", false], ["bar.baz", true], ["qux", false] } represents
636 // "foo.(bar.baz).qux".
759 // optional string baz = 3;
760 // // Comment attached to baz.
761 // // Another line attached to baz.
Drepeated_field_unittest.cc732 string* baz = new string("baz"); in TEST() local
733 field.AddAllocated(baz); in TEST()
736 EXPECT_EQ(baz, &field.Get(index)); in TEST()
Dunittest_proto3.proto171 reserved "bar", "baz";
/frameworks/base/tools/aapt2/link/
DTableMerger_test.cpp220 BinaryPrimitive* baz = test::GetValue<BinaryPrimitive>(&final_table, "com.app.a:bool/baz"); in TEST_F() local
221 EXPECT_THAT(baz, Pointee(Property(&BinaryPrimitive::GetComment, StrEq("Overlay baz comment")))); in TEST_F()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/docs/swift/
DDesignDoc.md489 static public let baz = bar
494 // Can still use .baz shorthand to reference the alias in contexts
501 *“Enum case ‘baz’ not found in type ‘Foo’”*). However, in our own code bases,
657 let baz = Foo.Bar.Baz()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt791 import "baz.proto";
796 // baz.proto may NOT be used without importing it explicitly.
920 item.baz = quux
922 repeated_field.add(foo=bar, baz=quux)
1060 optional Foo baz = 2;
1062 Previously, the type of "baz" would resolve to "Bar.Foo", and you'd get
1063 an error because Bar.Foo is a field, not a type. Now the type of "baz"

12