Home
last modified time | relevance | path

Searched refs:testMessage (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/tools/build/test/
Dconfiguration.py38 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/
DConformanceJava.java238 com.google.protobuf.AbstractMessage testMessage; in doTest() local
250testMessage = parseBinary(request.getProtobufPayload(), TestAllTypesProto3.parser(), extensions); in doTest()
258testMessage = 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()
Dconformance_nodejs.js43 var testMessage;
56 testMessage = test_messages_proto3.TestAllTypesProto3.deserializeBinary(
64 testMessage = test_messages_proto2.TestAllTypesProto2.deserializeBinary(
94 response.setProtobufPayload(testMessage.serializeBinary());
DConformanceJavaLite.java77 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()
Dconformance_objc.m67 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/
Dconformance_testee.js63 const testMessage =
65 response.setProtobufPayload(testMessage.serialize());
73 const testMessage =
75 response.setProtobufPayload(testMessage.serialize());
/third_party/icu/icu4c/source/test/intltest/
Dunits_test.cpp861 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/
Dkeywords_test.py48 def testMessage(self): member in KeywordsConflictTest
Ddescriptor_pool_test.py901 def testMessage(self): member in AddDescriptorTest
/third_party/boost/libs/beast/test/beast/http/
Dmessage.cpp128 testMessage() in testMessage() function in boost::beast::http::message_test
505 testMessage(); in run()
/third_party/protobuf/php/tests/
DMapFieldTest.php409 public function testMessage() { function in MapFieldTest
DArrayTest.php457 public function testMessage() function in ArrayTest
/third_party/protobuf/java/lite/src/test/java/com/google/protobuf/
DLiteTest.java2427 TestAllTypesLite testMessage = in testUnpairedSurrogatesReplacedByQuestionMark() local
2429 ByteString serializedMessage = testMessage.toByteString(); in testUnpairedSurrogatesReplacedByQuestionMark()