HomeSort by relevance Sort by last modified time
    Searched defs:typeId (Results 1 - 25 of 41) 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); }
  /frameworks/base/tools/aapt2/
ResourceTypeExtensions.h 69 uint8_t typeId;
ResourceTable.h 105 size_t typeId;
224 type(_type), typeId(kUnsetTypeId) {
228 type(rhs->type), typeId(rhs->typeId), publicStatus(rhs->publicStatus) {
Resource.h 132 uint8_t typeId() const;
172 inline uint8_t ResourceId::typeId() const {
  /dalvik/dx/src/com/android/dx/merge/
InstructionTransformer.java 89 int typeId = one.getIndex();
90 int mappedId = indexMap.adjustType(typeId);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
EventLocationEventTestCase.java 94 long typeId = getClassIDBySignature(getDebuggeeSignature());
95 long methodId = getMethodID(typeId, getExpectedLocationMethodName());
98 ReplyPacket replyPacket = getLineTable(typeId, methodId);
111 typeId, methodId, idx);
  /external/jmonkeyengine/engine/src/core/com/jme3/light/
Light.java 80 private int typeId;
83 this.typeId = type;
91 return typeId;
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
RawDexFile.java 162 for (TypeIdItem typeId : typeIds) {
163 typeId.write(file);
353 for (TypeIdItem typeId : typeIds) {
354 typeId.incrementIndex(kind, insertedIdx);
  /external/dexmaker/src/main/java/com/google/dexmaker/
DexMaker.java 85 * <p>We start by creating a {@link TypeId} to identify the generated {@code
90 * TypeId<?> fibonacci = TypeId.get("Lcom/google/dexmaker/examples/Fibonacci;");
100 * dexMaker.declare(fibonacci, fileName, Modifier.PUBLIC, TypeId.OBJECT);
126 * takes the method's return type (possibly {@link TypeId#VOID}), its name and
132 * MethodId<?, Integer> fib = fibonacci.getMethod(TypeId.INT, "fib", TypeId.INT);
144 * Local<Integer> i = code.getParameter(0, TypeId.INT);
145 * Local<Integer> constant1 = code.newLocal(TypeId.INT);
146 * Local<Integer> constant2 = code.newLocal(TypeId.INT)
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
MessageReflection.java 823 // required int32 typeId = 2;
827 // "typeId" is the extension's field number. The extension can only be
836 int typeId = 0;
837 ByteString rawBytes = null; // If we encounter "message" before "typeId"
849 typeId = input.readUInt32();
850 if (typeId != 0) {
858 (ExtensionRegistry) extensionRegistry, type, typeId);
863 if (typeId != 0) {
886 if (rawBytes != null && typeId != 0) { // Zero is not a valid type ID.
892 unknownFields.mergeField(typeId, UnknownFieldSet.Field.newBuilder(
    [all...]
  /dalvik/libdex/
DexFile.h 676 /* return the TypeId with the specified index */
687 const DexTypeId* typeId = dexGetTypeId(pDexFile, idx);
688 return dexStringById(pDexFile, typeId->descriptorIdx);
  /frameworks/base/core/java/android/widget/
RemoteViewsAdapter.java 440 public int getMappedViewType(int typeId) {
441 if (mTypeIdIndexMap.containsKey(typeId)) {
442 return mTypeIdIndexMap.get(typeId);
446 mTypeIdIndexMap.put(typeId, incrementalTypeId);
451 public boolean isViewTypeInRange(int typeId) {
452 int mappedType = getMappedViewType(typeId);
524 int typeId;
534 typeId = v.getLayoutId();
536 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 

Completed in 785 milliseconds

1 2