Home
last modified time | relevance | path

Searched refs:hello (Results 1 – 21 of 21) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstringpiece_unittest.cc55 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/
DXmlDom_test.cpp126 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/
Dunittest_reference_types_nano.proto94 optional string default_string = 74 [default = "hello"];
Dunittest_has_nano.proto72 optional string default_string = 74 [default = "hello"];
Dunittest_accessors_nano.proto72 optional string default_string = 74 [default = "hello"];
Dunittest_nano.proto139 optional string default_string = 74 [default = "hello"];
/frameworks/base/startop/view_compiler/dex_builder_test/src/android/startop/test/
DDexBuilderTest.java33 public void hello() {} in hello() method in DexBuilderTest
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dfactory_test2.proto71 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/
Dunittest_lite.proto143 optional string default_string = 74 [default = "hello"];
283 optional string default_string_extension_lite = 74 [default = "hello"];
Dunittest.proto160 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/
Dunittest_lite.proto143 optional string default_string = 74 [default = "hello"];
283 optional string default_string_extension_lite = 74 [default = "hello"];
Dunittest.proto160 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/
Dunittest_lite.proto146 optional string default_string = 74 [default = "hello"];
295 optional string default_string_extension_lite = 74 [default = "hello"];
Dunittest_no_arena.proto167 optional string default_string = 74 [default = "hello"];
Dunittest.proto163 optional string default_string = 74 [default = "hello"];
308 optional string default_string_extension = 74 [default = "hello"];
/frameworks/base/tools/aapt2/format/binary/
DXmlFlattener_test.cpp82 <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/
DManifestFixer_test.cpp284 EXPECT_THAT(attr->value, StrEq("hello")); in TEST_F()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBUnknownFieldSetTest.m248 [field1 addLengthDelimited:[NSData dataWithBytes:"hello" length:5]];
DGPBMessageTests.m464 XCTAssertEqualObjects(message.defaultString, @"hello");
470 XCTAssertEqualObjects(message.defaultString, @"hello");
473 XCTAssertEqualObjects(message.defaultString, @"hello");
477 XCTAssertEqualObjects(message.defaultString, @"hello");
DGPBTestUtilities.m1378 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/
Dbasic.rb196 TestMessage.new.hello
201 TestMessage.new.hello = "world"