| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| H A 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...] |
| H A 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...] |
| H A 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...] |
| H A 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...] |
| H A 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
|
| H A 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()
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | tfsmalls.cpp | 168 if (!ftp || !(ftp->getType() == Formattable::kLong) || !(ftp->getLong() == 0)) { in test_Formattable() 169 it_errln("*** Formattable constructor or getType or getLong"); in test_Formattable() 178 fta.getLong(&status); in test_Formattable() 180 it_errln("*** FT getLong(UErrorCode* status) failed on real Long"); in test_Formattable() 182 it_logln("FT getLong(UErrorCode* status) tested."); in test_Formattable() 220 fta.getLong(&status); in test_Formattable() 222 it_errln("*** FT getLong(UErrorCode* status) should fail on non-Long"); 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() in test_Formattable() [all...] |
| H A 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()
|
| H A 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()
|
| H A D | itrbnf.cpp | 285 logln("Parse results for lenient = true, %i, %f", intParseResult.getLong(), doubleParseResult.getDouble()); in TestAPI() 291 logln("Parse results for lenient = false, %i, %f", intParseResult.getLong(), doubleParseResult.getDouble()); 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 errln("RuleBasedNumberFormat(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 errln("RuleBasedNumberFormat(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...] |
| H A D | itrbnfrt.cpp | 309 (double)parseResult.getLong(); in doTest() 336 (double)parseResult.getLong(); in doTest()
|
| H A 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/ |
| H A 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() 348 clazz.getMethod("getLong", Object.class, long.class); in supportsUnsafeArrayOperations() 381 clazz.getMethod("getLong", Object.class, long.class); in supportsUnsafeByteBufferOperations() 394 clazz.getMethod("getLong", lon in supportsUnsafeByteBufferOperations() 561 public final long getLong(Object target, long offset) { getLong() method in UnsafeUtil.MemoryAccessor 605 public abstract long getLong(long address); getLong() method in UnsafeUtil.MemoryAccessor 643 public long getLong(long address) { getLong() method in UnsafeUtil.JvmMemoryAccessor 735 public long getLong(long address) { getLong() method in UnsafeUtil.Android64MemoryAccessor 855 public long getLong(long address) { getLong() method in UnsafeUtil.Android32MemoryAccessor [all...] |
| H A D | LongArrayList.java | 133 return getLong(index); in get() 137 public long getLong(int index) { in getLong() method in LongArrayList
|
| H A 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(othe in equals() [all...] |
| /third_party/icu/icu4c/source/i18n/unicode/ |
| H A D | fmtable.h | 237 * Selector indicating a 32-bit integer value. Use getLong to 315 int32_t getLong(void) const { return (int32_t)fValue.fInt64; } in getLong() function in Formattable 326 * getNumber().getLong(status) is returned. If this object is 333 int32_t getLong(UErrorCode& status) const; 635 * Deprecated variant of getLong(UErrorCode&). 638 * @deprecated ICU 3.0 use getLong(UErrorCode&) instead 640 inline int32_t getLong(UErrorCode* status) const; 731 inline int32_t Formattable::getLong(UErrorCode* status) const { in getLong() function in Formattable 732 return getLong(*status); in getLong()
|
| /third_party/node/deps/icu-small/source/i18n/unicode/ |
| H A D | fmtable.h | 237 * Selector indicating a 32-bit integer value. Use getLong to 315 int32_t getLong(void) const { return (int32_t)fValue.fInt64; } in getLong() function in Formattable 326 * getNumber().getLong(status) is returned. If this object is 333 int32_t getLong(UErrorCode& status) const; 635 * Deprecated variant of getLong(UErrorCode&). 638 * @deprecated ICU 3.0 use getLong(UErrorCode&) instead 640 inline int32_t getLong(UErrorCode* status) const; 731 inline int32_t Formattable::getLong(UErrorCode* status) const { in getLong() function in Formattable 732 return getLong(*status); in getLong()
|
| /third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
| H A D | fmtable.h | 237 * Selector indicating a 32-bit integer value. Use getLong to 315 int32_t getLong(void) const { return (int32_t)fValue.fInt64; } in getLong() function in Formattable 326 * getNumber().getLong(status) is returned. If this object is 333 int32_t getLong(UErrorCode& status) const; 635 * Deprecated variant of getLong(UErrorCode&). 638 * @deprecated ICU 3.0 use getLong(UErrorCode&) instead 640 inline int32_t getLong(UErrorCode* status) const; 731 inline int32_t Formattable::getLong(UErrorCode* status) const { in getLong() function in Formattable 732 return getLong(*status); in getLong()
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | fmtable.cpp | 393 //Formattable::getLong(UErrorCode* status) const 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'; in streamOut() 952 return obj->getLong(*status); in ufmt_getLong()
|
| H A D | datefmt.cpp | 213 date = (UDate)obj.getLong(); in format() 248 date = (UDate)obj.getLong(); in format()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | fmtable.cpp | 393 //Formattable::getLong(UErrorCode* status) const 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'; in streamOut() 952 return obj->getLong(*status); in ufmt_getLong()
|
| H A D | datefmt.cpp | 212 date = (UDate)obj.getLong(); in format() 247 date = (UDate)obj.getLong(); in format()
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | fmtable.cpp | 393 //Formattable::getLong(UErrorCode* status) const 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'; in streamOut() 952 return obj->getLong(*status); in ufmt_getLong()
|
| /third_party/icu/icu4c/source/samples/numfmt/ |
| H A D | util.cpp | 103 sprintf(buf, "%" PRId32 "L", f.getLong()); in formattableToString()
|
| /third_party/skia/third_party/externals/icu/source/samples/numfmt/ |
| H A D | util.cpp | 103 sprintf(buf, "%" PRId32 "L", f.getLong()); in formattableToString()
|