/external/lzma/CPP/7zip/Common/ |
D | CreateCoder.cpp | 119 const UString &name, CMethodId &methodId, UInt32 &numInStreams, UInt32 &numOutStreams) in FindMethod() argument 127 methodId = codec.Id; in FindMethod() 140 methodId = codec.Id; in FindMethod() 151 CMethodId methodId, UString &name) in FindMethod() 157 if (methodId == codec.Id) in FindMethod() 168 if (methodId == codec.Id) in FindMethod() 180 CMethodId &methodId) in FindHashMethod() argument 188 methodId = codec.Id; in FindHashMethod() 199 methodId = codec.Id; in FindHashMethod() 223 CMethodId methodId, in CreateCoder() [all …]
|
D | CreateCoder.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,
|
/external/dexmaker/src/test/java/com/google/dexmaker/ |
D | DexMakerTest.java | 89 MethodId<?, Constructable> methodId = GENERATED.getMethod( in testNewInstance() local 91 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testNewInstance() 119 MethodId<?, Void> methodId = GENERATED.getMethod(TypeId.VOID, "call"); in testVoidNoArgMemberMethod() local 120 Code code = dexMaker.declare(methodId, PUBLIC); in testVoidNoArgMemberMethod() 138 MethodId<?, Integer> methodId = GENERATED.getMethod(TypeId.INT, "call", TypeId.INT); in testInvokeStatic() local 139 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeStatic() 156 MethodId<?, Void> methodId = GENERATED.getMethod(TypeId.VOID, "call", TypeId.INT); in testCreateLocalMethodAsNull() local 158 Code code = dexMaker.declare(methodId, PUBLIC); in testCreateLocalMethodAsNull() 183 … MethodId<?, Integer> methodId = GENERATED.getMethod(TypeId.INT, "call", TEST_TYPE, TypeId.INT); in testInvokeVirtual() local 184 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeVirtual() [all …]
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gwtref/client/ |
D | Method.java | 41 final int methodId; field in Method 46 …boolean isNative, boolean isVarArgs, boolean isMethod, boolean isConstructor, int methodId, Annota… in Method() argument 62 this.methodId = methodId; in Method()
|
D | Constructor.java | 26 …boolean isVarArgs, boolean isMethod, boolean isConstructor, int methodId, Annotation[] annotations… in Constructor() argument 28 isPublic, isNative, isVarArgs, isMethod, isConstructor, methodId, annotations); in Constructor()
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/ |
D | ObjectStore.java | 211 short methodId = methodIdInt.shortValue(); in invokeRemoteMethod() local 213 call.methodId = methodId; in invokeRemoteMethod() 276 if (call.methodId < 0 || call.methodId >= localObj.methods.length) in onMessage() 280 Method method = localObj.methods[call.methodId]; in onMessage()
|
D | RemoteMethodCallMessage.java | 58 public short methodId; field in RemoteMethodCallMessage 77 .append(methodId); in toString()
|
D | RmiSerializer.java | 180 buffer.putShort(call.methodId); in writeMethodCall() 204 call.methodId = buffer.getShort(); in readMethodCall()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | EventLocationEventTestCase.java | 95 long methodId = getMethodID(typeId, getExpectedLocationMethodName()); in requestEventForAllLocations() local 98 ReplyPacket replyPacket = getLineTable(typeId, methodId); in requestEventForAllLocations() 111 typeId, methodId, idx); in requestEventForAllLocations()
|
D | EventWithExceptionTest.java | 321 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/ |
D | NewInstanceAfterMultipleThreadSuspensionTest.java | 40 long methodId, int invoke_options) { in buildInvokeCommand() argument 46 command.setNextValueAsMethodID(methodId); in buildInvokeCommand()
|
D | NewInstanceWithSuspensionTest.java | 38 long methodId, int invoke_options) { in buildInvokeCommand() argument 44 command.setNextValueAsMethodID(methodId); in buildInvokeCommand()
|
D | InvokeMethodWithSuspensionTest.java | 39 long methodId, int invoke_options) { in buildInvokeCommand() argument 45 command.setNextValueAsMethodID(methodId); in buildInvokeCommand()
|
D | InvokeMethodAfterMultipleThreadSuspensionTest.java | 41 long methodId, int invoke_options) { in buildInvokeCommand() argument 47 command.setNextValueAsMethodID(methodId); in buildInvokeCommand()
|
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/ |
D | errors.py | 127 def __init__(self, methodId=None): argument 130 'Received unexpected call %s' % methodId)
|
D | http.py | 624 methodId=None, argument 644 self.methodId = methodId 937 methodId=d['methodId'], 1422 headers=None, methodId=None, resumable=None): argument 1428 if methodId in self.responses: 1429 response = self.responses[methodId] 1445 raise UnexpectedMethodError(methodId=methodId)
|
D | discovery.py | 614 (pathUrl, httpMethod, methodId, accept, 772 methodId=methodId,
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
D | InvokeMethodAfterMultipleThreadSuspensionTest.java | 41 long methodId, int invoke_options) { in buildInvokeCommand() argument 58 command.setNextValueAsMethodID(methodId); in buildInvokeCommand()
|
D | InvokeMethodWithSuspensionTest.java | 39 long methodId, int invoke_options) { in buildInvokeCommand() argument 56 command.setNextValueAsMethodID(methodId); in buildInvokeCommand()
|
/external/lzma/C/ |
D | XzDec.c | 59 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, int 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()
|
D | Xz.h | 177 SRes MixCoder_SetFromMethod(CMixCoder *p, int coderIndex, UInt64 methodId);
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gwtref/gen/ |
D | ReflectionCacheSourceCreator.java | 78 int methodId; field in ReflectionCacheSourceCreator.MethodStub 210 return new Integer(o1.methodId).compareTo(o2.methodId); in generateLookups() 377 pbn("private native " + (isVoid ? "Object" : stub.returnType) + " m" + stub.methodId + "("); in generateMethodStub() 399 pbn("private static " + stub.returnType + " m" + stub.methodId + "("); in generateMethodStub() 651 stub.methodId = nextInvokableId++; in createTypeInvokables() 678 …+ stub.isMethod + ", " + stub.isConstructor + ", " + stub.methodId + "," + getAnnotations(m.getDec… in createTypeInvokables() 854 pbn("return m" + stub.methodId + "("); in invokeM() 857 pc.add(stub.methodId, buffer.toString()); in invokeM()
|
/external/javassist/src/main/javassist/tools/rmi/ |
D | AppletServer.java | 150 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/ |
D | JDWPInvokeMethodWithSuspensionTestCase.java | 162 long methodId, int invokeOptions); in buildInvokeCommand() argument
|
D | JDWPInvokeMethodSuspendedTwiceTestCase.java | 171 long methodId, int invokeOptions); in buildInvokeCommand() argument
|