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

1 2

  /external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
RemoteMethodCallMessage.java 58 public short methodId;
76 sb.append("RemoteMethodCallMessage[objectID=").append(objectId).append(", methodID=")
77 .append(methodId);
ObjectStore.java 211 short methodId = methodIdInt.shortValue();
213 call.methodId = methodId;
276 if (call.methodId < 0 || call.methodId >= localObj.methods.length)
280 Method method = localObj.methods[call.methodId];
  /frameworks/base/cmds/system_server/library/
system_init.cpp 93 jmethodID methodId = env->GetStaticMethodID(clazz, "init2", "()V");
94 if (methodId == NULL) {
97 env->CallStaticVoidMethod(clazz, methodId);
  /dalvik/dx/src/com/android/dx/command/findusages/
FindUsages.java 24 import com.android.dx.io.MethodId;
92 int methodId = one.getIndex();
93 if (methodIds.contains(methodId)) {
94 out.println(location() + ": method reference " + dex.methodIds().get(methodId)
104 MethodId methodId = dex.methodIds().get(currentMethod.getMethodIndex());
105 return className + "." + dex.strings().get(methodId.getNameIndex());
177 for (MethodId method : dex.methodIds()) {
  /dalvik/dx/src/com/android/dx/merge/
InstructionTransformer.java 98 int methodId = one.getIndex();
99 int mappedId = indexMap.adjustMethod(methodId);
  /dalvik/vm/jdwp/
Jdwp.h 41 typedef u4 MethodId; /* any kind of method, including constructors */
51 INLINE MethodId dvmReadMethodId(const u1** pBuf) { return read4BE(pBuf); }
56 INLINE void dvmSetMethodId(u1* buf, MethodId val) { return set4BE(buf, val); }
63 INLINE void expandBufAddMethodId(ExpandBuf* pReply, MethodId id) {
83 MethodId methodId; /* method in which "idx" resides */
JdwpHandler.cpp 49 pLoc->methodId = dvmReadMethodId(pBuf);
60 expandBufAddMethodId(pReply, pLoc->methodId);
104 ObjectId threadId, ObjectId objectId, RefTypeId classId, MethodId methodId,
112 ALOGV(" classId=%llx methodId=%x %s.%s",
113 classId, methodId,
115 dvmDbgGetMethodName(classId, methodId));
140 JdwpError err = dvmDbgInvokeMethod(threadId, objectId, classId, methodId,
308 expandBufAdd4BE(pReply, sizeof(MethodId));
757 MethodId methodId = dvmReadMethodId(&buf)
    [all...]
  /external/webkit/Source/WebCore/bridge/jni/
JNIUtility.cpp 355 jmethodID methodId = getMethodID(object, name, signature);
359 callJNIMethodIDA<void>(object, methodId, args);
365 result.l = callJNIMethodIDA<jobject>(object, methodId, args);
368 result.z = callJNIMethodIDA<jboolean>(object, methodId, args);
371 result.b = callJNIMethodIDA<jbyte>(object, methodId, args);
374 result.c = callJNIMethodIDA<jchar>(object, methodId, args);
377 result.s = callJNIMethodIDA<jshort>(object, methodId, args);
380 result.i = callJNIMethodIDA<jint>(object, methodId, args);
383 result.j = callJNIMethodIDA<jlong>(object, methodId, args);
386 result.f = callJNIMethodIDA<jfloat>(object, methodId, args)
    [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorJava.cpp 180 jmethodID methodId = pEnv->GetMethodID(clazz, pName, pType);
186 if (NULL != methodId)
189 (*pMethodId) = methodId;
852 &pClass->pMethods[index].methodId);
894 pIds->methodIds[index] = pClass->pMethods[index].methodId;
VideoEditorJava.h 338 jmethodID methodId;
  /external/javassist/src/main/javassist/tools/rmi/
AppletServer.java 150 int methodId = in.readInt();
157 rvalue = convertRvalue(eo.methods[methodId].invoke(eo.object,
  /external/webkit/Source/WebCore/bridge/jni/jsc/
JavaInstanceJSC.cpp 198 jmethodID methodId = getMethodID(obj, jMethod->name().utf8().data(), jMethod->signature());
199 handled = dispatchJNICall(exec, rootObject->nativeHandle(), obj, jMethod->isStatic(), jMethod->returnType(), methodId, jArgs.data(), result, callingURL, exceptionDescription);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.cpp 376 int32_t methodId;
377 status_t ret = request.readInt32(&methodId);
383 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 unsigned int methodId;
300 void initMethodEntry(MethodEntry *method, unsigned int methodId,
305 method->methodId = methodId;
348 unsigned int idA = methodA->methodId;
349 unsigned int idB = methodB->methodId;
387 unsigned int idA = methodA->methodId;
388 unsigned int idB = methodB->methodId;
428 unsigned int idA = methodA->methodId;
429 unsigned int idB = methodB->methodId;
    [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 271 jmethodID methodId;
280 methodId = env->GetStaticMethodID(clazz, "main", "([Ljava/lang/String;)V");
281 if (methodId == NULL) {
301 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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 

Completed in 1692 milliseconds

1 2