/third_party/protobuf/js/experimental/runtime/kernel/ |
D | sint64_test_pairs.js | 20 longValue: Int64.fromInt(0), property 25 longValue: Int64.fromInt(1), property 30 longValue: Int64.fromInt(-1), property 35 longValue: Int64.fromInt(2), property 40 longValue: Int64.fromInt(-2), property 45 longValue: Int64.getMinValue(), property 52 longValue: Int64.getMaxValue(), property
|
D | int64_test_pairs.js | 20 longValue: Int64.fromInt(0), property 25 longValue: Int64.fromInt(1), property 30 longValue: Int64.fromInt(-1), property 36 longValue: Int64.fromBits(0xFFFFFFFF, 0x7FFFFFFF), property 43 longValue: Int64.fromBits(0xFFFFFFFF, 0xFFFFFFFF), property 49 longValue: Int64.fromInt(-1), property
|
D | sfixed64_test_pairs.js | 20 longValue: Int64.fromInt(0), property 26 longValue: Int64.fromInt(1), property 32 longValue: Int64.fromInt(-1), property 38 longValue: Int64.getMaxValue(), property 44 longValue: Int64.getMinValue(), property
|
D | reader_test.js | 156 expect(d).toEqual(pair.longValue); 191 expect(d).toEqual(pair.longValue); 209 expect(d).toEqual(pair.longValue);
|
D | writer_test.js | 387 writer.writeSfixed64(1, pair.longValue); 428 writer.writeSint64(1, pair.longValue); 449 writer.writeInt64(1, pair.longValue);
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | Proto2UnknownEnumValueTest.java | 79 1901, unknown.getField(singularField.getNumber()).getVarintList().get(0).longValue()); in testUnknownEnumValues() 81 1902, unknown.getField(repeatedField.getNumber()).getVarintList().get(0).longValue()); in testUnknownEnumValues() 83 1903, unknown.getField(repeatedField.getNumber()).getVarintList().get(1).longValue()); in testUnknownEnumValues() 105 1901, unknown.getField(singularField.getNumber()).getVarintList().get(0).longValue()); in testExtensionUnknownEnumValues() 107 1902, unknown.getField(repeatedField.getNumber()).getVarintList().get(0).longValue()); in testExtensionUnknownEnumValues() 109 1903, unknown.getField(repeatedField.getNumber()).getVarintList().get(1).longValue()); in testExtensionUnknownEnumValues()
|
D | TestBadIdentifiersLite.java | 82 .longValue()); in testConflictingFieldNames() 87 .longValue()); in testConflictingFieldNames()
|
D | TestBadIdentifiers.java | 88 .longValue()); in testConflictingFieldNames() 93 .longValue()); in testConflictingFieldNames()
|
D | UnknownEnumValueTest.java | 277 .longValue()); in testUnknownEnumValuesInProto2() 308 unknown.getField(repeatedPackedField.getNumber()).getVarintList().get(0).longValue()); in testUnknownEnumValuesInProto2WithDynamicMessage()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/ |
D | CalculateLimits.java | 64 long minLong = min.longValue(); in main() 65 long maxLong = max.longValue(); in main() 95 if(UniversalTimeScale.toLong(min.longValue(), scale) != minLong) { in main() 99 if(UniversalTimeScale.toLong(max.longValue(), scale) != maxLong) { in main()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatRoundTripTest.java | 164 s = fmt.format(value.longValue()); in _test() 183 s2 = fmt.format(n.longValue()); in _test() 228 aa = a.longValue(); in proportionalError() 233 bb = b.longValue(); in proportionalError()
|
D | RbnfRoundTripTest.java | 209 long rt = formatter.parse(text).longValue(); in doTest()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | NumberFormatRoundTripTest.java | 167 s = fmt.format(value.longValue()); in _test() 186 s2 = fmt.format(n.longValue()); in _test() 231 aa = a.longValue(); in proportionalError() 236 bb = b.longValue(); in proportionalError()
|
D | RbnfRoundTripTest.java | 212 long rt = formatter.parse(text).longValue(); in doTest()
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/integration/ |
D | BundleHelper.java | 72 new BigInteger("C96C5795D7870F42", 16).longValue(); 111 return new BigInteger(entryCrcString, 16).longValue(); in getExpectedFingerprint()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
D | ComplexUnitsConverter.java | 198 … BigDecimal remainder = quantity.subtract(BigDecimal.valueOf(flooredQuantity.longValue())); in convert() 224 new Measure(quantity.multiply(BigDecimal.valueOf(sign.longValue())), in convert() 265 .convertInverse(BigDecimal.valueOf(intValues.get(j).longValue())) in applyRounder()
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/ |
D | RbnfDemo.java | 119 … theNumber = new BigDecimal(temp instanceof Long ? temp.longValue() : temp.doubleValue()); in createDemoFrame() 121 … theNumber.scale() == 0 ? theNumber.longValue() : theNumber.doubleValue(), ruleSetName)); in createDemoFrame() 248 … .format(theNumber.scale() == 0 ? theNumber.longValue() : theNumber.doubleValue(), ruleSetName)); in createDemoFrame() 418 … .format(theNumber.scale() == 0 ? theNumber.longValue() : theNumber.doubleValue(), ruleSetName)); in redisplay()
|
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
D | TimeUtil.java | 356 return toBigInteger(d1).divide(toBigInteger(d2)).longValue(); in divide() 378 long seconds = value.divide(new BigInteger(String.valueOf(NANOS_PER_SECOND))).longValue(); in createDurationFromBigInteger()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timescale/ |
D | TimeScaleMonkeyTest.java | 61 ranInt = interval.longValue(); in initRandom()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timescale/ |
D | TimeScaleMonkeyTest.java | 64 ranInt = interval.longValue(); in initRandom()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
D | TimeZoneAliasTest.java | 316 long myIP = ((Long)inflectionPoints.get(i)).longValue(); in findOffsetOrdering() 317 long otherIP = ((Long)other.inflectionPoints.get(i)).longValue(); in findOffsetOrdering()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneAliasTest.java | 313 long myIP = ((Long)inflectionPoints.get(i)).longValue(); in findOffsetOrdering() 314 long otherIP = ((Long)other.inflectionPoints.get(i)).longValue(); in findOffsetOrdering()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/ |
D | DecimalQuantity_64BitBCD.java | 136 result = (result >>> 4) + (temp[1].longValue() << 60); in readBigIntegerToBcd()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/ |
D | DecimalQuantity_64BitBCD.java | 139 result = (result >>> 4) + (temp[1].longValue() << 60); in readBigIntegerToBcd()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
D | TestSuite.cpp | 101 const long longValue = strtol(value, &end, 10); in ParseIntArg() local 109 if (longValue == LONG_MAX || longValue == LONG_MIN || static_cast<int>(longValue) != longValue) in ParseIntArg() 115 *valueOut = static_cast<int>(longValue); in ParseIntArg()
|