/third_party/boost/tools/build/test/ |
D | configuration.py | 38 testMessage = "_!_!_!_!_!_!_!_!_ %s _!_!_!_!_!_!_!_!_" 48 message = "ECHO \"%s\" ;" % testMessage % configFileName 110 t.expect_output_lines(testMessage % configFileNames[0], False) 111 t.expect_output_lines(testMessage % configFileNames[1], False) 112 t.expect_output_lines(testMessage % configFileNames[2], False) 118 t.expect_output_lines(testMessage % configFileNames[0], False) 119 t.expect_output_lines(testMessage % configFileNames[1], False) 120 t.expect_output_lines(testMessage % configFileNames[2], False) 126 t.expect_output_lines(testMessage % configFileNames[0], False) 127 t.expect_output_lines(testMessage % configFileNames[1], False) [all …]
|
/third_party/protobuf/conformance/ |
D | ConformanceJava.java | 238 com.google.protobuf.AbstractMessage testMessage; in doTest() local 250 … testMessage = parseBinary(request.getProtobufPayload(), TestAllTypesProto3.parser(), extensions); in doTest() 258 … testMessage = parseBinary(request.getProtobufPayload(), TestAllTypesProto2.parser(), extensions); in doTest() 278 testMessage = builder.build(); in doTest() 283 testMessage = builder.build(); in doTest() 298 testMessage = builder.build(); in doTest() 309 testMessage = builder.build(); in doTest() 334 ByteString MessageString = testMessage.toByteString(); in doTest() 341 JsonFormat.printer().usingTypeRegistry(typeRegistry).print(testMessage)).build(); in doTest() 349 TextFormat.printToString(testMessage)).build(); in doTest()
|
D | conformance_nodejs.js | 43 var testMessage; 56 testMessage = test_messages_proto3.TestAllTypesProto3.deserializeBinary( 64 testMessage = test_messages_proto2.TestAllTypesProto2.deserializeBinary( 94 response.setProtobufPayload(testMessage.serializeBinary());
|
D | ConformanceJavaLite.java | 77 Conformance.TestAllTypes testMessage; in doTest() local 82 testMessage = Conformance.TestAllTypes.parseFrom(request.getProtobufPayload()); in doTest() 106 …return Conformance.ConformanceResponse.newBuilder().setProtobufPayload(testMessage.toByteString())… in doTest()
|
D | conformance_objc.m | 67 GPBMessage *testMessage = nil; 88 testMessage = [msgClass parseFromData:request.protobufPayload error:&error]; 89 if (!testMessage) { 111 if (testMessage) { 120 response.protobufPayload = testMessage.data; 123 [NSString stringWithFormat:@"Failed to make data from: %@", testMessage];
|
/third_party/protobuf/js/experimental/runtime/kernel/conformance/ |
D | conformance_testee.js | 63 const testMessage = 65 response.setProtobufPayload(testMessage.serialize()); 73 const testMessage = 75 response.setProtobufPayload(testMessage.serialize());
|
/third_party/icu/icu4c/source/test/intltest/ |
D | units_test.cpp | 861 CharString testMessage("Test case \"", status); in checkOutput() local 862 testMessage.append(msg, status); in checkOutput() 863 testMessage.append("\": expected output: ", status); in checkOutput() 864 testMessage.append(expected.toDebugString().c_str(), status); in checkOutput() 865 testMessage.append(", obtained output:", status); in checkOutput() 867 testMessage.append(" ", status); in checkOutput() 868 testMessage.append(std::to_string(actual[i]->getNumber().getDouble(status)), status); in checkOutput() 869 testMessage.append(" ", status); in checkOutput() 870 testMessage.appendInvariantChars(actual[i]->getUnit().getIdentifier(), status); in checkOutput() 872 if (!unitsTest->assertEquals(testMessage.data(), expected._compoundCount, actual.length())) { in checkOutput() [all …]
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | keywords_test.py | 48 def testMessage(self): member in KeywordsConflictTest
|
D | descriptor_pool_test.py | 901 def testMessage(self): member in AddDescriptorTest
|
/third_party/boost/libs/beast/test/beast/http/ |
D | message.cpp | 128 testMessage() in testMessage() function in boost::beast::http::message_test 505 testMessage(); in run()
|
/third_party/protobuf/php/tests/ |
D | MapFieldTest.php | 409 public function testMessage() { function in MapFieldTest
|
D | ArrayTest.php | 457 public function testMessage() function in ArrayTest
|
/third_party/protobuf/java/lite/src/test/java/com/google/protobuf/ |
D | LiteTest.java | 2427 TestAllTypesLite testMessage = in testUnpairedSurrogatesReplacedByQuestionMark() local 2429 ByteString serializedMessage = testMessage.toByteString(); in testUnpairedSurrogatesReplacedByQuestionMark()
|