Home
last modified time | relevance | path

Searched refs:proto2 (Results 1 – 25 of 53) sorted by relevance

123

/external/v8/test/mjsunit/
Denumeration-order.js68 var proto2 = {}; variable
69 proto2[140000] = 0;
70 proto2.a = 0;
71 proto2[2] = 0;
72 proto2[3] = 0; // also on the 'proto1' object
73 proto2.b = 0;
74 proto2[4294967294] = 0;
75 proto2.c = 0;
76 proto2[4294967295] = 0;
95 proto1.__proto__ = proto2;
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py391 proto2 = unittest_pb2.TestAllTypes()
392 proto2.optional_nested_message.bb = 5
393 proto1.MergeFrom(proto2)
578 proto2 = unittest_pb2.TestRequiredForeign()
579 proto.CopyFrom(proto2)
615 proto2 = unittest_pb2.TestAllTypes()
616 proto2.ParseFromString(proto.SerializeToString())
617 self.assertTrue(isinstance(getattr(proto2, field_name), expected_type))
1276 proto2 = unittest_pb2.TestAllTypes.FromString(string1)
1279 self.assertEqual(proto2, proto1)
[all …]
/external/selinux/libsemanage/src/
Dports_local.c99 int proto2, low2, high2; in hidden_def() local
107 proto2 = semanage_port_get_proto(ports[j]); in hidden_def()
110 proto_str2 = semanage_port_get_proto_str(proto2); in hidden_def()
112 } while (proto != proto2); in hidden_def()
/external/selinux/libsepol/src/
Dports.c180 int proto2 = c->u.port.protocol; in sepol_port_exists() local
184 if (proto == proto2 && low2 == low && high2 == high) { in sepol_port_exists()
218 int proto2 = c->u.port.protocol; in sepol_port_query() local
222 if (proto == proto2 && low2 == low && high2 == high) { in sepol_port_query()
/external/protobuf/python/google/protobuf/pyext/
DREADME1 This is the 'v2' C++ implementation for python proto2.
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_test_bad_identifiers.proto40 // See: http://go/proto2-generic-services-default
43 // We don't put this in a package within proto2 because we need to make sure
44 // that the generated code doesn't depend on being in the proto2 namespace.
/external/protobuf/src/google/protobuf/
Dunittest_import.proto38 // We don't put this in a package within proto2 because we need to make sure
39 // that the generated code doesn't depend on being in the proto2 namespace.
Dunittest_extension_nano.proto1 syntax = "proto2";
Dunittest_custom_options.proto35 // A proto file used to test the "custom options" feature of proto2.
39 // See: http://go/proto2-generic-services-default
49 // We don't put this in a package within proto2 because we need to make sure
50 // that the generated code doesn't depend on being in the proto2 namespace.
Dunittest_extension_repeated_nano.proto1 syntax = "proto2";
Dunittest_extension_singular_nano.proto1 syntax = "proto2";
Dunittest_extension_packed_nano.proto1 syntax = "proto2";
/external/libchrome/dbus/
Dtest_proto.proto5 syntax = "proto2";
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_unittest.proto1 syntax = "proto2";
/external/cros/system_api/dbus/power_manager/
Dperipheral_battery_status.proto5 syntax = "proto2";
Dinput_event.proto5 syntax = "proto2";
/external/cros/system_api/dbus/
Dfield_trial_list.proto5 syntax = "proto2";
Dmtp_file_entry.proto5 syntax = "proto2";
Dmtp_storage_info.proto5 syntax = "proto2";
/external/webrtc/webrtc/modules/audio_processing/test/
Dunittest.proto1 syntax = "proto2";
/external/curl/packages/vms/
Dbuild_libcurl_pc.com164 $ proto2 = " LDAP LDAPS POP3 POP3S RTSP SMTP SMTPS TELNET TFTP"
165 $ proto = proto1 + proto2
/external/autotest/tko/
Dtko.proto2 syntax = "proto2";
/external/cros/system_api/dbus/cryptohome/
Dsigned_secret.proto11 syntax = "proto2";
/external/webrtc/webrtc/modules/audio_processing/
Ddebug.proto1 syntax = "proto2";
/external/gmock/test/
Dgmock-actions_test.cc882 Action<void(bool, ::proto2::Message*)> a = SetArgPointee<1>(*msg); in TEST()
891 ::proto2::Message* const dest_base = &dest; in TEST()
1001 Action<void(bool, ::proto2::Message*)> a = SetArgumentPointee<1>(*msg); in TEST()
1010 ::proto2::Message* const dest_base = &dest; in TEST()

123