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

  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
CheckedInputStreamTest.java 99 long skipValue = 5;
101 skipValue, checkIn.skip(skipValue));
102 checkIn.skip(skipValue);
  /external/llvm/lib/DebugInfo/
DWARFFormValue.h 71 bool skipValue(DataExtractor debug_info_data, uint32_t *offset_ptr,
73 static bool skipValue(uint16_t form, DataExtractor debug_info_data,
DWARFFormValue.cpp 209 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr,
211 return DWARFFormValue::skipValue(Form, debug_info_data, offset_ptr, cu);
215 DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data,
DWARFDebugInfoEntry.cpp 401 DWARFFormValue::skipValue(AbbrevDecl->getFormByIndex(idx++),
  /external/icu4c/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);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
MotionEventReader.java 178 jsonReader.skipValue();
186 jsonReader.skipValue();
250 jsonReader.skipValue();
272 jsonReader.skipValue();
300 jsonReader.skipValue();
  /external/icu4c/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);
  /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...]
  /frameworks/base/core/tests/coretests/src/android/util/
JsonReaderTest.java 70 reader.skipValue();
72 reader.skipValue();
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 3304 milliseconds