HomeSort by relevance Sort by last modified time
    Searched refs:Method (Results 101 - 125 of 2520) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/junit/src/main/java/org/junit/internal/runners/
TestClass.java 5 import java.lang.reflect.Method;
30 public List<Method> getTestMethods() {
34 List<Method> getBefores() {
38 List<Method> getAfters() {
42 public List<Method> getAnnotatedMethods(Class<? extends Annotation> annotationClass) {
43 List<Method> results = new ArrayList<Method>();
45 Method[] methods = MethodSorter.getDeclaredMethods(eachClass);
46 for (Method eachMethod : methods) {
63 private boolean isShadowed(Method method, List<Method> results)
    [all...]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
98_LINK.ASL 57 Method(_DIS,0,Serialized)
64 Method (_PRS, 0, Serialized)
71 Method(_CRS,0,Serialized)
93 Method(_SRS,1,Serialized)
108 Method(_STA,0,Serialized)
129 Method(_DIS,0,Serialized)
136 Method (_PRS, 0, Serialized)
143 Method(_CRS,0,Serialized)
165 Method(_SRS,1,Serialized)
180 Method(_STA,0,Serialized)
    [all...]
  /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/test/java/test/annotationtransformer/
ConfigurationTransformer.java 10 import java.lang.reflect.Method;
16 Constructor testConstructor, Method testMethod)
22 Constructor testConstructor, Method testMethod)
30 public void transform(IDataProviderAnnotation annotation, Method testMethod) {
34 public void transform(IFactoryAnnotation annotation, Method testMethod) {
DataProviderTransformer.java 10 import java.lang.reflect.Method;
16 Constructor testConstructor, Method testMethod)
21 public void transform(IDataProviderAnnotation annotation, Method testMethod) {
27 Constructor testConstructor, Method testMethod)
32 public void transform(IFactoryAnnotation annotation, Method testMethod) {
FactoryTransformer.java 10 import java.lang.reflect.Method;
16 Constructor testConstructor, Method testMethod)
21 public void transform(IDataProviderAnnotation annotation, Method testMethod) {
26 Constructor testConstructor, Method testMethod)
31 public void transform(IFactoryAnnotation annotation, Method testMethod) {
MyListenerTransformer.java 11 import java.lang.reflect.Method;
22 Constructor testConstructor, Method testMethod) {}
25 public void transform(IDataProviderAnnotation annotation, Method method) {}
28 public void transform(IFactoryAnnotation annotation, Method method) {}
32 Method testMethod) {}
  /system/tools/hidl/
Interface.h 30 struct Method;
44 bool addMethod(Method *method);
63 const std::vector<Method *> &userDefinedMethods() const;
65 const std::vector<Method *> &hidlReservedMethods() const;
67 std::vector<Method *> methods() const;
141 std::vector<Method*> mUserMethods;
142 std::vector<Method*> mReservedMethods;
146 bool fillPingMethod(Method* method) const
169 Method *method() const { return mMethod; } function in struct:android::InterfaceAndMethod
    [all...]
Method.cpp 17 #include "Method.h"
30 Method::Method(const char* name, std::vector<NamedReference<Type>*>* args,
40 void Method::fillImplementation(
56 std::string Method::name() const {
60 const std::vector<NamedReference<Type>*>& Method::args() const {
64 const std::vector<NamedReference<Type>*>& Method::results() const {
68 const std::vector<Annotation *> &Method::annotations() const {
72 std::vector<Reference<Type>*> Method::getReferences() {
73 const auto& constRet = static_cast<const Method*>(this)->getReferences()
    [all...]
  /art/runtime/mirror/
method.cc 17 #include "method.h"
27 GcRoot<Class> Method::static_class_;
28 GcRoot<Class> Method::array_class_;
32 void Method::SetClass(Class* klass) {
38 void Method::ResetClass() {
43 void Method::SetArrayClass(Class* klass) {
49 void Method::ResetArrayClass() {
55 Method* Method::CreateFromArtMethod(Thread* self, ArtMethod* method) {
    [all...]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/
ApTst.asl 95 Method(_PTC, 0)
100 Method(_TSS, 0)
108 Method(_TSD, 0)
155 Method(_PTC, 0)
160 Method(_TSS, 0)
168 Method(_TSD, 0)
215 Method(_PTC, 0)
220 Method(_TSS, 0)
228 Method(_TSD, 0)
  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
Worker.java 23 import java.lang.reflect.Method;
33 ImmutableSet<Method> beforeExperimentMethods;
37 ImmutableSet<Method> afterExperimentMethods;
39 protected final Method benchmarkMethod;
42 protected Worker(Object benchmark, Method method) {
44 this.benchmarkMethod = method;
49 for (Method method : beforeExperimentMethods) {
50 method.invoke(benchmark)
    [all...]
  /external/python/cpython2/Mac/Modules/win/
winedit.py 4 f = Method(Boolean, 'IsWindowVisible',
9 f = Method(void, 'GetWindowStructureRgn',
15 f = Method(void, 'GetWindowContentRgn',
21 f = Method(void, 'GetWindowUpdateRgn',
27 f = Method(ExistingWindowPtr, 'GetNextWindow',
38 f = Method(void, 'MoveWindow',
46 f = Method(void, 'ShowWindow',
52 # A method to set the auto-dispose flag
  /external/proguard/src/proguard/classfile/attribute/annotation/target/visitor/
TargetInfoVisitor.java 37 public void visitTypeParameterTargetInfo( Clazz clazz, Method method, TypeAnnotation typeAnnotation, TypeParameterTargetInfo typeParameterTargetInfo);
41 public void visitTypeParameterBoundTargetInfo(Clazz clazz, Method method, TypeAnnotation typeAnnotation, TypeParameterBoundTargetInfo typeParameterBoundTargetInfo);
43 public void visitEmptyTargetInfo( Clazz clazz, Method method, TypeAnnotation typeAnnotation, EmptyTargetInfo emptyTargetInfo);
44 public void visitFormalParameterTargetInfo( Clazz clazz, Method method, TypeAnnotation typeAnnotation, FormalParameterTargetInfo formalParameterTargetInfo);
45 public void visitThrowsTargetInfo( Clazz clazz, Method method, TypeAnnotation typeAnnotation, ThrowsTargetInfo throwsTa (…)
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/reflection/
ReflectionClassDef.java 44 import org.jf.dexlib2.iface.Method;
166 @Nonnull @Override public Iterable<? extends Method> getDirectMethods() {
167 return new Iterable<Method>() {
168 @Nonnull @Override public Iterator<Method> iterator() {
169 Iterator<Method> constructorIterator =
171 new Function<Constructor, Method>() {
172 @Nullable @Override public Method apply(@Nullable Constructor input) {
177 Iterator<java.lang.reflect.Method> directMethods = Iterators.filter(
179 new Predicate<java.lang.reflect.Method>() {
180 @Override public boolean apply(@Nullable java.lang.reflect.Method input)
    [all...]
  /art/test/565-checker-irreducible-loop/src/
Main.java 17 import java.lang.reflect.Method;
26 Method m = c.getMethod("test1", int.class, long.class);
32 Method m = c.getMethod("test2", int.class, long.class);
  /cts/tests/tests/keystore/src/android/keystore/cts/
PutOverflowTest.java 20 import java.lang.reflect.Method;
26 Method getInstance = keystoreClass.getMethod("getInstance");
27 Method put = keystoreClass.getMethod("put",
  /cts/tests/tests/security/src/android/security/cts/
PutOverflowTest.java 21 import java.lang.reflect.Method;
28 Method getInstance = keystoreClass.getMethod("getInstance");
29 Method put = keystoreClass.getMethod("put",
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
PCAL9555A.asi 26 Method(_CRS, 0x0, NotSerialized)
30 Method(_STA, 0x0, NotSerialized)
53 Method(_CRS, 0x0, NotSerialized)
57 Method(_STA, 0x0, NotSerialized)
81 Method(_CRS, 0x0, NotSerialized)
85 Method(_STA, 0x0, NotSerialized)
  /external/guava/guava-tests/test/com/google/common/eventbus/
EventSubscriberTest.java 24 import java.lang.reflect.Method;
46 * Checks that a no-frills, no-issues method call is properly executed.
51 Method method = getRecordingMethod(); local
53 EventSubscriber subscriber = new EventSubscriber(this, method);
57 assertTrue("Subscriber must call provided method.", methodCalled);
63 Method method = getExceptionThrowingMethod(); local
64 EventSubscriber subscriber = new EventSubscriber(this, method);
76 Method method = getErrorThrowingMethod() local
108 Method method; local
131 Method method; local
154 Method method; local
    [all...]
PackageSanityTests.java 21 import java.lang.reflect.Method;
35 setDefault(Method.class, DummySubscriber.subscriberMethod());
47 private static Method subscriberMethod() throws NoSuchMethodException {
  /external/javassist/src/main/javassist/compiler/ast/
CallExpr.java 23 * Method call expression.
26 private MemberResolver.Method method; // cached result of lookupMethod() field in class:CallExpr
30 method = null;
33 public void setMethod(MemberResolver.Method m) {
34 method = m;
37 public MemberResolver.Method getMethod() {
38 return method;
  /external/mockito/src/main/java/org/mockito/internal/matchers/text/
MatcherToString.java 10 import java.lang.reflect.Method;
14 * Provides better toString() text for matcher that don't have toString() method declared.
20 * Searches matcher class hierarchy for toString() method. If it is found it will be used.
31 Method[] methods = cls.getDeclaredMethods();
32 for (Method m : methods) {
  /external/mockito/src/main/java/org/mockito/internal/util/
ObjectMethodsGuru.java 7 import java.lang.reflect.Method;
16 public static boolean isToStringMethod(Method method) {
17 MockitoMethod m = new DelegatingMethod(method);
23 public static boolean isCompareToMethod(Method method) {
24 return Comparable.class.isAssignableFrom(method.getDeclaringClass())
25 && "compareTo".equals(method.getName())
26 && method.getParameterTypes().length == 1
27 && method.getParameterTypes()[0] == method.getDeclaringClass()
    [all...]

Completed in 420 milliseconds

1 2 3 45 6 7 8 91011>>