HomeSort by relevance Sort by last modified time
    Searched refs:test_message (Results 1 - 23 of 23) sorted by null

  /external/protobuf/php/ext/google/protobuf/
test.php 13 $test_message = new \TestMessage(); variable
  /external/vboot_reference/tests/
rsa_padding_test.h 32 static const uint8_t test_message[] = {0, 0, 0, 0}; variable
  /external/protobuf/conformance/
conformance_ruby.rb 39 test_message = Conformance::TestAllTypes.new
46 test_message =
55 test_message = Conformance::TestAllTypes.decode_json(request.json_payload)
70 response.protobuf_payload = test_message.to_proto
73 response.json_payload = test_message.to_json
conformance_python.py 55 test_message = conformance_pb2.TestAllTypes()
57 test_message = conformance_pb2.TestAllTypes()
62 test_message.ParseFromString(request.protobuf_payload)
69 json_format.Parse(request.json_payload, test_message)
81 response.protobuf_payload = test_message.SerializeToString()
84 response.json_payload = json_format.MessageToJson(test_message)
conformance_cpp.cc 89 TestAllTypes test_message; local
93 if (!test_message.ParseFromString(request.protobuf_payload())) {
111 if (!test_message.ParseFromString(proto_binary)) {
131 test_message.SerializeToString(response->mutable_protobuf_payload()));
136 GOOGLE_CHECK(test_message.SerializeToString(&proto_binary));
conformance_test.cc 271 TestAllTypes test_message; local
302 if (!test_message.ParseFromString(binary_protobuf)) {
320 if (!test_message.ParseFromString(response.protobuf_payload())) {
341 if (differencer.Compare(reference_message, test_message)) {
    [all...]
  /external/autotest/client/site_tests/buffet_BasicDBusAPI/
buffet_BasicDBusAPI.py 57 test_message = 'Hello world!'
58 echoed_message = buffet.manager.TestMethod(test_message)
59 if test_message != echoed_message:
61 'but got %s instead.' % (test_message,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_mimetools.py 37 def test_message(self): member in class:MimeToolsTest
test_warnings.py 200 def test_message(self): member in class:WarnTests
  /external/python/cpython2/Lib/test/
test_mimetools.py 37 def test_message(self): member in class:MimeToolsTest
test_warnings.py 231 def test_message(self): member in class:WarnTests
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_mimetools.py 37 def test_message(self): member in class:MimeToolsTest
test_warnings.py 200 def test_message(self): member in class:WarnTests
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_mimetools.py 37 def test_message(self): member in class:MimeToolsTest
test_warnings.py 200 def test_message(self): member in class:WarnTests
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mimetools.py 37 def test_message(self): member in class:MimeToolsTest
test_warnings.py 200 def test_message(self): member in class:WarnTests
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mimetools.py 37 def test_message(self): member in class:MimeToolsTest
test_warnings.py 200 def test_message(self): member in class:WarnTests
  /external/libbrillo/brillo/dbus/
dbus_method_invoker_unittest.cc 168 dbus_utils_test::TestMessage test_message; local
169 test_message.set_foo(123);
170 test_message.set_bar("bar");
172 dbus_utils_test::TestMessage resp = CallProtobufTestMethod(test_message);
data_serialization_unittest.cc 767 dbus_utils_test::TestMessage test_message; local
768 test_message.set_foo(123);
769 test_message.set_bar("abcd");
771 AppendValueToWriter(&writer, test_message);
  /cts/apps/CtsVerifier/assets/scripts/
execute_power_tests.py 576 def setTestResult(self, test_name, test_result, test_message):
582 test_message: Relevant message
589 (test_name, test_result, test_message)))
629 test_message = "Sensor %s not available on this platform" % sensor)
634 test_message = "Sensor %s not available on this device" % sensor)
696 test_message = "Exception occurred during run of test.")
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 3241 const Descriptor* test_message = pool.FindMessageTypeByName( local
    [all...]

Completed in 410 milliseconds