/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFFormValue.cpp | 256 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr, in skipValue() function in DWARFFormValue 262 DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data, in skipValue() function in DWARFFormValue 267 bool DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data, in skipValue() function in DWARFFormValue
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFFormValue.cpp | 168 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr, in skipValue() function in DWARFFormValue 174 DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data, in skipValue() function in DWARFFormValue
|
/external/icu/icu4c/source/common/unicode/ |
D | bytestrie.h | 367 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() function 380 static inline const uint8_t *skipValue(const uint8_t *pos) { in skipValue() function
|
D | ucharstrie.h | 395 static inline const char16_t *skipValue(const char16_t *pos, int32_t leadUnit) { in skipValue() function 405 static inline const char16_t *skipValue(const char16_t *pos) { in skipValue() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFFormValue.cpp | 81 bool DWARFFormValue::skipValue(dwarf::Form Form, DataExtractor DebugInfoData, in skipValue() function in DWARFFormValue
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | CharsTrie.java | 664 private static int skipValue(int pos, int leadUnit) { in skipValue() method in CharsTrie 674 private static int skipValue(CharSequence chars, int pos) { in skipValue() method in CharsTrie
|
D | BytesTrie.java | 730 private static int skipValue(int pos, int leadByte) { in skipValue() method 743 private static int skipValue(byte[] bytes, int pos) { in skipValue() method
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | CharsTrie.java | 641 private static int skipValue(int pos, int leadUnit) { in skipValue() method in CharsTrie 651 private static int skipValue(CharSequence chars, int pos) { in skipValue() method in CharsTrie
|
D | BytesTrie.java | 699 private static int skipValue(int pos, int leadByte) { in skipValue() method 712 private static int skipValue(byte[] bytes, int pos) { in skipValue() method
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 118 bool skipValue(DataExtractor DebugInfoData, uint32_t *OffsetPtr, in skipValue() function
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | VoteResolver.java | 955 T skipValue = (hardCount > softCount) ? softValue : hardValue; in combineInheritanceWithBaileyForVoting() local
|