Home
last modified time | relevance | path

Searched defs:method (Results 1 – 25 of 1363) sorted by relevance

12345678910>>...55

/third_party/openssl/crypto/x509/
Dx509_meth.c22 X509_LOOKUP_METHOD *method = OPENSSL_zalloc(sizeof(X509_LOOKUP_METHOD)); in X509_LOOKUP_meth_new() local
39 void X509_LOOKUP_meth_free(X509_LOOKUP_METHOD *method) in X509_LOOKUP_meth_free()
46 int X509_LOOKUP_meth_set_new_item(X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_new_item()
53 int (*X509_LOOKUP_meth_get_new_item(const X509_LOOKUP_METHOD* method)) in X509_LOOKUP_meth_get_new_item()
60 X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_free()
67 void (*X509_LOOKUP_meth_get_free(const X509_LOOKUP_METHOD* method)) in X509_LOOKUP_meth_get_free()
73 int X509_LOOKUP_meth_set_init(X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_init()
80 int (*X509_LOOKUP_meth_get_init(const X509_LOOKUP_METHOD* method)) in X509_LOOKUP_meth_get_init()
87 X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_shutdown()
94 int (*X509_LOOKUP_meth_get_shutdown(const X509_LOOKUP_METHOD* method)) in X509_LOOKUP_meth_get_shutdown()
[all …]
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DReflectionUtil.cs59 internal static Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
71 internal static Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
82 internal static Action<IMessage, object> CreateActionIMessageObject(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
92 internal static Action<IMessage> CreateActionIMessage(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
95 internal static Func<IMessage, bool> CreateFuncIMessageBool(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
165 Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method); in CreateFuncIMessageInt32()
166 Action<IMessage> CreateActionIMessage(MethodInfo method); in CreateActionIMessage()
167 Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method); in CreateFuncIMessageObject()
168 Action<IMessage, object> CreateActionIMessageObject(MethodInfo method); in CreateActionIMessageObject()
169 Func<IMessage, bool> CreateFuncIMessageBool(MethodInfo method); in CreateFuncIMessageBool()
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/engine/
Dvalidators.py37 def check_cmu_arctic_dataset(method): argument
68 def check_gtzan_dataset(method): argument
98 def check_imagefolderdataset(method): argument
131 def check_imdb_dataset(method): argument
160 def check_iwslt2016_dataset(method): argument
217 def check_iwslt2017_dataset(method): argument
265 def check_kittidataset(method): argument
294 def check_lsun_dataset(method): argument
335 def check_mnist_cifar_dataset(method): argument
365 def check_omniglotdataset(method): argument
[all …]
/third_party/typescript/tests/baselines/reference/
DsuperInObjectLiterals_ES6.js4 method() { method
7 method() { method
29 method() { } method in A
36 method() { method
39 method() { method
65 method() { method
68 method() { method
89 method() { } method in A
95 method() { method
98 method() { method
DjsdocImplements_class.js4 method() { throw new Error(); } method in A
8 method() { return 0 } method in B
14 method() { return "" } method in B2
25 method() { return 11; } method in Ns.C1
29 method() { return 12; } method in C2
34 method() { return 13; } method
40 method() { method in CC.AnonymousClasscb37fa400101
DsuperInObjectLiterals_ES5.js4 method() { method
7 method() { method
29 method() { } method in A
36 method() { method
39 method() { method
81 method: function () { method
84 method: function () { method
107 A.prototype.method = function () { }; method in A
119 method: function () { method
122 method: function () { method
[all …]
DdestructuringParameterDeclaration8.js5 method = 'z', argument
17 test({ method: 'x', nested: { p: 'a' } }) property
18 test({ method: 'z', nested: { p: 'b' } }) property
19 test({ method: 'one', nested: { p: 'a' } }) property
31 test({ method: 'x', nested: { p: 'a' } }); property
32 test({ method: 'z', nested: { p: 'b' } }); property
33 test({ method: 'one', nested: { p: 'a' } }); property
DclassConstructorAccessibility4.js5 method() { method in A
7 method() { method in A.method.B
20 method() { method in D
22 method() { method in D.method.E
51 A.prototype.method = function () { method in A
55 B.prototype.method = function () { method in B
73 D.prototype.method = function () { method in D
77 E.prototype.method = function () { method in E
DinferentialTypingObjectLiteralMethod2.js6 foo("", { method(p1) { return p1.length } }, { method(p2) { return undefined } }); method
9 foo("", { method: function (p1) { return p1.length; } }, { method: function (p2) { return undefined… method
DinferentialTypingObjectLiteralMethod1.js6 foo("", { method(p1) { return p1.length } }, { method(p2) { return undefined } }); method
9 foo("", { method: function (p1) { return p1.length; } }, { method: function (p2) { return undefined… method
DtypeOfThisInstanceMemberNarrowedWithLoopAntecedent.js13 method() { method in SomeClass
24 method() { method in SomeClass2
38 SomeClass.prototype.method = function () { method in SomeClass
50 SomeClass2.prototype.method = function () { method in SomeClass2
/third_party/rust/rust/tests/incremental/hashes/
Dtrait_defs.rs63 fn method(); in method() method
71 fn method(); in method() method
92 fn method() ; in method() method
105 fn method() -> u32; in method() method
117 fn method() -> u32; in method() method
130 fn method() -> u64; in method() method
142 fn method( ); in method() method
155 fn method(a: u32); in method() method
168 fn method(a: u32); in method() method
188 fn method(b: u32); in method() method
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/vision/
Dvalidators.py32 def check_affine(method): argument
94 def check_cut_mix_batch_c(method): argument
123 def check_mix_up_batch_c(method): argument
237 def check_crop(method): argument
251 def check_center_crop(method): argument
264 def check_five_crop(method): argument
277 def check_erase(method): argument
304 def check_random_posterize(method): argument
326 def check_posterize(method): argument
339 def check_resize_interpolation(method): argument
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/text/
Dvalidators.py30 def check_add_token(method): argument
56 def check_lookup(method): argument
75 def check_from_file(method): argument
104 def check_tokens_to_ids(method): argument
120 def check_ids_to_tokens(method): argument
139 def check_from_list(method): argument
162 def check_from_dict(method): argument
180 def check_jieba_init(method): argument
202 def check_jieba_add_word(method): argument
217 def check_jieba_add_dict(method): argument
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/audio/
Dvalidators.py29 def check_amplitude_to_db(method): argument
89 def check_band_biquad(method): argument
111 def check_highpass_biquad(method): argument
125 def check_allpass_biquad(method): argument
140 def check_bandpass_biquad(method): argument
156 def check_bandreject_biquad(method): argument
171 def check_bass_biquad(method): argument
187 def check_contrast(method): argument
200 def check_db_to_amplitude(method): argument
215 def check_dc_shift(method): argument
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/offline_debug/
Dmi_validators.py25 def check_init(method): argument
40 def check_initialize(method): argument
56 def check_add_watchpoint(method): argument
87 def check_remove_watchpoint(method): argument
101 def check_check_watchpoints(method): argument
116 def check_read_tensor_info(method): argument
131 def check_initialize_done(method): argument
144 def check_tensor_info_init(method): argument
164 def check_tensor_data_init(method): argument
185 def check_tensor_base_data_init(method): argument
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_update_tracker_test.cc64 for (Method method : AllMethods()) { in TEST() local
72 for (Method method : AllMethods()) { in TEST() local
82 for (Method method : AllMethods()) { in TEST() local
89 for (Method method : AllMethods()) { in TEST() local
99 for (Method method : AllMethods()) { in TEST() local
106 for (Method method : AllMethods()) { in TEST() local
119 for (Method method : AllMethods()) { in TEST() local
125 for (Method method : AllMethods()) { in TEST() local
132 for (Method method : AllMethods()) { in TEST() local
/third_party/protobuf/src/google/protobuf/compiler/java/full/
Dservice.cc119 const MethodDescriptor* method = descriptor_->method(i); in GenerateNewReflectiveServiceMethod() local
158 const MethodDescriptor* method = descriptor_->method(i); in GenerateAbstractMethods() local
166 const MethodDescriptor* method) { in GetOutput()
189 const MethodDescriptor* method = descriptor_->method(i); in GenerateCallMethod() local
236 const MethodDescriptor* method = descriptor_->method(i); in GenerateCallBlockingMethod() local
281 const MethodDescriptor* method = descriptor_->method(i); in GenerateGetPrototype() local
331 const MethodDescriptor* method = descriptor_->method(i); in GenerateStub() local
373 const MethodDescriptor* method = descriptor_->method(i); in GenerateBlockingStub() local
396 const MethodDescriptor* method = descriptor_->method(i); in GenerateBlockingStub() local
422 io::Printer* printer, const MethodDescriptor* method, in GenerateMethodSignature()
[all …]
/third_party/typescript/tests/cases/conformance/jsdoc/
DjsdocImplements_class.ts10 method() { throw new Error(); } method in A
14 method() { return 0 } method in B
20 method() { return "" } method in B2
35 method() { return 12; } variable
40 method() { return 13; } variable
/third_party/rust/rust/tests/ui/symbol-names/
Dtrait-objects.rs11 fn method(&self) {} in method() method
19 fn method(&self) {} in method() method
23 fn method(&self) {} in method() method
31 fn method(&self) {} in method() function
35 fn method(&self) {} in method() method
43 fn method(&self) {} in method() function
/third_party/typescript/tests/cases/compiler/
DbaseTypeAfterDerivedType.ts2 method(...args: any[]): void; method
6 method(...args: any[]): void; method
10 method(...args: any[]): void { } method in Derived2
14 method(...args: any[]): void; method
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/transforms/
Dvalidators.py43 def check_fill_value(method): argument
56 def check_one_hot_op(method): argument
74 def check_num_classes(method): argument
89 def check_ms_type(method): argument
103 def check_slice_option(method): argument
121 def check_slice_op(method): argument
141 def check_mask_op(method): argument
158 def check_mask_op_new(method): argument
175 def check_pad_end(method): argument
199 def check_concat_type(method): argument
[all …]
/third_party/grpc/src/compiler/
Dcsharp_generator.cc128 const MethodDescriptor* method) { in GenerateDocCommentServerMethod()
160 const MethodDescriptor* method, in GenerateDocCommentClientMethod()
203 std::string GetCSharpMethodType(const MethodDescriptor* method) { in GetCSharpMethodType()
219 std::string GetCSharpServerMethodType(const MethodDescriptor* method) { in GetCSharpServerMethodType()
243 std::string GetMethodFieldName(const MethodDescriptor* method) { in GetMethodFieldName()
247 std::string GetMethodRequestParamMaybe(const MethodDescriptor* method, in GetMethodRequestParamMaybe()
262 std::string GetMethodReturnTypeClient(const MethodDescriptor* method) { in GetMethodReturnTypeClient()
284 std::string GetMethodRequestParamServer(const MethodDescriptor* method) { in GetMethodRequestParamServer()
293 std::string GetMethodReturnTypeServer(const MethodDescriptor* method) { in GetMethodReturnTypeServer()
301 std::string GetMethodResponseStreamMaybe(const MethodDescriptor* method) { in GetMethodResponseStreamMaybe()
[all …]
Dobjective_c_generator.cc42 const MethodDescriptor* method, in PrintProtoRpcDeclarationAsPragma()
84 void PrintMethodSignature(Printer* printer, const MethodDescriptor* method, in PrintMethodSignature()
109 void PrintSimpleSignature(Printer* printer, const MethodDescriptor* method, in PrintSimpleSignature()
117 void PrintAdvancedSignature(Printer* printer, const MethodDescriptor* method, in PrintAdvancedSignature()
124 void PrintV2Signature(Printer* printer, const MethodDescriptor* method, in PrintV2Signature()
148 const MethodDescriptor* method) { in GetMethodVars()
158 void PrintMethodDeclarations(Printer* printer, const MethodDescriptor* method) { in PrintMethodDeclarations()
172 const MethodDescriptor* method) { in PrintV2MethodDeclarations()
183 void PrintSimpleImplementation(Printer* printer, const MethodDescriptor* method, in PrintSimpleImplementation()
201 const MethodDescriptor* method, in PrintAdvancedImplementation()
[all …]
/third_party/flatbuffers/grpc/src/compiler/
Dswift_generator.cc48 static void GenerateClientFuncName(const grpc_generator::Method *method, in GenerateClientFuncName()
86 static void GenerateClientFuncBody(const grpc_generator::Method *method, in GenerateClientFuncBody()
154 auto method = service->method(it); in GenerateClientProtocol() local
174 auto method = service->method(it); in GenerateClientProtocol() local
194 auto method = service->method(it); in GenerateClientProtocol() local
240 grpc::string GenerateServerFuncName(const grpc_generator::Method *method) { in GenerateServerFuncName()
261 grpc::string GenerateServerExtensionBody(const grpc_generator::Method *method) { in GenerateServerExtensionBody()
317 auto method = service->method(it); in GenerateServerProtocol() local
341 auto method = service->method(it); in GenerateServerProtocol() local
360 auto method = service->method(it); in GenerateServerProtocol() local

12345678910>>...55