Home
last modified time | relevance | path

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

12345678910>>...606

/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/apache-commons-lang/src/main/java/org/apache/commons/lang3/function/
DMethodInvokers.java23 import java.lang.reflect.Method;
33 * Converts {@link Method} objects to lambdas.
35 …* More specifically, produces instances of single-method interfaces which redirect calls to method…
36 * {@link #asInterfaceInstance(Class, Method)}.
40 …* If the interface's single-method defines no arguments, use {@link #asFunction(Method)} and then …
41 * passing in the object to receive the method call.
48 * final Method method = String.class.getMethod("length");
49 * final Function<String, Integer> function = MethodInvokers.asFunction(method);
55 …* If the interface's single-method defines one argument, use {@link #asBiFunction(Method)} and the…
56 …* passing in the object to receive the method call. The second argument to the function is the onl…
[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/icu/android_icu4j/api/legacy_platform/
Dcurrent.txt5 method public String[] getAmpmNarrowStrings();
9 method public String getBestPattern(String, int, boolean);
13 method public static android.icu.text.StringPrep getInstance(int);
14 method public String prepare(String, int) throws android.icu.text.StringPrepParseException;
24 method public String getCountryIso();
25 method public android.icu.util.TimeZone getDefaultTimeZone();
26 method public String getDefaultTimeZoneId();
27method public java.util.List<com.android.i18n.timezone.CountryTimeZones.TimeZoneMapping> getEffect…
28method public java.util.List<com.android.i18n.timezone.CountryTimeZones.TimeZoneMapping> getTimeZo…
29 method public boolean hasUtcZone(long);
[all …]
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/reflect/
DMethodUtils.java22 import java.lang.reflect.Method;
44 * Utility reflection methods focused on {@link Method}s, originally from Commons BeanUtils.
52 * However, an {@link IllegalAccessException} is thrown if the method is invoked.</p>
55 …l attempt to call {@link java.lang.reflect.AccessibleObject#setAccessible(boolean)} on this method.
56 * If this call succeeds, then the method can be invoked as normal.
58 * If this call fails then the method may fail.</p>
64 …private static final Comparator<Method> METHOD_BY_SIGNATURE = Comparator.comparing(Method::toStrin…
69 * {@code MethodUtils.getAccessibleMethod(method)}.
78 * Invokes a named method without parameters.
80 …* <p>This method delegates the method search to {@link #getMatchingAccessibleMethod(Class, 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
54 Method[] methods = Monitor.class.getMethods(); in suite()
56 for (Method method : methods) { in suite()
57 if (isAnyEnter(method) || isWaitFor(method)) { in suite()
58 validateMethod(method); in suite()
59 addTests(suite, method); in suite()
80 * Various scenarios to be generated for each method under test. The actual scenario generation
82 * takes place in {@link #addTests(TestSuite, Method)}.
[all …]
/external/webrtc/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::kAppendCordBuffer, in AllMethods()
42 Method::kAppendExternalMemory, in AllMethods()
43 Method::kAppendString, in AllMethods()
44 Method::kAssignCord, in AllMethods()
45 Method::kAssignString, in AllMethods()
46 Method::kClear, in AllMethods()
[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::kAppendCordBuffer, in AllMethods()
42 Method::kAppendExternalMemory, in AllMethods()
43 Method::kAppendString, in AllMethods()
44 Method::kAssignCord, in AllMethods()
45 Method::kAssignString, in AllMethods()
46 Method::kClear, in AllMethods()
[all …]
/external/cronet/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::kAppendCordBuffer, in AllMethods()
42 Method::kAppendExternalMemory, in AllMethods()
43 Method::kAppendString, in AllMethods()
44 Method::kAssignCord, in AllMethods()
45 Method::kAssignString, in AllMethods()
46 Method::kClear, in AllMethods()
[all …]
/external/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::kAppendCordBuffer, in AllMethods()
42 Method::kAppendExternalMemory, in AllMethods()
43 Method::kAppendString, in AllMethods()
44 Method::kAssignCord, in AllMethods()
45 Method::kAssignString, in AllMethods()
46 Method::kClear, in AllMethods()
[all …]
/external/tensorflow/third_party/absl/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::kAppendCordBuffer, in AllMethods()
42 Method::kAppendExternalMemory, in AllMethods()
43 Method::kAppendString, in AllMethods()
44 Method::kAssignCord, in AllMethods()
45 Method::kAssignString, in AllMethods()
46 Method::kClear, in AllMethods()
[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/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 …]
/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/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/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
51 Method[] methods = Monitor.class.getMethods(); in suite()
53 for (Method method : methods) { in suite()
54 if (isAnyEnter(method) || isWaitFor(method)) { in suite()
55 validateMethod(method); in suite()
56 addTests(suite, method); in suite()
77 * Various scenarios to be generated for each method under test. The actual scenario generation
79 * takes place in {@link #addTests(TestSuite, Method)}.
[all …]
/external/rust/crates/num-bigint/src/
Dmacros.rs4 (impl $imp:ident for $res:ty, $method:ident) => {
9 fn $method(self, other: $res) -> $res {
11 $imp::$method(self, &other)
18 (impl $imp:ident for $res:ty, $method:ident) => {
23 fn $method(self, other: $res) -> $res {
26 $imp::$method(self, &other)
28 $imp::$method(other, &self)
36 (impl $imp:ident for $res:ty, $method:ident) => {
41 fn $method(self, other: $res) -> $res {
43 $imp::$method(self, &other)
[all …]
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
DIcu4jTransform.java350 "method:android.icu.lang.UCharacter#getCharFromName1_0(String)",
351 "method:android.icu.lang.UCharacter#getISOComment(int)",
352 "method:android.icu.lang.UCharacter#getName1_0(int)",
353 "method:android.icu.lang.UCharacter#getName1_0Iterator()",
354 "method:android.icu.lang.UCharacter#getPropertyValueEnumNoThrow(int,CharSequence)",
355 "method:android.icu.lang.UCharacter#getStringPropertyValue(int,int,int)",
356 "method:android.icu.lang.UCharacter#isJavaLetter(int)",
357 "method:android.icu.lang.UCharacter#isJavaLetterOrDigit(int)",
358 "method:android.icu.lang.UCharacter#isSpace(int)",
359 "method:android.icu.lang.UCharacter#toTitleFirst(ULocale,String)",
[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 …]
/external/conscrypt/api/platform/
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 …]
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 …]

12345678910>>...606