/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | BytesTrie.java | 320 pos=skipValue(pos, node); in next() 382 pos=skipValue(pos, node); in getNextBytes() 585 pos_=skipValue(pos, node); in next() 643 pos=skipValue(pos, node); in branchNext() 695 private static int skipValue(int pos, int leadByte) { in skipValue() method 708 private static int skipValue(byte[] bytes, int pos) { in skipValue() method 710 return skipValue(pos, leadByte); in skipValue() 807 pos=skipValue(bytes_, pos); in branchNext() 842 pos=skipValue(pos, node); in nextImpl() 873 pos=skipValue(pos, node); [all …]
|
D | CharsTrie.java | 587 pos=skipValue(pos, node); in branchNext() 638 private static int skipValue(int pos, int leadUnit) { in skipValue() method in CharsTrie 648 private static int skipValue(CharSequence chars, int pos) { in skipValue() method in CharsTrie 650 return skipValue(pos, leadUnit&0x7fff); in skipValue() 754 pos=skipValue(chars_, pos); in branchNext() 820 pos=skipValue(pos, node); in findUniqueValueFromBranch() 895 pos=skipValue(chars, pos); in getNextBranchChars()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | BytesTrie.java | 338 pos=skipValue(pos, node); in next() 403 pos=skipValue(pos, node); in getNextBytes() 619 pos_=skipValue(pos, node); in next() 678 pos=skipValue(pos, node); in branchNext() 730 private static int skipValue(int pos, int leadByte) { in skipValue() method 743 private static int skipValue(byte[] bytes, int pos) { in skipValue() method 745 return skipValue(pos, leadByte); in skipValue() 842 pos=skipValue(bytes_, pos); in branchNext() 877 pos=skipValue(pos, node); in nextImpl() 908 pos=skipValue(pos, node); [all …]
|
D | CharsTrie.java | 613 pos=skipValue(pos, node); in branchNext() 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 676 return skipValue(pos, leadUnit&0x7fff); in skipValue() 780 pos=skipValue(chars_, pos); in branchNext() 846 pos=skipValue(pos, node); in findUniqueValueFromBranch() 921 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() 302 pos=skipValue(pos, node); in findUniqueValueFromBranch() 408 pos=skipValue(pos); in getNextBranchUChars()
|
D | bytestrieiterator.cpp | 142 pos_=skipValue(pos, node); in next() 201 pos=skipValue(pos, node); in branchNext()
|
D | ucharstrieiterator.cpp | 202 pos=skipValue(pos, node); in branchNext()
|
/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/lib/DebugInfo/ |
D | DWARFFormValue.h | 67 bool skipValue(DataExtractor debug_info_data, uint32_t *offset_ptr, 69 static bool skipValue(uint16_t form, DataExtractor debug_info_data,
|
D | DWARFFormValue.cpp | 168 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr, in skipValue() function in DWARFFormValue 170 return DWARFFormValue::skipValue(Form, debug_info_data, offset_ptr, cu); in skipValue() 174 DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data, in skipValue() function in DWARFFormValue
|
D | DWARFDebugInfoEntry.cpp | 360 DWARFFormValue::skipValue(AbbrevDecl->getFormByIndex(idx++), in getAttributeValue()
|
/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 382 return skipValue(pos, leadByte); in skipValue()
|
D | ucharstrie.h | 395 static inline const UChar *skipValue(const UChar *pos, int32_t leadUnit) { in skipValue() function 405 static inline const UChar *skipValue(const UChar *pos) { in skipValue() function 407 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
|
D | DWARFDebugInfoEntry.cpp | 215 else if (!DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, U)) { in extractFast() 251 DWARFFormValue::skipValue(AbbrevDecl->getFormByIndex(i), in getAttributeValue()
|
/external/vogar/src/vogar/ |
D | OutcomeStore.java | 101 in.skipValue(); in loadOutcomes() 112 in.skipValue(); in loadOutcomes()
|
D | ExpectationStore.java | 189 reader.skipValue(); in readExpectation()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 2068 DWARFFormValue::skipValue(Abbrev->getFormByIndex(i), Data, &Offset, &Unit); in getAttributeOffsets() 2071 DWARFFormValue::skipValue(Abbrev->getFormByIndex(Idx), Data, &End, &Unit); in getAttributeOffsets() 2230 DWARFFormValue::skipValue(AttrSpec.Form, Data, &Offset, &Unit); in keepDIEAndDependencies() 2790 DWARFFormValue::skipValue(AttrSpec.Form, Data, &Offset, &U); in cloneDIE()
|
/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 177 DWARFFormValue::skipValue(Form, InfoData, &Offset, Version, AddrSize); in getCUIdentifiers()
|
/external/dexmaker/lib/ |
D | libcore-dex-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/caliper/lib/ |
D | gson-2.2.2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/v8/src/inspector/build/closure-compiler/ |
D | closure-compiler.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |