/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | ReflectionUtil.cs | 83 internal static Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil 94 internal static Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil 103 internal static Action<IMessage, object> CreateActionIMessageObject(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil 112 internal static Action<IMessage> CreateActionIMessage(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil 115 internal static Func<IMessage, bool> CreateFuncIMessageBool(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil 138 Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method); in CreateFuncIMessageInt32() 139 Action<IMessage> CreateActionIMessage(MethodInfo method); in CreateActionIMessage() 140 Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method); in CreateFuncIMessageObject() 141 Action<IMessage, object> CreateActionIMessageObject(MethodInfo method); in CreateActionIMessageObject() 142 Func<IMessage, bool> CreateFuncIMessageBool(MethodInfo method); in CreateFuncIMessageBool() [all …]
|
/external/testng/src/test/java/test/mannotation/ |
D | MAnnotation2SampleTest.java | 27 Method method = MTest3.class.getMethod("groups1", new Class[0]); in verifyTestGroupsInheritance() local 34 Method method = MTest3.class.getMethod("groups2", new Class[0]); in verifyTestGroupsInheritance() local 46 Method method = MTest3.class.getMethod("dependsOnGroups1", new Class[0]); in verifyTestDependsOnGroupsInheritance() local 53 Method method = MTest3.class.getMethod("dependsOnGroups2", new Class[0]); in verifyTestDependsOnGroupsInheritance() local 66 Method method = MTest3.class.getMethod("dependsOnMethods1", new Class[0]); in verifyTestDependsOnMethodsInheritance() local 73 Method method = MTest3.class.getMethod("dependsOnMethods2", new Class[0]); in verifyTestDependsOnMethodsInheritance() local 86 Method method = MTest3.class.getMethod("beforeSuite", new Class[0]); in verifyConfigurationGroupsInheritance() local 97 Method method = MTest3.class.getMethod("enabled1", new Class[0]); in verifyTestEnabledInheritance() local 103 Method method = MTest3.class.getMethod("enabled2", new Class[0]); in verifyTestEnabledInheritance() local
|
D | MAnnotationSampleTest.java | 66 Method method = MTest1.class.getMethod("f", new Class[0]); in verifyTestMethodLevel() local 110 Method method = MTest1.class.getMethod("before", new Class[0]); in verifyConfigurationBefore() local 135 Method method = MTest1.class.getMethod("after", new Class[0]); in verifyConfigurationAfter() local 160 Method method = MTest1.class.getMethod("otherConfigurations", new Class[0]); in verifyConfigurationOthers() local 185 Method method = MTest1.class.getMethod("otherConfigurations", new Class[0]); in verifyDataProvider() local 194 Method method = MTest1.class.getMethod("otherConfigurations", new Class[0]); in verifyExpectedExceptions() local 204 Method method = MTest1.class.getMethod("factory", new Class[0]); in verifyFactory() local 214 Method method = MTest1.class.getMethod("parameters", new Class[0]); in verifyParameters() local 224 Method method = MTest1.class.getMethod("newBefore", new Class[0]); in verifyNewConfigurationBefore() local 238 Method method = MTest1.class.getMethod("newAfter", new Class[0]); in verifyNewConfigurationAfter() local
|
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/ |
D | VerificationTypeVisitor.java | 36 …public void visitIntegerType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitIntegerType() 37 …public void visitFloatType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitFloatType() 38 …public void visitLongType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitLongType() 39 …public void visitDoubleType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitDoubleType() 40 …public void visitTopType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitTopType() 41 …public void visitObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitObjectType() 42 …public void visitNullType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitNullType() 43 …public void visitUninitializedType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitUninitializedType() 44 …public void visitUninitializedThisType(Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitUninitializedThisType() 46 …public void visitStackIntegerType( Clazz clazz, Method method, CodeAttribute codeAttribut… in visitStackIntegerType() [all …]
|
/external/auto/common/src/test/java/com/google/auto/common/ |
D | MoreTypesIsTypeOfTest.java | 75 boolean method(); in method() method 85 byte method(); in method() method 95 char method(); in method() method 105 double method(); in method() method 115 float method(); in method() method 125 int method(); in method() method 135 long method(); in method() method 145 short method(); in method() method 155 void method(); in method() method 165 Void method(); in method() method [all …]
|
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/ |
D | ClassicSuperHandlingTest.java | 33 @Override public String method(String value) { in method() method in ClassicSuperHandlingTest.ChildShadow 42 @Override public String method(String value) { in method() method in ClassicSuperHandlingTest.ParentShadow 51 public String method(String value) { in method() method in ClassicSuperHandlingTest.GrandparentShadow 58 public String method(String value) { in method() method in ClassicSuperHandlingTest.BabiesHavingBabies 65 @Override public String method(String value) { in method() method in ClassicSuperHandlingTest.Child 72 @Override public String method(String value) { in method() method in ClassicSuperHandlingTest.Parent 79 public String method(String value) { in method() method in ClassicSuperHandlingTest.Grandparent
|
/external/angle/third_party/abseil-cpp/absl/strings/internal/ |
D | cordz_update_tracker_test.cc | 64 for (Method method : AllMethods()) { in TEST() local 72 for (Method method : AllMethods()) { in TEST() local 82 for (Method method : AllMethods()) { in TEST() local 89 for (Method method : AllMethods()) { in TEST() local 99 for (Method method : AllMethods()) { in TEST() local 106 for (Method method : AllMethods()) { in TEST() local 119 for (Method method : AllMethods()) { in TEST() local 125 for (Method method : AllMethods()) { in TEST() local 132 for (Method method : AllMethods()) { in TEST() local
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/generic/ |
D | generic_stub.h | 54 PrepareCall(ClientContext* context, const std::string& method, in PrepareCall() 64 ClientContext* context, const std::string& method, in PrepareUnaryCall() 81 ClientContext* context, const std::string& method, in Call() 89 void UnaryCall(ClientContext* context, const std::string& method, in UnaryCall() 100 void PrepareUnaryCall(ClientContext* context, const std::string& method, in PrepareUnaryCall() 110 ClientContext* context, const std::string& method, in PrepareBidiStreamingCall() 125 void UnaryCall(ClientContext* context, const std::string& method, in UnaryCall() 136 void PrepareUnaryCall(ClientContext* context, const std::string& method, in PrepareUnaryCall() 147 ClientContext* context, const std::string& method, in PrepareBidiStreamingCall() 164 void UnaryCallInternal(ClientContext* context, const std::string& method, in UnaryCallInternal() [all …]
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/generic/ |
D | generic_stub.h | 54 PrepareCall(ClientContext* context, const std::string& method, in PrepareCall() 64 ClientContext* context, const std::string& method, in PrepareUnaryCall() 81 ClientContext* context, const std::string& method, in Call() 89 void UnaryCall(ClientContext* context, const std::string& method, in UnaryCall() 100 void PrepareUnaryCall(ClientContext* context, const std::string& method, in PrepareUnaryCall() 110 ClientContext* context, const std::string& method, in PrepareBidiStreamingCall() 125 void UnaryCall(ClientContext* context, const std::string& method, in UnaryCall() 136 void PrepareUnaryCall(ClientContext* context, const std::string& method, in PrepareUnaryCall() 147 ClientContext* context, const std::string& method, in PrepareBidiStreamingCall() 164 void UnaryCallInternal(ClientContext* context, const std::string& method, in UnaryCallInternal() [all …]
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_service.cc | 141 const MethodDescriptor* method = descriptor_->method(i); in GenerateNewReflectiveServiceMethod() local 180 const MethodDescriptor* method = descriptor_->method(i); in GenerateAbstractMethods() local 188 const MethodDescriptor* method) { in GetOutput() 211 const MethodDescriptor* method = descriptor_->method(i); in GenerateCallMethod() local 258 const MethodDescriptor* method = descriptor_->method(i); in GenerateCallBlockingMethod() local 303 const MethodDescriptor* method = descriptor_->method(i); in GenerateGetPrototype() local 353 const MethodDescriptor* method = descriptor_->method(i); in GenerateStub() local 395 const MethodDescriptor* method = descriptor_->method(i); in GenerateBlockingStub() local 418 const MethodDescriptor* method = descriptor_->method(i); in GenerateBlockingStub() local 444 io::Printer* printer, const MethodDescriptor* method, in GenerateMethodSignature() [all …]
|
/external/proguard/src/proguard/classfile/attribute/visitor/ |
D | RequiredAttributeFilter.java | 148 …public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAtt… in visitDeprecatedAttribute() 175 …public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttrib… in visitSyntheticAttribute() 202 …public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute signatureAttrib… in visitSignatureAttribute() 220 …public void visitMethodParametersAttribute(Clazz clazz, Method method, MethodParametersAttribute e… in visitMethodParametersAttribute() 229 …public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAtt… in visitExceptionsAttribute() 238 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) in visitCodeAttribute() 247 …public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackM… in visitStackMapAttribute() 256 …public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, S… in visitStackMapTableAttribute() 265 …public void visitLineNumberTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute,… in visitLineNumberTableAttribute() 274 …public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribu… in visitLocalVariableTableAttribute() [all …]
|
D | AttributeVisitor.java | 49 …public void visitDeprecatedAttribute( Clazz clazz, Method method, DeprecatedAttribute d… in visitDeprecatedAttribute() 53 …public void visitSyntheticAttribute( Clazz clazz, Method method, SyntheticAttribute s… in visitSyntheticAttribute() 57 …public void visitSignatureAttribute( Clazz clazz, Method method, SignatureAttribute s… in visitSignatureAttribute() 65 …public void visitMethodParametersAttribute( Clazz clazz, Method method, MethodParametersAttri… in visitMethodParametersAttribute() 66 …public void visitExceptionsAttribute( Clazz clazz, Method method, ExceptionsAttribute … in visitExceptionsAttribute() 67 …public void visitCodeAttribute( Clazz clazz, Method method, CodeAttribute … in visitCodeAttribute() 71 …public void visitStackMapAttribute( Clazz clazz, Method method, CodeAttribute codeAtt… in visitStackMapAttribute() 72 …public void visitStackMapTableAttribute( Clazz clazz, Method method, CodeAttribute codeAtt… in visitStackMapTableAttribute() 73 …public void visitLineNumberTableAttribute( Clazz clazz, Method method, CodeAttribute codeAtt… in visitLineNumberTableAttribute() 74 …public void visitLocalVariableTableAttribute( Clazz clazz, Method method, CodeAttribute codeAtt… in visitLocalVariableTableAttribute() [all …]
|
D | NonEmptyAttributeFilter.java | 108 …public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAtt… in visitDeprecatedAttribute() 126 …public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttrib… in visitSyntheticAttribute() 144 …public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute signatureAttrib… in visitSignatureAttribute() 156 …public void visitMethodParametersAttribute(Clazz clazz, Method method, MethodParametersAttribute e… in visitMethodParametersAttribute() 165 …public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAtt… in visitExceptionsAttribute() 174 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) in visitCodeAttribute() 180 …public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackM… in visitStackMapAttribute() 189 …public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, S… in visitStackMapTableAttribute() 198 …public void visitLineNumberTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute,… in visitLineNumberTableAttribute() 207 …public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribu… in visitLocalVariableTableAttribute() [all …]
|
/external/proguard/src/proguard/optimize/ |
D | ChangedCodePrinter.java | 122 …public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAtt… in visitDeprecatedAttribute() 128 …public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttrib… in visitSyntheticAttribute() 134 …public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute syntheticAttrib… in visitSignatureAttribute() 146 …public void visitMethodParametersAttribute(Clazz clazz, Method method, MethodParametersAttribute e… in visitMethodParametersAttribute() 152 …public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAtt… in visitExceptionsAttribute() 158 …public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackM… in visitStackMapAttribute() 164 …public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, S… in visitStackMapTableAttribute() 170 …public void visitLineNumberTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute,… in visitLineNumberTableAttribute() 176 …public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribu… in visitLocalVariableTableAttribute() 182 …public void visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAtt… in visitLocalVariableTypeTableAttribute() [all …]
|
/external/proguard/src/proguard/classfile/util/ |
D | SimplifiedVisitor.java | 295 …public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAtt… in visitDeprecatedAttribute() 322 …public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttrib… in visitSyntheticAttribute() 349 …public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute signatureAttrib… in visitSignatureAttribute() 361 …public void visitMethodParametersAttribute(Clazz clazz, Method method, MethodParametersAttribute m… in visitMethodParametersAttribute() 367 …public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAtt… in visitExceptionsAttribute() 373 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) in visitCodeAttribute() 379 …public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackM… in visitStackMapAttribute() 385 …public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, S… in visitStackMapTableAttribute() 391 …public void visitLineNumberTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute,… in visitLineNumberTableAttribute() 397 …public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribu… in visitLocalVariableTableAttribute() [all …]
|
/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/ |
D | CoroutinesBlockHoundIntegration.kt | 40 for (method in listOf("finalizeFinishingState", "invokeOnCompletion", "makeCancelling", in <lambda>() method 51 for (method in listOf("clear", "peek", "removeFirstOrNull", "addLast")) { in <lambda>() method 75 … for (method in listOf("emitSuspend", "awaitValue", "getReplayCache", "tryEmit", "cancelEmitter", in <lambda>() method 80 for (method in listOf("getSubscriptionCount", "allocateSlot", "freeSlot")) { in <lambda>() method 95 for (method in listOf( in <lambda>() method 107 for (method in listOf("offerInternal", "offerSelectInternal", "updateHead")) { in <lambda>() method 110 for (method in listOf("checkOffer", "pollInternal", "pollSelectInternal")) { in <lambda>() method 119 …for (method in listOf("offerInternal", "offerSelectInternal", "pollInternal", "pollSelectInternal", in <lambda>() method
|
/external/rust/crates/async-trait/tests/ui/ |
D | lifetime-span.rs | 8 async fn method(&'r self); in method() method 13 async fn method(&self) { } in method() method 18 async fn method(&self) { } in method() method 23 async fn method<'r>(&'r self); in method() method 28 async fn method(&self) { } in method() method 33 async fn method(&'r self) { } in method() method
|
/external/doclava/src/com/google/doclava/ |
D | AuxSource.java | 22 public TagInfo[] methodAuxTags(MethodInfo method); in methodAuxTags() 23 public TagInfo[] paramAuxTags(MethodInfo method, ParameterInfo param, String comment); in paramAuxTags() 24 public TagInfo[] returnAuxTags(MethodInfo method); in returnAuxTags() 39 public TagInfo[] methodAuxTags(MethodInfo method) { in methodAuxTags() 44 public TagInfo[] paramAuxTags(MethodInfo method, ParameterInfo param, String comment) { in paramAuxTags() 49 public TagInfo[] returnAuxTags(MethodInfo method) { in returnAuxTags()
|
/external/llvm-project/clang/test/SemaObjC/ |
D | DoubleMethod.m | 8 - (void) method; // expected-note {{previous declaration is here}} method 9 - (void) method; // expected-warning {{multiple declarations of method 'method' found and ignored}} method 13 - (void) method {;} // expected-note {{previous declaration is here}} method 14 - (void) method {;} // expected-error {{duplicate declaration of method 'method'}} method
|
/external/clang/test/SemaObjC/ |
D | DoubleMethod.m | 8 - (void) method; // expected-note {{previous declaration is here}} method 9 - (void) method; // expected-warning {{multiple declarations of method 'method' found and ignored}} method 13 - (void) method {;} // expected-note {{previous declaration is here}} method 14 - (void) method {;} // expected-error {{duplicate declaration of method 'method'}} method
|
/external/rust/crates/grpcio-sys/grpc/src/compiler/ |
D | csharp_generator.cc | 112 const MethodDescriptor* method) { in GenerateDocCommentServerMethod() 144 const MethodDescriptor* method, in GenerateDocCommentClientMethod() 224 std::string GetMethodFieldName(const MethodDescriptor* method) { in GetMethodFieldName() 228 std::string GetMethodRequestParamMaybe(const MethodDescriptor* method, in GetMethodRequestParamMaybe() 243 std::string GetMethodReturnTypeClient(const MethodDescriptor* method) { in GetMethodReturnTypeClient() 264 std::string GetMethodRequestParamServer(const MethodDescriptor* method) { in GetMethodRequestParamServer() 278 std::string GetMethodReturnTypeServer(const MethodDescriptor* method) { in GetMethodReturnTypeServer() 292 std::string GetMethodResponseStreamMaybe(const MethodDescriptor* method) { in GetMethodResponseStreamMaybe() 313 const MethodDescriptor* method = service->method(i); in GetUsedMessages() local 404 void GenerateStaticMethodField(Printer* out, const MethodDescriptor* method) { in GenerateStaticMethodField() [all …]
|
D | objective_c_generator.cc | 41 const MethodDescriptor* method, in PrintProtoRpcDeclarationAsPragma() 83 void PrintMethodSignature(Printer* printer, const MethodDescriptor* method, in PrintMethodSignature() 108 void PrintSimpleSignature(Printer* printer, const MethodDescriptor* method, in PrintSimpleSignature() 116 void PrintAdvancedSignature(Printer* printer, const MethodDescriptor* method, in PrintAdvancedSignature() 123 void PrintV2Signature(Printer* printer, const MethodDescriptor* method, in PrintV2Signature() 147 const MethodDescriptor* method) { in GetMethodVars() 157 void PrintMethodDeclarations(Printer* printer, const MethodDescriptor* method) { in PrintMethodDeclarations() 169 const MethodDescriptor* method) { in PrintV2MethodDeclarations() 178 void PrintSimpleImplementation(Printer* printer, const MethodDescriptor* method, in PrintSimpleImplementation() 196 const MethodDescriptor* method, in PrintAdvancedImplementation() [all …]
|
/external/proguard/src/proguard/classfile/visitor/ |
D | ClassCleaner.java | 130 …public void visitMethodParametersAttribute(Clazz clazz, Method method, MethodParametersAttribute m… in visitMethodParametersAttribute() 138 …public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAtt… in visitExceptionsAttribute() 146 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) in visitCodeAttribute() 155 …public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackM… in visitStackMapAttribute() 163 …public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, S… in visitStackMapTableAttribute() 171 …public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribu… in visitLocalVariableTableAttribute() 179 …public void visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAtt… in visitLocalVariableTypeTableAttribute() 195 …public void visitAnyParameterAnnotationsAttribute(Clazz clazz, Method method, ParameterAnnotations… in visitAnyParameterAnnotationsAttribute() 211 …public void visitAnnotationDefaultAttribute(Clazz clazz, Method method, AnnotationDefaultAttribute… in visitAnnotationDefaultAttribute() 237 …public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionI… in visitExceptionInfo() [all …]
|
/external/grpc-grpc/src/compiler/ |
D | csharp_generator.cc | 112 const MethodDescriptor* method) { in GenerateDocCommentServerMethod() 144 const MethodDescriptor* method, in GenerateDocCommentClientMethod() 209 std::string GetMethodFieldName(const MethodDescriptor* method) { in GetMethodFieldName() 213 std::string GetMethodRequestParamMaybe(const MethodDescriptor* method, in GetMethodRequestParamMaybe() 228 std::string GetMethodReturnTypeClient(const MethodDescriptor* method) { in GetMethodReturnTypeClient() 249 std::string GetMethodRequestParamServer(const MethodDescriptor* method) { in GetMethodRequestParamServer() 263 std::string GetMethodReturnTypeServer(const MethodDescriptor* method) { in GetMethodReturnTypeServer() 277 std::string GetMethodResponseStreamMaybe(const MethodDescriptor* method) { in GetMethodResponseStreamMaybe() 298 const MethodDescriptor* method = service->method(i); in GetUsedMessages() local 326 void GenerateStaticMethodField(Printer* out, const MethodDescriptor* method) { in GenerateStaticMethodField() [all …]
|
/external/javassist/src/test/test/javassist/bytecode/analysis/ |
D | AnalyzerTest.java | 31 CtMethod method = clazz.getDeclaredMethod("commonSuperArray"); in testCommonSupperArray() local 38 CtMethod method = clazz.getDeclaredMethod("commonInterfaceArray"); in testCommonInterfaceArray() local 43 CtMethod method = ClassPool.getDefault().getMethod( in testSharedInterfaceAndSuperClass() local 57 CtMethod method = ClassPool.getDefault().getMethod( in testArrayDifferentDims() local 67 CtMethod method = ClassPool.getDefault().getMethod( in testReusedLocalMerge() local 93 private static void verifyReturn(CtMethod method, String expected) throws BadBytecode { in verifyReturn() 112 private static void verifyArrayLoad(CtClass clazz, CtMethod method, String component) in verifyArrayLoad() 149 CtMethod method = generateDeadCode(ClassPool.getDefault()); in testDeadCode() local 159 CtMethod method = generateInvalidCode(ClassPool.getDefault()); in testInvalidCode() local 171 CtMethod method = generateCodeFalloff(ClassPool.getDefault()); in testCodeFalloff() local [all …]
|