/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/ |
D | JsonUtils.java | 27 reader.skipValue(); in jsonToColor() 59 reader.skipValue(); in jsonNumbersToPoint() 71 reader.skipValue(); in jsonArrayToPoint() 93 reader.skipValue(); in jsonObjectToPoint() 109 reader.skipValue(); in valueFromObject()
|
D | AnimatablePathValueParser.java | 66 reader.skipValue(); in parseSplitPath() 74 reader.skipValue(); in parseSplitPath() 81 reader.skipValue(); in parseSplitPath()
|
D | GradientStrokeParser.java | 80 reader.skipValue(); in parse() 128 reader.skipValue(); in parse() 148 reader.skipValue(); in parse()
|
D | LayerParser.java | 169 reader.skipValue(); in parse() 175 reader.skipValue(); in parse() 192 reader.skipValue(); in parse() 232 reader.skipValue(); in parse()
|
D | FontCharacterParser.java | 66 reader.skipValue(); in parse() 73 reader.skipValue(); in parse()
|
D | AnimatableTextPropertiesParser.java | 35 reader.skipValue(); in parse() 70 reader.skipValue(); in parseAnimatableTextProperties()
|
D | LottieCompositionMoshiParser.java | 103 reader.skipValue(); in parse() 189 reader.skipValue(); in parseAssets() 220 reader.skipValue(); in parseFonts() 264 reader.skipValue(); in parseMarkers()
|
D | ContentModelParser.java | 42 reader.skipValue(); in parse() 99 reader.skipValue(); in parse()
|
D | GradientFillParser.java | 63 reader.skipValue(); in parse() 88 reader.skipValue(); in parse()
|
D | ShapeStrokeParser.java | 93 reader.skipValue(); in parse() 117 reader.skipValue(); in parse()
|
D | AnimatableTransformParser.java | 65 reader.skipValue(); in parse() 114 reader.skipValue(); in parse()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | BytesTrie.java | 367 pos=skipValue(pos, node); in next() 429 pos=skipValue(pos, node); in getNextBytes() 634 pos_=skipValue(pos, node); in next() 692 pos=skipValue(pos, node); in branchNext() 744 private static int skipValue(int pos, int leadByte) { in skipValue() method 757 private static int skipValue(byte[] bytes, int pos) { in skipValue() method 759 return skipValue(pos, leadByte); in skipValue() 856 pos=skipValue(bytes_, pos); in branchNext() 891 pos=skipValue(pos, node); in nextImpl() 922 pos=skipValue(pos, node); [all …]
|
D | CharsTrie.java | 635 pos=skipValue(pos, node); in branchNext() 686 private static int skipValue(int pos, int leadUnit) { in skipValue() method in CharsTrie 696 private static int skipValue(CharSequence chars, int pos) { in skipValue() method in CharsTrie 698 return skipValue(pos, leadUnit&0x7fff); in skipValue() 802 pos=skipValue(chars_, pos); in branchNext() 868 pos=skipValue(pos, node); in findUniqueValueFromBranch() 943 pos=skipValue(chars, pos); in getNextBranchChars()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | BytesTrie.java | 387 pos=skipValue(pos, node); in next() 452 pos=skipValue(pos, node); in getNextBytes() 668 pos_=skipValue(pos, node); in next() 727 pos=skipValue(pos, node); in branchNext() 779 private static int skipValue(int pos, int leadByte) { in skipValue() method 792 private static int skipValue(byte[] bytes, int pos) { in skipValue() method 794 return skipValue(pos, leadByte); in skipValue() 891 pos=skipValue(bytes_, pos); in branchNext() 926 pos=skipValue(pos, node); in nextImpl() 957 pos=skipValue(pos, node); [all …]
|
D | CharsTrie.java | 662 pos=skipValue(pos, node); in branchNext() 713 private static int skipValue(int pos, int leadUnit) { in skipValue() method in CharsTrie 723 private static int skipValue(CharSequence chars, int pos) { in skipValue() method in CharsTrie 725 return skipValue(pos, leadUnit&0x7fff); in skipValue() 829 pos=skipValue(chars_, pos); in branchNext() 895 pos=skipValue(pos, node); in findUniqueValueFromBranch() 970 pos=skipValue(chars, pos); in getNextBranchChars()
|
/external/icu/icu4c/source/common/ |
D | bytestrie.cpp | 138 pos=skipValue(pos); in branchNext() 173 pos=skipValue(pos, node); in nextImpl() 307 pos=skipValue(pos, node); in next() 332 pos=skipValue(pos, node); in findUniqueValueFromBranch() 382 pos=skipValue(pos, node); in findUniqueValue() 402 pos=skipValue(pos, node); in getNextBytes() 430 pos=skipValue(pos); in getNextBranchBytes()
|
D | ucharstrie.cpp | 111 pos=skipValue(pos); in branchNext() 303 pos=skipValue(pos, node); in findUniqueValueFromBranch() 409 pos=skipValue(pos); in getNextBranchUChars()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 83 bool skipValue(DataExtractor debug_info_data, uint32_t *offset_ptr, 85 static bool skipValue(uint16_t form, DataExtractor debug_info_data, 87 static bool skipValue(uint16_t form, DataExtractor debug_info_data,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 131 bool skipValue(DataExtractor DebugInfoData, uint64_t *OffsetPtr, in skipValue() function 133 return DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, Params); in skipValue() 146 static bool skipValue(dwarf::Form Form, DataExtractor DebugInfoData,
|
/external/icu/icu4c/source/common/unicode/ |
D | bytestrie.h | 403 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() function 416 static inline const uint8_t *skipValue(const uint8_t *pos) { in skipValue() function 418 return skipValue(pos, leadByte); in skipValue()
|
D | ucharstrie.h | 431 static inline const char16_t *skipValue(const char16_t *pos, int32_t leadUnit) { in skipValue() function 441 static inline const char16_t *skipValue(const char16_t *pos) { in skipValue() function 443 return skipValue(pos, leadUnit&0x7fff); in skipValue()
|
/external/icu/libicu/cts_headers/unicode/ |
D | bytestrie.h | 403 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() function 416 static inline const uint8_t *skipValue(const uint8_t *pos) { in skipValue() function 418 return skipValue(pos, leadByte); in skipValue()
|
D | ucharstrie.h | 431 static inline const char16_t *skipValue(const char16_t *pos, int32_t leadUnit) { in skipValue() function 441 static inline const char16_t *skipValue(const char16_t *pos) { in skipValue() function 443 return skipValue(pos, leadUnit&0x7fff); in skipValue()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFFormValue.cpp | 256 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr, in skipValue() function in DWARFFormValue 258 return DWARFFormValue::skipValue(Form, debug_info_data, offset_ptr, cu); in skipValue() 262 DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data, in skipValue() function in DWARFFormValue 264 return skipValue(form, debug_info_data, offset_ptr, cu->getVersion(), in skipValue() 267 bool DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data, in skipValue() function in DWARFFormValue
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 136 bool skipValue(DataExtractor DebugInfoData, uint64_t *OffsetPtr, in skipValue() function 138 return DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, Params); in skipValue() 151 static bool skipValue(dwarf::Form Form, DataExtractor DebugInfoData,
|