Home
last modified time | relevance | path

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/
DCheckedInputStreamTest.java99 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/
Dbytestrie.cpp136 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()
Ducharstrie.cpp109 pos=skipValue(pos); in branchNext()
300 pos=skipValue(pos, node); in findUniqueValueFromBranch()
406 pos=skipValue(pos); in getNextBranchUChars()
Dbytestrieiterator.cpp140 pos_=skipValue(pos, node); in next()
196 pos=skipValue(pos, node); in branchNext()
Ducharstrieiterator.cpp200 pos=skipValue(pos, node); in branchNext()
/external/llvm/lib/DebugInfo/
DDWARFFormValue.h71 bool skipValue(DataExtractor debug_info_data, uint32_t *offset_ptr,
73 static bool skipValue(uint16_t form, DataExtractor debug_info_data,
DDWARFFormValue.cpp209 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
DDWARFDebugInfoEntry.cpp401 DWARFFormValue::skipValue(AbbrevDecl->getFormByIndex(idx++), in getAttributeValue()
/external/icu4c/common/unicode/
Dbytestrie.h366 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()
Ducharstrie.h393 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/
DSDL_epocvideo.cpp906 const TUint skipValue = 1; // no skip in DirectDraw() local
919 if (skipValue == 1) in DirectDraw()
943 bitmapPos+=skipValue; in DirectDraw()