/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 | 67 bool skipValue(DataExtractor debug_info_data, uint32_t *offset_ptr, 69 static bool skipValue(uint16_t form, DataExtractor debug_info_data,
|
DWARFFormValue.cpp | 189 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr, 191 return DWARFFormValue::skipValue(Form, debug_info_data, offset_ptr, cu); 195 DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data,
|
DWARFDebugInfoEntry.cpp | 396 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 | 90 pos=skipValue(pos); 281 pos=skipValue(pos, node); 387 pos=skipValue(pos);
|
bytestrieiterator.cpp | 140 pos_=skipValue(pos, node); 196 pos=skipValue(pos, node);
|
ucharstrieiterator.cpp | 200 pos=skipValue(pos, node);
|
/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 | 405 static inline const UChar *skipValue(const UChar *pos, int32_t leadUnit) { 415 static inline const UChar *skipValue(const UChar *pos) { 417 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();
|
/prebuilts/sdk/11/ |
android.jar | |
/prebuilts/sdk/12/ |
android.jar | |
/prebuilts/sdk/13/ |
android.jar | |
/prebuilts/sdk/15/ |
android.jar | |
/prebuilts/sdk/current/ |
android.jar | |