Home
last modified time | relevance | path

Searched defs:MethodType (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/python/watchdog/src/watchdog/utils/
Decho.py52 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 Dcallback.h144 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 Dcallback.h144 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/
Dprost_codegen.rs147 impl MethodType { impl
148 fn from_method(method: &Method) -> MethodType { in from_method()
Dutil.rs88 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 DMethodType.java20 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 DMethodProfile.java51 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 DMethodType.annotated.java30 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/
Dserver.rs37 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/
DMethodType.java96 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/
DMethodType.java96 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 DMethodType.java96 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 DMethodType.java42 public class MethodType extends Asn1Choice { class
66 public MethodType() { in MethodType() method in MethodType
/aosp_15_r20/art/runtime/
H A Dmethod_handles.h35 class MethodType; variable
H A Dcommon_throws.h30 class MethodType; variable
/aosp_15_r20/art/runtime/mirror/
H A Demulated_stack_frame.h33 class MethodType; variable
H A Dmethod_handles_lookup.h34 class MethodType; variable
/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/
H A Dmethod_type.h18 enum class MethodType : unsigned char { enum
/aosp_15_r20/external/googleapis/google/cloud/orgpolicy/v2/
H A Dconstraint.proto151 enum MethodType { enum
/aosp_15_r20/external/googleapis/google/cloud/securityposture/v1/
H A Dorg_policy_config.proto103 enum MethodType { enum
/aosp_15_r20/external/pigweed/pw_rpc/ts/
H A Ddescriptors.ts100 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 DApiMethodDescriptor.java40 public enum MethodType { enum in ApiMethodDescriptor
/aosp_15_r20/art/runtime/entrypoints/
H A Dentrypoint_utils.h38 class MethodType; variable
/aosp_15_r20/art/runtime/verifier/
H A Dverifier_enums.h59 enum MethodType { enum
/aosp_15_r20/art/compiler/optimizing/
H A Dinstruction_builder.h47 class MethodType; variable

12345678910>>...14