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

1 2 3 4 5 6 7

  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFFormValue.cpp 168 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr,
170 return DWARFFormValue::skipValue(Form, debug_info_data, offset_ptr, cu);
174 DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data,
  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
JsonParser.java 51 reader.skipValue();
67 reader.skipValue();
  /external/llvm/lib/DebugInfo/DWARF/
DWARFFormValue.cpp 256 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr,
258 return DWARFFormValue::skipValue(Form, debug_info_data, offset_ptr, cu);
262 DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data,
264 return skipValue(form, debug_info_data, offset_ptr, cu->getVersion(),
267 bool 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 232 reader.skipValue();
  /dalvik/dx/src/com/android/dex/
EncodedValueReader.java 235 public void skipValue() {
281 skipValue();
287 skipValue();
  /external/icu/icu4c/source/common/unicode/
bytestrie.h 367 static inline const uint8_t *skipValue(const uint8_t *pos, int32_t leadByte) {
380 static inline const uint8_t *skipValue(const uint8_t *pos) {
382 return skipValue(pos, leadByte);
ucharstrie.h 395 static inline const char16_t *skipValue(const char16_t *pos, int32_t leadUnit) {
405 static inline const char16_t *skipValue(const char16_t *pos) {
407 return skipValue(pos, leadUnit&0x7fff);
  /external/vogar/src/vogar/
ExpectationStore.java 189 reader.skipValue();
OutcomeStore.java 101 in.skipValue();
112 in.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();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
JsonUtils.java 54 reader.skipValue();
  /packages/services/BuiltInPrintService/src/com/android/bips/
LocalDiscoverySessionInfo.java 74 reader.skipValue();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 156 bool skipValue(DataExtractor DebugInfoData, uint32_t *OffsetPtr,
158 return DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, Params);
171 static bool skipValue(dwarf::Form Form, DataExtractor DebugInfoData,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 156 bool skipValue(DataExtractor DebugInfoData, uint32_t *OffsetPtr,
158 return DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, Params);
171 static bool skipValue(dwarf::Form Form, DataExtractor DebugInfoData,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 156 bool skipValue(DataExtractor DebugInfoData, uint32_t *OffsetPtr,
158 return DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, Params);
171 static bool skipValue(dwarf::Form Form, DataExtractor DebugInfoData,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 156 bool skipValue(DataExtractor DebugInfoData, uint32_t *OffsetPtr,
158 return DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, Params);
171 static bool skipValue(dwarf::Form Form, DataExtractor DebugInfoData,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 156 bool skipValue(DataExtractor DebugInfoData, uint32_t *OffsetPtr,
158 return DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, Params);
171 static bool skipValue(dwarf::Form Form, DataExtractor DebugInfoData,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 156 bool skipValue(DataExtractor DebugInfoData, uint32_t *OffsetPtr,
158 return DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, Params);
171 static bool skipValue(dwarf::Form Form, DataExtractor DebugInfoData,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 156 bool skipValue(DataExtractor DebugInfoData, uint32_t *OffsetPtr,
158 return DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, Params);
171 static bool skipValue(dwarf::Form Form, DataExtractor DebugInfoData,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 156 bool skipValue(DataExtractor DebugInfoData, uint32_t *OffsetPtr,
158 return DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, Params);
171 static bool skipValue(dwarf::Form Form, DataExtractor DebugInfoData,
  /frameworks/base/cmds/hid/src/com/android/commands/hid/
Event.java 192 mReader.skipValue();
239 mReader.skipValue();

Completed in 668 milliseconds

1 2 3 4 5 6 7