/external/junit-params/src/main/java/junitparams/internal/ |
DescribableFrameworkMethod.java | 3 import java.lang.reflect.Method; 14 DescribableFrameworkMethod(Method method) { 15 super(method);
|
/external/oauth/core/src/main/java/net/oauth/ |
OAuthAccessor.java | 65 * @param method 66 * the HTTP request method. If this is null, use the default 67 * method; that is getProperty("httpMethod") or (if that's null) 71 public OAuthMessage newRequestMessage(String method, String url, 74 if (method == null) { 75 method = (String) this.getProperty("httpMethod"); 76 if (method == null) { 77 method = (String) this.consumer.getProperty("httpMethod"); 78 if (method == null) { 79 method = OAuthMessage.GET [all...] |
/external/proguard/src/proguard/obfuscate/ |
ParameterNameMarker.java | 58 public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTableAttribute localVariableTableAttribute) 61 hasParameters(clazz, method)) 84 attributeUsageMarker.visitLocalVariableTableAttribute(clazz, method, codeAttribute, localVariableTableAttribute); 90 public void visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeTableAttribute localVariableTypeTableAttribute) 93 hasParameters(clazz, method)) 116 attributeUsageMarker.visitLocalVariableTypeTableAttribute(clazz, method, codeAttribute, localVariableTypeTableAttribute); 124 private boolean hasParameters(Clazz clazz, Method method) [all...] |
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowLinkMovementMethod.java | 3 import android.text.method.LinkMovementMethod; 4 import android.text.method.MovementMethod;
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/representer/ |
WrongJavaBean.java | 26 method(); method 29 private void method() { method in class:WrongJavaBean
|
/external/testng/src/test/java/test/listeners/ |
LListener.java | 11 public void beforeInvocation(IInvokedMethod method, ITestResult testResult) { 16 public void afterInvocation(IInvokedMethod method, ITestResult testResult) {
|
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/ |
CheckedTextViewBindingAdapter.java | 22 @BindingMethod(type = android.widget.CheckedTextView.class, attribute = "android:checkMark", method = "setCheckMarkDrawable"), 23 @BindingMethod(type = android.widget.CheckedTextView.class, attribute = "android:checkMarkTint", method = "setCheckMarkTintList"),
|
LinearLayoutBindingAdapter.java | 22 @BindingMethod(type = android.widget.LinearLayout.class, attribute = "android:divider", method = "setDividerDrawable"), 23 @BindingMethod(type = android.widget.LinearLayout.class, attribute = "android:measureWithLargestChild", method = "setMeasureWithLargestChildEnabled"),
|
ToolbarBindingAdapter.java | 23 @BindingMethod(type = Toolbar.class, attribute = "android:onMenuItemClick", method = "setOnMenuItemClickListener"), 24 @BindingMethod(type = Toolbar.class, attribute = "android:onNavigationClick", method = "setNavigationOnClickListener"),
|
ZoomControlsBindingAdapter.java | 23 @BindingMethod(type = ZoomControls.class, attribute = "android:onZoomIn", method = "setOnZoomInClickListener"), 24 @BindingMethod(type = ZoomControls.class, attribute = "android:onZoomOut", method = "setOnZoomOutClickListener"),
|
/external/mockito/src/test/java/org/mockito/internal/invocation/ |
InvocationBuilder.java | 8 import java.lang.reflect.Method; 31 private Method method; field in class:InvocationBuilder 39 * If the method was not specified, use IMethods methods. 44 if (method == null) { 57 method = IMethods.class.getMethod(methodName, argTypes.toArray(new Class[argTypes.size()])); 64 new SerializableMethod(method), 81 accessibilityChanger.enableAccess(method); 82 return method.invoke(target, arguments); 84 accessibilityChanger.safelyDisableAccess(method); [all...] |
/external/proguard/src/proguard/classfile/attribute/annotation/visitor/ |
AllAnnotationVisitor.java | 72 public void visitRuntimeVisibleAnnotationsAttribute(Clazz clazz, Method method, RuntimeVisibleAnnotationsAttribute runtimeVisibleAnnotationsAttribute) 75 runtimeVisibleAnnotationsAttribute.annotationsAccept(clazz, method, annotationVisitor); 93 public void visitRuntimeInvisibleAnnotationsAttribute(Clazz clazz, Method method, RuntimeInvisibleAnnotationsAttribute runtimeInvisibleAnnotationsAttribute) 96 runtimeInvisibleAnnotationsAttribute.annotationsAccept(clazz, method, annotationVisitor); 100 public void visitAnyParameterAnnotationsAttribute(Clazz clazz, Method method, ParameterAnnotationsAttribute parameterAnnotationsAttribute) 103 parameterAnnotationsAttribute.annotationsAccept(clazz, method, annotationVisitor); 121 public void visitRuntimeVisibleTypeAnnotationsAttribute(Clazz clazz, Method method, RuntimeVisibleTypeAnnotationsAttribute runtimeVisibleTypeAnnotationsAttribute [all...] |
/system/tools/hidl/ |
Interface.h | 26 struct Method; 32 bool addMethod(Method *method); 44 Method *lookupMethod(std::string name) const; 53 const std::vector<Method *> &userDefinedMethods() const; 55 const std::vector<Method *> &hidlReservedMethods() const; 57 std::vector<Method *> methods() const; 114 std::vector<Method *> mUserMethods; 115 std::vector<Method *> mReservedMethods; 117 bool fillPingMethod(Method *method) const 136 Method *method() const { return mMethod; } function in struct:android::InterfaceAndMethod [all...] |
/external/protobuf/src/google/protobuf/compiler/java/ |
java_service.cc | 140 const MethodDescriptor* method = descriptor_->method(i); local 142 GenerateMethodSignature(printer, method, IS_CONCRETE); 145 " impl.$method$(controller, request, done);\n" 147 "method", UnderscoresToCamelCase(method)); 179 const MethodDescriptor* method = descriptor_->method(i); local 180 WriteMethodDocComment(printer, method); 181 GenerateMethodSignature(printer, method, IS_ABSTRACT) 205 const MethodDescriptor* method = descriptor_->method(i); local 253 const MethodDescriptor* method = descriptor_->method(i); local 300 const MethodDescriptor* method = descriptor_->method(i); local 347 const MethodDescriptor* method = descriptor_->method(i); local 391 const MethodDescriptor* method = descriptor_->method(i); local 413 const MethodDescriptor* method = descriptor_->method(i); local [all...] |
/art/compiler/jit/ |
jit_logger.h | 37 // and allows perf to map samples in jit-code-cache to jitted method symbols. 44 // so that jitted method can be displayed. 49 // which provides rich informations about a jitted method. 68 // and generates small ELF files (jitted-TID-CODEID.so) for each jitted method. 97 void WriteLog(JitCodeCache* code_cache, ArtMethod* method, bool osr) 99 WritePerfMapLog(code_cache, method, osr); 100 WriteJitDumpLog(code_cache, method, osr); 111 void WritePerfMapLog(JitCodeCache* code_cache, ArtMethod* method, bool osr) 117 void WriteJitDumpLog(JitCodeCache* code_cache, ArtMethod* method, bool osr)
|
/art/test/485-checker-dce-switch/src/ |
Main.java | 19 public static int $inline$method() { 34 int i = $inline$method(); 74 int i = $inline$method(); 110 int i = $inline$method() + 10; 146 int i = $inline$method() - 10;
|
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/ |
StackMapFrameVisitor.java | 35 public void visitSameZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameZeroFrame sameZeroFrame); 36 public void visitSameOneFrame( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameOneFrame sameOneFrame); 37 public void visitLessZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LessZeroFrame lessZeroFrame); 38 public void visitMoreZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, MoreZeroFrame moreZeroFrame); 39 public void visitFullFrame( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame) [all...] |
/external/proguard/src/proguard/classfile/attribute/visitor/ |
AttributeVisitor.java | 49 public void visitDeprecatedAttribute( Clazz clazz, Method method, DeprecatedAttribute deprecatedAttribute); 53 public void visitSyntheticAttribute( Clazz clazz, Method method, SyntheticAttribute syntheticAttribute); 57 public void visitSignatureAttribute( Clazz clazz, Method method, SignatureAttribute signatureAttribute); 65 public void visitMethodParametersAttribute( Clazz clazz, Method method, MethodParametersAttribute methodParametersAttribute); 66 public void visitExceptionsAttribute( Clazz clazz, Method method, ExceptionsAttribute exceptionsAttribute) [all...] |
/external/testng/src/main/java/org/testng/reporters/util/ |
StackTraceTools.java | 15 /** Finds topmost position of the test method in the stack, or top of stack if <code>method</code> is not in it. */ 16 public static int getTestRoot(StackTraceElement[] stack,ITestNGMethod method) { 18 String cname = method.getTestClass().getName(); 21 && method.getMethodName().equals(stack[x].getMethodName())) { 31 /** Finds topmost position of the test method in the stack, or top of stack if <code>method</code> is not in it. */ 32 public static StackTraceElement[] getTestNGInstrastructure(StackTraceElement[] stack,ITestNGMethod method) { 33 int slot=StackTraceTools.getTestRoot(stack, method);
|
/external/testng/src/test/java/test/methodinterceptors/multipleinterceptors/ |
MethodNameFilterInterceptor.java | 23 ITestNGMethod method = methodInstance.getMethod(); local 24 String name = method.getMethodName(); 27 String currentDescription = method.getDescription(); 29 method.setDescription(methodName); 31 method.setDescription(currentDescription + methodName);
|
/frameworks/base/tests/testables/src/android/testing/ |
AndroidTestingRunner.java | 52 protected Statement methodInvoker(FrameworkMethod method, Object test) { 53 method = looperWrap(method, test, method); 54 final Statement statement = super.methodInvoker(method, test); 55 return shouldRunOnUiThread(method) ? new UiThreadStatement(statement, true) : statement; 58 protected Statement withBefores(FrameworkMethod method, Object target, Statement statement) { 59 List befores = looperWrap(method, target, 61 return befores.isEmpty() ? statement : new RunBefores(method, statement, 65 protected Statement withAfters(FrameworkMethod method, Object target, Statement statement) [all...] |
/frameworks/base/tests/utils/testutils/java/android/app/test/ |
MockAnswerUtil.java | 23 import java.lang.reflect.Method; 32 * Answer that calls the method in the Answer called "answer" that matches the type signature of 33 * the method being answered. An error will be thrown at runtime if the signature does not match 39 Method method = invocation.getMethod(); local 41 Method implementation = getClass().getMethod("answer", method.getParameterTypes()); 42 if (!implementation.getReturnType().equals(method.getReturnType())) { 43 throw new RuntimeException("Found answer method does not have expected return " 44 + "type. Expected: " + method.getReturnType() + ", got [all...] |
/external/proguard/src/proguard/classfile/visitor/ |
ClassCleaner.java | 130 public void visitMethodParametersAttribute(Clazz clazz, Method method, MethodParametersAttribute methodParametersAttribute) 134 methodParametersAttribute.parametersAccept(clazz, method, this); 138 public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAttribute) 146 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) 150 codeAttribute.exceptionsAccept(clazz, method, this); 151 codeAttribute.attributesAccept(clazz, method, this); 155 public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapAttribute stackMapAttribute [all...] |
/external/flatbuffers/grpc/src/compiler/ |
go_generator.cc | 85 // Generates Server method signature source 86 void GenerateServerMethodSignature(const grpc_generator::Method *method, grpc_generator::Printer *printer, 88 vars["Method"] = exportName(method->name()); 89 vars["Request"] = method->input_name(); 90 vars["Response"] = (vars["CustomMethodIO"] == "") ? method->output_name() : vars["CustomMethodIO"]; 91 if (method->NoStreaming()) { 92 printer->Print(vars, "$Method$($context$.Context, *$Request$) (*$Response$, error)"); 93 } else if (method->ServerOnlyStreaming()) 331 auto method = service->method(i); local 374 auto method = service->method(i); local 391 auto method = service->method(i); local [all...] |
/external/openssh/ |
audit.c | 49 audit_classify_auth(const char *method) 51 if (strcmp(method, "none") == 0) 53 else if (strcmp(method, "password") == 0) 55 else if (strcmp(method, "publickey") == 0 || 56 strcmp(method, "rsa") == 0) 58 else if (strncmp(method, "keyboard-interactive", 20) == 0 || 59 strcmp(method, "challenge-response") == 0) 61 else if (strcmp(method, "hostbased") == 0 || 62 strcmp(method, "rhosts-rsa") == 0) 64 else if (strcmp(method, "gssapi-with-mic") == 0 [all...] |