HomeSort by relevance Sort by last modified time
    Searched refs:typeIndex (Results 26 - 50 of 179) sorted by null

12 3 4 5 6 7 8

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
EncodedValue.java 91 int typeIndex = reader.readSizedSmallUint(valueArg+1);
92 out.annotate(valueArg+1, "value = %s", TypeIdItem.getReferenceAnnotation(reader.dexBuf, typeIndex));
132 int typeIndex = reader.readSmallUleb128();
133 out.annotateTo(reader.getOffset(), TypeIdItem.getReferenceAnnotation(reader.dexBuf, typeIndex));
ClassDefItem.java 123 int typeIndex = dexFile.readSmallUint(offset + CLASS_OFFSET);
124 return dexFile.getType(typeIndex);
CodeItem.java 215 int typeIndex = reader.readSmallUleb128();
216 out.annotateTo(reader.getOffset(), TypeIdItem.getReferenceAnnotation(dexFile, typeIndex));
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation.h 288 uint32_t typeIndex = static_cast<uint32_t>(createInfo.pPoolSizes[i].type);
290 maxDescriptorTypeCount[typeIndex] += createInfo.pPoolSizes[i].descriptorCount;
291 availableDescriptorTypeCount[typeIndex] = maxDescriptorTypeCount[typeIndex];
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoDecoder.java 159 public int typeIndex;
165 int typeIndex, int signatureIndex) {
170 this.typeIndex = typeIndex;
177 nameIndex, typeIndex, signatureIndex);
333 prevle.nameIndex, prevle.typeIndex, 0);
358 prevle.nameIndex, prevle.typeIndex,
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoDecoder.java 170 public int typeIndex;
176 int typeIndex, int signatureIndex) {
181 this.typeIndex = typeIndex;
188 nameIndex, typeIndex, signatureIndex);
337 prevle.nameIndex, prevle.typeIndex, 0);
362 prevle.nameIndex, prevle.typeIndex,
  /frameworks/av/media/libstagefright/codec2/tests/
C2Param_test.cpp 789 static_assert(C2NumberTuning::typeIndex == (kParamIndexNumber | I::kTypeTuning | I::kDirGlobal), "bad index");
802 static_assert(C2NumberPortTuning::input::typeIndex ==
806 static_assert(C2NumberPortTuning::output::typeIndex ==
823 static_assert(C2NumberStreamTuning::input::typeIndex ==
827 static_assert(C2NumberStreamTuning::output::typeIndex ==
    [all...]
  /frameworks/base/core/java/android/view/
PointerIcon.java 207 int typeIndex = getSystemIconTypeIndex(type);
208 if (typeIndex == 0) {
209 typeIndex = getSystemIconTypeIndex(TYPE_DEFAULT);
217 int resourceId = a.getResourceId(typeIndex, -1);
  /frameworks/rs/script_api/
Specification.cpp 149 typeIndex = findCType(rsBaseType);
215 if (typeIndex >= 0) {
216 javaBaseType = TYPES[typeIndex].javaType;
217 specType = TYPES[typeIndex].specType;
218 isFloatType = TYPES[typeIndex].exponentBits > 0;
221 if (typeIndex < 0 || TYPES[typeIndex].kind != FLOATING_POINT) {
731 if (def->typeIndex < 0 && mTest != "none") {
    [all...]
GenerateTestFiles.cpp 325 if (TYPES[param.typeIndex].kind == FLOATING_POINT) {
328 TYPES[param.typeIndex]);
332 TYPES[param.typeIndex]);
689 if (p.typeIndex >= 0) {
690 mJava->indent() << "Arrays.fill(" << p.javaArrayName << ", (" << TYPES[p.typeIndex].javaType
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseDatabaseHelperUpgradeTest.java 77 final int typeIndex = cursor.getColumnIndex("type");
86 column.type = cursor.getString(typeIndex);
  /external/dexmaker/lib/
libcore-dex-2.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/2/
libcore-dex-2.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/7.1.0_r7/
libcore-dex-7.1.0_r7.jar 
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PicasaSource.java 347 int typeIndex = cursor.getColumnIndex(PICASA_ALBUM_TYPE);
357 String type = (typeIndex >= 0 ? cursor.getString(typeIndex) : "none");
358 boolean isPosts = (typeIndex >= 0 && PICASA_POSTS_TYPE.equals(type));
359 boolean isUpload = (typeIndex >= 0 &&
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 548 int typeIndex = getTypeComboIndex(mValues.type);
549 if (typeIndex == -1) {
550 typeIndex = 0;
552 assert mValues.type == types[typeIndex];
554 mTypeCombo.select(typeIndex);
555 onSelectType(types[typeIndex]);
556 updateRootCombo(types[typeIndex]);
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
IndexMap.java 149 public int adjustType(int typeIndex) {
150 return (typeIndex == ClassDef.NO_INDEX) ? ClassDef.NO_INDEX : (typeIds[typeIndex] & 0xffff);
  /external/javassist/src/main/javassist/bytecode/stackmap/
BasicBlock.java 56 int typeIndex;
59 typeIndex = i;
88 .append(th.typeIndex).append("), ");
  /external/javassist/src/main/javassist/util/proxy/
FactoryHelper.java 64 public static final int typeIndex(Class type) {
  /external/vulkan-validation-layers/layers/
core_validation_types.h 133 uint32_t typeIndex = static_cast<uint32_t>(createInfo.pPoolSizes[i].type);
135 maxDescriptorTypeCount[typeIndex] += createInfo.pPoolSizes[i].descriptorCount;
136 availableDescriptorTypeCount[typeIndex] = maxDescriptorTypeCount[typeIndex];
  /dalvik/dx/src/com/android/dx/cf/direct/
AnnotationParser.java 245 int typeIndex = input.readUnsignedShort();
247 CstString typeString = (CstString) pool.get(typeIndex);
  /external/icu/icu4c/source/common/
messagepattern.cpp 594 int32_t typeIndex=index=skipWhiteSpace(index+1);
598 int32_t length=index-typeIndex;
618 if(isChoice(typeIndex)) {
620 } else if(isPlural(typeIndex)) {
622 } else if(isSelect(typeIndex)) {
626 if(isSelect(typeIndex) && isOrdinal(typeIndex+6)) {
633 addPart(UMSGPAT_PART_TYPE_ARG_TYPE, typeIndex, length, 0, errorCode);
    [all...]
  /frameworks/support/room/runtime/src/main/java/android/arch/persistence/room/util/
TableInfo.java 152 int typeIndex = cursor.getColumnIndex("type");
158 final String type = cursor.getString(typeIndex);
  /dalvik/dx/src/com/android/dex/
Dex.java 322 public int descriptorIndexFromTypeIndex(int typeIndex) {
323 checkBounds(typeIndex, tableOfContents.typeIds.size);
324 int position = tableOfContents.typeIds.off + (SizeOf.TYPE_ID_ITEM * typeIndex);
425 int typeIndex = readUnsignedShort();
427 return new FieldId(Dex.this, declaringClassIndex, typeIndex, nameIndex);
  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java 238 int typeIndex = type[i] & 0xff;
239 if (typeIndex >= tzh_typecnt) {
241 id + " type at " + i + " is not < " + tzh_typecnt + ", is " + typeIndex);
    [all...]

Completed in 688 milliseconds

12 3 4 5 6 7 8