/aosp_15_r20/external/golang-protobuf/types/known/apipb/ |
H A D | api.pb.go | 177 type Method struct { struct 178 state protoimpl.MessageState 179 sizeCache protoimpl.SizeCache 180 unknownFields protoimpl.UnknownFields 183 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` 185 …f:"bytes,2,opt,name=request_type_url,json=requestTypeUrl,proto3" json:"request_type_url,omitempty"` 187 …rint,3,opt,name=request_streaming,json=requestStreaming,proto3" json:"request_streaming,omitempty"` 189 …bytes,4,opt,name=response_type_url,json=responseTypeUrl,proto3" json:"response_type_url,omitempty"` 191 …t,5,opt,name=response_streaming,json=responseStreaming,proto3" json:"response_streaming,omitempty"` 193 Options []*typepb.Option `protobuf:"bytes,6,rep,name=options,proto3" json:"options,omitempty"` [all …]
|
/aosp_15_r20/system/tools/hidl/ |
D | Method.h | 54 struct Method : DocCommentable { struct 78 Method *copySignature() const; argument 122 MethodImpl mCppImpl; argument 123 MethodImpl mJavaImpl; argument 127 DISALLOW_COPY_AND_ASSIGN(Method); argument
|
/aosp_15_r20/prebuilts/go/linux-x86/test/ |
D | convT2X.go | 12 Method() methodSpec 30 func (U16) Method() {} func 31 func (U32) Method() {} func 32 func (U64) Method() {} func 33 func (U128) Method() {} func 34 func (F32) Method() {} func 35 func (F64) Method() {} func 36 func (C128) Method() {} func 37 func (S) Method() {} func 38 func (B) Method() {} func [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/api/ |
H A D | method.h | 21 struct TORCH_API Method : public torch::IMethod { struct 30 void run(Stack&& stack) { in run() 70 // Methods are uniqued onwed by a single module. This raw pointer allows argument 81 using Method = ::torch::jit::Method; argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/http/src/ |
D | method.rs | 46 pub struct Method(Inner); struct 71 impl Method { impl 100 pub fn from_bytes(src: &[u8]) -> Result<Method, InvalidMethod> { in from_bytes() 139 fn extension_inline(src: &[u8]) -> Result<Method, InvalidMethod> { in extension_inline() 188 impl AsRef<str> for Method { implementation 195 impl<'a> PartialEq<&'a Method> for Method { implementation 202 impl<'a> PartialEq<Method> for &'a Method { implementation 209 impl PartialEq<str> for Method { implementation 223 impl<'a> PartialEq<&'a str> for Method { implementation 237 impl fmt::Debug for Method { implementation [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/well_known_types/ |
D | api.rs | 299 pub struct Method { struct 305 // @@protoc_insertion_point(field:google.protobuf.Method.request_type_url) argument 308 // @@protoc_insertion_point(field:google.protobuf.Method.request_streaming) argument 311 // @@protoc_insertion_point(field:google.protobuf.Method.response_type_url) argument 314 // @@protoc_insertion_point(field:google.protobuf.Method.response_streaming) argument 317 // @@protoc_insertion_point(field:google.protobuf.Method.options) argument 320 // @@protoc_insertion_point(field:google.protobuf.Method.syntax) argument 323 // @@protoc_insertion_point(special_field:google.protobuf.Method.special_fields) argument 327 impl<'a> ::std::default::Default for &'a Method { argument 333 impl Method { impl [all …]
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/ |
H A D | es31cDrawIndirectTests.cpp | 896 virtual std::string Method() in Method() function 925 virtual std::string Method() in Method() function 956 virtual std::string Method() in Method() function 1000 virtual std::string Method() in Method() function in glcts::__anon253d27190111::CMultiBindingPoint 1050 virtual std::string Method() in Method() function 1085 virtual std::string Method() in Method() function 1243 virtual std::string Method() in Method() function 1311 virtual std::string Method() in Method() function 1432 virtual std::string Method() in Method() function 1527 virtual std::string Method() in Method() function [all …]
|
H A D | es31cComputeShaderTests.cpp | 494 virtual std::string Method() in Method() function in glcts::__anone1eb864d0111::SimpleCompute 608 std::string Method() override in Method() function in glcts::__anone1eb864d0111::LongRunningComputeFenceTest 751 std::string Method() override in Method() function in glcts::__anone1eb864d0111::LongRunningPersistentSSBOComputeTest 929 virtual std::string Method() in Method() function in glcts::__anone1eb864d0111::BasicOneWorkGroup 1080 virtual std::string Method() in Method() function in glcts::__anone1eb864d0111::BasicResourceUBO 1268 virtual std::string Method() in Method() function in glcts::__anone1eb864d0111::BasicResourceTexture 1444 virtual std::string Method() in Method() function in glcts::__anone1eb864d0111::BasicResourceImage 1667 virtual std::string Method() in Method() function in glcts::__anone1eb864d0111::BasicResourceAtomicCounter 1839 virtual std::string Method() in Method() function in glcts::__anone1eb864d0111::BasicResourceUniform 2013 virtual std::string Method() in Method() function in glcts::__anone1eb864d0111::BasicBuiltinVariables [all …]
|
H A D | es31cShaderAtomicCountersTests.cpp | 57 virtual std::string Method() in Method() function in glcts::__anon2a2476200111::SACSubcaseBase 807 virtual std::string Method() in Method() function in glcts::BasicUsageCS 1038 virtual std::string Method() in Method() function in glcts::BasicBufferOperations 1162 virtual std::string Method() in Method() function in glcts::BasicBufferState 1207 virtual std::string Method() in Method() function in glcts::BasicBufferBind 1326 virtual std::string Method() in Method() function in glcts::BasicProgramMax 1373 virtual std::string Method() in Method() function in glcts::BasicProgramQuery 1522 virtual std::string Method() in Method() function in glcts::BasicUsageSimple 1613 virtual std::string Method() in Method() function in glcts::BasicUsageFS 1752 virtual std::string Method() in Method() function in glcts::BasicUsageVS [all …]
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/well_known_types/ |
D | api.rs | 80 pub fn get_methods(&self) -> &[Method] { in get_methods() 88 pub fn set_methods(&mut self, v: crate::RepeatedField<Method>) { in set_methods() 93 pub fn mut_methods(&mut self) -> &mut crate::RepeatedField<Method> { in mut_methods() 98 pub fn take_methods(&mut self) -> crate::RepeatedField<Method> { in take_methods() 463 pub struct Method { struct 479 impl<'a> ::std::default::Default for &'a Method { argument 485 impl Method { implementation 639 impl crate::Message for Method { implementation 832 impl crate::Clear for Method { implementation 845 impl ::std::fmt::Debug for Method { implementation [all …]
|
/aosp_15_r20/external/perfetto/include/perfetto/ext/ipc/ |
H A D | service_descriptor.h | 40 struct Method { struct 41 const char* name; 66 std::vector<Method> methods; argument
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/ipc/ |
H A D | service_descriptor.h | 40 struct Method { struct 41 const char* name; 66 std::vector<Method> methods; argument
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cComputeShaderTests.cpp | 488 virtual std::string Method() in Method() function in gl4cts::__anon48afeefc0111::SimpleCompute 575 virtual std::string Method() in Method() function in gl4cts::__anon48afeefc0111::BasicOneWorkGroup 727 virtual std::string Method() in Method() function in gl4cts::__anon48afeefc0111::BasicResourceUBO 920 virtual std::string Method() in Method() function in gl4cts::__anon48afeefc0111::BasicResourceTexture 1154 virtual std::string Method() in Method() function in gl4cts::__anon48afeefc0111::BasicResourceImage 1359 virtual std::string Method() in Method() function in gl4cts::__anon48afeefc0111::BasicResourceAtomicCounter 1541 virtual std::string Method() in Method() function in gl4cts::__anon48afeefc0111::BasicResourceSubroutine 1726 virtual std::string Method() in Method() function in gl4cts::__anon48afeefc0111::BasicResourceUniform 1985 virtual std::string Method() in Method() function in gl4cts::__anon48afeefc0111::BasicBuiltinVariables 2199 virtual std::string Method() in Method() function in gl4cts::__anon48afeefc0111::BasicMax [all …]
|
H A D | gl4cShaderAtomicCountersTests.cpp | 60 virtual std::string Method() in Method() function in gl4cts::__anon0be463ef0111::SACSubcaseBase 912 virtual std::string Method() in Method() function in gl4cts::BasicBufferOperations 1022 virtual std::string Method() in Method() function in gl4cts::BasicBufferState 1077 virtual std::string Method() in Method() function in gl4cts::BasicBufferBind 1201 virtual std::string Method() in Method() function in gl4cts::BasicProgramMax 1259 virtual std::string Method() in Method() function in gl4cts::BasicProgramQuery 1484 virtual std::string Method() in Method() function in gl4cts::BasicUsageSimple 1571 virtual std::string Method() in Method() function in gl4cts::BasicUsageFS 1704 virtual std::string Method() in Method() function in gl4cts::BasicUsageVS 1858 virtual std::string Method() in Method() function in gl4cts::BasicUsageGS [all …]
|
/aosp_15_r20/hardware/interfaces/broadcastradio/common/vts/utils/include/broadcastradio-vts-utils/ |
H A D | mock-timeout.h | 42 #define EGMOCK_TIMEOUT_METHOD_DEF_(Method, ...) \ argument 75 #define EGMOCK_TIMEOUT_METHOD_BODY_(Method, ...) \ argument 99 #define MOCK_TIMEOUT_METHOD0(Method, ...) \ argument 107 #define MOCK_TIMEOUT_METHOD1(Method, ...) \ argument 117 #define MOCK_TIMEOUT_METHOD2(Method, ...) \ argument 134 #define EXPECT_TIMEOUT_CALL(obj, Method, ...) \ argument 153 #define EXPECT_TIMEOUT_CALL_WAIT(obj, Method, timeout) \ argument
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/ |
H A D | method.h | 10 struct TORCH_API Method { struct 33 // Methods are uniquely owned by a single module. argument 38 Function* function_;
|
/aosp_15_r20/system/tools/aidl/ |
D | ast_java.h | 289 struct Method : public ClassElement { struct 299 Method() = default; argument
|
/aosp_15_r20/external/pigweed/pw_rpc/py/pw_rpc/callback_client/ |
H A D | impl.py | 70 method: Method, 205 def _function_docstring(method: Method) -> str: 214 def _update_call_method(method: Method, function: Callable) -> None: 221 def _apply_protobuf_signature(method: Method, function: Callable) -> None: 414 def _method_client_docstring(method: Method) -> str: 450 def method_client(self, channel: Channel, method: Method) -> _MethodClient: 485 method: Method, 502 method: Method, 531 method: Method,
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | ExprObjC.cpp | 21 ObjCMethodDecl *Method, SourceRange SR) in ObjCArrayLiteral() 40 QualType T, ObjCMethodDecl *Method, in Create() 123 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr() 144 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr() 161 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr() 205 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create() 224 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create() 243 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create()
|
/aosp_15_r20/external/libcxx/utils/google-benchmark/include/benchmark/ |
H A D | benchmark.h | 1158 #define BENCHMARK_PRIVATE_DECLARE_F(BaseClass, Method) \ argument 1169 #define BENCHMARK_TEMPLATE1_PRIVATE_DECLARE_F(BaseClass, Method, a) \ argument 1180 #define BENCHMARK_TEMPLATE2_PRIVATE_DECLARE_F(BaseClass, Method, a, b) \ argument 1192 #define BENCHMARK_TEMPLATE_PRIVATE_DECLARE_F(BaseClass, Method, ...) \ argument 1207 #define BENCHMARK_DEFINE_F(BaseClass, Method) \ argument 1211 #define BENCHMARK_TEMPLATE1_DEFINE_F(BaseClass, Method, a) \ argument 1215 #define BENCHMARK_TEMPLATE2_DEFINE_F(BaseClass, Method, a, b) \ argument 1220 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, ...) \ argument 1224 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, a) \ argument 1228 #define BENCHMARK_REGISTER_F(BaseClass, Method) \ argument [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_derive/src/ |
D | item.rs | 947 pub fn find_default_method(&self) -> Option<&Method> { in find_default_method() 1013 pub fn value_parser(&self, field_type: &Type) -> Method { in value_parser() 1036 pub fn action(&self, field_type: &Type) -> Method { in action() 1089 fn resolve(self, _inner_type: &Type) -> Method { in resolve() 1104 fn default_value_parser(inner_type: &Type, span: Span) -> Method { in default_value_parser() 1121 pub fn resolve(self, _field_type: &Type) -> Method { in resolve() 1136 fn default_action(field_type: &Type, span: Span) -> Method { in default_action() 1219 pub struct Method { struct 1224 impl Method { implementation 1261 impl ToTokens for Method { implementation [all …]
|
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ |
H A D | Method.java | 34 public final class Method extends FieldOrMethod { class 61 public Method() { in Method() method in Method 69 public Method(final Method c) { in Method() method in Method 80 Method(final DataInput file, final ConstantPool constant_pool) throws IOException, in Method() method in Method 93 …public Method(final int access_flags, final int name_index, final int signature_index, final Attri… in Method() method in Method
|
/aosp_15_r20/external/fastrpc/src/ |
H A D | adsp_default_listener_stub.c | 257 typedef struct Method Method; typedef 258 struct Method { struct 273 const Method * const *methodArray; argument
|
/aosp_15_r20/external/google-benchmark/include/benchmark/ |
H A D | benchmark.h | 1506 #define BENCHMARK_PRIVATE_CONCAT_NAME(BaseClass, Method) \ argument 1610 #define BENCHMARK_PRIVATE_DECLARE_F(BaseClass, Method) \ argument 1621 #define BENCHMARK_TEMPLATE1_PRIVATE_DECLARE_F(BaseClass, Method, a) \ argument 1632 #define BENCHMARK_TEMPLATE2_PRIVATE_DECLARE_F(BaseClass, Method, a, b) \ argument 1644 #define BENCHMARK_TEMPLATE_PRIVATE_DECLARE_F(BaseClass, Method, ...) \ argument 1659 #define BENCHMARK_DEFINE_F(BaseClass, Method) \ argument 1663 #define BENCHMARK_TEMPLATE1_DEFINE_F(BaseClass, Method, a) \ argument 1667 #define BENCHMARK_TEMPLATE2_DEFINE_F(BaseClass, Method, a, b) \ argument 1672 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, ...) \ argument 1676 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, a) \ argument [all …]
|
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/include/benchmark/ |
H A D | benchmark.h | 1465 #define BENCHMARK_PRIVATE_CONCAT_NAME(BaseClass, Method) \ argument 1544 #define BENCHMARK_PRIVATE_DECLARE_F(BaseClass, Method) \ argument 1555 #define BENCHMARK_TEMPLATE1_PRIVATE_DECLARE_F(BaseClass, Method, a) \ argument 1566 #define BENCHMARK_TEMPLATE2_PRIVATE_DECLARE_F(BaseClass, Method, a, b) \ argument 1578 #define BENCHMARK_TEMPLATE_PRIVATE_DECLARE_F(BaseClass, Method, ...) \ argument 1593 #define BENCHMARK_DEFINE_F(BaseClass, Method) \ argument 1597 #define BENCHMARK_TEMPLATE1_DEFINE_F(BaseClass, Method, a) \ argument 1601 #define BENCHMARK_TEMPLATE2_DEFINE_F(BaseClass, Method, a, b) \ argument 1606 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, ...) \ argument 1610 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, a) \ argument [all …]
|