/external/llvm/include/llvm/DebugInfo/DWARF/ |
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/lib/DebugInfo/ |
DWARFFormValue.h | 67 bool skipValue(DataExtractor debug_info_data, uint32_t *offset_ptr, 69 static bool skipValue(uint16_t form, DataExtractor debug_info_data,
|
DWARFFormValue.cpp | 168 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr, 170 return DWARFFormValue::skipValue(Form, debug_info_data, offset_ptr, cu); 174 DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data,
|
DWARFDebugInfoEntry.cpp | 360 DWARFFormValue::skipValue(AbbrevDecl->getFormByIndex(idx++),
|
/external/icu/icu4c/source/common/ |
bytestrie.cpp | 138 pos=skipValue(pos); 173 pos=skipValue(pos, node); 307 pos=skipValue(pos, node); 332 pos=skipValue(pos, node); 382 pos=skipValue(pos, node); 402 pos=skipValue(pos, node); 430 pos=skipValue(pos);
|
ucharstrie.cpp | 111 pos=skipValue(pos); 303 pos=skipValue(pos, node); 409 pos=skipValue(pos);
|
bytestrieiterator.cpp | 142 pos_=skipValue(pos, node); 201 pos=skipValue(pos, node);
|
ucharstrieiterator.cpp | 202 pos=skipValue(pos, node);
|
/dalvik/dx/src/com/android/dex/ |
EncodedValueReader.java | 235 public void skipValue() { 281 skipValue(); 287 skipValue();
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
BytesTrie.java | 322 pos=skipValue(pos, node); 384 pos=skipValue(pos, node); 589 pos_=skipValue(pos, node); 647 pos=skipValue(pos, node); 699 private static int skipValue(int pos, int leadByte) { 712 private static int skipValue(byte[] bytes, int pos) { 714 return skipValue(pos, leadByte); 811 pos=skipValue(bytes_, pos); 846 pos=skipValue(pos, node); [all...] |
CharsTrie.java | 590 pos=skipValue(pos, node); 641 private static int skipValue(int pos, int leadUnit) { 651 private static int skipValue(CharSequence chars, int pos) { 653 return skipValue(pos, leadUnit&0x7fff); 757 pos=skipValue(chars_, pos); 823 pos=skipValue(pos, node); [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
BytesTrie.java | 338 pos=skipValue(pos, node); 403 pos=skipValue(pos, node); 619 pos_=skipValue(pos, node); 678 pos=skipValue(pos, node); 730 private static int skipValue(int pos, int leadByte) { 743 private static int skipValue(byte[] bytes, int pos) { 745 return skipValue(pos, leadByte); 842 pos=skipValue(bytes_, pos); 877 pos=skipValue(pos, node); [all...] |
CharsTrie.java | 613 pos=skipValue(pos, node); 664 private static int skipValue(int pos, int leadUnit) { 674 private static int skipValue(CharSequence chars, int pos) { 676 return skipValue(pos, leadUnit&0x7fff); 780 pos=skipValue(chars_, pos); 846 pos=skipValue(pos, node); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
DWARFDebugInfoEntry.cpp | 61 } else if (!DWARFFormValue::skipValue(AttrSpec.Form, DebugInfoData,
|
DWARFAbbreviationDeclaration.cpp | 179 DWARFFormValue::skipValue(Spec.Form, DebugInfoData, &Offset,
|
/external/icu/icu4c/source/common/unicode/ |
bytestrie.h | 367 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { 380 static inline const uint8_t *skipValue(const uint8_t *pos) { 382 return skipValue(pos, leadByte);
|
ucharstrie.h | 395 static inline const char16_t *skipValue(const char16_t *pos, int32_t leadUnit) { 405 static inline const char16_t *skipValue(const char16_t *pos) { 407 return skipValue(pos, leadUnit&0x7fff);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
DWARFFormValue.h | 118 bool skipValue(DataExtractor DebugInfoData, uint32_t *OffsetPtr, 120 return DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, Params); 133 static bool skipValue(dwarf::Form Form, DataExtractor DebugInfoData,
|
/external/llvm/lib/DebugInfo/DWARF/ |
DWARFFormValue.cpp | 256 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr, 258 return DWARFFormValue::skipValue(Form, debug_info_data, offset_ptr, cu); 262 DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data, 264 return skipValue(form, debug_info_data, offset_ptr, cu->getVersion(), 267 bool DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data,
|
DWARFDebugInfoEntry.cpp | 215 else if (!DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, U)) { 251 DWARFFormValue::skipValue(AbbrevDecl->getFormByIndex(i),
|
/external/vogar/src/vogar/ |
OutcomeStore.java | 101 in.skipValue(); 112 in.skipValue();
|
/frameworks/base/cmds/hid/src/com/android/commands/hid/ |
Event.java | 206 mReader.skipValue(); 294 mReader.skipValue();
|
/cts/tests/tests/util/src/android/util/cts/ |
JsonReaderTest.java | 91 reader.skipValue(); 93 reader.skipValue(); 103 reader.skipValue(); 111 reader.skipValue(); 121 reader.skipValue(); [all...] |
/cts/libs/json/src/com/android/json/stream/ |
JsonReader.java | 55 * exception. Lenient parsers should call {@link #skipValue()} to recursively 60 * #skipValue()}. 120 * reader.skipValue(); 150 * reader.skipValue(); 213 /** True if we're currently handling a skipValue() call. */ 517 public void skipValue() throws IOException { [all...] |
/cts/libs/vogar-expect/src/vogar/ |
ExpectationStore.java | 232 reader.skipValue();
|