/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | Proto2MessageFactory.java | 81 builder.setFieldInt643(data.getLong()); in newMessage() 82 builder.setFieldUint644(data.getLong()); in newMessage() 84 builder.setFieldFixed646(data.getLong()); in newMessage() 94 builder.setFieldSfixed6415(data.getLong()); in newMessage() 96 builder.setFieldSint6417(data.getLong()); in newMessage() 101 builder.addFieldInt64List20(data.getLong()); in newMessage() 102 builder.addFieldUint64List21(data.getLong()); in newMessage() 104 builder.addFieldFixed64List23(data.getLong()); in newMessage() 113 builder.addFieldSfixed64List32(data.getLong()); in newMessage() 115 builder.addFieldSint64List34(data.getLong()); in newMessage() [all …]
|
D | Proto2MessageLiteFactory.java | 83 builder.setFieldInt643(data.getLong()); in newMessage() 84 builder.setFieldUint644(data.getLong()); in newMessage() 86 builder.setFieldFixed646(data.getLong()); in newMessage() 96 builder.setFieldSfixed6415(data.getLong()); in newMessage() 98 builder.setFieldSint6417(data.getLong()); in newMessage() 103 builder.addFieldInt64List20(data.getLong()); in newMessage() 104 builder.addFieldUint64List21(data.getLong()); in newMessage() 106 builder.addFieldFixed64List23(data.getLong()); in newMessage() 115 builder.addFieldSfixed64List32(data.getLong()); in newMessage() 117 builder.addFieldSint64List34(data.getLong()); in newMessage() [all …]
|
D | Proto3MessageLiteFactory.java | 81 builder.setFieldInt643(data.getLong()); in newMessage() 82 builder.setFieldUint644(data.getLong()); in newMessage() 84 builder.setFieldFixed646(data.getLong()); in newMessage() 94 builder.setFieldSfixed6415(data.getLong()); in newMessage() 96 builder.setFieldSint6417(data.getLong()); in newMessage() 101 builder.addFieldInt64List20(data.getLong()); in newMessage() 102 builder.addFieldUint64List21(data.getLong()); in newMessage() 104 builder.addFieldFixed64List23(data.getLong()); in newMessage() 113 builder.addFieldSfixed64List32(data.getLong()); in newMessage() 115 builder.addFieldSint64List34(data.getLong()); in newMessage() [all …]
|
D | Proto3MessageFactory.java | 79 builder.setFieldInt643(data.getLong()); in newMessage() 80 builder.setFieldUint644(data.getLong()); in newMessage() 82 builder.setFieldFixed646(data.getLong()); in newMessage() 92 builder.setFieldSfixed6415(data.getLong()); in newMessage() 94 builder.setFieldSint6417(data.getLong()); in newMessage() 99 builder.addFieldInt64List20(data.getLong()); in newMessage() 100 builder.addFieldUint64List21(data.getLong()); in newMessage() 102 builder.addFieldFixed64List23(data.getLong()); in newMessage() 111 builder.addFieldSfixed64List32(data.getLong()); in newMessage() 113 builder.addFieldSint64List34(data.getLong()); in newMessage() [all …]
|
D | LongArrayListTest.java | 123 assertEquals(1L, TERTIARY_LIST.getLong(0)); in testGetLong() 124 assertEquals(2L, TERTIARY_LIST.getLong(1)); in testGetLong() 125 assertEquals(3L, TERTIARY_LIST.getLong(2)); in testGetLong() 227 assertEquals(3L, list.getLong(0)); in testSet() 230 assertEquals(0L, list.getLong(1)); in testSet() 252 assertEquals(0L, list.getLong(0)); in testSetLong() 255 assertEquals(0L, list.getLong(1)); in testSetLong() 319 assertEquals(1L, list.getLong(0)); in testAddAll()
|
D | ExperimentalTestDataProvider.java | 63 public long getLong() { in getLong() method in ExperimentalTestDataProvider 64 return varint64s.getLong(); in getLong() 172 public long getLong() { in getLong() method in ExperimentalTestDataProvider.Varint64Provider
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tfsmalls.cpp | 168 if (!ftp || !(ftp->getType() == Formattable::kLong) || !(ftp->getLong() == 0)) { in test_Formattable() 178 fta.getLong(&status); in test_Formattable() 220 fta.getLong(&status); in test_Formattable() 263 && (ft_arr[2].getType() == Formattable::kLong) && (ft_arr[2].getLong() == (int32_t)3) in test_Formattable() 323 if ((ft_arr[0].getType() == Formattable::kLong) && (ft_arr[0].getLong() == (int32_t)1)) { in test_Formattable() 333 if ((ft_dynarr[0].getType() == Formattable::kLong) && (ft_dynarr[0].getLong() == (int32_t)3) in test_Formattable() 334 && (ft_dynarr[1].getType() == Formattable::kLong) && (ft_dynarr[1].getLong() == (int32_t)4)) { in test_Formattable() 341 if ((ft_arr[0].getType() == Formattable::kLong) && (ft_arr[0].getLong() == (int32_t)3) in test_Formattable() 342 && (ft_arr[1].getType() == Formattable::kLong) && (ft_arr[1].getLong() == (int32_t)4)) { in test_Formattable()
|
D | nmfmtrt.cpp | 245 s = fmt->format(value.getLong(), s); in test() 265 s2 = fmt->format(n.getLong(), s2); in test() 300 … escape(s) + " P> " + (n.getType() == Formattable::kDouble ? n.getDouble() : (double)n.getLong()) in test() 314 aa = a.getLong(); in proportionalError() 319 bb = b.getLong(); in proportionalError()
|
D | tsnmfmt.cpp | 312 number[i].setDouble(number[i].getLong()); in tryIt() 320 + ", longValue=" + number[i].getLong()); in tryIt() 389 + ", longValue=" + number.getLong() in tryIt() 393 if (number.getLong() != aNumber) { in tryIt() 394 errln("**** FAIL: Parse of " + prettify(stringNum) + " failed. Got:" + number.getLong() in tryIt()
|
D | itrbnf.cpp | 285 …logln("Parse results for lenient = true, %i, %f", intParseResult.getLong(), doubleParseResult.getD… in TestAPI() 291 …logln("Parse results for lenient = false, %i, %f", intParseResult.getLong(), doubleParseResult.get… in TestAPI() 390 if (1000 != result.getLong() || resultStr != UNICODE_STRING_SIMPLE("one thousand")) { in TestMultiplePluralRules() 391 errln("RuleBasedNumberFormat did not return the correct value. Got: %d", result.getLong()); in TestMultiplePluralRules() 396 if (1000 != result.getLong() || resultStr != UNICODE_STRING_SIMPLE("ono thousand")) { in TestMultiplePluralRules() 397 …erFormat(cardinal-feminine-genitive) did not return the correct value. Got: %d", result.getLong()); in TestMultiplePluralRules() 402 if (1000 != result.getLong() || resultStr != UNICODE_STRING_SIMPLE("one thousand")) { in TestMultiplePluralRules() 403 …erFormat(spellout-cardinal-feminine) did not return the correct value. Got: %d", result.getLong()); in TestMultiplePluralRules() 1964 if (num.getType() == Formattable::kLong && num.getLong() != n) { in TestAllLocales() 1967 + UnicodeString(" -> ") + str + UnicodeString(" -> ") + num.getLong()); in TestAllLocales() [all …]
|
D | itrbnfrt.cpp | 309 (double)parseResult.getLong(); in doTest() 336 (double)parseResult.getLong(); in doTest()
|
D | numfmtst.cpp | 590 a = af.getLong(); in TestExponential() 639 int32_t a = af.getLong(status); in TestExponential() 652 + ", Long: " + af.getLong()); in TestExponential() 1060 logln((UnicodeString)"parse(" + arg + ") = " + n.getLong()); in TestParse() 1062 n.getLong() != 0) errln((UnicodeString)"FAIL: Expected 0"); in TestParse() 1155 logln((UnicodeString)"parse(" + testCase + ") = " + n.getLong()); in TestLenientParse() 1158 n.getLong() != 1) { in TestLenientParse() 1180 logln((UnicodeString)"parse(" + testCase + ") = " + n.getLong()); in TestLenientParse() 1182 if (U_FAILURE(status) || n.getType() != Formattable::kLong || n.getLong() != -5) { in TestLenientParse() 1201 logln((UnicodeString)"parse(" + testCase + ") = " + n.getLong()); in TestLenientParse() [all …]
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | UnsafeUtil.java | 136 static long getLong(Object target, long offset) { in getLong() method in UnsafeUtil 137 return MEMORY_ACCESSOR.getLong(target, offset); in getLong() 192 static long getLong(long[] target, long index) { in getLong() method in UnsafeUtil 193 return MEMORY_ACCESSOR.getLong( in getLong() 270 static long getLong(long address) { in getLong() method in UnsafeUtil 271 return MEMORY_ACCESSOR.getLong(address); in getLong() 280 return MEMORY_ACCESSOR.getLong(buffer, BUFFER_ADDRESS_OFFSET); in addressOffset() 496 long leftLongWord = getLong(left, BYTE_ARRAY_BASE_OFFSET + leftOff + index); in mismatch() 497 long rightLongWord = getLong(right, BYTE_ARRAY_BASE_OFFSET + rightOff + index); in mismatch() 561 public final long getLong(Object target, long offset) { in getLong() method in UnsafeUtil.MemoryAccessor [all …]
|
D | MessageSchema.java | 832 && UnsafeUtil.getLong(message, offset) == UnsafeUtil.getLong(other, offset); in equals() 835 && UnsafeUtil.getLong(message, offset) == UnsafeUtil.getLong(other, offset); in equals() 841 && UnsafeUtil.getLong(message, offset) == UnsafeUtil.getLong(other, offset); in equals() 871 && UnsafeUtil.getLong(message, offset) == UnsafeUtil.getLong(other, offset); in equals() 877 && UnsafeUtil.getLong(message, offset) == UnsafeUtil.getLong(other, offset); in equals() 968 hashCode = (hashCode * 53) + Internal.hashLong(UnsafeUtil.getLong(message, offset)); in hashCode() 971 hashCode = (hashCode * 53) + Internal.hashLong(UnsafeUtil.getLong(message, offset)); in hashCode() 977 hashCode = (hashCode * 53) + Internal.hashLong(UnsafeUtil.getLong(message, offset)); in hashCode() 1011 hashCode = (hashCode * 53) + Internal.hashLong(UnsafeUtil.getLong(message, offset)); in hashCode() 1017 hashCode = (hashCode * 53) + Internal.hashLong(UnsafeUtil.getLong(message, offset)); in hashCode() [all …]
|
D | LongArrayList.java | 133 return getLong(index); in get() 137 public long getLong(int index) { in getLong() method in LongArrayList
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | fmtable.h | 315 int32_t getLong(void) const { return (int32_t)fValue.fInt64; } in getLong() function 333 int32_t getLong(UErrorCode& status) const; 640 inline int32_t getLong(UErrorCode* status) const; 731 inline int32_t Formattable::getLong(UErrorCode* status) const { in getLong() function 732 return getLong(*status); in getLong()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | fmtable.h | 315 int32_t getLong(void) const { return (int32_t)fValue.fInt64; } in getLong() function 333 int32_t getLong(UErrorCode& status) const; 640 inline int32_t getLong(UErrorCode* status) const; 731 inline int32_t Formattable::getLong(UErrorCode* status) const { in getLong() function 732 return getLong(*status); in getLong()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | fmtable.h | 315 int32_t getLong(void) const { return (int32_t)fValue.fInt64; } in getLong() function 333 int32_t getLong(UErrorCode& status) const; 640 inline int32_t getLong(UErrorCode* status) const; 731 inline int32_t Formattable::getLong(UErrorCode* status) const { in getLong() function 732 return getLong(*status); in getLong()
|
/third_party/icu/icu4c/source/i18n/ |
D | fmtable.cpp | 394 Formattable::getLong(UErrorCode& status) const in getLong() function in Formattable 431 getNumber().getLong(status); in getLong() 764 output.setToInt(this->getLong()); in populateDecimalQuantity() 863 stream << obj.getLong() << 'L'; 952 return obj->getLong(*status); in ufmt_getLong()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | fmtable.cpp | 394 Formattable::getLong(UErrorCode& status) const in getLong() function in Formattable 431 getNumber().getLong(status); in getLong() 764 output.setToInt(this->getLong()); in populateDecimalQuantity() 863 stream << obj.getLong() << 'L'; 952 return obj->getLong(*status); in ufmt_getLong()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | fmtable.cpp | 394 Formattable::getLong(UErrorCode& status) const in getLong() function in Formattable 431 getNumber().getLong(status); in getLong() 764 output.setToInt(this->getLong()); in populateDecimalQuantity() 863 stream << obj.getLong() << 'L'; 952 return obj->getLong(*status); in ufmt_getLong()
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/data/rdb/ |
D | resultSet.js | 78 getLong: function (...args) { method
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_data_DataShareResultSet.js | 83 getLong: function (...args) { method
|
/third_party/icu/icu4c/source/samples/numfmt/ |
D | util.cpp | 103 sprintf(buf, "%" PRId32 "L", f.getLong()); in formattableToString()
|
/third_party/skia/third_party/externals/icu/source/samples/numfmt/ |
D | util.cpp | 103 sprintf(buf, "%" PRId32 "L", f.getLong()); in formattableToString()
|