Home
last modified time | relevance | path

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

1234567

/external/chromium_org/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[4294967295] = 0;
75 proto2.c = 0;
76 proto2[4294967296] = 0;
95 proto1.__proto__ = proto2;
/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[4294967295] = 0;
75 proto2.c = 0;
76 proto2[4294967296] = 0;
95 proto1.__proto__ = proto2;
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py918 proto2 = unittest_pb2.TestAllTypes.FromString(string1)
921 self.assertEqual(proto2, proto1)
928 proto2 = unittest_pb2.TestAllTypes()
930 proto2.optional_string = 'value'
932 proto2.MergeFrom(proto1)
933 self.assertEqual(1, proto2.optional_int32)
934 self.assertEqual('value', proto2.optional_string)
942 proto2 = unittest_pb2.TestAllTypes()
943 proto2.repeated_int32.append(0)
944 proto2.MergeFrom(proto1)
[all …]
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
Dreflection_test.py389 proto2 = unittest_pb2.TestAllTypes()
390 proto2.optional_nested_message.bb = 5
391 proto1.MergeFrom(proto2)
1254 proto2 = unittest_pb2.TestAllTypes.FromString(string1)
1257 self.assertEqual(proto2, proto1)
1264 proto2 = unittest_pb2.TestAllTypes()
1266 proto2.optional_string = 'value'
1268 proto2.MergeFrom(proto1)
1269 self.assertEqual(1, proto2.optional_int32)
1270 self.assertEqual('value', proto2.optional_string)
[all …]
/external/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/chromium_org/components/dom_distiller/core/
Ddom_distiller_service_unittest.cc145 scoped_ptr<DistilledPageProto> proto2(new DistilledPageProto); in TEST_F() local
146 EXPECT_CALL(viewer_delegate2, OnArticleReady(proto2.get())); in TEST_F()
148 distiller2->RunDistillerCallback(proto2.Pass()); in TEST_F()
/external/chromium_org/third_party/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.
/external/chromium_org/chrome/common/metrics/proto/
Dchrome_experiments.proto7 syntax = "proto2";
Dpermuted_entropy_cache.proto5 syntax = "proto2";
/external/chromium_org/sync/protocol/
Dtest.proto7 syntax = "proto2";
Ddictionary_specifics.proto7 syntax = "proto2";
Dpreference_specifics.proto10 syntax = "proto2";
Dpriority_preference_specifics.proto10 syntax = "proto2";
Dmanaged_user_setting_specifics.proto10 syntax = "proto2";
Darticle_specifics.proto7 syntax = "proto2";
/external/chromium/chrome/browser/sync/protocol/
Dtest.proto7 syntax = "proto2";
/external/chromium/chrome/browser/userfeedback/proto/
Dmath.proto6 syntax = "proto2";
/external/webrtc/src/modules/audio_processing/
Ddebug.proto1 syntax = "proto2";
/external/chromium_org/chrome/browser/chromeos/attestation/
Dattestation_signed_data.proto5 syntax = "proto2";
Dattestation_key_payload.proto5 syntax = "proto2";
/external/chromium_org/chrome/browser/policy/proto/chromeos/
Dinstall_attributes.proto5 syntax = "proto2";
/external/chromium_org/chrome/browser/chromeos/policy/proto/
Dinstall_attributes.proto5 syntax = "proto2";
/external/chromium_org/chrome/browser/feedback/proto/
Dmath.proto7 syntax = "proto2";
/external/chromium_org/third_party/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.

1234567