/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
D | Tag.java | 111 public static byte[] byteValue(int tag) { in byteValue() method in Tag 123 s = new String(Tag.byteValue(tag), "US-ASCII"); in stringValue()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
D | Tag.java | 111 public static byte[] byteValue(int tag) { in byteValue() method in Tag 123 s = new String(Tag.byteValue(tag), "US-ASCII"); in stringValue()
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/ |
D | ByteArrayTableBuilder.java | 61 public int byteValue(int index) throws IOException { in byteValue() method in ByteArrayTableBuilder
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/ |
D | ByteArrayTableBuilder.java | 61 public int byteValue(int index) throws IOException { in byteValue() method in ByteArrayTableBuilder
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CharsetRecog_mbcs.java | 161 int byteValue = det.fRawInput[nextIndex++] & 0x00ff; in nextByte() local 162 return byteValue; in nextByte()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | CharsetRecog_mbcs.java | 162 int byteValue = det.fRawInput[nextIndex++] & 0x00ff; in nextByte() local 163 return byteValue; in nextByte()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/ |
D | BIG5Tool.java | 295 int byteValue = (int)buf[nextIndex++] & 0x00ff; in nextByte() local 296 return byteValue; in nextByte()
|
D | EUCTool.java | 295 int byteValue = (int)buf[nextIndex++] & 0x00ff; in nextByte() local 296 return byteValue; in nextByte()
|
/third_party/node/deps/npm/node_modules/jsbn/ |
D | README.md | 53 ### bi.byteValue
|
D | index.js | 1177 BigInteger.prototype.byteValue = bnByteValue; method in BigInteger
|
/third_party/skia/src/sfnt/ |
D | SkOTTable_glyf.h | 187 } byteValue; member
|
/third_party/flutter/skia/src/sfnt/ |
D | SkOTTable_glyf.h | 187 } byteValue; member
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/ |
D | DecimalQuantity_ByteArrayBCD.java | 160 bcd[i] = temp[1].byteValue(); in readBigIntegerToBcd()
|
D | DecimalQuantity_SimpleStorage.java | 647 returnValue = temp.setScale(0, RoundingMode.FLOOR).remainder(BigDecimal.TEN).byteValue(); 777 returnValue = fallback.setScale(0, RoundingMode.FLOOR).remainder(BigDecimal.TEN).byteValue();
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/ |
D | DecimalQuantity_ByteArrayBCD.java | 157 bcd[i] = temp[1].byteValue(); in readBigIntegerToBcd()
|
D | DecimalQuantity_SimpleStorage.java | 654 returnValue = temp.setScale(0, RoundingMode.FLOOR).remainder(BigDecimal.TEN).byteValue(); 784 returnValue = fallback.setScale(0, RoundingMode.FLOOR).remainder(BigDecimal.TEN).byteValue();
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | ByteStringTest.java | 414 for (byte byteValue : bytes) { in testNewOutput_WriteChar() 415 output.write(byteValue); in testNewOutput_WriteChar()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
D | DecimalQuantity_DualStorageBCD.java | 237 bcdBytes[i] = temp[1].byteValue(); in readBigIntegerToBcd()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | DecimalQuantity_DualStorageBCD.java | 231 bcdBytes[i] = temp[1].byteValue(); in readBigIntegerToBcd()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatDataDrivenTest.java | 246 fmt.setMinimumExponentDigits(tuple.minimumExponentDigits.byteValue()); 526 properties.setMinimumExponentDigits(tuple.minimumExponentDigits.byteValue()); in propertiesFromTuple()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | NumberFormatDataDrivenTest.java | 249 fmt.setMinimumExponentDigits(tuple.minimumExponentDigits.byteValue()); 529 properties.setMinimumExponentDigits(tuple.minimumExponentDigits.byteValue()); in propertiesFromTuple()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | ByteStringTest.java | 553 for (byte byteValue : bytes) { in testNewOutput_WriteChar() 554 output.write(byteValue); in testNewOutput_WriteChar()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
D | DiagBigDecimalTest.java | 2735 …wk.assertTrue("byv001", ((((byte)-128)))==((new com.ibm.icu.math.BigDecimal("-128")).byteValue())); in diagbyteValue() 2736 TestFmwk.assertTrue("byv002", ((0))==((new com.ibm.icu.math.BigDecimal("0")).byteValue())); in diagbyteValue() 2737 TestFmwk.assertTrue("byv003", ((1))==((new com.ibm.icu.math.BigDecimal("1")).byteValue())); in diagbyteValue() 2738 … TestFmwk.assertTrue("byv004", ((99))==((new com.ibm.icu.math.BigDecimal("99")).byteValue())); in diagbyteValue() 2739 … TestFmwk.assertTrue("byv005", ((127))==((new com.ibm.icu.math.BigDecimal("127")).byteValue())); in diagbyteValue() 2740 … TestFmwk.assertTrue("byv006", ((-128))==((new com.ibm.icu.math.BigDecimal("128")).byteValue())); in diagbyteValue() 2741 … TestFmwk.assertTrue("byv007", ((-127))==((new com.ibm.icu.math.BigDecimal("129")).byteValue())); in diagbyteValue() 2742 … TestFmwk.assertTrue("byv008", ((127))==((new com.ibm.icu.math.BigDecimal("-129")).byteValue())); in diagbyteValue() 2743 … TestFmwk.assertTrue("byv009", ((126))==((new com.ibm.icu.math.BigDecimal("-130")).byteValue())); in diagbyteValue() 2744 … TestFmwk.assertTrue("byv010", ((bmax))==((new com.ibm.icu.math.BigDecimal(bmax)).byteValue())); in diagbyteValue() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/ |
D | DiagBigDecimalTest.java | 2738 …ssertTrue("byv001", ((((byte)-128)))==((new ohos.global.icu.math.BigDecimal("-128")).byteValue())); in diagbyteValue() 2739 … TestFmwk.assertTrue("byv002", ((0))==((new ohos.global.icu.math.BigDecimal("0")).byteValue())); in diagbyteValue() 2740 … TestFmwk.assertTrue("byv003", ((1))==((new ohos.global.icu.math.BigDecimal("1")).byteValue())); in diagbyteValue() 2741 … TestFmwk.assertTrue("byv004", ((99))==((new ohos.global.icu.math.BigDecimal("99")).byteValue())); in diagbyteValue() 2742 …TestFmwk.assertTrue("byv005", ((127))==((new ohos.global.icu.math.BigDecimal("127")).byteValue())); in diagbyteValue() 2743 …estFmwk.assertTrue("byv006", ((-128))==((new ohos.global.icu.math.BigDecimal("128")).byteValue())); in diagbyteValue() 2744 …estFmwk.assertTrue("byv007", ((-127))==((new ohos.global.icu.math.BigDecimal("129")).byteValue())); in diagbyteValue() 2745 …estFmwk.assertTrue("byv008", ((127))==((new ohos.global.icu.math.BigDecimal("-129")).byteValue())); in diagbyteValue() 2746 …estFmwk.assertTrue("byv009", ((126))==((new ohos.global.icu.math.BigDecimal("-130")).byteValue())); in diagbyteValue() 2747 …TestFmwk.assertTrue("byv010", ((bmax))==((new ohos.global.icu.math.BigDecimal(bmax)).byteValue())); in diagbyteValue() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmFloatControlsTests.cpp | 396 FLOAT_TYPE exactByteEquivalent(UINT_TYPE byteValue) const; 450 FLOAT_TYPE TypeValues<FLOAT_TYPE>::exactByteEquivalent(UINT_TYPE byteValue) const in exactByteEquivalent() 453 value.ui = byteValue; in exactByteEquivalent()
|