Searched refs:hello (Results 1 – 21 of 21) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/ |
D | stringpiece_unittest.cc | 55 const char* hello = "hello"; in TEST() local 56 StringPiece s20(hello); in TEST() 57 EXPECT_TRUE(s20.data() == hello); in TEST() 61 StringPiece s21(hello, 4); in TEST() 62 EXPECT_TRUE(s21.data() == hello); in TEST() 66 StringPiece s22(hello, 6); in TEST() 67 EXPECT_TRUE(s22.data() == hello); in TEST()
|
/frameworks/base/tools/aapt2/xml/ |
D | XmlDom_test.cpp | 126 EXPECT_THAT(attr->value, Eq("\\?hello")); in TEST()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/ |
D | unittest_reference_types_nano.proto | 94 optional string default_string = 74 [default = "hello"];
|
D | unittest_has_nano.proto | 72 optional string default_string = 74 [default = "hello"];
|
D | unittest_accessors_nano.proto | 72 optional string default_string = 74 [default = "hello"];
|
D | unittest_nano.proto | 139 optional string default_string = 74 [default = "hello"];
|
/frameworks/base/startop/view_compiler/dex_builder_test/src/android/startop/test/ |
D | DexBuilderTest.java | 33 public void hello() {} in hello() method in DexBuilderTest
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | factory_test2.proto | 71 optional string string_with_default = 18 [default = "hello world"];
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest_lite.proto | 143 optional string default_string = 74 [default = "hello"]; 283 optional string default_string_extension_lite = 74 [default = "hello"];
|
D | unittest.proto | 160 optional string default_string = 74 [default = "hello"]; 284 optional string default_string_extension = 74 [default = "hello"];
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | unittest_lite.proto | 143 optional string default_string = 74 [default = "hello"]; 283 optional string default_string_extension_lite = 74 [default = "hello"];
|
D | unittest.proto | 160 optional string default_string = 74 [default = "hello"]; 284 optional string default_string_extension = 74 [default = "hello"];
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | unittest_lite.proto | 146 optional string default_string = 74 [default = "hello"]; 295 optional string default_string_extension_lite = 74 [default = "hello"];
|
D | unittest_no_arena.proto | 167 optional string default_string = 74 [default = "hello"];
|
D | unittest.proto | 163 optional string default_string = 74 [default = "hello"]; 308 optional string default_string_extension = 74 [default = "hello"];
|
/frameworks/base/tools/aapt2/format/binary/ |
D | XmlFlattener_test.cpp | 82 <Layout test:hello="hi" /> in TEST_F() 275 EXPECT_THAT(tree.getAttributeStringValue(idx, &len), StrEq(u"?hello")); in TEST_F()
|
/frameworks/base/tools/aapt2/link/ |
D | ManifestFixer_test.cpp | 284 EXPECT_THAT(attr->value, StrEq("hello")); in TEST_F()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | GPBUnknownFieldSetTest.m | 248 [field1 addLengthDelimited:[NSData dataWithBytes:"hello" length:5]];
|
D | GPBMessageTests.m | 464 XCTAssertEqualObjects(message.defaultString, @"hello"); 470 XCTAssertEqualObjects(message.defaultString, @"hello"); 473 XCTAssertEqualObjects(message.defaultString, @"hello"); 477 XCTAssertEqualObjects(message.defaultString, @"hello");
|
D | GPBTestUtilities.m | 1378 XCTAssertEqualObjects(@"hello", message.defaultString); 1526 XCTAssertEqualObjects(@"hello", [message getExtension:[UnittestRoot defaultStringExtension]]); 2531 XCTAssertEqualObjects([message valueForKey:@"defaultString"], @"hello");
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/tests/ |
D | basic.rb | 196 TestMessage.new.hello 201 TestMessage.new.hello = "world"
|