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

1 2 3 4 5

  /external/lzma/CPP/7zip/Common/
CreateCoder.h 10 #include "MethodId.h"
81 const UString &name, CMethodId &methodId, UInt32 &numInStreams, UInt32 &numOutStreams);
85 CMethodId methodId, UString &name);
89 const UString &name, CMethodId &methodId);
97 CMethodId methodId,
105 CMethodId methodId,
112 CMethodId methodId,
117 CMethodId methodId,
123 CMethodId methodId,
CreateCoder.cpp 119 const UString &name, CMethodId &methodId, UInt32 &numInStreams, UInt32 &numOutStreams)
127 methodId = codec.Id;
140 methodId = codec.Id;
151 CMethodId methodId, UString &name)
157 if (methodId == codec.Id)
168 if (methodId == codec.Id)
180 CMethodId &methodId)
188 methodId = codec.Id;
199 methodId = codec.Id;
223 CMethodId methodId,
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
InvokeMethodAfterMultipleThreadSuspensionTest.java 41 long methodId, int invoke_options) {
47 command.setNextValueAsMethodID(methodId);
InvokeMethodWithSuspensionTest.java 39 long methodId, int invoke_options) {
45 command.setNextValueAsMethodID(methodId);
NewInstanceAfterMultipleThreadSuspensionTest.java 40 long methodId, int invoke_options) {
46 command.setNextValueAsMethodID(methodId);
NewInstanceWithSuspensionTest.java 38 long methodId, int invoke_options) {
44 command.setNextValueAsMethodID(methodId);
  /frameworks/base/tools/layoutlib/bridge/src/android/animation/
PropertyValuesHolder_Delegate.java 70 Long methodId = METHOD_NAME_TO_ID.get(methodIndexName);
72 if (methodId != null) {
74 return methodId;
90 methodId = sNextId++;
91 ID_TO_METHOD.put(methodId, method);
92 METHOD_NAME_TO_ID.put(methodIndexName, methodId);
94 return methodId;
102 private static void callMethod(Object target, long methodID, Object... args) {
103 Method method = ID_TO_METHOD.get(methodID);
139 /*package*/ static void nCallIntMethod(Object target, long methodID, int arg)
    [all...]
  /art/tools/dmtracedump/
createtesttrace.cc 69 uint32_t methodId;
357 uint32_t methodId = 0;
359 if (pRecord->methodId) continue;
360 uint32_t id = ++methodId << 2;
361 pRecord->methodId = id;
367 if (pNext->methodId) continue;
368 if (strcmp(pRecord->fullName, pNext->fullName) == 0) pNext->methodId = id;
371 fprintf(keyFp, "%#x %s m ()\n", pRecord->methodId,
374 fprintf(keyFp, "%#x %s %s ()\n", pRecord->methodId,
377 fprintf(keyFp, "%#x %s %s %s\n", pRecord->methodId,
    [all...]
tracedump.cc 164 int64_t methodId;
296 void initMethodEntry(MethodEntry* method, int64_t methodId, const char* className,
299 method->methodId = methodId;
337 int64_t idA = methodA->methodId;
338 int64_t idB = methodB->methodId;
367 int64_t idA = methodA->methodId;
368 int64_t idB = methodB->methodId;
399 int64_t idA = methodA->methodId;
400 int64_t idB = methodB->methodId;
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
InvokeMethodAfterMultipleThreadSuspensionTest.java 41 long methodId, int invoke_options) {
58 command.setNextValueAsMethodID(methodId);
InvokeMethodWithSuspensionTest.java 39 long methodId, int invoke_options) {
56 command.setNextValueAsMethodID(methodId);
  /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()) {
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java 56 private static MethodId<Callable, Object> CALL = CALLABLE.getMethod(TypeId.OBJECT, "call");
89 MethodId<?, Constructable> methodId = GENERATED.getMethod(
91 Code code = dexMaker.declare(methodId, PUBLIC | STATIC);
94 MethodId<Constructable, Void> constructor
119 MethodId<?, Void> methodId = GENERATED.getMethod(TypeId.VOID, "call");
120 Code code = dexMaker.declare(methodId, PUBLIC);
138 MethodId<?, Integer> methodId = GENERATED.getMethod(TypeId.INT, "call", TypeId.INT)
    [all...]
  /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);
EventWithExceptionTest.java 321 long methodId = getMethodID(classId, TEST_METHOD_NAME);
323 assertEquals("Invalid method ID", methodId, eventLocation.methodID);
379 long methodId = getMethodID(classId, TEST_METHOD_NAME);
380 checkLocation(classId, methodId, eventLocation);
397 if (expectedClassId != actualLocation.classID || expectedMethodId != actualLocation.methodID) {
401 String actualMethodName = getMethodName(actualLocation.classID, actualLocation.methodID);
402 fail(String.format("Invalid method, expected \"%s.%s\" (classId=%d, methodId=%d)" +
403 " but got \"%s.%s\" (classId=%d, methodId=%d)",
405 actualClassName, actualMethodName, actualLocation.classID, actualLocation.methodID));
    [all...]
  /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());
  /external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
errors.py 127 def __init__(self, methodId=None):
130 'Received unexpected call %s' % methodId)
  /art/tools/dexfuzz/src/dexfuzz/program/
IdCreator.java 97 for (MethodIdItem methodId : rawDexFile.methodIds) {
98 if (classIdx < methodId.classIdx) {
101 if (classIdx == methodId.classIdx && nameIdx < methodId.nameIdx) {
104 if (classIdx == methodId.classIdx && nameIdx == methodId.nameIdx
105 && protoIdx < methodId.protoIdx) {
233 for (MethodIdItem methodId : rawDexFile.methodIds) {
234 if (classIdx == methodId.classIdx
235 && nameIdx == methodId.nameId
    [all...]
  /dalvik/dx/src/com/android/dx/io/
DexIndexPrinter.java 22 import com.android.dex.MethodId;
85 for (MethodId methodId : dex.methodIds()) {
86 System.out.println("methodId " + index + ": " + methodId);
  /dalvik/dx/src/com/android/dx/merge/
InstructionTransformer.java 101 int methodId = one.getIndex();
102 int mappedId = indexMap.adjustMethod(methodId);
IndexMap.java 45 import com.android.dex.MethodId;
192 public MethodId adjust(MethodId methodId) {
193 return new MethodId(target,
194 adjustType(methodId.getDeclaringClassIndex()),
195 adjustProto(methodId.getProtoIndex()),
196 adjustString(methodId.getNameIndex()));
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
DexData.java 412 MethodIdItem methodId = mMethodIds[i];
414 classNameFromTypeIndex(methodId.classIdx),
415 argArrayFromProtoIndex(methodId.protoIdx),
416 returnTypeFromProtoIndex(methodId.protoIdx),
417 mStrings[methodId.nameIdx]);
  /external/lzma/C/
XzDec.c 59 UInt32 methodId;
79 if (p->methodId == XZ_ID_Delta)
90 switch(p->methodId)
120 if (p->methodId == XZ_ID_Delta)
166 switch(p->methodId)
215 decoder->methodId = (UInt32)id;
374 SRes MixCoder_SetFromMethod(CMixCoder *p, int coderIndex, UInt64 methodId)
377 p->ids[coderIndex] = methodId;
378 switch(methodId)
387 return BraState_SetFromMethod(sc, methodId, 0, p->alloc);
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp     [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
RawDexFile.java 189 for (MethodIdItem methodId : methodIds) {
190 methodId.write(file);
362 for (MethodIdItem methodId : methodIds) {
363 methodId.incrementIndex(kind, insertedIdx);

Completed in 951 milliseconds

1 2 3 4 5