Home
last modified time | relevance | path

Searched refs:methodId (Results 1 – 19 of 19) sorted by relevance

/external/lzma/CPP/7zip/Common/
DCreateCoder.cpp154 CMethodId &methodId, UInt32 &numStreams) in FindMethod() argument
162 methodId = codec.Id; in FindMethod()
178 methodId = codec.Id; in FindMethod()
191 CMethodId methodId, in FindMethod()
200 if (methodId == codec.Id) in FindMethod()
215 if (methodId == codec.Id) in FindMethod()
230 CMethodId &methodId) in FindHashMethod() argument
238 methodId = codec.Id; in FindHashMethod()
253 methodId = codec.Id; in FindHashMethod()
285 CMethodId methodId, bool encode, in CreateCoder()
[all …]
DCreateCoder.h125 CMethodId &methodId, UInt32 &numStreams);
129 CMethodId methodId,
135 CMethodId &methodId);
157 CMethodId methodId, bool encode,
163 CMethodId methodId, bool encode,
168 CMethodId methodId, bool encode,
173 CMethodId methodId, bool encode,
178 CMethodId methodId,
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java100 MethodId<?, Constructable> methodId = GENERATED.getMethod( in testNewInstance() local
102 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testNewInstance()
131 MethodId<?, Void> methodId = GENERATED.getMethod(TypeId.VOID, "call"); in testVoidNoArgMemberMethod() local
132 Code code = dexMaker.declare(methodId, PUBLIC); in testVoidNoArgMemberMethod()
151 MethodId<?, Integer> methodId = GENERATED.getMethod(TypeId.INT, "call", TypeId.INT); in testInvokeStatic() local
152 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeStatic()
170 MethodId<?, Void> methodId = GENERATED.getMethod(TypeId.VOID, "call", TypeId.INT); in testCreateLocalMethodAsNull() local
172 Code code = dexMaker.declare(methodId, PUBLIC); in testCreateLocalMethodAsNull()
198 … MethodId<?, Integer> methodId = GENERATED.getMethod(TypeId.INT, "call", TEST_TYPE, TypeId.INT); in testInvokeVirtual() local
199 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeVirtual()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DEventLocationEventTestCase.java95 long methodId = getMethodID(typeId, getExpectedLocationMethodName()); in requestEventForAllLocations() local
98 ReplyPacket replyPacket = getLineTable(typeId, methodId); in requestEventForAllLocations()
111 typeId, methodId, idx); in requestEventForAllLocations()
DEventWithExceptionTest.java321 long methodId = getMethodID(classId, TEST_METHOD_NAME); in runFieldWatchpointTest() local
323 assertEquals("Invalid method ID", methodId, eventLocation.methodID); in runFieldWatchpointTest()
379 long methodId = getMethodID(classId, TEST_METHOD_NAME); in runMethodExitTest() local
380 checkLocation(classId, methodId, eventLocation); in runMethodExitTest()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DNewInstanceWithSuspensionTest.java38 long methodId, int invoke_options) { in buildInvokeCommand() argument
44 command.setNextValueAsMethodID(methodId); in buildInvokeCommand()
DNewInstanceAfterMultipleThreadSuspensionTest.java40 long methodId, int invoke_options) { in buildInvokeCommand() argument
46 command.setNextValueAsMethodID(methodId); in buildInvokeCommand()
DInvokeMethodWithSuspensionTest.java39 long methodId, int invoke_options) { in buildInvokeCommand() argument
45 command.setNextValueAsMethodID(methodId); in buildInvokeCommand()
DInvokeMethodAfterMultipleThreadSuspensionTest.java41 long methodId, int invoke_options) { in buildInvokeCommand() argument
47 command.setNextValueAsMethodID(methodId); in buildInvokeCommand()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethodWithSuspensionTest.java39 long methodId, int invoke_options) { in buildInvokeCommand() argument
56 command.setNextValueAsMethodID(methodId); in buildInvokeCommand()
DInvokeMethodAfterMultipleThreadSuspensionTest.java41 long methodId, int invoke_options) { in buildInvokeCommand() argument
58 command.setNextValueAsMethodID(methodId); in buildInvokeCommand()
/external/lzma/C/
DXzDec.c59 UInt32 methodId; member
79 if (p->methodId == XZ_ID_Delta) in BraState_SetProps()
90 switch (p->methodId) in BraState_SetProps()
120 if (p->methodId == XZ_ID_Delta) in BraState_Init()
166 switch (p->methodId) in BraState_Code()
215 decoder->methodId = (UInt32)id; in BraState_SetFromMethod()
374 SRes MixCoder_SetFromMethod(CMixCoder *p, unsigned coderIndex, UInt64 methodId) in MixCoder_SetFromMethod() argument
377 p->ids[coderIndex] = methodId; in MixCoder_SetFromMethod()
378 switch (methodId) in MixCoder_SetFromMethod()
387 return BraState_SetFromMethod(sc, methodId, 0, p->alloc); in MixCoder_SetFromMethod()
DXz.h177 SRes MixCoder_SetFromMethod(CMixCoder *p, unsigned coderIndex, UInt64 methodId);
/external/r8/src/test/java/com/android/tools/r8/debug/
DDebugTestBase.java679 long methodId = reply.getNextValueAsMethodID();
684 if (methodId == location.methodID) {
883 final long methodId;
887 MethodInfo(long methodId, String methodName, String methodSignature) {
888 this.methodId = methodId;
935 return methodInfos.get(0).methodId;
1274 long methodId = reply.getNextValueAsMethodID();
1278 if (methodId == location.methodID &&
/external/javassist/src/main/javassist/tools/rmi/
DAppletServer.java150 int methodId = in.readInt(); in processRMI() local
157 rvalue = convertRvalue(eo.methods[methodId].invoke(eo.object, in processRMI()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPInvokeMethodWithSuspensionTestCase.java162 long methodId, int invokeOptions); in buildInvokeCommand() argument
DJDWPInvokeMethodSuspendedTwiceTestCase.java173 long methodId, int invokeOptions); in buildInvokeCommand() argument
/external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/
DProxyBuilder.java452 MethodId<?, ?> methodId = generatedType.getMethod(resultType, name, argTypes); in generateCodeForAllMethods() local
453 Code code = dexMaker.declare(methodId, PUBLIC); in generateCodeForAllMethods()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp1186 UInt64 methodId; in MethodBench() local
1190 method.MethodName, methodId, numStreams)) in MethodBench()
1201 if (oldLzmaBenchMode && methodId == k_LZMA) in MethodBench()
1228 RINOK(CreateCoder(EXTERNAL_CODECS_LOC_VARS methodId, true, encoder._encoderFilter, cod)); in MethodBench()
1245 RINOK(CreateCoder(EXTERNAL_CODECS_LOC_VARS methodId, false, encoder._decoderFilter, cod)); in MethodBench()