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

1 2

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DexBackedTypedExceptionHandler.java 38 private final int typeId;
43 this.typeId = reader.readSmallUleb128();
47 @Nonnull @Override public String getExceptionType() { return dexFile.getType(typeId); }
  /dalvik/dx/src/com/android/dx/merge/
InstructionTransformer.java 89 int typeId = one.getIndex();
90 int mappedId = indexMap.adjustType(typeId);
  /external/protobuf/java/src/main/java/com/google/protobuf/
AbstractMessage.java 438 // required int32 typeId = 2;
442 // "typeId" is the extension's field number. The extension can only be
451 int typeId = 0;
452 ByteString rawBytes = null; // If we encounter "message" before "typeId"
463 typeId = input.readUInt32();
465 if (typeId != 0) {
475 .findExtensionByNumber(type, typeId);
497 unknownFields.mergeField(typeId,
506 if (typeId == 0) {
512 unknownFields.mergeField(typeId,
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
AbstractMessage.java 606 // required int32 typeId = 2;
610 // "typeId" is the extension's field number. The extension can only be
619 int typeId = 0;
620 ByteString rawBytes = null; // If we encounter "message" before "typeId"
632 typeId = input.readUInt32();
633 if (typeId != 0) {
641 .findExtensionByNumber(type, typeId);
646 if (typeId != 0) {
668 if (rawBytes != null && typeId != 0) { // Zero is not a valid type ID.
674 unknownFields.mergeField(typeId, UnknownFieldSet.Field.newBuilder(
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
ProfilesPanel.js 798 var typeId = profileType.id;
799 this._typeIdToSidebarSection[typeId].addProfileHeader(profile);
817 var typeId = profileType.id;
818 var sectionIsEmpty = this._typeIdToSidebarSection[typeId].removeProfileHeader(profile);
    [all...]
  /dalvik/libdex/
DexFile.h 639 /* return the TypeId with the specified index */
650 const DexTypeId* typeId = dexGetTypeId(pDexFile, idx);
651 return dexStringById(pDexFile, typeId->descriptorIdx);
  /frameworks/base/core/java/android/widget/
RemoteViewsAdapter.java 442 public int getMappedViewType(int typeId) {
443 if (mTypeIdIndexMap.containsKey(typeId)) {
444 return mTypeIdIndexMap.get(typeId);
448 mTypeIdIndexMap.put(typeId, incrementalTypeId);
453 public boolean isViewTypeInRange(int typeId) {
454 int mappedType = getMappedViewType(typeId);
526 int typeId;
536 typeId = v.getLayoutId();
538 typeId = 0;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-util-0.9.0.M2.jar 
aether-api-0.9.0.M2.jar 
aether-impl-0.9.0.M2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M3/
aether-util-0.9.0.M3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 436 milliseconds

1 2