Home
last modified time | relevance | path

Searched full:method (Results 1 – 25 of 13001) sorted by relevance

12345678910>>...521

/external/proguard/src/proguard/classfile/util/
DSimplifiedVisitor.java48 …throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()… in visitAnyClass()
71 …throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()… in visitAnyMember()
121 …throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()… in visitAnyConstant()
189 * Visits any type of method RefConstant of the given class.
234 …throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()… in visitAnyAttribute()
295 …public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAtt… in visitDeprecatedAttribute() argument
297 visitDeprecatedAttribute(clazz, (Member)method, deprecatedAttribute); in visitDeprecatedAttribute()
322 …public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttrib… in visitSyntheticAttribute() argument
324 visitSyntheticAttribute(clazz, (Member)method, syntheticAttribute); in visitSyntheticAttribute()
349 …public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute signatureAttrib… in visitSignatureAttribute() argument
[all …]
/external/icu/android_icu4j/api/legacy_platform/
Dcurrent.txt5 method public static java.util.TimeZone wrap(android.icu.util.TimeZone);
13 method public String[] getAmpmNarrowStrings();
17 method public String getBestPattern(String, int, boolean);
21 method public static android.icu.text.StringPrep getInstance(int);
22 method public String prepare(String, int) throws android.icu.text.StringPrepParseException;
32 method public abstract android.icu.util.TimeZoneTransition getNextTransition(long, boolean);
36method public static java.util.Set<android.icu.util.Region> getAvailable(android.icu.util.Region.R…
44 method public int getDSTSavings();
48 method public android.icu.util.TimeZoneRule getFrom();
49 method public long getTime();
[all …]
/external/apache-http/api/
Dcurrent.txt6 method public String getAuthInfo();
7 method public String getHost();
8 method public String getPath();
9 method public int getPort();
10 method public String getScheme();
11 method public void setAuthInfo(String);
12 method public void setHost(String);
13 method public void setPath(String);
14 method public void setPort(int);
15 method public void setScheme(String);
[all …]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DGeneratedMonitorTest.java26 import java.lang.reflect.Method;
42 * <p>This test class generates all of its own test cases in the {@link #suite()} method. Every
43 * {@code enterXxx}, {@code tryEnterXxx}, and {@code waitForXxx} method of the {@code Monitor} class
55 Method[] methods = Monitor.class.getMethods(); in suite()
57 for (Method method : methods) { in suite()
58 if (isAnyEnter(method) || isWaitFor(method)) { in suite()
59 validateMethod(method); in suite()
60 addTests(suite, method); in suite()
81 * Various scenarios to be generated for each method under test. The actual scenario generation
83 * takes place in {@link #addTests(TestSuite, Method)}.
[all …]
/external/icu/android_icu4j/api/public/
Dcurrent.txt5 method public static int charCount(int);
6 method public static int codePointAt(CharSequence, int);
7 method public static int codePointAt(char[], int);
8 method public static int codePointAt(char[], int, int);
9 method public static int codePointBefore(CharSequence, int);
10 method public static int codePointBefore(char[], int);
11 method public static int codePointBefore(char[], int, int);
12 method public static int codePointCount(CharSequence, int, int);
13 method public static int codePointCount(char[], int, int);
14 method public static int digit(int, int);
[all …]
/external/icu/android_icu4j/api/intra/
Dcurrent.txt5 method public static void handleCompatChangesBeforeBindingApplication();
9 method public static void onBeginPreload();
10 method public static void onEndPreload();
18 method @NonNull public com.android.i18n.timezone.ZoneInfoData createCopyWithRawOffset(int);
19method @NonNull public static com.android.i18n.timezone.ZoneInfoData createFromSerializationFields…
20method @NonNull public static com.android.i18n.timezone.ZoneInfoData createInstance(@NonNull Strin…
21 method @NonNull public String getID();
22 method @Nullable public Integer getLatestDstSavingsMillis(long);
23 method public int getOffset(long);
24 method public int getOffsetsByUtcTime(long, @NonNull int[]);
[all …]
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
DVerificationTypeVisitor.java36 …public void visitIntegerType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitIntegerType() argument
37 …public void visitFloatType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitFloatType() argument
38 …public void visitLongType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitLongType() argument
39 …public void visitDoubleType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitDoubleType() argument
40 …public void visitTopType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitTopType() argument
41 …public void visitObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitObjectType() argument
42 …public void visitNullType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitNullType() argument
43 …public void visitUninitializedType( Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitUninitializedType() argument
44 …public void visitUninitializedThisType(Clazz clazz, Method method, CodeAttribute codeAttribute, in… in visitUninitializedThisType() argument
46 …public void visitStackIntegerType( Clazz clazz, Method method, CodeAttribute codeAttribut… in visitStackIntegerType() argument
[all …]
/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcordz_update_tracker_test.cc34 using Method = CordzUpdateTracker::MethodIdentifier; typedef
35 using Methods = std::array<Method, Method::kNumMethods>;
39 return Methods{Method::kUnknown, in AllMethods()
40 Method::kAppendCord, in AllMethods()
41 Method::kAppendExternalMemory, in AllMethods()
42 Method::kAppendString, in AllMethods()
43 Method::kAssignCord, in AllMethods()
44 Method::kAssignString, in AllMethods()
45 Method::kClear, in AllMethods()
46 Method::kConstructorCord, in AllMethods()
[all …]
/external/python/cpython3/Lib/test/
Dpydocfodder.py8 "Method defined in A."
10 "Method defined in A and B."
12 "Method defined in A and C."
14 "Method defined in A and D."
16 "Method defined in A, B and C."
18 "Method defined in A, B and D."
20 "Method defined in A, C and D."
22 "Method defined in A, B, C and D."
28 "Method defined in A and B."
30 "Method defined in A, B and C."
[all …]
/external/python/cpython2/Lib/test/
Dpydocfodder.py8 "Method defined in A."
10 "Method defined in A and B."
12 "Method defined in A and C."
14 "Method defined in A and D."
16 "Method defined in A, B and C."
18 "Method defined in A, B and D."
20 "Method defined in A, C and D."
22 "Method defined in A, B, C and D."
28 "Method defined in A and B."
30 "Method defined in A, B and C."
[all …]
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DGeneratedMonitorTest.java26 import java.lang.reflect.Method;
39 * <p>This test class generates all of its own test cases in the {@link #suite()} method. Every
40 * {@code enterXxx}, {@code tryEnterXxx}, and {@code waitForXxx} method of the {@code Monitor} class
52 Method[] methods = Monitor.class.getMethods(); in suite()
54 for (Method method : methods) { in suite()
55 if (isAnyEnter(method) || isWaitFor(method)) { in suite()
56 validateMethod(method); in suite()
57 addTests(suite, method); in suite()
78 * Various scenarios to be generated for each method under test. The actual scenario generation
80 * takes place in {@link #addTests(TestSuite, Method)}.
[all …]
/external/guice/lib/build/
Dguice-3.0.xml22 <method name="addError"
34 </method>
35 <method name="addError"
49 </method>
50 <method name="addError"
62 </method>
63 <method name="bind"
75 </method>
76 <method name="bind"
88 </method>
[all …]
Dguice-4.0.xml22 <method name="addError"
34 </method>
35 <method name="addError"
49 </method>
50 <method name="addError"
62 </method>
63 <method name="bind"
75 </method>
76 <method name="bind"
88 </method>
[all …]
Dguice-2.0.xml22 <method name="addError"
34 </method>
35 <method name="addError"
49 </method>
50 <method name="addError"
62 </method>
63 <method name="bind"
75 </method>
76 <method name="bind"
88 </method>
[all …]
Dguice-1.0.xml22 <method name="addError"
36 </method>
37 <method name="addError"
49 </method>
50 <method name="bind"
62 </method>
63 <method name="bind"
75 </method>
76 <method name="bind"
88 </method>
[all …]
/external/conscrypt/srcgen/
Dunsupported-app-usage.json1 // See com.google.currysrc.aosp.Annotations.addUnsupportedAppUsage(Path) method for details on the
5 … "@location": "method:com.android.org.conscrypt.AbstractConscryptSocket#getAlpnSelectedProtocol()",
10 … "@location": "method:com.android.org.conscrypt.AbstractConscryptSocket#getApplicationProtocols()",
15 "@location": "method:com.android.org.conscrypt.AbstractConscryptSocket#getChannelId()",
20 "@location": "method:com.android.org.conscrypt.AbstractConscryptSocket#getHostname()",
25 "@location": "method:com.android.org.conscrypt.AbstractConscryptSocket#getHostnameOrIP()",
30 … "@location": "method:com.android.org.conscrypt.AbstractConscryptSocket#getNpnSelectedProtocol()",
35 "@location": "method:com.android.org.conscrypt.AbstractConscryptSocket#getSoWriteTimeout()",
40 … "@location": "method:com.android.org.conscrypt.AbstractConscryptSocket#setAlpnProtocols(byte[])",
45 …"@location": "method:com.android.org.conscrypt.AbstractConscryptSocket#setAlpnProtocols(String[])",
[all …]
Dstable-core-platform-api.txt1 method:com.android.org.conscrypt.ClientSessionContext#setPersistentCache(SSLClientSessionCache)
2 method:com.android.org.conscrypt.Conscrypt#getDefaultX509TrustManager()
3 method:com.android.org.conscrypt.FileClientSessionCache#usingDirectory(File)
4 method:com.android.org.conscrypt.OpenSSLProvider#OpenSSLProvider()
5 method:com.android.org.conscrypt.OpenSSLSocketImpl#getAlpnSelectedProtocol()
6 method:com.android.org.conscrypt.OpenSSLSocketImpl#getNpnSelectedProtocol()
7 method:com.android.org.conscrypt.OpenSSLSocketImpl#setAlpnProtocols(byte[])
8 method:com.android.org.conscrypt.OpenSSLSocketImpl#setChannelIdPrivateKey(PrivateKey)
9 method:com.android.org.conscrypt.OpenSSLSocketImpl#setHandshakeTimeout(int)
10 method:com.android.org.conscrypt.OpenSSLSocketImpl#setHostname(String)
[all …]
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
DIcu4jTransform.java342 "method:android.icu.lang.UCharacter#getCharFromName1_0(String)",
343 "method:android.icu.lang.UCharacter#getISOComment(int)",
344 "method:android.icu.lang.UCharacter#getName1_0(int)",
345 "method:android.icu.lang.UCharacter#getName1_0Iterator()",
346 "method:android.icu.lang.UCharacter#getPropertyValueEnumNoThrow(int,CharSequence)",
347 "method:android.icu.lang.UCharacter#getStringPropertyValue(int,int,int)",
348 "method:android.icu.lang.UCharacter#isJavaLetter(int)",
349 "method:android.icu.lang.UCharacter#isJavaLetterOrDigit(int)",
350 "method:android.icu.lang.UCharacter#isSpace(int)",
351 "method:android.icu.lang.UCharacter#toTitleFirst(ULocale,String)",
[all …]
/external/conscrypt/api/platform/
Dcurrent.txt8 method public final java.util.Enumeration<byte[]> getIds();
9 method public final javax.net.ssl.SSLSession getSession(byte[]);
10 method public final int getSessionCacheSize();
11 method public final int getSessionTimeout();
12 method public void setPersistentCache(com.android.org.conscrypt.SSLClientSessionCache);
13 method public final void setSessionCacheSize(int) throws java.lang.IllegalArgumentException;
14 method public final void setSessionTimeout(int) throws java.lang.IllegalArgumentException;
18method public static javax.net.ssl.X509TrustManager getDefaultX509TrustManager() throws java.secur…
25method public static com.android.org.conscrypt.SSLClientSessionCache usingDirectory(java.io.File) …
33 method public void addHandshakeCompletedListener(javax.net.ssl.HandshakeCompletedListener);
[all …]
Dlast-api.txt8 method public final java.util.Enumeration<byte[]> getIds();
9 method public final javax.net.ssl.SSLSession getSession(byte[]);
10 method public final int getSessionCacheSize();
11 method public final int getSessionTimeout();
12 method public void setPersistentCache(com.android.org.conscrypt.SSLClientSessionCache);
13 method public final void setSessionCacheSize(int) throws java.lang.IllegalArgumentException;
14 method public final void setSessionTimeout(int) throws java.lang.IllegalArgumentException;
18method public static javax.net.ssl.X509TrustManager getDefaultX509TrustManager() throws java.secur…
25method public static com.android.org.conscrypt.SSLClientSessionCache usingDirectory(java.io.File) …
33 method public void addHandshakeCompletedListener(javax.net.ssl.HandshakeCompletedListener);
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-core/
Dcom_github_javaparser_symbolsolver_reflectionmodel_ReflectionMethodDeclaration.txt1 Line 42) method.isSynthetic() ==> java.lang.reflect.Method.isSynthetic()
2 Line 42) method.isBridge() ==> java.lang.reflect.Method.isBridge()
3 Line 50) method.getName() ==> java.lang.reflect.Method.getName()
4 Line 77) method.getDeclaringClass().isInterface() ==> java.lang.Class.isInterface()
5 Line 77) method.getDeclaringClass() ==> java.lang.reflect.Method.getDeclaringClass()
6 Line 78) method.getDeclaringClass() ==> java.lang.reflect.Method.getDeclaringClass()
7 Line 80) method.getDeclaringClass().isEnum() ==> java.lang.Class.isEnum()
8 Line 80) method.getDeclaringClass() ==> java.lang.reflect.Method.getDeclaringClass()
9 Line 81) method.getDeclaringClass() ==> java.lang.reflect.Method.getDeclaringClass()
10 Line 83) method.getDeclaringClass() ==> java.lang.reflect.Method.getDeclaringClass()
[all …]
/external/proguard/src/proguard/optimize/
DChangedCodePrinter.java122 …public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAtt… in visitDeprecatedAttribute() argument
124 attributeVisitor.visitDeprecatedAttribute(clazz, method, deprecatedAttribute); in visitDeprecatedAttribute()
128 …public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttrib… in visitSyntheticAttribute() argument
130 attributeVisitor.visitSyntheticAttribute(clazz, method, syntheticAttribute); in visitSyntheticAttribute()
134 …public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute syntheticAttrib… in visitSignatureAttribute() argument
136 attributeVisitor.visitSignatureAttribute(clazz, method, syntheticAttribute); in visitSignatureAttribute()
146 …public void visitMethodParametersAttribute(Clazz clazz, Method method, MethodParametersAttribute e… in visitMethodParametersAttribute() argument
148 attributeVisitor.visitMethodParametersAttribute(clazz, method, exceptionsAttribute); in visitMethodParametersAttribute()
152 …public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAtt… in visitExceptionsAttribute() argument
154 attributeVisitor.visitExceptionsAttribute(clazz, method, exceptionsAttribute); in visitExceptionsAttribute()
[all …]
/external/wpa_supplicant_8/src/eap_server/
Deap_server_methods.c2 * EAP server method registration
20 * eap_server_get_eap_method - Get EAP method based on type number
22 * @method: EAP type number
23 * Returns: Pointer to EAP method or %NULL if not found
26 enum eap_type method) in eap_server_get_eap_method() argument
30 if (m->vendor == vendor && m->method == method) in eap_server_get_eap_method()
38 * eap_server_get_type - Get EAP type for the given EAP method name
39 * @name: EAP method name, e.g., TLS
41 * Returns: EAP method type or %EAP_TYPE_NONE if not found
52 return m->method; in eap_server_get_type()
[all …]
/external/proguard/src/proguard/classfile/attribute/visitor/
DNonEmptyAttributeFilter.java108 …public void visitDeprecatedAttribute(Clazz clazz, Method method, DeprecatedAttribute deprecatedAtt… in visitDeprecatedAttribute() argument
110 attributeVisitor.visitDeprecatedAttribute(clazz, method, deprecatedAttribute); in visitDeprecatedAttribute()
126 …public void visitSyntheticAttribute(Clazz clazz, Method method, SyntheticAttribute syntheticAttrib… in visitSyntheticAttribute() argument
128 attributeVisitor.visitSyntheticAttribute(clazz, method, syntheticAttribute); in visitSyntheticAttribute()
144 …public void visitSignatureAttribute(Clazz clazz, Method method, SignatureAttribute signatureAttrib… in visitSignatureAttribute() argument
146 attributeVisitor.visitSignatureAttribute(clazz, method, signatureAttribute); in visitSignatureAttribute()
156 …public void visitMethodParametersAttribute(Clazz clazz, Method method, MethodParametersAttribute e… in visitMethodParametersAttribute() argument
160 attributeVisitor.visitMethodParametersAttribute(clazz, method, exceptionsAttribute); in visitMethodParametersAttribute()
165 …public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAtt… in visitExceptionsAttribute() argument
169 attributeVisitor.visitExceptionsAttribute(clazz, method, exceptionsAttribute); in visitExceptionsAttribute()
[all …]
/external/junit/src/main/java/org/junit/runners/model/
DFrameworkMethod.java5 import java.lang.reflect.Method;
12 * Represents a method on a test class to be invoked at the appropriate point in
20 private final Method method; field in FrameworkMethod
23 * Returns a new {@code FrameworkMethod} for {@code method}
25 public FrameworkMethod(Method method) { in FrameworkMethod() argument
26 if (method == null) { in FrameworkMethod()
28 "FrameworkMethod cannot be created without an underlying method."); in FrameworkMethod()
30 this.method = method; in FrameworkMethod()
33 // This method could be a public method in a package-scope base class in FrameworkMethod()
35 method.setAccessible(true); in FrameworkMethod()
[all …]

12345678910>>...521