Searched refs:method (Results 76 - 100 of 1980) sorted by relevance

1234567891011>>

/external/boringssl/src/include/openssl/
H A Dengine.h30 * Methods are reference counted but |ENGINE|s are not. When creating a method,
38 /* ENGINE_new returns an empty ENGINE that uses the default method for all
49 * Method accessors take a method pointer and the size of the structure. The
50 * size allows for ABI compatibility in the case that the method structure is
57 const RSA_METHOD *method,
62 const ECDSA_METHOD *method,
67 /* Generic method functions.
69 * These functions take a void* type but actually operate on all method
72 /* METHOD_ref increments the reference count of |method|. This is a no-op for
74 void METHOD_ref(void *method);
[all...]
/external/caliper/caliper/src/main/java/com/google/caliper/util/
H A DReflection.java34 for (Method method : methods) {
35 if (method.isAnnotationPresent(annotationClass)) {
36 method.setAccessible(true);
37 builder.add(method);
/external/javassist/src/main/javassist/compiler/ast/
H A DCallExpr.java26 private MemberResolver.Method method; // cached result of lookupMethod() field in class:CallExpr
30 method = null;
34 method = m;
38 return method;
/external/libmicrohttpd/src/microspdy/
H A Dalstructures.h47 * HTTP method
49 char *method; member in struct:SPDY_Request
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_picklpf.h24 struct VP9_COMP *cpi, LPF_PICK_METHOD method);
/external/proguard/src/proguard/classfile/attribute/
H A DMethodParametersAttribute.java27 * This Attribute represents a method parameters attribute.
61 public void accept(Clazz clazz, Method method, AttributeVisitor attributeVisitor) argument
63 attributeVisitor.visitMethodParametersAttribute(clazz, method, this);
70 public void parametersAccept(Clazz clazz, Method method, ParameterInfoVisitor parameterInfoVisitor) argument
77 parameterInfoVisitor.visitParameterInfo(clazz, method, index, parameters[index]);
/external/testng/src/test/java/test/methodselectors/
H A DNoTest1MethodSelector.java18 ITestNGMethod method, boolean isTestMethod)
20 for (String group : method.getGroups()) {
22 ppp( method.getMethodName() + " is group test1, don't include" );
27 ppp( method.getMethodName() + " is not in group test1" );
17 includeMethod(IMethodSelectorContext context, ITestNGMethod method, boolean isTestMethod) argument
/external/apache-http/src/org/apache/http/message/
H A DBasicHttpRequest.java56 private final String method; field in class:BasicHttpRequest
59 public BasicHttpRequest(final String method, final String uri) { argument
61 if (method == null) {
67 this.method = method;
72 public BasicHttpRequest(final String method, final String uri, final ProtocolVersion ver) { argument
73 this(new BasicRequestLine(method, uri, ver));
82 this.method = requestline.getMethod();
99 return new BasicRequestLine(this.method, this.uri, ver);
/external/proguard/src/proguard/classfile/editor/
H A DVariableSizeUpdater.java57 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
61 // method.getName(clazz).equals("abc");
65 ClassUtil.internalMethodParameterSize(method.getDescriptor(clazz),
66 method.getAccessFlags());
70 System.out.println("VariableSizeUpdater: "+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz));
75 codeAttribute.instructionsAccept(clazz, method, this);
78 variableCleaner.visitCodeAttribute(clazz, method, codeAttribute);
84 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} argument
87 public void visitVariableInstruction(Clazz clazz, Method method, CodeAttribut argument
[all...]
/external/proguard/src/proguard/classfile/util/
H A DSimplifiedVisitor.java189 * Visits any type of method RefConstant of the given class.
295 public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAttribute) argument
297 visitDeprecatedAttribute(clazz, (Member)method, deprecatedAttribute);
322 public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttribute) argument
324 visitSyntheticAttribute(clazz, (Member)method, syntheticAttribute);
349 public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute signatureAttribute) argument
351 visitSignatureAttribute(clazz, (Member)method, signatureAttribute);
361 public void visitMethodParametersAttribute(Clazz clazz, Method method, MethodParametersAttribute methodParametersAttribute) argument
367 public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAttribute) argument
373 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribut argument
379 visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapAttribute stackMapAttribute) argument
385 visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) argument
391 visitLineNumberTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LineNumberTableAttribute lineNumberTableAttribute) argument
397 visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTableAttribute localVariableTableAttribute) argument
403 visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeTableAttribute localVariableTypeTableAttribute) argument
439 visitRuntimeVisibleAnnotationsAttribute(Clazz clazz, Method method, RuntimeVisibleAnnotationsAttribute runtimeVisibleAnnotationsAttribute) argument
466 visitRuntimeInvisibleAnnotationsAttribute(Clazz clazz, Method method, RuntimeInvisibleAnnotationsAttribute runtimeInvisibleAnnotationsAttribute) argument
475 visitAnyParameterAnnotationsAttribute(Clazz clazz, Method method, ParameterAnnotationsAttribute parameterAnnotationsAttribute) argument
481 visitRuntimeVisibleParameterAnnotationsAttribute(Clazz clazz, Method method, RuntimeVisibleParameterAnnotationsAttribute runtimeVisibleParameterAnnotationsAttribute) argument
487 visitRuntimeInvisibleParameterAnnotationsAttribute(Clazz clazz, Method method, RuntimeInvisibleParameterAnnotationsAttribute runtimeInvisibleParameterAnnotationsAttribute) argument
523 visitRuntimeVisibleTypeAnnotationsAttribute(Clazz clazz, Method method, RuntimeVisibleTypeAnnotationsAttribute runtimeVisibleTypeAnnotationsAttribute) argument
529 visitRuntimeVisibleTypeAnnotationsAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, RuntimeVisibleTypeAnnotationsAttribute runtimeVisibleTypeAnnotationsAttribute) argument
556 visitRuntimeInvisibleTypeAnnotationsAttribute(Clazz clazz, Method method, RuntimeInvisibleTypeAnnotationsAttribute runtimeInvisibleTypeAnnotationsAttribute) argument
562 visitRuntimeInvisibleTypeAnnotationsAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, RuntimeInvisibleTypeAnnotationsAttribute runtimeInvisibleTypeAnnotationsAttribute) argument
568 visitAnnotationDefaultAttribute(Clazz clazz, Method method, AnnotationDefaultAttribute annotationDefaultAttribute) argument
579 visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) argument
585 visitSimpleInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstruction simpleInstruction) argument
591 visitVariableInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruction variableInstruction) argument
597 visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
603 visitBranchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstruction branchInstruction) argument
612 visitAnySwitchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SwitchInstruction switchInstruction) argument
618 visitTableSwitchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInstruction tableSwitchInstruction) argument
624 visitLookUpSwitchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LookUpSwitchInstruction lookUpSwitchInstruction) argument
635 visitAnyStackMapFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrame stackMapFrame) argument
641 visitSameZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameZeroFrame sameZeroFrame) argument
647 visitSameOneFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameOneFrame sameOneFrame) argument
653 visitLessZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LessZeroFrame lessZeroFrame) argument
659 visitMoreZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, MoreZeroFrame moreZeroFrame) argument
665 visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame) argument
676 visitAnyVerificationType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VerificationType verificationType) argument
682 visitIntegerType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, IntegerType integerType) argument
688 visitFloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType floatType) argument
694 visitLongType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LongType longType) argument
700 visitDoubleType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, DoubleType doubleType) argument
706 visitTopType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TopType topType) argument
712 visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) argument
718 visitNullType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, NullType nullType) argument
724 visitUninitializedType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, UninitializedType uninitializedType) argument
730 visitUninitializedThisType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, UninitializedThisType uninitializedThisType) argument
736 visitStackIntegerType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, IntegerType integerType) argument
742 visitStackFloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floatType) argument
748 visitStackLongType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, LongType longType) argument
754 visitStackDoubleType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, DoubleType doubleType) argument
760 visitStackTopType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, TopType topType) argument
766 visitStackObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType) argument
772 visitStackNullType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, NullType nullType) argument
778 visitStackUninitializedType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, UninitializedType uninitializedType) argument
784 visitStackUninitializedThisType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, UninitializedThisType uninitializedThisType) argument
791 visitVariablesIntegerType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, IntegerType integerType) argument
797 visitVariablesFloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floatType) argument
803 visitVariablesLongType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, LongType longType) argument
809 visitVariablesDoubleType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, DoubleType doubleType) argument
815 visitVariablesTopType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, TopType topType) argument
821 visitVariablesObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType) argument
827 visitVariablesNullType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, NullType nullType) argument
833 visitVariablesUninitializedType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, UninitializedType uninitializedType) argument
839 visitVariablesUninitializedThisType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, UninitializedThisType uninitializedThisType) argument
868 visitAnnotation(Clazz clazz, Method method, Annotation annotation) argument
874 visitAnnotation(Clazz clazz, Method method, int parameterIndex, Annotation annotation) argument
880 visitAnnotation(Clazz clazz, Method method, CodeAttribute codeAttribute, Annotation annotation) argument
909 visitTypeAnnotation(Clazz clazz, Method method, TypeAnnotation typeAnnotation) argument
915 visitTypeAnnotation(Clazz clazz, Method method, int parameterIndex, TypeAnnotation typeAnnotation) argument
921 visitTypeAnnotation(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation) argument
944 visitTypeParameterTargetInfo(Clazz clazz, Method method, TypeAnnotation typeAnnotation, TypeParameterTargetInfo typeParameterTargetInfo) argument
977 visitTypeParameterBoundTargetInfo(Clazz clazz, Method method, TypeAnnotation typeAnnotation, TypeParameterBoundTargetInfo typeParameterBoundTargetInfo) argument
998 visitEmptyTargetInfo(Clazz clazz, Method method, TypeAnnotation typeAnnotation, EmptyTargetInfo emptyTargetInfo) argument
1004 visitFormalParameterTargetInfo(Clazz clazz, Method method, TypeAnnotation typeAnnotation, FormalParameterTargetInfo formalParameterTargetInfo) argument
1010 visitThrowsTargetInfo(Clazz clazz, Method method, TypeAnnotation typeAnnotation, ThrowsTargetInfo throwsTargetInfo) argument
1016 visitLocalVariableTargetInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, LocalVariableTargetInfo localVariableTargetInfo) argument
1022 visitCatchTargetInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, CatchTargetInfo catchTargetInfo) argument
1028 visitOffsetTargetInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, OffsetTargetInfo offsetTargetInfo) argument
1034 visitTypeArgumentTargetInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, TypeArgumentTargetInfo typeArgumentTargetInfo) argument
1063 visitTypePathInfo(Clazz clazz, Method method, TypeAnnotation typeAnnotation, TypePathInfo typePathInfo) argument
1069 visitTypePathInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, TypePathInfo typePathInfo) argument
[all...]
/external/libjpeg-turbo/
H A Djddctmgr.c39 * The multiplier table contents are IDCT-method-dependent. To support
40 * application changes in IDCT method between scans, we can remake the
54 /* This array contains the IDCT method code that each multiplier table
102 int method = 0; local
113 method = JDCT_ISLOW; /* jidctred uses islow-style table */
120 method = JDCT_ISLOW; /* jidctred uses islow-style table */
124 method = JDCT_ISLOW; /* jidctint uses islow-style table */
131 method = JDCT_ISLOW; /* jidctred uses islow-style table */
135 method = JDCT_ISLOW; /* jidctint uses islow-style table */
144 method
[all...]
/external/guava/guava-tests/test/com/google/common/eventbus/
H A DEventSubscriberTest.java46 * Checks that a no-frills, no-issues method call is properly executed.
51 Method method = getRecordingMethod();
53 EventSubscriber subscriber = new EventSubscriber(this, method);
57 assertTrue("Subscriber must call provided method.", methodCalled);
63 Method method = getExceptionThrowingMethod();
64 EventSubscriber subscriber = new EventSubscriber(this, method);
76 Method method = getErrorThrowingMethod();
77 EventSubscriber subscriber = new EventSubscriber(this, method);
108 Method method;
110 method
[all...]
/external/javassist/src/test/test/javassist/bytecode/analysis/
H A DAnalyzerTest.java31 CtMethod method = clazz.getDeclaredMethod("commonSuperArray");
32 verifyArrayLoad(clazz, method, "java.lang.Number");
38 CtMethod method = clazz.getDeclaredMethod("commonInterfaceArray");
39 verifyArrayLoad(clazz, method, "java.io.Serializable");
43 CtMethod method = ClassPool.getDefault().getMethod(
45 verifyReturn(method, "java.io.Serializable");
47 method = ClassPool.getDefault().getMethod(
49 verifyReturn(method, "java.io.Serializable");
51 method = ClassPool.getDefault().getMethod(
53 verifyReturn(method, getClas
93 verifyReturn(CtMethod method, String expected) argument
112 verifyArrayLoad(CtClass clazz, CtMethod method, String component) argument
[all...]
/external/proguard/src/proguard/optimize/info/
H A DAccessMethodMarker.java50 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} argument
53 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
55 invokingMethod = method;
76 // Check the bootstrap method.
83 // Check the method reference.
142 private static void setAccessesPrivateCode(Method method) argument
144 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method);
153 * Returns whether the given method accesses private class members.
155 public static boolean accessesPrivateCode(Method method) argument
157 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method);
162 setAccessesPackageCode(Method method) argument
176 accessesPackageCode(Method method) argument
183 setAccessesProtectedCode(Method method) argument
196 accessesProtectedCode(Method method) argument
[all...]
/external/proguard/src/proguard/optimize/
H A DChangedCodePrinter.java122 public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAttribute) argument
124 attributeVisitor.visitDeprecatedAttribute(clazz, method, deprecatedAttribute);
128 public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttribute) argument
130 attributeVisitor.visitSyntheticAttribute(clazz, method, syntheticAttribute);
134 public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute syntheticAttribute) argument
136 attributeVisitor.visitSignatureAttribute(clazz, method, syntheticAttribute);
146 public void visitMethodParametersAttribute(Clazz clazz, Method method, MethodParametersAttribute exceptionsAttribute) argument
148 attributeVisitor.visitMethodParametersAttribute(clazz, method, exceptionsAttribute);
152 public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAttribute) argument
154 attributeVisitor.visitExceptionsAttribute(clazz, method, exceptionsAttribut
158 visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapAttribute stackMapAttribute) argument
164 visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) argument
170 visitLineNumberTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LineNumberTableAttribute lineNumberTableAttribute) argument
176 visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTableAttribute localVariableTableAttribute) argument
182 visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeTableAttribute localVariableTypeTableAttribute) argument
212 visitRuntimeVisibleAnnotationsAttribute(Clazz clazz, Method method, RuntimeVisibleAnnotationsAttribute runtimeVisibleAnnotationsAttribute) argument
218 visitRuntimeInvisibleAnnotationsAttribute(Clazz clazz, Method method, RuntimeInvisibleAnnotationsAttribute runtimeInvisibleAnnotationsAttribute) argument
224 visitRuntimeVisibleParameterAnnotationsAttribute(Clazz clazz, Method method, RuntimeVisibleParameterAnnotationsAttribute runtimeVisibleParameterAnnotationsAttribute) argument
230 visitRuntimeInvisibleParameterAnnotationsAttribute(Clazz clazz, Method method, RuntimeInvisibleParameterAnnotationsAttribute runtimeInvisibleParameterAnnotationsAttribute) argument
248 visitRuntimeVisibleTypeAnnotationsAttribute(Clazz clazz, Method method, RuntimeVisibleTypeAnnotationsAttribute runtimeVisibleTypeAnnotationsAttribute) argument
254 visitRuntimeVisibleTypeAnnotationsAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, RuntimeVisibleTypeAnnotationsAttribute runtimeVisibleTypeAnnotationsAttribute) argument
272 visitRuntimeInvisibleTypeAnnotationsAttribute(Clazz clazz, Method method, RuntimeInvisibleTypeAnnotationsAttribute runtimeInvisibleTypeAnnotationsAttribute) argument
278 visitRuntimeInvisibleTypeAnnotationsAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, RuntimeInvisibleTypeAnnotationsAttribute runtimeInvisibleTypeAnnotationsAttribute) argument
284 visitAnnotationDefaultAttribute(Clazz clazz, Method method, AnnotationDefaultAttribute annotationDefaultAttribute) argument
290 visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
330 printChangedCode(Clazz clazz, Method method, CodeAttribute codeAttribute, byte[] oldCode) argument
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
H A DBreakpoint.java49 * @param method Method in which breakpoint is created
50 * @param location Location within the method
52 public Breakpoint(String clazz, String method, int location) { argument
54 methodName = method;
/external/clang/test/Analysis/
H A Dbug_hash_test.cpp25 int method() && { function in class:AA::X
27 inline int method() const & { function in class:AA::X::Y
743 // CHECK-NEXT: <key>issue_context_kind</key><string>C++ method</string>
815 // CHECK-NEXT: <string>debug.DumpBugHash$int AA::X::method() &amp;&amp;$14$return5;$debug</string>
817 // CHECK-NEXT: <string>debug.DumpBugHash$int AA::X::method() &amp;&amp;$14$return5;$debug</string>
820 // CHECK-NEXT: <key>description</key><string>debug.DumpBugHash$int AA::X::method() &amp;&amp;$14$return5;$debug</string>
826 // CHECK-NEXT: <key>issue_context_kind</key><string>C++ method</string>
827 // CHECK-NEXT: <key>issue_context</key><string>method</string>
909 // CHECK-NEXT: <key>issue_context_kind</key><string>C++ method</string>
1154 // CHECK-NEXT: <key>issue_context_kind</key><string>C++ method</strin
[all...]
/external/clang/test/CodeGenCXX/
H A Doptnone-templates.cpp29 // FIRST TEST: a method becomes marked with optnone in the specialization.
33 T method(T t, U u) function in class:template_normal_base
42 __attribute__((optnone)) int method (int t, U u) function in class:template_normal_base
49 // method is not marked optnone) and an instantiation of the partially
50 // specialized template (whose method is marked optnone).
57 float r1 = class_normal.method(z, y);
58 float r2 = class_optnone.method(y, z);
66 // SECOND TEST: a method loses optnone in the specialization.
70 __attribute__((optnone)) T method(T t, U u) function in class:template_optnone_base
79 int method (in function in class:template_optnone_base
[all...]
/external/clang/test/Index/
H A Dcomplete-type-factors.m26 + (void)method:(enum Color)color priority:(enum Priority)priority;
27 - (void)method:(enum Color)color priority:(enum Priority)priority;
31 [a method:Red priority:High];
32 [A method:Red priority:Low];
/external/clang/test/Profile/
H A Dcxx-class.cpp48 void method() { function in class:Simple
67 S.method();
/external/clang/test/Sema/
H A Dms_wide_predefined_expr.cpp17 void method() { function in class:PR13206::A
24 x.method();
/external/guava/guava/src/com/google/common/eventbus/
H A DSynchronizedEventSubscriber.java23 * Wraps a single-argument subscriber method on a specific object, and ensures
24 * that only one thread may enter the method at a time.
33 * Creates a new SynchronizedEventSubscriber to wrap {@code method} on
36 * @param target object to which the method applies.
37 * @param method subscriber method.
39 public SynchronizedEventSubscriber(Object target, Method method) { argument
40 super(target, method);
/external/guava/guava-testlib/src/com/google/common/testing/
H A DForwardingWrapperTester.java39 * Tester to ensure forwarding wrapper works by delegating calls to the corresponding method
68 * method calls with parameters passed as is, return value returned as is, and exceptions
77 for (Method method : methods) {
81 if (!Modifier.isAbstract(method.getModifiers())) {
86 if (method.getName().equals("equals")
87 && method.getParameterTypes().length == 1
88 && method.getParameterTypes()[0] == Object.class) {
91 if (method.getName().equals("hashCode")
92 && method.getParameterTypes().length == 0) {
95 if (method
121 testSuccessfulForwarding( Class<T> interfaceType, Method method, Function<? super T, ? extends T> wrapperFunction) argument
126 testExceptionPropagation( Class<T> interfaceType, Method method, Function<? super T, ? extends T> wrapperFunction) argument
166 getParameterValues(Method method) argument
179 private final Method method; field in class:ForwardingWrapperTester.InteractionTester
184 InteractionTester(Class<T> interfaceType, Method method) argument
[all...]
/external/junit/src/main/java/org/junit/internal/runners/
H A DTestMethod.java21 private final Method method; field in class:TestMethod
24 public TestMethod(Method method, TestClass testClass) { argument
25 this.method = method;
30 return method.getAnnotation(Ignore.class) != null;
34 Test annotation = method.getAnnotation(Test.class);
43 Test annotation = method.getAnnotation(Test.class);
68 method.invoke(test);
/external/junit-params/src/main/java/junitparams/internal/
H A DDescribableFrameworkMethod.java14 DescribableFrameworkMethod(Method method) { argument
15 super(method);

Completed in 2876 milliseconds

1234567891011>>