Home
last modified time | relevance | path

Searched defs:value1 (Results 1 – 22 of 22) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dprinter.cc187 const char* variable1, const string& value1, in Print()
196 const char* variable1, const string& value1, in Print()
207 const char* variable1, const string& value1, in Print()
220 const char* variable1, const string& value1, in Print()
235 const char* variable1, const string& value1, in Print()
252 const char* variable1, const string& value1, in Print()
271 const char* variable1, const string& value1, in Print()
/frameworks/base/cmds/statsd/tests/
DFieldValue_test.cpp148 Value value1((int32_t)10025); in TEST() local
306 Value value1((int32_t)10025); in TEST() local
332 Value value1((int32_t)10025); in TEST() local
394 Value value1((int32_t)10025); in TEST() local
/frameworks/base/core/tests/coretests/src/android/util/
DTimestampedValueTest.java123 TimestampedValue<Long> value1 = new TimestampedValue<>(1000, 123L); in testReferenceTimeDifference() local
/frameworks/base/wifi/tests/src/android/net/wifi/rtt/
DCivicLocationTest.java188 String value1 = civicLocation.getCivicElementValue(4); in testCivicLocationgetElementValue() local
/frameworks/base/core/java/android/app/admin/
DDevicePolicyEventLogger.java152 public DevicePolicyEventLogger setStrings(String value1, String value2, String[] values) { in setStrings()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DMapForProto2LiteTest.java516 private static <K, V> Map<K, V> newMap(K key1, V value1) { in newMap()
522 private static <K, V> Map<K, V> newMap(K key1, V value1, K key2, V value2) { in newMap()
DMapForProto2Test.java677 KeyType key1, ValueType value1, KeyType key2, ValueType value2) { in mapForValues()
1146 private static <K, V> Map<K, V> newMap(K key1, V value1) { in newMap()
1152 private static <K, V> Map<K, V> newMap(K key1, V value1, K key2, V value2) { in newMap()
DMapTest.java789 KeyType key1, ValueType value1, KeyType key2, ValueType value2) { in mapForValues()
1310 private static <K, V> Map<K, V> newMap(K key1, V value1) { in newMap()
1316 private static <K, V> Map<K, V> newMap(K key1, V value1, K key2, V value2) { in newMap()
DGeneratedMessageTest.java116 TestAllTypes value1 = builder.build(); in testUsingBuilderMultipleTimes() local
163 TestAllTypes value1 = builder.build(); in testProtosShareRepeatedArraysIfDidntChange() local
/frameworks/native/libs/vr/libpdx/
Dthread_local_buffer_tests.cpp97 auto value1 = ThreadLocalBufferTest::GetSlotValue<SendSlotX>(); in TEST() local
/frameworks/base/core/java/android/net/
DScoredNetwork.java209 Object value1 = bundle1.get(key); in bundleEquals() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DLazyFieldLite.java154 MessageLite value1 = value; in equals() local
DAbstractMessage.java246 Object value1 = a.get(descriptor); in compareFields() local
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceShellCommand.java236 final String algorithm, value1; in getFieldClassificationScore() local
DAutofillManagerService.java551 void calculateScore(@Nullable String algorithmName, @NonNull String value1, in calculateScore()
703 private void send(@NonNull IResultReceiver receiver, int value1, int value2) { in send()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dtime_util.cc488 uint128 value1, value2; in operator %=() local
504 uint128 value1, value2; in operator /() local
Dmessage_differencer_unittest.cc3116 protobuf_unittest::TestField value1, value2; in TEST() local
3131 protobuf_unittest::TestField value1, value2; in TEST() local
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDbTest.java829 long value1 = 111L; in setCounterId_defaultValueAndTwoUpdates() local
846 long value1 = 111L; in setSnapshotVersion_defaultValueAndTwoUpdates() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_test.cc179 int32 value1 = 100; in TEST_P() local
201 int32 value1 = 100; in TEST_P() local
616 int32 value1 = 100; in TEST_P() local
745 int32 value1 = 100; in TEST_P() local
781 int32 value1 = 100; in CopyConstructorHelper() local
809 int32 value1 = 100; in TEST_P() local
827 int32 value1 = 100; in TEST_P() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DGeneratedMessageTest.java106 TestAllTypes value1 = builder.build(); in testUsingBuilderMultipleTimes() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor_containers.cc350 ScopedPyObjectPtr value1(_NewObj_ByIndex(self, index)); in DescriptorSequence_Equal() local
398 ScopedPyObjectPtr value1(_NewObj_ByIndex(self, index)); in DescriptorMapping_Equal() local
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java1934 String value1 = parser.getAttributeValue(null, "value1"); in parseExtra() local