Home
last modified time | relevance | path

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

12345678910>>...566

/external/googleapis/google/cloud/compute/v1/
Dcompute_grpc_service_config.json5 "method" : "AggregatedList" string
8 "method" : "Get" string
11 "method" : "List" string
14 "method" : "AggregatedList" string
17 "method" : "Get" string
20 "method" : "List" string
23 "method" : "AggregatedList" string
26 "method" : "Get" string
29 "method" : "List" string
32 "method" : "Get" string
[all …]
/external/googleapis/google/cloud/aiplatform/v1beta1/
Daiplatform_grpc_service_config.json7 "method": "CreateDataset" string
11 "method": "GetDataset" string
15 "method": "UpdateDataset" string
19 "method": "ListDatasets" string
23 "method": "DeleteDataset" string
27 "method": "ImportData" string
31 "method": "ExportData" string
35 "method": "ListDataItems" string
39 "method": "GetAnnotationSpec" string
43 "method": "ListAnnotations" string
[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/googleapis/google/cloud/aiplatform/v1/
Daiplatform_grpc_service_config.json7 "method": "CreateDataset" string
11 "method": "GetDataset" string
15 "method": "UpdateDataset" string
19 "method": "ListDatasets" string
23 "method": "DeleteDataset" string
27 "method": "ImportData" string
31 "method": "ExportData" string
35 "method": "ListDataItems" string
39 "method": "GetAnnotationSpec" string
43 "method": "ListAnnotations" string
[all …]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DGeneratedMonitorTest.java26 import java.lang.reflect.Method;
43 * <p>This test class generates all of its own test cases in the {@link #suite()} method. Every
44 * {@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/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/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/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/libtextclassifier/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/rust/crates/grpcio-sys/grpc/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/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/private-join-and-compute/third_party/abseil-cpp-20230125.2/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/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/gapic/model/
DMethodTest.java30 private static final Method METHOD = field in MethodTest
31 Method.builder()
32 .setName("My method")
48 assertThat(Method.toStream(false, false)).isEqualTo(Method.Stream.NONE); in toStream()
49 assertThat(Method.toStream(true, false)).isEqualTo(Method.Stream.CLIENT); in toStream()
50 assertThat(Method.toStream(false, true)).isEqualTo(Method.Stream.SERVER); in toStream()
51 assertThat(Method.toStream(true, true)).isEqualTo(Method.Stream.BIDI); in toStream()
56 assertThat(METHOD.hasRoutingHeaderParams()).isFalse(); in hasRoutingHeaders_shouldReturnFalseIfRoutingHeadersIsNull()
61 Method method = in hasRoutingHeaders_shouldReturnFalseIfRoutingHeadersIsEmpty() local
62 METHOD.toBuilder().setRoutingHeaderRule(RoutingHeaderRule.builder().build()).build(); in hasRoutingHeaders_shouldReturnFalseIfRoutingHeadersIsEmpty()
[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/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/googleapis/google/ai/generativelanguage/v1/
Dgenerativeai_grpc_service_config.json4 … { "service": "google.ai.generativelanguage.v1beta1.DiscussService", "method": "GenerateMessage" }, string
5 …{ "service": "google.ai.generativelanguage.v1beta1.DiscussService", "method": "CountMessageTokens"… string
6 { "service": "google.ai.generativelanguage.v1beta1.ModelService", "method": "GetModel" }, string
7 { "service": "google.ai.generativelanguage.v1beta1.ModelService", "method": "ListModels" }, string
8 … { "service": "google.ai.generativelanguage.v1beta2.DiscussService", "method": "GenerateMessage" }, string
9 …{ "service": "google.ai.generativelanguage.v1beta2.DiscussService", "method": "CountMessageTokens"… string
10 { "service": "google.ai.generativelanguage.v1beta2.ModelService", "method": "GetModel" }, string
11 { "service": "google.ai.generativelanguage.v1beta2.ModelService", "method": "ListModels" }, string
12 { "service": "google.ai.generativelanguage.v1beta2.TextService", "method": "GenerateText" }, string
13 { "service": "google.ai.generativelanguage.v1beta2.TextService", "method": "EmbedText" }, string
[all …]
/external/googleapis/google/ai/generativelanguage/v1beta/
Dgenerativeai_grpc_service_config.json4 … { "service": "google.ai.generativelanguage.v1beta1.DiscussService", "method": "GenerateMessage" }, string
5 …{ "service": "google.ai.generativelanguage.v1beta1.DiscussService", "method": "CountMessageTokens"… string
6 { "service": "google.ai.generativelanguage.v1beta1.ModelService", "method": "GetModel" }, string
7 { "service": "google.ai.generativelanguage.v1beta1.ModelService", "method": "ListModels" }, string
8 … { "service": "google.ai.generativelanguage.v1beta2.DiscussService", "method": "GenerateMessage" }, string
9 …{ "service": "google.ai.generativelanguage.v1beta2.DiscussService", "method": "CountMessageTokens"… string
10 { "service": "google.ai.generativelanguage.v1beta2.ModelService", "method": "GetModel" }, string
11 { "service": "google.ai.generativelanguage.v1beta2.ModelService", "method": "ListModels" }, string
12 { "service": "google.ai.generativelanguage.v1beta2.TextService", "method": "GenerateText" }, string
13 { "service": "google.ai.generativelanguage.v1beta2.TextService", "method": "EmbedText" }, string
[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/conscrypt/api/platform/
Dcurrent.txt5method @Nullable public static byte[] exportKeyingMaterial(@NonNull javax.net.ssl.SSLEngine, @NonN…
6 method public static boolean isSupportedEngine(@NonNull javax.net.ssl.SSLEngine);
7 method public static void setUseSessionTickets(@NonNull javax.net.ssl.SSLEngine, boolean);
11method @Nullable public static byte[] exportKeyingMaterial(@NonNull javax.net.ssl.SSLSocket, @NonN…
12 method public static boolean isSupportedSocket(@NonNull javax.net.ssl.SSLSocket);
13 method public static void setUseSessionTickets(@NonNull javax.net.ssl.SSLSocket, boolean);
24 method public final java.util.Enumeration<byte[]> getIds();
25 method public final javax.net.ssl.SSLSession getSession(byte[]);
26 method public final int getSessionCacheSize();
27 method public final int getSessionTimeout();
[all …]
/external/google-cloud-java/java-containeranalysis/proto-google-cloud-containeranalysis-v1beta1/
Dclirr-ignored-differences.xml7 <method>* get*(*)</method>
12 <method>boolean contains*(*)</method>
17 <method>boolean has*(*)</method>
21 <method>* get*(*)</method>
26 <method>boolean contains*(*)</method>
31 <method>boolean has*(*)</method>
35 <method>* get*(*)</method>
40 <method>boolean contains*(*)</method>
45 <method>boolean has*(*)</method>
49 <method>* get*(*)</method>
[all …]

12345678910>>...566