Home
last modified time | relevance | path

Searched refs:testMessage (Results 1 - 11 of 11) sorted by relevance

/third_party/node/test/fixtures/wpt/streams/transferable/resources/
H A Dhelpers.js35 function testMessage(msg) {
44 resolve(testMessage(ev));
62 resolve(testMessage(ev));
125 self.testMessage = testMessage;
H A Dservice-worker.js24 msg.waitUntil(testMessage(msg)
/third_party/protobuf/conformance/
H A DConformanceJava.java238 com.google.protobuf.AbstractMessage testMessage; in doTest()
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)) in doTest()
[all...]
H A Dconformance_nodejs.js43 var testMessage;
56 testMessage = test_messages_proto3.TestAllTypesProto3.deserializeBinary(
64 testMessage = test_messages_proto2.TestAllTypesProto2.deserializeBinary(
94 response.setProtobufPayload(testMessage.serializeBinary());
H A DConformanceJavaLite.java77 Conformance.TestAllTypes testMessage; in doTest()
82 testMessage = Conformance.TestAllTypes.parseFrom(request.getProtobufPayload()); in doTest()
106 return Conformance.ConformanceResponse.newBuilder().setProtobufPayload(testMessage.toByteString()).build(); in doTest()
/third_party/icu/icu4c/source/test/intltest/
H A Dunits_test.cpp870 CharString testMessage("Test case \"", status); in checkOutput()
871 testMessage.append(msg, status); in checkOutput()
872 testMessage.append("\": expected output: ", status); in checkOutput()
873 testMessage.append(expected.toDebugString().c_str(), status); in checkOutput()
874 testMessage.append(", obtained output:", status); in checkOutput()
876 testMessage.append(" ", status); in checkOutput()
877 testMessage.append(std::to_string(actual[i]->getNumber().getDouble(status)), status); in checkOutput()
878 testMessage.append(" ", status); in checkOutput()
879 testMessage.appendInvariantChars(actual[i]->getUnit().getIdentifier(), status); in checkOutput()
881 if (!unitsTest->assertEquals(testMessage in checkOutput()
[all...]
/third_party/protobuf/python/google/protobuf/internal/
H A Dkeywords_test.py48 def testMessage(self): member in KeywordsConflictTest
H A Ddescriptor_pool_test.py901 def testMessage(self): member in AddDescriptorTest
/third_party/protobuf/php/tests/
H A DArrayTest.php457 public function testMessage() function
H A DMapFieldTest.php409 public function testMessage() { function
/third_party/protobuf/java/lite/src/test/java/com/google/protobuf/
H A DLiteTest.java2427 TestAllTypesLite testMessage = in testUnpairedSurrogatesReplacedByQuestionMark()
2429 ByteString serializedMessage = testMessage.toByteString(); in testUnpairedSurrogatesReplacedByQuestionMark()

Completed in 9 milliseconds