/external/smali/examples/AnnotationValues/ |
D | AnnotationWithValues.smali | 5 .method public abstract booleanValue()Z 6 .end method 8 .method public abstract byteValue()B 9 .end method 11 .method public abstract charValue()C 12 .end method 14 .method public abstract shortValue()S 15 .end method 17 .method public abstract intValue()I 18 .end method [all …]
|
/external/proguard/src/proguard/classfile/util/ |
D | SimplifiedVisitor.java | 270 …public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAtt… in visitDeprecatedAttribute() argument 272 visitDeprecatedAttribute(clazz, (Member)method, deprecatedAttribute); in visitDeprecatedAttribute() 297 …public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttrib… in visitSyntheticAttribute() argument 299 visitSyntheticAttribute(clazz, (Member)method, syntheticAttribute); in visitSyntheticAttribute() 324 …public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute signatureAttrib… in visitSignatureAttribute() argument 326 visitSignatureAttribute(clazz, (Member)method, signatureAttribute); in visitSignatureAttribute() 336 …public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAtt… in visitExceptionsAttribute() argument 342 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) in visitCodeAttribute() argument 348 …public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackM… in visitStackMapAttribute() argument 354 …public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, S… in visitStackMapTableAttribute() argument [all …]
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | rhino-python.output | 1 found method def __init__ 2 found method def flush 3 found method def write 5 found method def __init__ 6 found method def write 7 found method def beep 8 found method def startUserInput 9 found method def getinput 10 found method def replaceinput 11 found method def enter [all …]
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_methods.c | 25 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method) in eap_server_get_eap_method() argument 29 if (m->vendor == vendor && m->method == method) in eap_server_get_eap_method() 51 return m->method; in eap_server_get_type() 72 EapType method, const char *name) in eap_server_method_alloc() argument 80 eap->method = method; in eap_server_method_alloc() 90 void eap_server_method_free(struct eap_method *method) in eap_server_method_free() argument 92 os_free(method); in eap_server_method_free() 105 int eap_server_method_register(struct eap_method *method) in eap_server_method_register() argument 109 if (method == NULL || method->name == NULL || in eap_server_method_register() 110 method->version != EAP_SERVER_METHOD_INTERFACE_VERSION) in eap_server_method_register() [all …]
|
/external/javassist/src/test/test/javassist/bytecode/analysis/ |
D | AnalyzerTest.java | 31 CtMethod method = clazz.getDeclaredMethod("commonSuperArray"); in testCommonSupperArray() local 32 verifyArrayLoad(clazz, method, "java.lang.Number"); in testCommonSupperArray() 38 CtMethod method = clazz.getDeclaredMethod("commonInterfaceArray"); in testCommonInterfaceArray() local 39 verifyArrayLoad(clazz, method, "java.io.Serializable"); in testCommonInterfaceArray() 43 CtMethod method = ClassPool.getDefault().getMethod( in testSharedInterfaceAndSuperClass() local 45 verifyReturn(method, "java.io.Serializable"); in testSharedInterfaceAndSuperClass() 47 method = ClassPool.getDefault().getMethod( in testSharedInterfaceAndSuperClass() 49 verifyReturn(method, "java.io.Serializable"); in testSharedInterfaceAndSuperClass() 51 method = ClassPool.getDefault().getMethod( in testSharedInterfaceAndSuperClass() 53 verifyReturn(method, getClass().getName() + "$Dummy$A"); in testSharedInterfaceAndSuperClass() [all …]
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_service.cc | 120 const MethodDescriptor* method = descriptor_->method(i); in GenerateNewReflectiveServiceMethod() local 122 GenerateMethodSignature(printer, method, IS_CONCRETE); in GenerateNewReflectiveServiceMethod() 127 "method", UnderscoresToCamelCase(method)); in GenerateNewReflectiveServiceMethod() 159 const MethodDescriptor* method = descriptor_->method(i); in GenerateAbstractMethods() local 160 GenerateMethodSignature(printer, method, IS_ABSTRACT); in GenerateAbstractMethods() 184 const MethodDescriptor* method = descriptor_->method(i); in GenerateCallMethod() local 187 vars["method"] = UnderscoresToCamelCase(method); in GenerateCallMethod() 188 vars["input"] = ClassName(method->input_type()); in GenerateCallMethod() 189 vars["output"] = ClassName(method->output_type()); in GenerateCallMethod() 229 const MethodDescriptor* method = descriptor_->method(i); in GenerateCallBlockingMethod() local [all …]
|
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/ |
D | VerificationTypeVisitor.java | 36 …public void visitIntegerType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitIntegerType() argument 37 …public void visitFloatType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitFloatType() argument 38 …public void visitLongType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitLongType() argument 39 …public void visitDoubleType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitDoubleType() argument 40 …public void visitTopType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitTopType() argument 41 …public void visitObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitObjectType() argument 42 …public void visitNullType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitNullType() argument 43 …public void visitUninitializedType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitUninitializedType() argument 44 …public void visitUninitializedThisType(Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitUninitializedThisType() argument 46 …public void visitStackIntegerType( Clazz clazz, Method method, CodeAttribute codeAttribut… in visitStackIntegerType() argument [all …]
|
/external/proguard/src/proguard/optimize/ |
D | ChangedCodePrinter.java | 117 …public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAtt… in visitDeprecatedAttribute() argument 119 attributeVisitor.visitDeprecatedAttribute(clazz, method, deprecatedAttribute); in visitDeprecatedAttribute() 123 …public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttrib… in visitSyntheticAttribute() argument 125 attributeVisitor.visitSyntheticAttribute(clazz, method, syntheticAttribute); in visitSyntheticAttribute() 129 …public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute syntheticAttrib… in visitSignatureAttribute() argument 131 attributeVisitor.visitSignatureAttribute(clazz, method, syntheticAttribute); in visitSignatureAttribute() 141 …public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAtt… in visitExceptionsAttribute() argument 143 attributeVisitor.visitExceptionsAttribute(clazz, method, exceptionsAttribute); in visitExceptionsAttribute() 147 …public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackM… in visitStackMapAttribute() argument 149 attributeVisitor.visitStackMapAttribute(clazz, method, codeAttribute, stackMapAttribute); in visitStackMapAttribute() [all …]
|
/external/apache-http/src/org/apache/http/impl/ |
D | DefaultHttpRequestFactory.java | 73 private static boolean isOneOf(final String[] methods, final String method) { in isOneOf() argument 75 if (methods[i].equalsIgnoreCase(method)) { in isOneOf() 87 String method = requestline.getMethod(); in newHttpRequest() local 88 if (isOneOf(RFC2616_COMMON_METHODS, method)) { in newHttpRequest() 90 } else if (isOneOf(RFC2616_ENTITY_ENC_METHODS, method)) { in newHttpRequest() 92 } else if (isOneOf(RFC2616_SPECIAL_METHODS, method)) { in newHttpRequest() 95 throw new MethodNotSupportedException(method + " method not supported"); in newHttpRequest() 99 public HttpRequest newHttpRequest(final String method, final String uri) in newHttpRequest() argument 101 if (isOneOf(RFC2616_COMMON_METHODS, method)) { in newHttpRequest() 102 return new BasicHttpRequest(method, uri); in newHttpRequest() [all …]
|
/external/guava/guava-tests/test/com/google/common/eventbus/ |
D | EventHandlerTest.java | 48 Method method = getRecordingMethod(); in testBasicMethodCall() local 50 EventHandler handler = new EventHandler(this, method); in testBasicMethodCall() 75 Method method = getRecordingMethod(); in testRejectionOfNullTargets() local 77 new EventHandler(null, method); in testRejectionOfNullTargets() 85 Method method = getExceptionThrowingMethod(); in testExceptionWrapping() local 86 EventHandler handler = new EventHandler(this, method); in testExceptionWrapping() 98 Method method = getErrorThrowingMethod(); in testErrorPassthrough() local 99 EventHandler handler = new EventHandler(this, method); in testErrorPassthrough() 119 Method method; in getRecordingMethod() local 121 method = getClass().getMethod("recordingMethod", Object.class); in getRecordingMethod() [all …]
|
/external/proguard/src/proguard/classfile/attribute/visitor/ |
D | RequiredAttributeFilter.java | 137 …public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAtt… in visitDeprecatedAttribute() argument 141 deprecatedAttribute.accept(clazz, method, optionalAttributeVisitor); in visitDeprecatedAttribute() 164 …public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttrib… in visitSyntheticAttribute() argument 168 syntheticAttribute.accept(clazz, method, optionalAttributeVisitor); in visitSyntheticAttribute() 191 …public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute signatureAttrib… in visitSignatureAttribute() argument 195 signatureAttribute.accept(clazz, method, optionalAttributeVisitor); in visitSignatureAttribute() 209 …public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAtt… in visitExceptionsAttribute() argument 213 exceptionsAttribute.accept(clazz, method, optionalAttributeVisitor); in visitExceptionsAttribute() 218 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) in visitCodeAttribute() argument 222 codeAttribute.accept(clazz, method, requiredAttributeVisitor); in visitCodeAttribute() [all …]
|
D | AttributeNameFilter.java | 123 …public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAtt… in visitDeprecatedAttribute() argument 127 deprecatedAttribute.accept(clazz, method, attributeVisitor); in visitDeprecatedAttribute() 150 …public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttrib… in visitSyntheticAttribute() argument 154 syntheticAttribute.accept(clazz, method, attributeVisitor); in visitSyntheticAttribute() 177 …public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute signatureAttrib… in visitSignatureAttribute() argument 181 signatureAttribute.accept(clazz, method, attributeVisitor); in visitSignatureAttribute() 195 …public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAtt… in visitExceptionsAttribute() argument 199 exceptionsAttribute.accept(clazz, method, attributeVisitor); in visitExceptionsAttribute() 204 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) in visitCodeAttribute() argument 208 codeAttribute.accept(clazz, method, attributeVisitor); in visitCodeAttribute() [all …]
|
D | StackSizeComputer.java | 97 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) in visitCodeAttribute() argument 108 visitCodeAttribute0(clazz, method, codeAttribute); in visitCodeAttribute() 114 … System.err.println(" Method = ["+method.getName(clazz)+method.getDescriptor(clazz)+"]"); in visitCodeAttribute() 119 method.accept(clazz, new ClassPrinter()); in visitCodeAttribute() 127 public void visitCodeAttribute0(Clazz clazz, Method method, CodeAttribute codeAttribute) in visitCodeAttribute0() argument 131 …System.out.println("StackSizeComputer: "+clazz.getName()+"."+method.getName(clazz)+method.getDescr… in visitCodeAttribute0() 154 evaluateInstructionBlock(clazz, method, codeAttribute, 0); in visitCodeAttribute0() 157 codeAttribute.exceptionsAccept(clazz, method, this); in visitCodeAttribute0() 163 …public void visitSimpleInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int of… in visitSimpleInstruction() argument 178 …public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int … in visitConstantInstruction() argument [all …]
|
D | MultiAttributeVisitor.java | 178 …public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAtt… in visitDeprecatedAttribute() argument 182 attributeVisitors[index].visitDeprecatedAttribute(clazz, method, deprecatedAttribute); in visitDeprecatedAttribute() 187 …public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttrib… in visitSyntheticAttribute() argument 191 attributeVisitors[index].visitSyntheticAttribute(clazz, method, syntheticAttribute); in visitSyntheticAttribute() 196 …public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute syntheticAttrib… in visitSignatureAttribute() argument 200 attributeVisitors[index].visitSignatureAttribute(clazz, method, syntheticAttribute); in visitSignatureAttribute() 214 …public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAtt… in visitExceptionsAttribute() argument 218 attributeVisitors[index].visitExceptionsAttribute(clazz, method, exceptionsAttribute); in visitExceptionsAttribute() 223 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) in visitCodeAttribute() argument 227 attributeVisitors[index].visitCodeAttribute(clazz, method, codeAttribute); in visitCodeAttribute() [all …]
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_service.cc | 145 const MethodDescriptor* method = descriptor_->method(i); in GenerateMethodSignatures() local 147 sub_vars["name"] = method->name(); in GenerateMethodSignatures() 148 sub_vars["input_type"] = ClassName(method->input_type(), true); in GenerateMethodSignatures() 149 sub_vars["output_type"] = ClassName(method->output_type(), true); in GenerateMethodSignatures() 214 const MethodDescriptor* method = descriptor_->method(i); in GenerateNotImplementedMethods() local 217 sub_vars["name"] = method->name(); in GenerateNotImplementedMethods() 219 sub_vars["input_type"] = ClassName(method->input_type(), true); in GenerateNotImplementedMethods() 220 sub_vars["output_type"] = ClassName(method->output_type(), true); in GenerateNotImplementedMethods() 245 const MethodDescriptor* method = descriptor_->method(i); in GenerateCallMethod() local 247 sub_vars["name"] = method->name(); in GenerateCallMethod() [all …]
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
D | eap_methods.c | 31 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method) in eap_server_get_eap_method() argument 35 if (m->vendor == vendor && m->method == method) in eap_server_get_eap_method() 57 return m->method; in eap_server_get_type() 78 EapType method, const char *name) in eap_server_method_alloc() argument 86 eap->method = method; in eap_server_method_alloc() 96 void eap_server_method_free(struct eap_method *method) in eap_server_method_free() argument 98 os_free(method); in eap_server_method_free() 111 int eap_server_method_register(struct eap_method *method) in eap_server_method_register() argument 115 if (method == NULL || method->name == NULL || in eap_server_method_register() 116 method->version != EAP_SERVER_METHOD_INTERFACE_VERSION) in eap_server_method_register() [all …]
|
/external/proguard/src/proguard/classfile/editor/ |
D | CodeAttributeEditor.java | 302 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) in visitCodeAttribute() argument 313 visitCodeAttribute0(clazz, method, codeAttribute); in visitCodeAttribute() 319 … System.err.println(" Method = ["+method.getName(clazz)+method.getDescriptor(clazz)+"]"); in visitCodeAttribute() 327 public void visitCodeAttribute0(Clazz clazz, Method method, CodeAttribute codeAttribute) in visitCodeAttribute0() argument 331 … System.out.println("CodeAttributeEditor: ["+clazz.getName()+"."+method.getName(clazz)+"]"); in visitCodeAttribute0() 347 updateFrameSizes(clazz, method, codeAttribute); in visitCodeAttribute0() 353 updateInstructions(clazz, method, codeAttribute); in visitCodeAttribute0() 356 codeAttribute.exceptionsAccept(clazz, method, this); in visitCodeAttribute0() 364 updateFrameSizes(clazz, method, codeAttribute); in visitCodeAttribute0() 367 codeAttribute.attributesAccept(clazz, method, this); in visitCodeAttribute0() [all …]
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
D | MethodAnnotationStruct.java | 31 private final CstMethodRef method; field in MethodAnnotationStruct 42 public MethodAnnotationStruct(CstMethodRef method, in MethodAnnotationStruct() argument 44 if (method == null) { in MethodAnnotationStruct() 52 this.method = method; in MethodAnnotationStruct() 58 return method.hashCode(); in hashCode() 67 return method.equals(((MethodAnnotationStruct) other).method); in equals() 72 return method.compareTo(other.method); in compareTo() 80 methodIds.intern(method); in addContents() 86 int methodIdx = file.getMethodIds().indexOf(method); in writeTo() 90 out.annotate(0, " " + method.toHuman()); in writeTo() [all …]
|
/external/junit/src/org/junit/runners/ |
D | BlockJUnit4ClassRunner.java | 63 protected void runChild(final FrameworkMethod method, RunNotifier notifier) { in runChild() argument 64 Description description= describeChild(method); in runChild() 65 if (method.getAnnotation(Ignore.class) != null) { in runChild() 68 runLeaf(methodBlock(method), description, notifier); in runChild() 73 protected Description describeChild(FrameworkMethod method) { in describeChild() argument 75 testName(method), method.getAnnotations()); in describeChild() 194 protected String testName(FrameworkMethod method) { in testName() argument 195 return method.getName(); in testName() 230 protected Statement methodBlock(FrameworkMethod method) { in methodBlock() argument 243 Statement statement= methodInvoker(method, test); in methodBlock() [all …]
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_methods.c | 28 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method) in eap_peer_get_eap_method() argument 32 if (m->vendor == vendor && m->method == method) in eap_peer_get_eap_method() 54 return m->method; in eap_peer_get_type() 77 if (m->vendor == vendor && m->method == type) in eap_get_name() 231 int eap_peer_method_unload(struct eap_method *method) in eap_peer_method_unload() argument 239 if (m == method) in eap_peer_method_unload() 280 EapType method, const char *name) in eap_peer_method_alloc() argument 288 eap->method = method; in eap_peer_method_alloc() 298 void eap_peer_method_free(struct eap_method *method) in eap_peer_method_free() argument 300 os_free(method); in eap_peer_method_free() [all …]
|
/external/android-mock/src/com/google/android/testing/mocking/ |
D | AndroidMockGenerator.java | 173 String getInterfaceMethodSource(Method method) throws UnsupportedOperationException { in getInterfaceMethodSource() argument 174 StringBuilder methodBody = getMethodSignature(method); in getInterfaceMethodSource() 179 private StringBuilder getMethodSignature(Method method) { in getMethodSignature() argument 180 int modifiers = method.getModifiers(); in getMethodSignature() 186 methodSignature.append(getClassName(method.getReturnType())); in getMethodSignature() 188 methodSignature.append(method.getName()); in getMethodSignature() 191 for (Class<?> arg : method.getParameterTypes()) { in getMethodSignature() 195 if (i < method.getParameterTypes().length - 1) { in getMethodSignature() 201 if (method.getExceptionTypes().length > 0) { in getMethodSignature() 205 for (Class<?> exception : method.getExceptionTypes()) { in getMethodSignature() [all …]
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
D | test_extensions.py | 50 method = method_list[0] 51 self.assertEqual('foo', method.name()) 52 self.assertEqual(0, len(method.get_parameters())) 57 method = method_list[0] 58 self.assertEqual('foo', method.name()) 59 self.assertEqual(2, len(method.get_parameters())) 60 self.assertTrue(method.has_parameter('x')) 61 self.assertEqual(None, method.get_parameter_value('x')) 62 self.assertTrue(method.has_parameter('y')) 63 self.assertEqual('10', method.get_parameter_value('y')) [all …]
|
/external/android-mock/tests/com/google/android/testing/mocking/ |
D | AndroidMockGeneratorTest.java | 109 for (CtMethod method : methods) { in getMethodNames() 110 methodNames.add(method.getName()); in getMethodNames() 178 for (Method method : methods) { in getMethodSignatures() 179 if (getAndroidMockGenerator().isMockable(method)) { in getMethodSignatures() 180 methodSignatures.add(method.toGenericString()); in getMethodSignatures() 205 Method method = Object.class.getMethod("equals", Object.class); in testGetInterfaceMethodSource() local 207 .getInterfaceMethodSource(method)); in testGetInterfaceMethodSource() 212 Method method = Class.class.getDeclaredMethod("newInstance"); in testGetInterfaceMethodSourceMultipleExceptions() local 215 method)); in testGetInterfaceMethodSourceMultipleExceptions() 220 Method method = Object.class.getDeclaredMethod("finalize"); in testGetInterfaceMethodSourceProtectedMethod() local [all …]
|
/external/proguard/src/proguard/classfile/visitor/ |
D | ClassCleaner.java | 117 …public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAtt… in visitExceptionsAttribute() argument 125 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) in visitCodeAttribute() argument 129 codeAttribute.exceptionsAccept(clazz, method, this); in visitCodeAttribute() 130 codeAttribute.attributesAccept(clazz, method, this); in visitCodeAttribute() 134 …public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackM… in visitStackMapAttribute() argument 138 stackMapAttribute.stackMapFramesAccept(clazz, method, codeAttribute, this); in visitStackMapAttribute() 142 …public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, S… in visitStackMapTableAttribute() argument 146 stackMapTableAttribute.stackMapFramesAccept(clazz, method, codeAttribute, this); in visitStackMapTableAttribute() 158 …public void visitAnyParameterAnnotationsAttribute(Clazz clazz, Method method, ParameterAnnotations… in visitAnyParameterAnnotationsAttribute() argument 162 parameterAnnotationsAttribute.annotationsAccept(clazz, method, this); in visitAnyParameterAnnotationsAttribute() [all …]
|
/external/clang/test/SemaObjCXX/ |
D | message.mm | 3 - (int*)method; method 7 - (int*)method { method 9 [x method]; // expected-error{{receiver type 'x' is not an Objective-C class}} 19 - (int*)method; method 20 + (void)method; class 32 - (int*)method { method 33 [ivar method]; 36 [I2_holder().get() method]; 37 [I2_holder().get() + 17 method]; 40 + (void)method { class [all …]
|