/aosp_15_r20/external/python/watchdog/src/watchdog/utils/ |
D | echo.py | 52 def is_classmethod(instancemethod: MethodType, klass: type) -> bool: 57 def is_static_method(method: MethodType, klass: type) -> bool: 71 def method_name(method: MethodType) -> str: 120 def echo_instancemethod(klass: type, method: MethodType, write: Callable[[str], int | None] = sys.s… 151 def echo_module(mod: MethodType, write: Callable[[str], int | None] = sys.stdout.write) -> None:
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | callback.h | 144 typedef void (Class::*MethodType)(); typedef 188 typedef void (Class::*MethodType)(Arg1 arg1); typedef 236 typedef void (Class::*MethodType)(Arg1 arg1, Arg2 arg2); typedef 355 typedef R (T::*MethodType)(); typedef 379 typedef R (T::*MethodType)(P1, P2, P3, P4, P5, P6, A1, A2); typedef
|
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/ |
H A D | callback.h | 144 typedef void (Class::*MethodType)(); typedef 188 typedef void (Class::*MethodType)(Arg1 arg1); typedef 236 typedef void (Class::*MethodType)(Arg1 arg1, Arg2 arg2); typedef 355 typedef R (T::*MethodType)(); typedef 379 typedef R (T::*MethodType)(P1, P2, P3, P4, P5, P6, A1, A2); typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-compiler/src/ |
D | prost_codegen.rs | 147 impl MethodType { impl 148 fn from_method(method: &Method) -> MethodType { in from_method()
|
D | util.rs | 88 pub enum MethodType { enum 95 impl fmt::Display for MethodType { implementation
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/ |
H A D | MethodType.java | 20 public class MethodType { class 31 …public MethodType(List<ResolvedTypeParameterDeclaration> typeParameters, List<ResolvedType> formal… in MethodType() method in MethodType
|
/aosp_15_r20/cts/tools/cts-api-coverage/src/com/android/cts/ctsprofiles/ |
H A D | MethodProfile.java | 51 public enum MethodType { enum in MethodProfile 61 MethodType(int value) { in MethodType() method in MethodProfile.MethodType
|
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/invoke/ |
H A D | MethodType.annotated.java | 30 public final class MethodType implements java.lang.invoke.TypeDescriptor.OfMethod<java.lang.Class<?… class 32 MethodType() { throw new RuntimeException("Stub!"); } in MethodType() method in MethodType
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/ |
D | server.rs | 37 pub fn new(method_type: MethodType, cb: F) -> Handler<F> { in new() 45 fn method_type(&self) -> MethodType; in method_type() 63 fn method_type(&self) -> MethodType { in method_type()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | MethodType.java | 96 class MethodType class 117 private MethodType(Class<?> rtype, Class<?>[] ptypes) { in MethodType() method in MethodType
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | MethodType.java | 96 class MethodType class 117 private MethodType(Class<?> rtype, Class<?>[] ptypes) { in MethodType() method in MethodType
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/invoke/ |
H A D | MethodType.java | 96 class MethodType class 117 private MethodType(Class<?> rtype, Class<?>[] ptypes) { in MethodType() method in MethodType
|
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/rrlp_components/ |
H A D | MethodType.java | 42 public class MethodType extends Asn1Choice { class 66 public MethodType() { in MethodType() method in MethodType
|
/aosp_15_r20/art/runtime/ |
H A D | method_handles.h | 35 class MethodType; variable
|
H A D | common_throws.h | 30 class MethodType; variable
|
/aosp_15_r20/art/runtime/mirror/ |
H A D | emulated_stack_frame.h | 33 class MethodType; variable
|
H A D | method_handles_lookup.h | 34 class MethodType; variable
|
/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/ |
H A D | method_type.h | 18 enum class MethodType : unsigned char { enum
|
/aosp_15_r20/external/googleapis/google/cloud/orgpolicy/v2/ |
H A D | constraint.proto | 151 enum MethodType { enum
|
/aosp_15_r20/external/googleapis/google/cloud/securityposture/v1/ |
H A D | org_policy_config.proto | 103 enum MethodType { enum
|
/aosp_15_r20/external/pigweed/pw_rpc/ts/ |
H A D | descriptors.ts | 100 export enum MethodType { enum
|
/aosp_15_r20/external/sdk-platform-java/gax-java/gax-httpjson/src/main/java/com/google/api/gax/httpjson/ |
H A D | ApiMethodDescriptor.java | 40 public enum MethodType { enum in ApiMethodDescriptor
|
/aosp_15_r20/art/runtime/entrypoints/ |
H A D | entrypoint_utils.h | 38 class MethodType; variable
|
/aosp_15_r20/art/runtime/verifier/ |
H A D | verifier_enums.h | 59 enum MethodType { enum
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | instruction_builder.h | 47 class MethodType; variable
|