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

1 2

  /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);
  /external/llvm/include/llvm/DebugInfo/
DWARFFormValue.h 74 bool skipValue(DataExtractor debug_info_data, uint32_t *offset_ptr,
76 static bool skipValue(uint16_t form, DataExtractor debug_info_data,
  /external/icu/icu4c/source/common/
bytestrie.cpp 136 pos=skipValue(pos);
171 pos=skipValue(pos, node);
305 pos=skipValue(pos, node);
330 pos=skipValue(pos, node);
380 pos=skipValue(pos, node);
400 pos=skipValue(pos, node);
428 pos=skipValue(pos);
ucharstrie.cpp 109 pos=skipValue(pos);
300 pos=skipValue(pos, node);
406 pos=skipValue(pos);
bytestrieiterator.cpp 140 pos_=skipValue(pos, node);
196 pos=skipValue(pos, node);
ucharstrieiterator.cpp 200 pos=skipValue(pos, node);
  /libcore/dex/src/main/java/com/android/dex/
EncodedValueReader.java 221 public void skipValue() {
261 skipValue();
267 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);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterStraightenRepresentation.java 141 reader.skipValue();
FilterColorBorderRepresentation.java 197 reader.skipValue();
FilterCropRepresentation.java 176 reader.skipValue();
FilterMirrorRepresentation.java 205 reader.skipValue();
FilterRotateRepresentation.java 185 reader.skipValue();
FilterChanSatRepresentation.java 207 sreader.skipValue();
FilterVignetteRepresentation.java 241 sreader.skipValue();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
JsonUtils.java 54 reader.skipValue();
  /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,
DWARFDebugInfoEntry.cpp 124 else if (!DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, U)) {
160 DWARFFormValue::skipValue(AbbrevDecl->getFormByIndex(i),
  /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...]
  /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/libs/vogar-expect/src/vogar/
ExpectationStore.java 179 reader.skipValue();
  /dalvik/hit/src/com/android/hit/
HprofParser.java 455 bytesRead += 2 + skipValue();
589 private int skipValue() throws IOException {
  /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...]
  /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...]

Completed in 576 milliseconds

1 2