HomeSort by relevance Sort by last modified time
    Searched defs:skipValue (Results 1 - 25 of 41) sorted by null

1 2

  /external/llvm/lib/DebugInfo/
DWARFFormValue.cpp 255 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr,
257 return DWARFFormValue::skipValue(Form, debug_info_data, offset_ptr, cu);
261 DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data,
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
CheckedInputStreamTest.java 84 long skipValue = 5;
86 skipValue, checkIn.skip(skipValue));
87 checkIn.skip(skipValue);
  /cts/libs/vogar-expect/src/vogar/
ExpectationStore.java 179 reader.skipValue();
  /external/icu/icu4c/source/common/unicode/
bytestrie.h 366 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) {
379 static inline const uint8_t *skipValue(const uint8_t *pos) {
381 return skipValue(pos, leadByte);
ucharstrie.h 393 static inline const UChar *skipValue(const UChar *pos, int32_t leadUnit) {
403 static inline const UChar *skipValue(const UChar *pos) {
405 return skipValue(pos, leadUnit&0x7fff);
  /libcore/dex/src/main/java/com/android/dex/
EncodedValueReader.java 221 public void skipValue() {
261 skipValue();
267 skipValue();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterCropRepresentation.java 176 reader.skipValue();
FilterMirrorRepresentation.java 205 reader.skipValue();
FilterRotateRepresentation.java 185 reader.skipValue();
FilterStraightenRepresentation.java 141 reader.skipValue();
FilterChanSatRepresentation.java 207 sreader.skipValue();
FilterColorBorderRepresentation.java 197 reader.skipValue();
FilterGradRepresentation.java 489 sreader.skipValue();
FilterVignetteRepresentation.java 241 sreader.skipValue();
FilterDrawRepresentation.java 384 sreader.skipValue();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
JsonUtils.java 54 reader.skipValue();
  /external/chromium_org/third_party/WebKit/Source/platform/network/
HTTPParsers.cpp 93 static inline bool skipValue(const String& str, unsigned& pos)
429 if (!skipValue(header, pos)) {
  /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/tests/tests/util/src/android/util/cts/
JsonReaderTest.java 74 reader.skipValue();
76 reader.skipValue();
85 reader.skipValue();
95 reader.skipValue();
107 reader.skipValue();
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocvideo.cpp 906 const TUint skipValue = 1; // no skip
919 if (skipValue == 1)
943 bitmapPos+=skipValue;
    [all...]
  /frameworks/base/core/java/android/util/
JsonReader.java 57 * exception. Lenient parsers should call {@link #skipValue()} to recursively
62 * #skipValue()}.
126 * reader.skipValue();
156 * reader.skipValue();
227 /** True if we're currently handling a skipValue() call. */
546 public void skipValue() throws IOException {
    [all...]
  /libcore/luni/src/main/java/libcore/reflect/
AnnotationAccess.java 363 reader.skipValue();
  /dalvik/hit/src/com/android/hit/
HprofParser.java 455 bytesRead += 2 + skipValue();
589 private int skipValue() throws IOException {
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /libcore/benchmarks/libs/
caliper.jar 

Completed in 603 milliseconds

1 2