Home
last modified time | relevance | path

Searched refs:Method (Results 1 - 25 of 195) sorted by relevance

12345678

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_update_tracker_test.cc34 using Method = CordzUpdateTracker::MethodIdentifier;
35 using Methods = std::array<Method, Method::kNumMethods>;
39 return Methods{Method::kUnknown, in AllMethods()
40 Method::kAppendCord, in AllMethods()
41 Method::kAppendExternalMemory, in AllMethods()
42 Method::kAppendString, in AllMethods()
43 Method::kAssignCord, in AllMethods()
44 Method::kAssignString, in AllMethods()
45 Method in AllMethods()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcordz_test.cc46 using Method = CordzUpdateTracker::MethodIdentifier;
86 Method InitialOr(Method method) const { in InitialOr()
87 return (GetParam() > TestCordSize::kInlined) ? Method::kConstructorString in InitialOr()
123 EXPECT_THAT(cord, HasValidCordzInfoOf(Method::kConstructorString)); in TEST()
129 EXPECT_THAT(cord, HasValidCordzInfoOf(Method::kConstructorString)); in TEST()
136 EXPECT_THAT(cord, HasValidCordzInfoOf(Method::kConstructorString)); in TEST_P()
151 ASSERT_THAT(cord, HasValidCordzInfoOf(Method::kConstructorCord)); in TEST()
153 EXPECT_THAT(stats.parent_method, Eq(Method::kAppendString)); in TEST()
154 EXPECT_THAT(stats.update_tracker.Value(Method in TEST()
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dapi.pb.h63 class Method;
72 template<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::Method* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_ID::Method>(Arena*);
200 // repeated .google.protobuf.Method methods = 2;
206 PROTOBUF_NAMESPACE_ID::Method* mutable_methods(int index);
207 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::Method >*
210 const PROTOBUF_NAMESPACE_ID::Method& _internal_methods(int index) const;
211 PROTOBUF_NAMESPACE_ID::Method* _internal_add_methods();
213 const PROTOBUF_NAMESPACE_ID::Method& methods(int index) const;
214 PROTOBUF_NAMESPACE_ID::Method* add_method
335 inline Method() : Method(nullptr) {} Method() function in PROTOBUF_FINAL
340 : Method() { Method() function in PROTOBUF_FINAL
[all...]
H A Dapi.pb.cc28 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<Method> _instance;
58 new (ptr) PROTOBUF_NAMESPACE_ID::Method(); in InitDefaultsscc_info_Method_google_2fprotobuf_2fapi_2eproto()
61 PROTOBUF_NAMESPACE_ID::Method::InitAsDefaultInstance(); in InitDefaultsscc_info_Method_google_2fprotobuf_2fapi_2eproto()
100 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Method, _internal_metadata_),
104 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Method, name_),
105 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Method, request_type_url_),
106 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Method, request_streaming_),
107 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Method, response_type_url_),
108 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Method, response_streaming_),
109 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Method, options
613 Method::Method(::PROTOBUF_NAMESPACE_ID::Arena* arena) Method() function in Method
620 Method::Method(const Method& from) Method() function in Method
[all...]
/third_party/benchmark/include/benchmark/
H A Dbenchmark.h1465 #define BENCHMARK_PRIVATE_CONCAT_NAME(BaseClass, Method) \
1466 BaseClass##_##Method##_Benchmark
1544 #define BENCHMARK_PRIVATE_DECLARE_F(BaseClass, Method) \
1545 class BaseClass##_##Method##_Benchmark : public BaseClass { \
1547 BaseClass##_##Method##_Benchmark() { \
1548 this->SetName(#BaseClass "/" #Method); \
1555 #define BENCHMARK_TEMPLATE1_PRIVATE_DECLARE_F(BaseClass, Method, a) \
1556 class BaseClass##_##Method##_Benchmark : public BaseClass<a> { \
1558 BaseClass##_##Method##_Benchmark() { \
1559 this->SetName(#BaseClass "<" #a ">/" #Method); \
[all...]
/third_party/json/docs/docset/
H A DdocSet.sql11 INSERT INTO searchIndex(name, type, path) VALUES ('byte_container_with_subtype::clear_subtype', 'Method', 'api/byte_container_with_subtype/clear_subtype/index.html');
12 INSERT INTO searchIndex(name, type, path) VALUES ('byte_container_with_subtype::has_subtype', 'Method', 'api/byte_container_with_subtype/has_subtype/index.html');
13 INSERT INTO searchIndex(name, type, path) VALUES ('byte_container_with_subtype::set_subtype', 'Method', 'api/byte_container_with_subtype/set_subtype/index.html');
14 INSERT INTO searchIndex(name, type, path) VALUES ('byte_container_with_subtype::subtype', 'Method', 'api/byte_container_with_subtype/subtype/index.html');
19 INSERT INTO searchIndex(name, type, path) VALUES ('basic_json::at', 'Method', 'api/basic_json/at/index.html');
20 INSERT INTO searchIndex(name, type, path) VALUES ('basic_json::back', 'Method', 'api/basic_json/back/index.html');
22 INSERT INTO searchIndex(name, type, path) VALUES ('basic_json::begin', 'Method', 'api/basic_json/begin/index.html');
26 INSERT INTO searchIndex(name, type, path) VALUES ('basic_json::cbegin', 'Method', 'api/basic_json/cbegin/index.html');
28 INSERT INTO searchIndex(name, type, path) VALUES ('basic_json::cend', 'Method', 'api/basic_json/cend/index.html');
29 INSERT INTO searchIndex(name, type, path) VALUES ('basic_json::clear', 'Method', 'ap
[all...]
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dlog.go58 Method string `json:"method"`
161 if v.ID != nil && v.Method != "" && v.Params != nil {
162 fmt.Fprintf(&buf, "Received request '%s - (%s)'.\n", v.Method, id)
164 maps.setServer(id, req{method: v.Method, start: tm})
165 } else if v.ID != nil && v.Method == "" && v.Params == nil {
175 } else if v.ID == nil && v.Method != "" && v.Params != nil {
180 fmt.Fprintf(&buf, "Received notification '%s'.\n", v.Method)
185 tmfmt, v.ID != nil, v.Method, v.Params != nil,
206 // ID Method Params => Sending request
207 // ID !Method Resul
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dlog.go58 Method string `json:"method"`
161 if v.ID != nil && v.Method != "" && v.Params != nil {
162 fmt.Fprintf(&buf, "Received request '%s - (%s)'.\n", v.Method, id)
164 maps.setServer(id, req{method: v.Method, start: tm})
165 } else if v.ID != nil && v.Method == "" && v.Params == nil {
175 } else if v.ID == nil && v.Method != "" && v.Params != nil {
180 fmt.Fprintf(&buf, "Received notification '%s'.\n", v.Method)
185 tmfmt, v.ID != nil, v.Method, v.Params != nil,
206 // ID Method Params => Sending request
207 // ID !Method Resul
[all...]
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dlog.go58 Method string `json:"method"`
161 if v.ID != nil && v.Method != "" && v.Params != nil {
162 fmt.Fprintf(&buf, "Received request '%s - (%s)'.\n", v.Method, id)
164 maps.setServer(id, req{method: v.Method, start: tm})
165 } else if v.ID != nil && v.Method == "" && v.Params == nil {
175 } else if v.ID == nil && v.Method != "" && v.Params != nil {
180 fmt.Fprintf(&buf, "Received notification '%s'.\n", v.Method)
185 tmfmt, v.ID != nil, v.Method, v.Params != nil,
206 // ID Method Params => Sending request
207 // ID !Method Resul
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DImageFunctionHLSL.cpp53 if (imageFunction.method == ImageFunctionHLSL::ImageFunction::Method::LOAD || in OutputImageFunctionArgumentList()
54 imageFunction.method == ImageFunctionHLSL::ImageFunction::Method::STORE) in OutputImageFunctionArgumentList()
78 if (imageFunction.method == ImageFunctionHLSL::ImageFunction::Method::STORE) in OutputImageFunctionArgumentList()
192 case Method::SIZE: in name()
195 case Method::LOAD: in name()
198 case Method::STORE: in name()
240 if (method == ImageFunction::Method::SIZE) in getReturnType()
262 else if (method == ImageFunction::Method::LOAD) in getReturnType()
285 else if (method == ImageFunction::Method::STORE) in getReturnType()
316 imageFunction.method = ImageFunction::Method in useImageFunction()
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
H A DAudioLatencyTuner.java25 import java.lang.reflect.Method;
43 private static Method mSetBufferSizeMethod = null;
44 private static Method mGetBufferCapacityMethod = null;
45 private static Method mGetUnderrunCountMethod = null;
79 Method[] methods = AudioTrack.class.getMethods(); in reflectAdvancedMethods()
81 for (Method method : methods) { in reflectAdvancedMethods()
88 for (Method method : methods) { in reflectAdvancedMethods()
95 for (Method method : methods) { in reflectAdvancedMethods()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMessageLiteToString.java33 import java.lang.reflect.Method;
76 Map<String, Method> nameToNoArgMethod = new HashMap<String, Method>(); in reflectivePrintWithIndent()
77 Map<String, Method> nameToMethod = new HashMap<String, Method>(); in reflectivePrintWithIndent()
79 for (Method method : messageLite.getClass().getDeclaredMethods()) { in reflectivePrintWithIndent()
101 Method listMethod = nameToNoArgMethod.get(getter); in reflectivePrintWithIndent()
119 Method mapMethod = nameToNoArgMethod.get(getter); in reflectivePrintWithIndent()
136 Method setter = nameToMethod.get("set" + suffix); in reflectivePrintWithIndent()
151 Method getMetho in reflectivePrintWithIndent()
[all...]
H A DGeneratedMessage.java45 import java.lang.reflect.Method;
1817 private final Method enumValueOf;
1818 private final Method enumGetValueDescriptor;
1967 private static Method getMethodOrDie( in getMethodOrDie()
1980 final Method method, final Object object, final Object... params) { in invokeOrDie()
2205 private final Method caseMethod;
2206 private final Method caseMethodBuilder;
2207 private final Method clearMethod;
2279 protected final Method getMethod;
2280 protected final Method getMethodBuilde
[all...]
H A DGeneratedMessageV3.java62 import java.lang.reflect.Method;
1841 private static Method getMethodOrDie( in getMethodOrDie()
1854 final Method method, final Object object, final Object... params) { in invokeOrDie()
2080 private final Method caseMethod;
2081 private final Method caseMethodBuilder;
2082 private final Method clearMethod;
2159 protected final Method getMethod;
2160 protected final Method getMethodBuilder;
2161 protected final Method setMethod;
2162 protected final Method hasMetho
[all...]
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DDeprecatedFieldTest.java39 import java.lang.reflect.Method;
62 Method method = deprecatedFields.getMethod(name); in testDeprecatedField()
63 assertTrue("Method " + name + " should be deprecated", in testDeprecatedField()
67 Method method = deprecatedFieldsBuilder.getMethod(name); in testDeprecatedField()
68 assertTrue("Method " + name + " should be deprecated", in testDeprecatedField()
72 Method method = deprecatedFieldsBuilder.getMethod(name, int.class); in testDeprecatedField()
73 assertTrue("Method " + name + " should be deprecated", in testDeprecatedField()
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DApi.cs48 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Method), global::Google.Protobuf.WellKnownTypes.Method.Parser, new[]{ "Name", "RequestTypeUrl", "RequestStreaming", "ResponseTypeUrl", "ResponseStreaming", "Options", "Syntax" }, null, null, null, null), in ApiReflection()
128 private static readonly pb::FieldCodec<global::Google.Protobuf.WellKnownTypes.Method> _repeated_methods_codec
129 = pb::FieldCodec.ForMessage(18, global::Google.Protobuf.WellKnownTypes.Method.Parser);
130 private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Method> methods_ = new pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Method>();
135 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Method> Methods {
473 /// Method represents a method of an API interface.
475 public sealed partial class Method : pb::IMessage<Method> class
496 public Method() { Method() method in Google.Protobuf.WellKnownTypes.Method
503 public Method(Method other) : this() { Method() method in Google.Protobuf.WellKnownTypes.Method
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DDeprecatedFieldTest.java35 import java.lang.reflect.Method;
56 Method method = deprecatedFields.getMethod(name); in testDeprecatedField()
57 assertTrue("Method " + name + " should be deprecated", isDeprecated(method)); in testDeprecatedField()
60 Method method = deprecatedFieldsBuilder.getMethod(name); in testDeprecatedField()
61 assertTrue("Method " + name + " should be deprecated", isDeprecated(method)); in testDeprecatedField()
64 Method method = deprecatedFieldsBuilder.getMethod(name, int.class); in testDeprecatedField()
65 assertTrue("Method " + name + " should be deprecated", isDeprecated(method)); in testDeprecatedField()
/third_party/rust/crates/clap/clap_derive/src/
H A Ditem.rs39 doc_comment: Vec<Method>,
40 methods: Vec<Method>,
46 next_display_order: Option<Method>,
47 next_help_heading: Option<Method>,
320 self.value_parser = Some(ValueParser::Explicit(Method::new(name, quote!(#arg)))); in push_method()
322 self.action = Some(Action::Explicit(Method::new(name, quote!(#arg)))); in push_method()
327 self.methods.push(Method::new(name, quote!(#arg))); in push_method()
504 Method::from_env(attr.name.clone(), "CARGO_PKG_DESCRIPTION")? in push_attrs()
525 if let Some(method) = Method::from_env(attr.name.clone(), "CARGO_PKG_AUTHORS")? { in push_attrs()
533 if let Some(method) = Method in push_attrs()
1208 pub struct Method { global() structure names
1213 impl Method { global() impls
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DURLHandler.java18 import java.lang.reflect.Method;
31 private static final Map<String, Method> handlers;
36 Map<String, Method> h = null;
67 Method m = cl.getDeclaredMethod("get", params);
70 h = new HashMap<String, Method>();
109 Method m = handlers.get(protocol); in get()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DURLHandler.java19 import java.lang.reflect.Method;
35 private static final Map<String, Method> handlers;
40 Map<String, Method> h = null;
71 Method m = cl.getDeclaredMethod("get", params);
74 h = new HashMap<String, Method>();
113 Method m = handlers.get(protocol); in get()
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole-test.cc68 void Method(Object a) { a.Print(); } in Method() function in v8::internal::SomeObject
85 so->Method(*CauseGC(obj1, isolate)); in TestMethodCall()
87 so->Method(CauseGCRaw(*obj1, isolate)); in TestMethodCall()
131 so_handle->Method(*derived.VirtualCauseGC(obj1, isolate)); in TestFollowingVirtualFunctions()
133 so_handle->Method(*base->VirtualCauseGC(obj1, isolate)); in TestFollowingVirtualFunctions()
154 so_handle->Method(*SomeClass::StaticCauseGC(obj1, isolate)); in TestFollowingStaticFunctions()
/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
H A DCurrencyNameTest.java11 import java.lang.reflect.Method;
28 private static final Method GETDISPLAYNAME_METHOD;
31 Method mGetDisplayName = null;
35 Method mGetAvailableCurrencies = Currency.class.getMethod("getAvailableCurrencies", (Class[]) null);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp97 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in PrivateGetDIAValue()
99 if (S_OK == (Symbol->*Method)(&Value)) in PrivateGetDIAValue()
107 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in PrivateGetDIAValue()
109 if (S_OK == (Symbol->*Method)(&Value)) in PrivateGetDIAValue()
117 HRESULT (__stdcall IDiaSymbol::*Method)(BSTR *)) { in PrivateGetDIAValue()
118 return invokeBstrMethod(*Symbol, Method); in PrivateGetDIAValue()
123 HRESULT (__stdcall IDiaSymbol::*Method)(GUID *)) { in PrivateGetDIAValue()
125 if (S_OK != (Symbol->*Method)(&Result)) in PrivateGetDIAValue()
138 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in DumpDIAValueAs()
140 if (S_OK == (Symbol->*Method)( in DumpDIAValueAs()
[all...]
/third_party/node/test/node-api/1_hello_world/
H A Dbinding.c5 static napi_value Method(napi_env env, napi_callback_info info) { in Method() function
14 napi_property_descriptor desc = DECLARE_NODE_API_PROPERTY("hello", Method); in NAPI_MODULE_INIT()
/third_party/node/test/node-api/test_policy/
H A Dbinding.c5 static napi_value Method(napi_env env, napi_callback_info info) { in Method() function
14 napi_property_descriptor desc = DECLARE_NODE_API_PROPERTY("hello", Method); in NAPI_MODULE_INIT()

Completed in 30 milliseconds

12345678