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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/libcore/support/src/test/java/targets/
KeyGenerator.java 34 protected abstract void method(); method in class:KeyGenerator.AES
39 protected abstract void method(); method in class:KeyGenerator.DES
44 protected abstract void method(); method in class:KeyGenerator.DESede
49 protected abstract void method(); method in class:KeyGenerator.HMACMD5
54 protected abstract void method(); method in class:KeyGenerator.HMACSHA1
59 protected abstract void method(); method in class:KeyGenerator.HMACSHA256
64 protected abstract void method(); method in class:KeyGenerator.HMACSHA384
69 protected abstract void method(); method in class:KeyGenerator.HMACSHA512
Cipher.java 19 protected abstract void method(); method in class:Cipher.RSA
24 protected abstract void method(); method in class:Cipher.AES
29 protected abstract void method(); method in class:Cipher.AESWrap
34 protected abstract void method(); method in class:Cipher.DES
39 protected abstract void method(); method in class:Cipher.DESede
44 protected abstract void method(); method in class:Cipher.DESedeWrap
49 protected abstract void method(); method in class:Cipher.PBE
Signatures.java 22 protected abstract void method(); method in class:Signatures.SHA512withRSA
27 protected abstract void method(); method in class:Signatures.SHA384withRSA
32 protected abstract void method(); method in class:Signatures.SHA256withRSA
37 protected abstract void method(); method in class:Signatures.SHA224withRSA
42 protected abstract void method(); method in class:Signatures.SHA1withRSA
47 protected abstract void method(); method in class:Signatures.MD5withRSA
52 protected abstract void method(); method in class:Signatures.MD2withRSA
57 protected abstract void method(); method in class:Signatures.SHA1withDSA
62 protected abstract void method(); method in class:Signatures.NONEwithDSA
Mac.java 34 protected abstract void method(); method in class:Mac.HMACMD5
39 protected abstract void method(); method in class:Mac.HMACSHA1
44 protected abstract void method(); method in class:Mac.HMACSHA256
49 protected abstract void method(); method in class:Mac.HMACSHA384
54 protected abstract void method(); method in class:Mac.HMACSHA512
SecretKeyFactory.java 34 protected abstract void method(); method in class:SecretKeyFactory.DES
39 protected abstract void method(); method in class:SecretKeyFactory.DESede
44 protected abstract void method(); method in class:SecretKeyFactory.PBEWITHMD5ANDDES
AlgorithmParameters.java 20 protected abstract void method(); method in class:AlgorithmParameters.DES
25 protected abstract void method(); method in class:AlgorithmParameters.DSA
30 protected abstract void method(); method in class:AlgorithmParameters.DESede
35 protected abstract void method(); method in class:AlgorithmParameters.OAEP
40 protected abstract void method(); method in class:AlgorithmParameters.AES
45 protected abstract void method(); method in class:AlgorithmParameters.DH
MessageDigests.java 22 protected abstract void method(); method in class:MessageDigests.MD2
27 protected abstract void method(); method in class:MessageDigests.MD5
32 protected abstract void method(); method in class:MessageDigests.SHA_1
37 protected abstract void method(); method in class:MessageDigests.SHA_256
42 protected abstract void method(); method in class:MessageDigests.SHA_384
47 protected abstract void method(); method in class:MessageDigests.SHA_512
  /external/webkit/WebKit/chromium/src/js/
InjectDispatch.js 39 * Main dispatch method, all calls from the host to InspectorController go
60 * @param {string} method name of the dispatch method.
62 ApuAgentDispatcher.dispatchToApu = function(method, args)
64 if (method !== "addRecordToTimeline" && method !== "updateResource" && method !== "addResource")
74 * using dispatchOut bound method.
76 function dispatch(method, var_args) {
80 if (method === "inspectedWindowCleared" || method === "reset" || method === "setAttachedWindow")
    [all...]
  /dalvik/dx/tests/098-dex-jsr-ret-throw/
run 17 dx --debug --dump --method=run --rop-blocks 'ViewDebug$ViewServer.class'
  /cts/tests/tests/app/src/android/app/cts/
LifecycleTest.java 64 method = "Activity",
69 method = "onUserInteraction",
74 method = "onUserLeaveHint",
79 method = "setVisible",
84 method = "finalize",
89 method = "getInstanceCount",
94 method = "closeContextMenu",
99 method = "getIntent",
104 method = "setIntent",
109 method = "getApplication"
    [all...]
LaunchTest.java 52 method = "Activity",
57 method = "onUserInteraction",
62 method = "onUserLeaveHint",
67 method = "setVisible",
72 method = "closeContextMenu",
77 method = "finalize",
82 method = "getInstanceCount",
87 method = "getIntent",
92 method = "getApplication",
97 method = "setIntent"
    [all...]
ExpandableListActivityTest.java 39 method = "getExpandableListView",
44 method = "setListAdapter",
49 method = "getSelectedPosition",
54 method = "onGroupExpand",
59 method = "onGroupCollapse",
64 method = "setSelectedChild",
69 method = "setSelectedGroup",
74 method = "getSelectedId",
79 method = "ExpandableListActivity",
84 method = "getExpandableListAdapter"
    [all...]
ActivityGroupTest.java 45 method = "ActivityGroup",
51 method = "ActivityGroup",
57 method = "onCreate",
63 method = "onResume",
69 method = "onSaveInstanceState",
75 method = "onPause",
81 method = "onStop",
87 method = "onDestroy",
93 method = "getCurrentActivity",
99 method = "getLocalActivityManager"
    [all...]
  /cts/tests/src/android/text/method/cts/
StubActivity.java 17 package android.text.method.cts;
20 import android.text.method.ArrowKeyMovementMethod;
21 import android.text.method.LinkMovementMethod;
22 import android.text.method.ScrollingMovementMethod;
KeyListenerStubActivity.java 17 package android.text.method.cts;
23 import android.text.method.BaseKeyListener;
24 import android.text.method.DateKeyListener;
25 import android.text.method.DateTimeKeyListener;
26 import android.text.method.DigitsKeyListener;
27 import android.text.method.MultiTapKeyListener;
28 import android.text.method.NumberKeyListener;
29 import android.text.method.QwertyKeyListener;
30 import android.text.method.TextKeyListener;
31 import android.text.method.TimeKeyListener
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_methods.h 2 * hostapd / EAP method registration
19 EapType method);
21 EapType method, const char *name);
22 void eap_server_method_free(struct eap_method *method);
23 int eap_server_method_register(struct eap_method *method);
  /external/apache-http/src/org/apache/http/impl/
DefaultHttpRequestFactory.java 73 private static boolean isOneOf(final String[] methods, final String method) {
75 if (methods[i].equalsIgnoreCase(method)) {
87 String method = requestline.getMethod(); local
88 if (isOneOf(RFC2616_COMMON_METHODS, method)) {
90 } else if (isOneOf(RFC2616_ENTITY_ENC_METHODS, method)) {
92 } else if (isOneOf(RFC2616_SPECIAL_METHODS, method)) {
95 throw new MethodNotSupportedException(method + " method not supported");
99 public HttpRequest newHttpRequest(final String method, final String uri)
101 if (isOneOf(RFC2616_COMMON_METHODS, method)) {
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
ReplacementTransformationMethodTest.java 17 package android.text.method.cts;
26 import android.text.method.ReplacementTransformationMethod;
56 method = "getTransformation",
60 MyReplacementTransformationMethod method = local
62 CharSequence result = method.getTransformation("010101", null);
65 mEditText.setTransformationMethod(method);
72 method = "getTransformation",
80 ReplacementTransformationMethod method = new MyReplacementTransformationMethod(ORIGINAL, local
84 method.getTransformation(null, null);
85 fail("The method should check whether the char sequence is null.")
100 ReplacementTransformationMethod method = local
128 ReplacementTransformationMethod method = local
153 ReplacementTransformationMethod method = new MyReplacementTransformationMethod(ORIGINAL, local
    [all...]
SingleLineTransformationMethodTest.java 17 package android.text.method.cts;
25 import android.text.method.SingleLineTransformationMethod;
41 method = "SingleLineTransformationMethod",
50 method = "getInstance",
64 method = "getReplacement",
69 method = "getOriginal",
74 MySingleLineTranformationMethod method = new MySingleLineTranformationMethod(); local
75 TextMethodUtils.assertEquals(new char[] { ' ', '\uFEFF' }, method.getReplacement());
76 TextMethodUtils.assertEquals(new char[] { '\n', '\r' }, method.getOriginal());
81 method = "getTransformation"
85 SingleLineTransformationMethod method = SingleLineTransformationMethod.getInstance(); local
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
GenericMethodsTests.java 25 import java.lang.reflect.Method;
33 @TestTargetClass(Method.class)
56 method = "getTypeParameters",
64 * Tests whether the specified method declares a type parameter T.
65 * @param method the method
67 private void checkTypeParameter(Method method) {
68 TypeVariable<Method> typeParameter = getTypeParameter(method);
105 Method method = clazz.getMethod("noParamNoReturn"); local
130 Method method = clazz.getMethod("paramNoReturn", Object.class); local
150 Method method = clazz.getMethod("noParamReturn"); local
176 Method method = clazz.getMethod("paramReturn", Object.class); local
    [all...]
WildcardTypeTest.java 20 import java.lang.reflect.Method;
66 method = "getTypeParameters",
76 * @param method the declaring method
78 private void checkBoundedTypeParameter(Method method) {
79 TypeVariable<Method> typeParameter = getTypeParameter(method);
81 assertEquals(method, typeParameter.getGenericDeclaration());
89 private void checkLowerBoundedParameter(Method method)
152 Method method = clazz.getMethod("upperBoundedParamNoReturn", BoundedWildcardsGenericMethods.class); local
164 Method method = clazz.getMethod("lowerBoundedParamReturn", BoundedWildcardsGenericMethods.class); local
177 Method method = clazz.getMethod("upperBoundedParamReturn", BoundedWildcardsGenericMethods.class); local
190 Method method = clazz.getMethod("lowerBoundedParamNoReturn", BoundedWildcardsGenericMethods.class); local
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/neg_float/d/
T_neg_float_5.d 6 .method public <init>()V
11 .end method
13 .method public run(F)F
18 .end method
  /cts/tools/vm-tests/src/dot/junit/opcodes/neg_int/d/
T_neg_int_6.d 6 .method public <init>()V
11 .end method
13 .method public run(I)I
18 .end method
  /dalvik/vm/interp/
Interp.h 27 void dvmInterpret(Thread* thread, const Method* method, JValue* pResult);
33 * instruction. "method" is the method currently being executed.
35 void dvmThrowVerificationError(const Method* method, int kind, int ref);
47 void dvmAddBreakAddr(Method* method, unsigned int instrOffset);
48 void dvmClearBreakAddr(Method* method, unsigned int instrOffset)
    [all...]
  /cts/tools/signature-tools/src/signature/model/impl/
SigMethod.java 50 public static String toString(IMethod method) {
52 builder.append(Modifier.toString(method.getModifiers()));
53 builder.append(method.getReturnType());
55 if (method.getTypeParameters() != null
56 && !method.getTypeParameters().isEmpty()) {
60 .separate(method.getTypeParameters(), ", "));
63 builder.append(method.getName());
65 builder.append(method.getParameters().isEmpty() ? "" : ModelUtil
66 .separate(method.getParameters(), ", "));
68 if (method.getExceptions() != nul
    [all...]

Completed in 2365 milliseconds

1 2 3 4 5 6 7 8 91011>>