Home
last modified time | relevance | path

Searched refs:Method (Results 1 – 25 of 402) sorted by relevance

12345678910>>...17

/third_party/skia/third_party/externals/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::kAppendExternalMemory, in AllMethods()
42 Method::kAppendString, in AllMethods()
43 Method::kAssignCord, in AllMethods()
44 Method::kAssignString, in AllMethods()
45 Method::kClear, in AllMethods()
46 Method::kConstructorCord, in AllMethods()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcordz_test.cc46 using Method = CordzUpdateTracker::MethodIdentifier; typedef
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::kAppendString), Eq(1)); in TEST()
161 EXPECT_THAT(cord, HasValidCordzInfoOf(Method::kConstructorString)); in TEST()
[all …]
/third_party/protobuf/src/google/protobuf/
Dapi.pb.h63 class Method; variable
72 …ate<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::Method* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_…
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_methods();
215 const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::Method >&
320 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::Method > methods_;
[all …]
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_),
[all …]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
DDisplayNames.properties14 DisplayName.Bengali = Bengali Input Method
15 DisplayName.Devanagari = Devanagari Input Method
16 DisplayName.Gujarati = Gujarati Input Method
17 DisplayName.Gurmukhi = Gurmukhi Input Method
18 DisplayName.Kannada = Kannada Input Method
19 DisplayName.Malayalam = Malayalam Input Method
20 DisplayName.Oriya = Oriya Input Method
21 DisplayName.Tamil = Tamil Input Method
22 DisplayName.Telugu = Telugu Input Method
/third_party/openssl/test/ssl-tests/
D17-renegotiate.cnf.in27 "Method" => "TLS",
40 "Method" => "TLS",
54 "Method" => "TLS",
67 "Method" => "TLS",
86 "Method" => "TLS",
105 "Method" => "TLS",
122 "Method" => "TLS",
143 "Method" => "TLS",
162 "Method" => "TLS",
181 "Method" => "TLS",
[all …]
D07-dtls-protocol-version.cnf93 Method = DTLS
120 Method = DTLS
146 Method = DTLS
174 Method = DTLS
202 Method = DTLS
229 Method = DTLS
256 Method = DTLS
282 Method = DTLS
309 Method = DTLS
336 Method = DTLS
[all …]
D18-dtls-renegotiate.cnf.in39 "Method" => "DTLS",
55 "Method" => "DTLS",
80 "Method" => "DTLS",
100 "Method" => "DTLS",
120 "Method" => "DTLS",
144 "Method" => "DTLS",
163 "Method" => "DTLS",
182 "Method" => "DTLS",
201 "Method" => "DTLS",
D17-renegotiate.cnf47 Method = TLS
74 Method = TLS
102 Method = TLS
129 Method = TLS
161 Method = TLS
193 Method = TLS
221 Method = TLS
249 Method = TLS
281 Method = TLS
313 Method = TLS
[all …]
D11-dtls_resumption.cnf55 Method = DTLS
93 Method = DTLS
131 Method = DTLS
169 Method = DTLS
207 Method = DTLS
245 Method = DTLS
283 Method = DTLS
321 Method = DTLS
358 Method = DTLS
395 Method = DTLS
[all …]
/third_party/benchmark/include/benchmark/
Dbenchmark.h1465 #define BENCHMARK_PRIVATE_CONCAT_NAME(BaseClass, Method) \ argument
1466 BaseClass##_##Method##_Benchmark
1544 #define BENCHMARK_PRIVATE_DECLARE_F(BaseClass, Method) \ argument
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) \ argument
1556 class BaseClass##_##Method##_Benchmark : public BaseClass<a> { \
1558 BaseClass##_##Method##_Benchmark() { \
1559 this->SetName(#BaseClass "<" #a ">/" #Method); \
[all …]
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dlog.go58 Method string `json:"method"` member
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,
217 if v.ID != nil && v.Method != "" && (v.Params != nil || v.Method == "shutdown") {
218 fmt.Fprintf(&buf, "Sending request '%s - (%s)'.\n", v.Method, id)
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dlog.go58 Method string `json:"method"` member
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,
217 if v.ID != nil && v.Method != "" && (v.Params != nil || v.Method == "shutdown") {
218 fmt.Fprintf(&buf, "Sending request '%s - (%s)'.\n", v.Method, id)
[all …]
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dlog.go58 Method string `json:"method"` member
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,
217 if v.ID != nil && v.Method != "" && (v.Params != nil || v.Method == "shutdown") {
218 fmt.Fprintf(&buf, "Sending request '%s - (%s)'.\n", v.Method, id)
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
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::SIZE; in useImageFunction()
[all …]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
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/
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 getMethod = nameToNoArgMethod.get("get" + suffix); in reflectivePrintWithIndent()
152 Method hasMethod = nameToNoArgMethod.get("has" + suffix); in reflectivePrintWithIndent()
DGeneratedMessage.java45 import java.lang.reflect.Method;
1817 private final Method enumValueOf;
1818 private final Method enumGetValueDescriptor;
1967 private static Method getMethodOrDie(
1980 final Method method, final Object object, final Object... params) {
2205 private final Method caseMethod;
2206 private final Method caseMethodBuilder;
2207 private final Method clearMethod;
2279 protected final Method getMethod;
2280 protected final Method getMethodBuilder;
[all …]
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-decorators-except-arkui/
Darkts-no-decorators-except-arkui-2-error.ets18 Counterexample: Method Decorator.
25 console.log('Method decorator called')
27 console.log('Method name: ', key)
28 console.log('Method Descriptor: ', descriptor)
34 console.log('Method called')
Darkts-no-decorators-except-arkui-2-ok.ets31 console.log('Method decorator called')
33 console.log('Method name: ', key)
34 console.log('Method Descriptor: ', descriptor)
39 console.log('Method Decorator Logic')
46 console.log('Method called')
/third_party/rust/crates/clap/clap_derive/src/
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::from_env(attr.name.clone(), "CARGO_PKG_VERSION")? { in push_attrs()
[all …]
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DApi.cs48 …fo(typeof(global::Google.Protobuf.WellKnownTypes.Method), global::Google.Protobuf.WellKnownTypes.M… in ApiReflection()
128 …private static readonly pb::FieldCodec<global::Google.Protobuf.WellKnownTypes.Method> _repeated_me…
129 = pb::FieldCodec.ForMessage(18, global::Google.Protobuf.WellKnownTypes.Method.Parser);
130 …::Google.Protobuf.WellKnownTypes.Method> methods_ = new pbc::RepeatedField<global::Google.Protobuf…
135 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Method> Methods {
475 public sealed partial class Method : pb::IMessage<Method> class
480 …private static readonly pb::MessageParser<Method> _parser = new pb::MessageParser<Method>(() => ne…
483 public static pb::MessageParser<Method> Parser { get { return _parser; } }
496 public Method() { in Method() method in Google.Protobuf.WellKnownTypes.Method
503 public Method(Method other) : this() { in Method() method in Google.Protobuf.WellKnownTypes.Method
[all …]
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DDeprecatedFieldTest.java39 import java.lang.reflect.Method;
62 Method method = deprecatedFields.getMethod(name); in testDeprecatedField()
67 Method method = deprecatedFieldsBuilder.getMethod(name); in testDeprecatedField()
72 Method method = deprecatedFieldsBuilder.getMethod(name, int.class); in testDeprecatedField()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DDeprecatedFieldTest.java35 import java.lang.reflect.Method;
56 Method method = deprecatedFields.getMethod(name); in testDeprecatedField()
60 Method method = deprecatedFieldsBuilder.getMethod(name); in testDeprecatedField()
64 Method method = deprecatedFieldsBuilder.getMethod(name, int.class); in testDeprecatedField()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
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)(&Value)) in DumpDIAValueAs()
[all …]

12345678910>>...17