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

1 2

  /dalvik/libdex/
DexCatch.h 31 u4 typeIdx; /* type index of the caught exception type */
60 pIterator->handler.typeIdx = 0;
97 pIterator->handler.typeIdx = kDexNoIndex;
99 u4 typeIdx = readUnsignedLeb128(&pIterator->pEncodedData);
100 pIterator->handler.typeIdx = typeIdx;
DexDebugInfo.cpp 102 u4 typeIdx = readUnsignedLeb128(pStream);
105 if (typeIdx == 0) {
108 return dexStringByTypeIdx(pDexFile, typeIdx - 1);
DexFile.h 279 u2 typeIdx; /* index into typeIds for field type */
319 u2 typeIdx; /* index into typeIds */
719 return pItem->typeIdx;
DexSwapVerify.cpp 259 static bool setDefinedClassBit(const CheckState* state, u4 typeIdx) {
260 u4 arrayIdx = typeIdx >> 5;
261 u4 bit = 1 << (typeIdx & 0x1f);
769 SWAP_INDEX2(item->typeIdx, state->pHeader->typeIdsSize);
786 s = dexStringByTypeIdx(state->pDexFile, item->typeIdx);
821 if (item0->typeIdx >= item->typeIdx) {
    [all...]
  /cts/tools/dex-tools/src/dex/reader/
DexEncodedAnnotationImpl.java 35 private int typeIdx;
50 typeIdx = buffer.readUleb128();
68 return stringPool[typeIds[typeIdx]];
  /external/chromium_org/third_party/icu/source/i18n/
olsontz.h 396 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1;
397 return typeOffsets[typeIdx] + typeOffsets[typeIdx + 1];
402 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1;
403 return typeOffsets[typeIdx];
408 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1;
409 return typeOffsets[typeIdx + 1];
zstrfmt.cpp 101 int32_t typeIdx = 0;
104 typeIdx = ZSIDX_LOCATION;
107 typeIdx = ZSIDX_LONG_GENERIC;
110 typeIdx = ZSIDX_SHORT_GENERIC;
113 typeIdx = ZSIDX_LONG_STANDARD;
116 typeIdx = ZSIDX_SHORT_STANDARD;
119 typeIdx = ZSIDX_LONG_DAYLIGHT;
122 typeIdx = ZSIDX_SHORT_DAYLIGHT;
125 return typeIdx;
129 getTimeZoneTranslationType(TimeZoneTranslationTypeIndex typeIdx) {
    [all...]
olsontz.cpp 704 int16_t transitionIdx, typeIdx;
726 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) {
730 if (typeIdx == (int16_t)typeMapData[transitionIdx]) {
740 raw = typeOffsets[typeIdx << 1] * U_MILLIS_PER_SECOND;
741 dst = typeOffsets[(typeIdx << 1) + 1] * U_MILLIS_PER_SECOND;
756 historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName),
759 if (historicRules[typeIdx] == NULL) {
769 typeIdx = (int16_t)typeMapData[firstTZTransitionIdx]
    [all...]
zstrfmt.h 310 UnicodeString& getString(const UnicodeString &tzid, TimeZoneTranslationTypeIndex typeIdx, UDate date,
436 UnicodeString& getString(int32_t typeIdx, UnicodeString &result) const;
  /external/icu/icu4c/source/i18n/
olsontz.h 414 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1;
415 return typeOffsets[typeIdx] + typeOffsets[typeIdx + 1];
420 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1;
421 return typeOffsets[typeIdx];
426 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1;
427 return typeOffsets[typeIdx + 1];
measunit.cpp 645 for (int32_t typeIdx = 0; typeIdx < LENGTHOF(gTypes); ++typeIdx) {
646 int32_t len = gOffsets[typeIdx + 1] - gOffsets[typeIdx];
648 dest[idx].setTo(typeIdx, subTypeIdx);
664 int32_t typeIdx = binarySearch(gTypes, 0, LENGTHOF(gTypes), type);
665 if (typeIdx == -1) {
668 int32_t len = gOffsets[typeIdx + 1] - gOffsets[typeIdx];
    [all...]
olsontz.cpp 730 int16_t transitionIdx, typeIdx;
752 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) {
756 if (typeIdx == (int16_t)typeMapData[transitionIdx]) {
766 raw = typeOffsets[typeIdx << 1] * U_MILLIS_PER_SECOND;
767 dst = typeOffsets[(typeIdx << 1) + 1] * U_MILLIS_PER_SECOND;
782 historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName),
785 if (historicRules[typeIdx] == NULL) {
795 typeIdx = (int16_t)typeMapData[firstTZTransitionIdx]
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoDecoder.java 296 int typeIdx = readStringIndex(bs);
298 address, true, reg, nameIdx, typeIdx, 0);
308 int typeIdx = readStringIndex(bs);
311 address, true, reg, nameIdx, typeIdx, sigIdx);
ValueEncoder.java 315 int typeIdx = typeIds.indexOf(type);
318 out.annotate(" type_idx: " + Hex.u4(typeIdx) + " // " +
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoDecoder.java 300 int typeIdx = readStringIndex(bs);
302 address, true, reg, nameIdx, typeIdx, 0);
312 int typeIdx = readStringIndex(bs);
315 address, true, reg, nameIdx, typeIdx, sigIdx);
ValueEncoder.java 314 int typeIdx = typeIds.indexOf(type);
317 out.annotate(" type_idx: " + Hex.u4(typeIdx) + " // " +
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoDecoder.java 290 int typeIdx = readStringIndex(bs);
292 address, true, reg, nameIdx, typeIdx, 0);
302 int typeIdx = readStringIndex(bs);
305 address, true, reg, nameIdx, typeIdx, sigIdx);
ValueEncoder.java 313 int typeIdx = typeIds.indexOf(type);
316 out.annotate(" type_idx: " + Hex.u4(typeIdx) + " // " +
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
DexData.java 233 mFieldIds[i].typeIdx = readShort() & 0xffff;
397 classNameFromTypeIndex(fieldId.typeIdx),
580 public int typeIdx; // index into type_ids (field type)
  /frameworks/base/tools/aapt/
ResourceTable.cpp 343 ssize_t typeIdx = block.indexOfAttribute(NULL, "format");
344 if (typeIdx >= 0) {
345 String16 typeStr = String16(block.getAttributeStringValue(typeIdx, &len));
    [all...]
  /dalvik/dexdump/
DexDump.cpp 553 dexStringByTypeIdx(pDexFile, pTypeItem->typeIdx);
599 descriptor = (handler->typeIdx == kDexNoIndex) ? "<any>" :
600 dexStringByTypeIdx(pDexFile, handler->typeIdx);
687 pFieldInfo->signature = dexStringByTypeIdx(pDexFile, pFieldId->typeIdx);
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 573 int typeIdx = in.readUnsignedShort();
576 CstString type = (CstString) pool.get(typeIdx);
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 

Completed in 1127 milliseconds

1 2