Home
last modified time | relevance | path

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

12345

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DDecimalFormatSymbolsTest.java74 char value1 = (char)(value + 1); in testSetZeroDigit() local
95 char value1 = (char)(value + 1); in testSetGroupingSeparator() local
116 char value1 = (char)(value + 1); in testSetDecimalSeparator() local
137 char value1 = (char)(value + 1); in testSetPerMill() local
158 char value1 = (char)(value + 1); in testSetPercent() local
179 char value1 = (char)(value + 1); in testSetDigit() local
200 char value1 = (char)(value + 1); in testSetPatternSeparator() local
221 String value1 = value + "!"; in testSetInfinity() local
242 String value1 = value + "!"; in testSetNaN() local
263 char value1 = (char)(value + 1); in testSetMinusSign() local
[all …]
DTimeZoneTest.java53 int value1 = value + 100000; in testSetRawOffset() local
82 String value1 = tz.getID(); in testSetID() local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowCookieManagerTest.java36 String value1 = "my cookie"; in shouldGetCookieForUrl() local
50 String value1 = "my cookie"; in shouldGetCookieForHostInDomain() local
59 String value1 = "my cookie"; in shouldNotGetCookieForHostNotInDomain() local
68 String value1 = "my cookie"; in shouldGetCookieForHostInSubDomain() local
77 String value1 = "my cookie"; in shouldGetCookieForHostInDomainDefinedWithProtocol() local
/external/grpc-grpc-java/context/src/test/java/io/grpc/
DPersistentHashArrayMappedTrieTest.java36 Object value1 = new Object(); in leaf_replace() local
53 Object value1 = new Object(); in leaf_collision() local
72 Object value1 = new Object(); in leaf_insert() local
103 Object value1 = new Object(); in collisionLeaf_insert() local
149 Object value1 = new Object(); in collisionLeaf_collision() local
173 final Object value1 = new Object(); in compressedIndex_combine_differentIndexBit() local
204 final Object value1 = new Object(); in compressedIndex_combine_sameIndexBit() local
/external/proguard/src/proguard/evaluation/value/
DComparisonValue.java31 private final Value value1; field in ComparisonValue
38 public ComparisonValue(Value value1, in ComparisonValue()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DSineWaveTone.java44 short value1 = (short) (mAmplitude * Math.sin(mPhase) * Short.MAX_VALUE); in generateTone() local
65 double value1 = mAmplitude * Math.sin(mPhase); in generateTone() local
/external/protobuf/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()
/external/libchrome/base/
Dhash.h44 inline size_t HashInts(T1 value1, T2 value2) { in HashInts()
Dhash.cc55 size_t HashInts32(uint32_t value1, uint32_t value2) { in HashInts32()
76 size_t HashInts64(uint64_t value1, uint64_t value2) { in HashInts64()
/external/libcxx/test/std/input.output/filesystems/class.path/path.nonmember/
Dswap.pass.cpp29 const char* value1 = "foo/bar/baz"; in main() local
/external/clang/test/SemaObjC/
Divar-sem-check-2.m7 @property(retain) id value1; property
Dweak-property.m9 @property (weak) id value1; property
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/test-data/
Dmetrics.ini7 value1 = 2.3456 key
/external/compiler-rt/test/safestack/
Doverflow.c21 int value1 = 42; in main() local
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/xunit-output/
Dbad&name.ini7 value1 = 2.3456 key
/external/llvm/utils/lit/tests/Inputs/test-data/
Dmetrics.ini7 value1 = 2.3456 key
/external/nanopb-c/examples/using_union_messages/
Dunionproto.proto22 required int32 value1 = 1; field
/external/grpc-grpc/third_party/nanopb/examples/using_union_messages/
Dunionproto.proto22 required int32 value1 = 1; field
/external/clang/test/SemaTemplate/
Dnested-template.cpp29 static T value1; member in Outer::Inner1
81 X Outer<X>::Inner1<Y>::value1 = 0; member in Outer<X>::Inner1<Y>
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/
Dswap.pass.cpp29 const char* value1; member
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DMapForProto2LiteTest.java446 private static <K, V> Map<K, V> newMap(K key1, V value1) { in newMap()
452 private static <K, V> Map<K, V> newMap(K key1, V value1, K key2, V value2) { in newMap()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/test-data-micro/
Dmicro-tests.ini7 value1 = 2.3456 key
/external/conscrypt/openjdk/src/main/java/org/conscrypt/
DNativeCryptoJni.java111 int value1 = e1 instanceof UnsatisfiedLinkError ? 1 : 0; in compare() local
/external/conscrypt/repackaged/openjdk/src/main/java/com/android/org/conscrypt/
DNativeCryptoJni.java112 int value1 = e1 instanceof UnsatisfiedLinkError ? 1 : 0; in compare() local
/external/libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/
Dgcd.pass.cpp43 auto value1 = static_cast<Input1>(in1); in test0() local

12345