Home
last modified time | relevance | path

Searched refs:longValue (Results 1 - 25 of 73) sorted by relevance

123

/third_party/protobuf/js/experimental/runtime/kernel/
H A Dsint64_test_pairs.js13 * @return {!Array<{name: string, longValue: !Int64, bufferDecoder:
20 longValue: Int64.fromInt(0),
25 longValue: Int64.fromInt(1),
30 longValue: Int64.fromInt(-1),
35 longValue: Int64.fromInt(2),
40 longValue: Int64.fromInt(-2),
45 longValue: Int64.getMinValue(),
52 longValue: Int64.getMaxValue(),
H A Dint64_test_pairs.js13 * @return {!Array<{name: string, longValue: !Int64, bufferDecoder:
20 longValue: Int64.fromInt(0),
25 longValue: Int64.fromInt(1),
30 longValue: Int64.fromInt(-1),
36 longValue: Int64.fromBits(0xFFFFFFFF, 0x7FFFFFFF),
43 longValue: Int64.fromBits(0xFFFFFFFF, 0xFFFFFFFF),
49 longValue: Int64.fromInt(-1),
H A Dsfixed64_test_pairs.js13 * @return {!Array<{name: string, longValue: !Int64, bufferDecoder:
20 longValue: Int64.fromInt(0),
26 longValue: Int64.fromInt(1),
32 longValue: Int64.fromInt(-1),
38 longValue: Int64.getMaxValue(),
44 longValue: Int64.getMinValue(),
H A Dreader_test.js156 expect(d).toEqual(pair.longValue);
191 expect(d).toEqual(pair.longValue);
209 expect(d).toEqual(pair.longValue);
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DProto2UnknownEnumValueTest.java79 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()
H A DTestBadIdentifiersLite.java82 .longValue()); in testConflictingFieldNames()
87 .longValue()); in testConflictingFieldNames()
H A DTestBadIdentifiers.java88 .longValue()); in testConflictingFieldNames()
93 .longValue()); in testConflictingFieldNames()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/
H A DCalculateLimits.java64 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/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatRoundTripTest.java167 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()
H A DRbnfRoundTripTest.java212 long rt = formatter.parse(text).longValue(); in doTest()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatRoundTripTest.java164 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()
H A DRbnfRoundTripTest.java209 long rt = formatter.parse(text).longValue(); in doTest()
/third_party/skia/third_party/externals/brotli/java/org/brotli/integration/
H A DBundleHelper.java72 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/
H A DComplexUnitsConverter.java198 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/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DTimeUtil.java356 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/demos/src/com/ibm/icu/dev/demo/rbnf/
H A DRbnfDemo.java119 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/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timescale/
H A DTimeScaleMonkeyTest.java64 ranInt = interval.longValue(); in initRandom()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timescale/
H A DTimeScaleMonkeyTest.java61 ranInt = interval.longValue(); in initRandom()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
H A DBasicDurationFormat.java37 String res = formatDurationFromNow(((Long)object).longValue()); in format()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DLocalizedNumberFormatter.java210 if (currentCount == macros.threshold.longValue()) { in computeCompiled()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
H A DDecimalQuantity_64BitBCD.java136 result = (result >>> 4) + (temp[1].longValue() << 60); in readBigIntegerToBcd()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/
H A DDecimalQuantity_64BitBCD.java139 result = (result >>> 4) + (temp[1].longValue() << 60); in readBigIntegerToBcd()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DLocalizedNumberFormatter.java203 if (currentCount == macros.threshold.longValue()) { in computeCompiled()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/
H A DBasicDurationFormat.java39 String res = formatDurationFromNow(((Long)object).longValue()); in format()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
H A DTimeZoneAliasTest.java316 long myIP = ((Long)inflectionPoints.get(i)).longValue(); in findOffsetOrdering()
317 long otherIP = ((Long)other.inflectionPoints.get(i)).longValue(); in findOffsetOrdering()

Completed in 10 milliseconds

123