Home
last modified time | relevance | path

Searched refs:skipValue (Results 1 – 25 of 65) sorted by relevance

123

/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DJsonUtils.java27 reader.skipValue(); in jsonToColor()
59 reader.skipValue(); in jsonNumbersToPoint()
71 reader.skipValue(); in jsonArrayToPoint()
93 reader.skipValue(); in jsonObjectToPoint()
109 reader.skipValue(); in valueFromObject()
DAnimatablePathValueParser.java66 reader.skipValue(); in parseSplitPath()
74 reader.skipValue(); in parseSplitPath()
81 reader.skipValue(); in parseSplitPath()
DGradientStrokeParser.java80 reader.skipValue(); in parse()
128 reader.skipValue(); in parse()
148 reader.skipValue(); in parse()
DLayerParser.java169 reader.skipValue(); in parse()
175 reader.skipValue(); in parse()
192 reader.skipValue(); in parse()
232 reader.skipValue(); in parse()
DFontCharacterParser.java66 reader.skipValue(); in parse()
73 reader.skipValue(); in parse()
DAnimatableTextPropertiesParser.java35 reader.skipValue(); in parse()
70 reader.skipValue(); in parseAnimatableTextProperties()
DLottieCompositionMoshiParser.java103 reader.skipValue(); in parse()
189 reader.skipValue(); in parseAssets()
220 reader.skipValue(); in parseFonts()
264 reader.skipValue(); in parseMarkers()
DContentModelParser.java42 reader.skipValue(); in parse()
99 reader.skipValue(); in parse()
DGradientFillParser.java63 reader.skipValue(); in parse()
88 reader.skipValue(); in parse()
DShapeStrokeParser.java93 reader.skipValue(); in parse()
117 reader.skipValue(); in parse()
DAnimatableTransformParser.java65 reader.skipValue(); in parse()
114 reader.skipValue(); in parse()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DBytesTrie.java367 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 …]
DCharsTrie.java635 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/
DBytesTrie.java387 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 …]
DCharsTrie.java662 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/
Dbytestrie.cpp138 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()
Ducharstrie.cpp111 pos=skipValue(pos); in branchNext()
303 pos=skipValue(pos, node); in findUniqueValueFromBranch()
409 pos=skipValue(pos); in getNextBranchUChars()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h83 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/
DDWARFFormValue.h131 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/
Dbytestrie.h403 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()
Ducharstrie.h431 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/
Dbytestrie.h403 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()
Ducharstrie.h431 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/
DDWARFFormValue.cpp256 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/
DDWARFFormValue.h136 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,

123