/frameworks/base/tools/stats_log_api_gen/ |
D | test.proto | 25 optional int32 field1 = 1; field 29 optional int32 field1 = 1; field 34 optional int32 field1 = 1; field 92 optional int32 field1 = 1; field 104 optional int32 field1 = 1; field 113 oneof event { GoodBinaryFieldAtom field1 = 1; } field 121 optional int32 field1 = 1; field 126 oneof event { BadBinaryFieldAtom field1 = 1; } field 130 optional int32 field1 = 1; field
|
/frameworks/opt/gamesdk/src/tuningfork/tools/validation/src/test/resources/testdata/ |
D | compile_valid.proto | 25 State field1 = 1; field 29 int32 field1 = 1; field
|
D | fidelity_params_valid.proto | 31 QualitySettings field1 = 1; field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/ |
D | InternalNano.java | 143 public static boolean equals(int[] field1, int[] field2) { in equals() 155 public static boolean equals(long[] field1, long[] field2) { in equals() 167 public static boolean equals(float[] field1, float[] field2) { in equals() 179 public static boolean equals(double[] field1, double[] field2) { in equals() 191 public static boolean equals(boolean[] field1, boolean[] field2) { in equals() 205 public static boolean equals(byte[][] field1, byte[][] field2) { in equals() 240 public static boolean equals(Object[] field1, Object[] field2) { in equals()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/benchmarks/ |
D | benchmark_messages_proto2.proto | 12 required string field1 = 1; field 56 optional int32 field1 = 1 [default=0]; field 79 optional string field1 = 1; field 130 optional float field1 = 1; field
|
D | google_size.proto | 9 required string field1 = 1; field 53 optional int32 field1 = 1 [default=0]; field 76 optional string field1 = 1; field 127 optional float field1 = 1; field
|
D | benchmark_messages_proto3.proto | 12 string field1 = 1; field 56 int32 field1 = 1; field
|
/frameworks/base/cmds/statsd/tests/ |
D | FieldValue_test.cpp | 142 Field field1(10, pos1, 2); in TEST() local 301 Field field1(10, pos1, 2); in TEST() local 327 Field field1(10, pos1, 2); in TEST() local 389 Field field1(10, pos1, 2); in TEST() local
|
/frameworks/native/libs/vr/libbufferhub/ |
D | buffer_hub-test.cpp | 508 int64_t field1; in TEST_F() member 532 int64_t field1; in TEST_F() member 536 int64_t field1; in TEST_F() member 561 int64_t field1; in TEST_F() member 565 int64_t field1; in TEST_F() member
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/ |
D | LazyFieldLiteTest.java | 146 LazyFieldLite field1 = createLazyFieldLiteFromMessage(message1); in testMergeBeforeParsing() local 163 LazyFieldLite field1 = LazyFieldLite.fromValue(message1); in testMergeOneNotParsed() local
|
/frameworks/base/cmds/incidentd/tests/ |
D | ProtoFileReader_test.cpp | 65 string field1; in TEST() local
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/com/google/protobuf/ |
D | test_bad_identifiers.proto | 71 optional int32 field1 = 1 [deprecated=true]; field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/com/google/protobuf/ |
D | test_bad_identifiers.proto | 71 optional int32 field1 = 1 [deprecated=true]; field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/ |
D | java_context.cc | 61 bool IsConflicting(const FieldDescriptor* field1, const string& name1, in IsConflicting()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest_lite.proto | 334 repeated TestAllTypesLite field1 = 1; field 338 optional TestAllTypesLite field1 = 11; field 341 optional TestAllTypesLite field1 = 21; field
|
D | unittest_custom_options.proto | 99 optional string field1 = 1 [ctype=CORD, field
|
D | unittest.proto | 671 repeated TestAllTypes field1 = 1; field 675 optional TestAllTypes field1 = 11; field 678 optional TestAllTypes field1 = 21; field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | unittest_lite.proto | 334 repeated TestAllTypesLite field1 = 1; field 338 optional TestAllTypesLite field1 = 11; field 341 optional TestAllTypesLite field1 = 21; field
|
D | unittest_custom_options.proto | 99 optional string field1 = 1 [ctype=CORD, field
|
D | unittest.proto | 671 repeated TestAllTypes field1 = 1; field 675 optional TestAllTypes field1 = 11; field 678 optional TestAllTypes field1 = 21; field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | repeated_field_unittest.cc | 124 RepeatedField<int> field1; in TEST() local 150 RepeatedField<int> field1; in TEST() local 170 RepeatedField<int> field1; in TEST() local 543 RepeatedPtrField<string> field1; in TEST() local 573 RepeatedPtrField<string> field1; in TEST() local 594 RepeatedPtrField<string> field1; in TEST() local
|
D | unittest_lite.proto | 352 repeated TestAllTypesLite field1 = 1; field 356 optional TestAllTypesLite field1 = 11; field 359 optional TestAllTypesLite field1 = 21; field
|
D | unittest_custom_options.proto | 104 optional string field1 = 1 [ctype=CORD, field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/proto/com/google/protobuf/ |
D | test_bad_identifiers.proto | 85 optional int32 field1 = 1 [deprecated=true]; field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/ |
D | message_differencer.cc | 375 bool MessageDifferencer::FieldBefore(const FieldDescriptor* field1, in FieldBefore() 567 const FieldDescriptor* field1 = fields1[index1]; in CombineFields() local 602 const FieldDescriptor* field1 = message1_fields[field_index1]; in CompareWithFieldsInternal() local
|