HomeSort by relevance Sort by last modified time
    Searched refs:method (Results 851 - 875 of 4969) sorted by null

<<31323334353637383940>>

  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
UnsupportedAddressTypeExceptionTest.java 52 method = "!SerializationSelf",
58 method = "UnsupportedAddressTypeException",
74 method = "!SerializationGolden",
80 method = "UnsupportedAddressTypeException",
  /dalvik/libcore/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
CoderMalfunctionErrorTest.java 42 method = "CoderMalfunctionError",
57 method = "CoderMalfunctionError",
71 method = "!SerializationSelf",
85 method = "!SerializationGolden",
  /dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/
Charset_SingleByte_ISO_8859_3.java 60 method = "functionalCoDec_REPR",
80 method = "functionalCoDec_REPR",
91 method = "functionalCoDec_REPR",
102 method = "functionalCoDec_REPR",
GBCharsetEncoderTest.java 53 method = "canEncode",
71 method = "canEncode",
89 method = "averageBytesPerChar",
95 method = "maxBytesPerChar",
  /dalvik/libcore/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
BackingStoreExceptionTest.java 43 method = "BackingStoreException",
58 method = "BackingStoreException",
75 method = "!SerializationSelf",
89 method = "!SerializationGolden",
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
KSPasswordProtectionTest.java 57 method = "PasswordProtection",
63 method = "getPassword",
69 method = "isDestroyed",
75 method = "destroy",
SecureRandomSpiTest.java 45 method = "SecureRandomSpi",
51 method = "engineGenerateSeed",
57 method = "engineNextBytes",
63 method = "engineSetSeed",
  /dalvik/libcore/security/src/test/java/tests/java/security/
AlgorithmParameterGeneratorSpiTest.java 55 method = "AlgorithmParameterGeneratorSpi",
61 method = "engineGenerateParameters",
67 method = "engineInit",
73 method = "engineInit",
  /dalvik/libcore/security/src/test/java/tests/security/spec/
DSAParameterSpecTest.java 49 method = "DSAParameterSpec",
67 method = "getG",
85 method = "getP",
103 method = "getQ",
  /dalvik/libcore/security/src/test/java/tests/targets/security/
SecureRandomTest.java 45 method="getInstance",
50 method="setSeed",
55 method="nextBytes",
60 method="method",
  /dalvik/libcore/security/src/test/java/tests/targets/security/cert/
CertPathBuilderTest.java 50 method="getInstance",
55 method="build",
61 method="getCertPath",
66 method="method",
  /dalvik/vm/hprof/
HprofStack.h 22 const Method *method; member in struct:__anon697
  /dalvik/vm/mterp/
Mterp.c 80 glue->methodClassDex = glue->method->clazz->pDvmDex;
97 char* desc = dexProtoCopyMethodDescriptor(&glue->method->prototype);
101 glue->method->clazz->descriptor,
102 glue->method->name,
  /dalvik/vm/mterp/x86-atom/
OP_INVOKE_VIRTUAL.S 19 * Code: Call a virtual method. Provides an "isrange" variable and
25 * Description: invoke-virtual is used to invoke a normal virtual method;
26 * a method that is not static or final, and is not a constructor.
49 FETCH 1, %ecx # %ecx<- method index
57 movl (%eax, %ecx, 4), %eax # %eax<- resolved base method
64 movl offGlue_method(%eax), %eax # %eax<- glue->method
65 movl $$METHOD_VIRTUAL, -8(%esp) # push parameter method type
66 movl %ecx, -12(%esp) # push paramter method index
67 movl offMethod_clazz(%eax), %eax # %eax<- glue->method->clazz
72 # return: Method*
    [all...]
OP_INVOKE_VIRTUAL_QUICK.S 30 FETCH 1, %ecx # %ecx<- method index
38 jmp common_invokeMethod${routine} # invoke method common code
  /dalvik/vm/oo/
AccessCheck.h 29 * Determine whether the "accessFrom" class is allowed to get at "method".
31 bool dvmCheckMethodAccess(const ClassObject* accessFrom, const Method* method);
  /development/samples/ApiDemos/src/com/example/android/apis/text/
LogTextBox.java 21 import android.text.method.ScrollingMovementMethod;
22 import android.text.method.MovementMethod;
23 import android.text.method.KeyListener;
24 import android.text.method.TransformationMethod;
  /external/easymock/src/org/easymock/internal/
ILegacyMatcherMethods.java 18 import java.lang.reflect.Method;
26 void setMatcher(Method method, org.easymock.ArgumentsMatcher matcher);
  /external/openssl/crypto/x509v3/
v3_bitst.c 94 STACK_OF(CONF_VALUE) *i2v_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
98 for(bnam =method->usr_data; bnam->lname; bnam++) {
105 ASN1_BIT_STRING *v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
118 for(bnam = method->usr_data; bnam->lname; bnam++) {
v3_ia5.c 66 static char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, ASN1_IA5STRING *ia5);
67 static ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str);
80 static char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method,
94 static ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method,
  /external/ppp/pppd/
ccp.h 43 short method; /* code for chosen compression method */ member in struct:ccp_options
  /external/proguard/src/proguard/classfile/attribute/
Attribute.java 79 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called");
94 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called");
99 * Accepts the given visitor in the context of the given method.
101 public void accept(Clazz clazz, Method method, AttributeVisitor attributeVisitor)
103 // Delegate the default invocation if the method is null anyway.
104 if (method == null)
110 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called");
117 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, AttributeVisitor attributeVisitor
    [all...]
  /external/proguard/src/proguard/classfile/attribute/annotation/visitor/
AnnotationTypeFilter.java 78 public void visitAnnotation(Clazz clazz, Method method, Annotation annotation)
82 annotationVisitor.visitAnnotation(clazz, method, annotation);
87 public void visitAnnotation(Clazz clazz, Method method, int parameterIndex, Annotation annotation)
91 annotationVisitor.visitAnnotation(clazz, method, parameterIndex, annotation);
  /external/proguard/src/proguard/classfile/attribute/preverification/
SameOneFrame.java 67 public void stackItemAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VerificationTypeVisitor verificationTypeVisitor)
69 stackItem.accept(clazz, method, codeAttribute, offset, verificationTypeVisitor);
83 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrameVisitor stackMapFrameVisitor)
85 stackMapFrameVisitor.visitSameOneFrame(clazz, method, codeAttribute, offset, this);
StackMapTableAttribute.java 69 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, AttributeVisitor attributeVisitor)
71 attributeVisitor.visitStackMapTableAttribute(clazz, method, codeAttribute, this);
78 public void stackMapFramesAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapFrameVisitor stackMapFrameVisitor)
90 stackMapFrame.accept(clazz, method, codeAttribute, offset, stackMapFrameVisitor);

Completed in 321 milliseconds

<<31323334353637383940>>