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

1 2

  /dalvik/dx/src/com/android/dx/command/grep/
Grep.java 23 import com.android.dex.MethodId;
78 MethodId methodId = dex.methodIds().get(currentMethod.getMethodIndex());
79 return className + "." + dex.strings().get(methodId.getNameIndex());
  /dalvik/dx/src/com/android/dx/command/findusages/
FindUsages.java 23 import com.android.dex.MethodId;
91 int methodId = one.getIndex();
92 if (methodIds.contains(methodId)) {
93 out.println(location() + ": method reference " + dex.methodIds().get(methodId)
103 MethodId methodId = dex.methodIds().get(currentMethod.getMethodIndex());
104 return className + "." + dex.strings().get(methodId.getNameIndex());
176 for (MethodId method : dex.methodIds()) {
  /dalvik/dx/src/com/android/dx/merge/
InstructionTransformer.java 99 int methodId = one.getIndex();
100 int mappedId = indexMap.adjustMethod(methodId);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
EventLocationEventTestCase.java 95 long methodId = getMethodID(typeId, getExpectedLocationMethodName());
98 ReplyPacket replyPacket = getLineTable(typeId, methodId);
111 typeId, methodId, idx);
  /external/javassist/src/main/javassist/tools/rmi/
AppletServer.java 150 int methodId = in.readInt();
157 rvalue = convertRvalue(eo.methods[methodId].invoke(eo.object,
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.cpp 477 int32_t methodId;
478 status_t ret = request.readInt32(&methodId);
484 switch (methodId) {
  /dalvik/tools/dmtracedump/
CreateTestTrace.c 71 unsigned int methodId;
385 unsigned int methodId = 0;
387 if (pRecord->methodId)
389 unsigned int id = ++methodId << 2;
390 pRecord->methodId = id;
396 if (pNext->methodId)
399 pNext->methodId = id;
403 pRecord->methodId, pRecord->fullName);
406 pRecord->methodId, pRecord->className,
410 pRecord->methodId, pRecord->className
    [all...]
TraceDump.c 162 int64_t methodId;
300 void initMethodEntry(MethodEntry *method, int64_t methodId,
305 method->methodId = methodId;
348 int64_t idA = methodA->methodId;
349 int64_t idB = methodB->methodId;
387 int64_t idA = methodA->methodId;
388 int64_t idB = methodB->methodId;
428 int64_t idA = methodA->methodId;
429 int64_t idB = methodB->methodId;
    [all...]
  /external/lzma/C/
XzDec.c 56 UInt32 methodId;
77 if (p->methodId == XZ_ID_Delta)
88 switch(p->methodId)
118 if (p->methodId == XZ_ID_Delta)
164 switch(p->methodId)
213 decoder->methodId = (UInt32)id;
359 SRes MixCoder_SetFromMethod(CMixCoder *p, int coderIndex, UInt64 methodId)
362 p->ids[coderIndex] = methodId;
363 switch(methodId)
372 return BraState_SetFromMethod(sc, methodId, p->alloc);
    [all...]
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
DexData.java 411 MethodIdItem methodId = mMethodIds[i];
413 classNameFromTypeIndex(methodId.classIdx),
414 argArrayFromProtoIndex(methodId.protoIdx),
415 returnTypeFromProtoIndex(methodId.protoIdx),
416 mStrings[methodId.nameIdx]);
  /frameworks/base/core/jni/
AndroidRuntime.cpp 282 jmethodID methodId;
291 methodId = env->GetStaticMethodID(clazz, "main", "([Ljava/lang/String;)V");
292 if (methodId == NULL) {
313 env->CallStaticVoidMethod(clazz, methodId, strArray);
    [all...]
  /frameworks/base/tools/aidl/
generate_java_rpc.cpp 503 Variable* methodId;
523 // methodId
524 this->methodId = new Variable(INT_TYPE, "methodId");
525 this->elements.push_back(new Field(PRIVATE, this->methodId));
551 ctor->statements->Add(new Assignment(this->methodId, methodIdParam));
569 this->methodSwitch = new SwitchStatement(this->methodId);
    [all...]
  /external/dexmaker/src/main/java/com/google/dexmaker/stock/
ProxyBuilder.java 25 import com.google.dexmaker.MethodId;
360 MethodId<InvocationHandler, Object> methodInvoke = handlerType.getMethod(TypeId.OBJECT,
415 MethodId<T, ?> superMethod = superclassType.getMethod(resultType, name, argTypes);
416 MethodId<?, ?> methodId = generatedType.getMethod(resultType, name, argTypes);
417 Code code = dexMaker.declare(methodId, PUBLIC);
487 MethodId<G, ?> callsSuperMethod = generatedType.getMethod(
507 private static void invokeSuper(MethodId superMethod, Code superCode,
513 MethodId<?, ?> unboxMethod = PRIMITIVE_TYPE_TO_UNBOX_METHOD.get(parameter.getType());
562 MethodId<?, ?> method = generatedType.getConstructor(types)
    [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp     [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java 55 private static MethodId<Callable, Object> CALL = CALLABLE.getMethod(TypeId.OBJECT, "call");
79 MethodId<?, Constructable> methodId = GENERATED.getMethod(
81 Code code = dexMaker.declare(methodId, PUBLIC | STATIC);
84 MethodId<Constructable, Void> constructor
109 MethodId<?, Void> methodId = GENERATED.getMethod(TypeId.VOID, "call");
110 Code code = dexMaker.declare(methodId, PUBLIC);
128 MethodId<?, Integer> methodId = GENERATED.getMethod(TypeId.INT, "call", TypeId.INT)
    [all...]
  /prebuilts/sdk/tools/
jack.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
lombok-ast-0.2.jar 
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.2.jar 
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 

Completed in 382 milliseconds

1 2