Searched refs:skipValue (Results 1 – 11 of 11) sorted by relevance
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
D | CheckedInputStreamTest.java | 99 long skipValue = 5; in test_skipJ() local 101 skipValue, checkIn.skip(skipValue)); in test_skipJ() 102 checkIn.skip(skipValue); in test_skipJ()
|
/external/icu4c/common/ |
D | bytestrie.cpp | 136 pos=skipValue(pos); in branchNext() 171 pos=skipValue(pos, node); in nextImpl() 305 pos=skipValue(pos, node); in next() 330 pos=skipValue(pos, node); in findUniqueValueFromBranch() 380 pos=skipValue(pos, node); in findUniqueValue() 400 pos=skipValue(pos, node); in getNextBytes() 428 pos=skipValue(pos); in getNextBranchBytes()
|
D | ucharstrie.cpp | 109 pos=skipValue(pos); in branchNext() 300 pos=skipValue(pos, node); in findUniqueValueFromBranch() 406 pos=skipValue(pos); in getNextBranchUChars()
|
D | bytestrieiterator.cpp | 140 pos_=skipValue(pos, node); in next() 196 pos=skipValue(pos, node); in branchNext()
|
D | ucharstrieiterator.cpp | 200 pos=skipValue(pos, node); in branchNext()
|
/external/llvm/lib/DebugInfo/ |
D | DWARFFormValue.h | 71 bool skipValue(DataExtractor debug_info_data, uint32_t *offset_ptr, 73 static bool skipValue(uint16_t form, DataExtractor debug_info_data,
|
D | DWARFFormValue.cpp | 209 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr, in skipValue() function in DWARFFormValue 211 return DWARFFormValue::skipValue(Form, debug_info_data, offset_ptr, cu); in skipValue() 215 DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data, in skipValue() function in DWARFFormValue
|
D | DWARFDebugInfoEntry.cpp | 401 DWARFFormValue::skipValue(AbbrevDecl->getFormByIndex(idx++), in getAttributeValue()
|
/external/icu4c/common/unicode/ |
D | bytestrie.h | 366 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { in skipValue() function 379 static inline const uint8_t *skipValue(const uint8_t *pos) { in skipValue() function 381 return skipValue(pos, leadByte); in skipValue()
|
D | ucharstrie.h | 393 static inline const UChar *skipValue(const UChar *pos, int32_t leadUnit) { in skipValue() function 403 static inline const UChar *skipValue(const UChar *pos) { in skipValue() function 405 return skipValue(pos, leadUnit&0x7fff); in skipValue()
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/ |
D | SDL_epocvideo.cpp | 906 const TUint skipValue = 1; // no skip in DirectDraw() local 919 if (skipValue == 1) in DirectDraw() 943 bitmapPos+=skipValue; in DirectDraw()
|