/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/ |
D | AnnotationIdTest.java | 92 MethodId<?, Void> methodId = generateVoidMethod(TypeId.BOOLEAN); in addMethodAnnotationWithBooleanElement() local 94 addAnnotationToMethod(methodId, element); in addMethodAnnotationWithBooleanElement() 96 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithBooleanElement() 108 MethodId<?, Void> methodId = generateVoidMethod(TypeId.BYTE); in addMethodAnnotationWithByteElement() local 110 addAnnotationToMethod(methodId, element); in addMethodAnnotationWithByteElement() 112 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithByteElement() 124 MethodId<?, Void> methodId = generateVoidMethod(TypeId.CHAR); in addMethodAnnotationWithCharElement() local 126 addAnnotationToMethod(methodId, element); in addMethodAnnotationWithCharElement() 128 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithCharElement() 140 MethodId<?, Void> methodId = generateVoidMethod(TypeId.DOUBLE); in addMethodAnnotationWithDoubleElement() local [all …]
|
D | DexMakerTest.java | 111 MethodId<?, Constructable> methodId = GENERATED.getMethod( in testNewInstance() local 113 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testNewInstance() 142 MethodId<?, Void> methodId = GENERATED.getMethod(TypeId.VOID, "call"); in testVoidNoArgMemberMethod() local 143 Code code = dexMaker.declare(methodId, PUBLIC); in testVoidNoArgMemberMethod() 162 MethodId<?, Integer> methodId = GENERATED.getMethod(TypeId.INT, "call", TypeId.INT); in testInvokeStatic() local 163 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeStatic() 181 MethodId<?, Void> methodId = GENERATED.getMethod(TypeId.VOID, "call", TypeId.INT); in testCreateLocalMethodAsNull() local 183 Code code = dexMaker.declare(methodId, PUBLIC); in testCreateLocalMethodAsNull() 209 … MethodId<?, Integer> methodId = GENERATED.getMethod(TypeId.INT, "call", TEST_TYPE, TypeId.INT); in testInvokeVirtual() local 210 Code code = dexMaker.declare(methodId, PUBLIC | STATIC); in testInvokeVirtual() [all …]
|
/external/lzma/CPP/7zip/Common/ |
D | CreateCoder.cpp | 155 CMethodId &methodId, in FindMethod_Index() argument 165 methodId = codec.Id; in FindMethod_Index() 182 methodId = codec.Id; in FindMethod_Index() 196 CMethodId methodId, bool encode) in FindMethod_Index() 202 if (codec.Id == methodId && (encode ? codec.CreateEncoder : codec.CreateDecoder)) in FindMethod_Index() 214 if (codec.Id == methodId && (encode ? codec.EncoderIsAssigned : codec.DecoderIsAssigned)) in FindMethod_Index() 226 CMethodId methodId, in FindMethod() 235 if (methodId == codec.Id) in FindMethod() 250 if (methodId == codec.Id) in FindMethod() 265 CMethodId &methodId) in FindHashMethod() argument [all …]
|
D | CreateCoder.h | 123 CMethodId &methodId, 128 CMethodId methodId, 134 CMethodId &methodId); 167 CMethodId methodId, bool encode, 173 CMethodId methodId, bool encode, 178 CMethodId methodId, bool encode, 183 CMethodId methodId, bool encode, 188 CMethodId methodId,
|
/external/connectedappssdk/tests/instrumented/src/main/java/com/google/android/enterprise/connectedapps/instrumented/utils/ |
D | ServiceCall.java | 133 private final int methodId; field in ServiceCall 138 ServiceCall(String serviceName, int methodId) { in ServiceCall() argument 140 this.methodId = methodId; in ServiceCall() 193 String cmd = "service call " + serviceName + " " + methodId + commandBuilder; in getCommandUnchecked()
|
/external/grpc-grpc-java/alts/src/generated/main/grpc/io/grpc/alts/internal/ |
D | HandshakerServiceGrpc.java | 198 private final int methodId; field in HandshakerServiceGrpc.MethodHandlers 200 MethodHandlers(HandshakerServiceImplBase serviceImpl, int methodId) { in MethodHandlers() argument 202 this.methodId = methodId; in MethodHandlers() 208 switch (methodId) { in invoke() 218 switch (methodId) { in invoke()
|
/external/grpc-grpc-java/grpclb/src/generated/main/grpc/io/grpc/lb/v1/ |
D | LoadBalancerGrpc.java | 188 private final int methodId; field in LoadBalancerGrpc.MethodHandlers 190 MethodHandlers(LoadBalancerImplBase serviceImpl, int methodId) { in MethodHandlers() argument 192 this.methodId = methodId; in MethodHandlers() 198 switch (methodId) { in invoke() 208 switch (methodId) { in invoke()
|
/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/reflection/v1alpha/ |
D | ServerReflectionGrpc.java | 190 private final int methodId; field in ServerReflectionGrpc.MethodHandlers 192 MethodHandlers(ServerReflectionImplBase serviceImpl, int methodId) { in MethodHandlers() argument 194 this.methodId = methodId; in MethodHandlers() 200 switch (methodId) { in invoke() 210 switch (methodId) { in invoke()
|
/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/ |
D | AtomicFUTransformer.kt | 300 val methodId = MethodId(className, name, desc, accessToInvokeOpcode(access)) in visitMethod() constant 301 info("$methodId method to be removed") in visitMethod() 302 removeMethods += methodId in visitMethod() 495 val methodId = MethodId(className, name, desc, accessToInvokeOpcode(access)) in descToName() constant 496 if (methodId in accessors || methodId in removeMethods) { in descToName() 502 val sourceInfo = SourceInfo(methodId, source) in descToName() 589 val methodId = MethodId(owner, name, desc, opcode) in visitMethodInsn() constant 590 val fieldInfo = accessors[methodId] in visitMethodInsn() 592 if (fieldInfo != null && methodId.owner.ownerPackageName != packageName) { in visitMethodInsn() 1021 val methodId = MethodId(i.owner, i.name, i.desc, i.opcode) in transform() constant [all …]
|
/external/grpc-grpc-java/services/src/generated/test/grpc/io/grpc/reflection/testing/ |
D | ReflectableServiceGrpc.java | 197 private final int methodId; field in ReflectableServiceGrpc.MethodHandlers 199 MethodHandlers(ReflectableServiceImplBase serviceImpl, int methodId) { in MethodHandlers() argument 201 this.methodId = methodId; in MethodHandlers() 207 switch (methodId) { in invoke() 221 switch (methodId) { in invoke()
|
D | DynamicServiceGrpc.java | 224 private final int methodId; field in DynamicServiceGrpc.MethodHandlers 226 MethodHandlers(DynamicServiceImplBase serviceImpl, int methodId) { in MethodHandlers() argument 228 this.methodId = methodId; in MethodHandlers() 234 switch (methodId) { in invoke() 248 switch (methodId) { in invoke()
|
D | AnotherDynamicServiceGrpc.java | 224 private final int methodId; field in AnotherDynamicServiceGrpc.MethodHandlers 226 MethodHandlers(AnotherDynamicServiceImplBase serviceImpl, int methodId) { in MethodHandlers() argument 228 this.methodId = methodId; in MethodHandlers() 234 switch (methodId) { in invoke() 248 switch (methodId) { in invoke()
|
/external/grpc-grpc-java/benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/ |
D | ReportQpsScenarioServiceGrpc.java | 209 private final int methodId; field in ReportQpsScenarioServiceGrpc.MethodHandlers 211 MethodHandlers(ReportQpsScenarioServiceImplBase serviceImpl, int methodId) { in MethodHandlers() argument 213 this.methodId = methodId; in MethodHandlers() 219 switch (methodId) { in invoke() 233 switch (methodId) { in invoke()
|
/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/ |
D | UnimplementedServiceGrpc.java | 229 private final int methodId; field in UnimplementedServiceGrpc.MethodHandlers 231 MethodHandlers(UnimplementedServiceImplBase serviceImpl, int methodId) { in MethodHandlers() argument 233 this.methodId = methodId; in MethodHandlers() 239 switch (methodId) { in invoke() 253 switch (methodId) { in invoke()
|
D | ReconnectServiceGrpc.java | 282 private final int methodId; field in ReconnectServiceGrpc.MethodHandlers 284 MethodHandlers(ReconnectServiceImplBase serviceImpl, int methodId) { in MethodHandlers() argument 286 this.methodId = methodId; in MethodHandlers() 292 switch (methodId) { in invoke() 310 switch (methodId) { in invoke()
|
D | MetricsServiceGrpc.java | 284 private final int methodId; field in MetricsServiceGrpc.MethodHandlers 286 MethodHandlers(MetricsServiceImplBase serviceImpl, int methodId) { in MethodHandlers() argument 288 this.methodId = methodId; in MethodHandlers() 294 switch (methodId) { in invoke() 312 switch (methodId) { in invoke()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | EventLocationEventTestCase.java | 94 long methodId = getMethodID(typeId, getExpectedLocationMethodName()); in requestEventForAllLocations() local 97 ReplyPacket replyPacket = getLineTable(typeId, methodId); in requestEventForAllLocations() 110 typeId, methodId, idx); in requestEventForAllLocations()
|
/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 | 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()
|
D | NewInstanceWithSuspensionTest.java | 38 long methodId, int invoke_options) { in buildInvokeCommand() argument 44 command.setNextValueAsMethodID(methodId); in buildInvokeCommand()
|
/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/health/v1/ |
D | HealthGrpc.java | 321 private final int methodId; field in HealthGrpc.MethodHandlers 323 MethodHandlers(HealthImplBase serviceImpl, int methodId) { in MethodHandlers() argument 325 this.methodId = methodId; in MethodHandlers() 331 switch (methodId) { in invoke() 349 switch (methodId) { in invoke()
|
/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/grpc-grpc-java/compiler/src/testLite/golden/ |
D | TestDeprecatedService.java.txt | 232 private final int methodId; 234 MethodHandlers(TestDeprecatedServiceImplBase serviceImpl, int methodId) { 236 this.methodId = methodId; 242 switch (methodId) { 256 switch (methodId) {
|