Searched defs:skipValue (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/DebugInfo/
H A DDWARFFormValue.cpp255 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr, function in class:DWARFFormValue
257 return DWARFFormValue::skipValue(Form, debug_info_data, offset_ptr, cu);
261 DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data, function in class:DWARFFormValue
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dbytestrie.h366 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { function in class:BytesTrie
379 static inline const uint8_t *skipValue(const uint8_t *pos) { function in class:BytesTrie
381 return skipValue(pos, leadByte);
H A Ducharstrie.h393 static inline const UChar *skipValue(const UChar *pos, int32_t leadUnit) { function in class:UCharsTrie
403 static inline const UChar *skipValue(const UChar *pos) { function in class:UCharsTrie
405 return skipValue(pos, leadUnit&0x7fff);
/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h366 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) { function in class:BytesTrie
379 static inline const uint8_t *skipValue(const uint8_t *pos) { function in class:BytesTrie
381 return skipValue(pos, leadByte);
H A Ducharstrie.h393 static inline const UChar *skipValue(const UChar *pos, int32_t leadUnit) { function in class:UCharsTrie
403 static inline const UChar *skipValue(const UChar *pos) { function in class:UCharsTrie
405 return skipValue(pos, leadUnit&0x7fff);
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DHTTPParsers.cpp93 static inline bool skipValue(const String& str, unsigned& pos) function in namespace:blink
429 if (!skipValue(header, pos)) {
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocvideo.cpp906 const TUint skipValue = 1; // no skip local
919 if (skipValue == 1)
943 bitmapPos+=skipValue;
971 // bitmapPos+=skipValue; //TODO: optimize: separate loops for 1, 2 and n skip
993 // bitmapPos+=skipValue; //TODO: optimize: separate loops for 1, 2 and n skip
1043 const TUint skipValue = Private->EPOC_ScreenXScaleValue; //1; // no skip
1045 const TInt targetStartOffset = // = (fixedOffset.iX + (rect2.x / skipValue) + (fixedOffset.iY + rect2.y) * targetScanlineLength ) ;
1046 (skipValue > 1 ?
1047 (fixedOffset.iX + (rect2.x / skipValue) + (fixedOffset.iY + rect2.y) * targetScanlineLength ) :
1050 __ASSERT_DEBUG(skipValue >
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 935 milliseconds