Home
last modified time | relevance | path

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

12345678910>>...59

/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/node/test/parallel/
Dtest-inspector-multisession-ws.js29 { 'method': 'Runtime.enable' }, property
30 { 'method': 'Debugger.enable' }, property
31 { 'method': 'Debugger.setPauseOnExceptions', property
33 { 'method': 'Debugger.setAsyncCallStackDepth', property
35 { 'method': 'Profiler.enable' }, property
36 { 'method': 'Profiler.setSamplingInterval', property
38 { 'method': 'Debugger.setBlackboxPatterns', property
40 { 'method': 'Runtime.runIfWaitingForDebugger' }, property
48 sessionA.send({ 'method': 'Debugger.resume' }); property
56 sessionA.send({ 'method': 'Debugger.pause' }); property
[all …]
Dtest-inspector-esm.js25 { 'method': 'Runtime.enable' }, property
26 { 'method': 'Debugger.enable' }, property
27 { 'method': 'Debugger.setPauseOnExceptions', property
29 { 'method': 'Debugger.setAsyncCallStackDepth', property
31 { 'method': 'Profiler.enable' }, property
32 { 'method': 'Profiler.setSamplingInterval', property
34 { 'method': 'Debugger.setBlackboxPatterns', property
36 { 'method': 'Runtime.runIfWaitingForDebugger' }, property
47 { 'method': 'Debugger.setBreakpointByUrl', property
52 { 'method': 'Debugger.resume' }, property
[all …]
Dtest-inspect-async-hook-setup-at-inspect.js31 { 'method': 'Runtime.evaluate', property
33 { 'method': 'Debugger.resume' }, property
51 { 'method': 'Runtime.enable' }, property
52 { 'method': 'Debugger.enable' }, property
53 { 'method': 'Debugger.setAsyncCallStackDepth', property
55 { 'method': 'Debugger.setBlackboxPatterns', property
57 { 'method': 'Runtime.runIfWaitingForDebugger' }, property
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DReflectionUtil.cs83 internal static Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
94 internal static Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
103 internal static Action<IMessage, object> CreateActionIMessageObject(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
112 internal static Action<IMessage> CreateActionIMessage(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
115 internal static Func<IMessage, bool> CreateFuncIMessageBool(MethodInfo method) => field in Google.Protobuf.Reflection.ReflectionUtil
141 Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method); in CreateFuncIMessageInt32()
142 Action<IMessage> CreateActionIMessage(MethodInfo method); in CreateActionIMessage()
143 Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method); in CreateFuncIMessageObject()
144 Action<IMessage, object> CreateActionIMessageObject(MethodInfo method); in CreateActionIMessageObject()
145 Func<IMessage, bool> CreateFuncIMessageBool(MethodInfo method); in CreateFuncIMessageBool()
[all …]
/third_party/node/test/sequential/
Dtest-inspector-scriptparsed-context.js50 { 'method': 'Debugger.enable' }, property
51 { 'method': 'Runtime.runIfWaitingForDebugger' }, property
55 await session.send({ 'method': 'Runtime.enable' }); property
57 await session.send({ 'method': 'Debugger.resume' }); property
62 await session.send({ 'method': 'Debugger.resume' }); property
66 await session.send({ 'method': 'Debugger.resume' }); property
71 await session.send({ 'method': 'Debugger.resume' }); property
77 await session.send({ 'method': 'Debugger.resume' }); property
Dtest-inspector-debug-brk-flag.js11 { 'method': 'Runtime.enable' }, property
12 { 'method': 'Debugger.enable' }, property
13 { 'method': 'Debugger.setPauseOnExceptions', property
15 { 'method': 'Debugger.setAsyncCallStackDepth', property
17 { 'method': 'Profiler.enable' }, property
18 { 'method': 'Profiler.setSamplingInterval', property
20 { 'method': 'Debugger.setBlackboxPatterns', property
22 { 'method': 'Runtime.runIfWaitingForDebugger' }, property
Dtest-inspector.js64 { 'method': 'Runtime.enable' }, property
65 { 'method': 'Debugger.enable' }, property
66 { 'method': 'Debugger.setPauseOnExceptions', property
68 { 'method': 'Debugger.setAsyncCallStackDepth', property
70 { 'method': 'Profiler.enable' }, property
71 { 'method': 'Profiler.setSamplingInterval', property
73 { 'method': 'Debugger.setBlackboxPatterns', property
75 { 'method': 'Runtime.runIfWaitingForDebugger' }, property
85 { 'method': 'Debugger.setBreakpointByUrl', property
90 { 'method': 'Debugger.resume' }, property
[all …]
Dtest-inspector-exception.js17 { 'method': 'Runtime.enable' }, property
18 { 'method': 'Debugger.enable' }, property
19 { 'method': 'Debugger.setPauseOnExceptions', property
21 { 'method': 'Debugger.setAsyncCallStackDepth', property
23 { 'method': 'Profiler.enable' }, property
24 { 'method': 'Profiler.setSamplingInterval', property
26 { 'method': 'Debugger.setBlackboxPatterns', property
28 { 'method': 'Runtime.runIfWaitingForDebugger' }, property
Dtest-inspector-async-stack-traces-promise-then.js24 { 'method': 'Runtime.enable' }, property
25 { 'method': 'Debugger.enable' }, property
26 { 'method': 'Debugger.setAsyncCallStackDepth', property
28 { 'method': 'Debugger.setBlackboxPatterns', property
30 { 'method': 'Runtime.runIfWaitingForDebugger' }, property
34 await session.send({ 'method': 'Debugger.resume' }); property
40 await session.send({ 'method': 'Debugger.resume' }); property
Dtest-inspector-async-hook-setup-at-signal.js46 { 'method': 'Runtime.evaluate', property
48 { 'method': 'Debugger.resume' }, property
66 { 'method': 'Runtime.enable' }, property
67 { 'method': 'Debugger.enable' }, property
68 { 'method': 'Debugger.setAsyncCallStackDepth', property
70 { 'method': 'Debugger.setBlackboxPatterns', property
72 { 'method': 'Runtime.runIfWaitingForDebugger' }, property
Dtest-inspector-stop-profile-after-done.js18 { method: 'Profiler.setSamplingInterval', property
20 { method: 'Profiler.enable' }, property
21 { method: 'Runtime.runIfWaitingForDebugger' }, property
22 { method: 'Profiler.start' }]); property
25 await session.send({ method: 'Profiler.stop' }); property
Dtest-inspector-async-hook-setup-at-inspect-brk.js17 await session.send({ 'method': 'Debugger.resume' }); property
34 { 'method': 'Runtime.enable' }, property
35 { 'method': 'Debugger.enable' }, property
36 { 'method': 'Debugger.setAsyncCallStackDepth', property
38 { 'method': 'Debugger.setBlackboxPatterns', property
40 { 'method': 'Runtime.runIfWaitingForDebugger' }, property
/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.AnonymousClass59e6fc9f0101
DdestructuringParameterDeclaration8.js5 method = 'z', property
8 method?: 'x' | 'y', field
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
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 …]
/third_party/mindspore/mindspore/dataset/engine/
Dvalidators.py36 def check_imagefolderdataset(method): argument
65 def check_mnist_cifar_dataset(method): argument
95 def check_manifestdataset(method): argument
125 def check_sbu_dataset(method): argument
155 def check_tfrecorddataset(method): argument
184 def check_usps_dataset(method): argument
211 def check_vocdataset(method): argument
256 def check_cocodataset(method): argument
295 def check_celebadataset(method): argument
334 def check_save(method): argument
[all …]
/third_party/mindspore/mindspore/dataset/text/
Dvalidators.py42 def check_lookup(method): argument
60 def check_from_file(method): argument
79 def check_from_list(method): argument
102 def check_from_dict(method): argument
120 def check_jieba_init(method): argument
142 def check_jieba_add_word(method): argument
157 def check_jieba_add_dict(method): argument
168 def check_with_offsets(method): argument
181 def check_unicode_script_tokenizer(method): argument
196 def check_wordpiece_tokenizer(method): argument
[all …]
/third_party/mindspore/mindspore/dataset/vision/
Dvalidators.py53 def check_cut_mix_batch_c(method): argument
82 def check_mix_up_batch_c(method): argument
181 def check_crop(method): argument
195 def check_center_crop(method): argument
208 def check_five_crop(method): argument
221 def check_posterize(method): argument
243 def check_resize_interpolation(method): argument
259 def check_resize(method): argument
299 def check_random_resize_crop(method): argument
314 def check_prob(method): argument
[all …]
/third_party/mindspore/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
115 def check_read_tensor_info(method): argument
130 def check_initialize_done(method): argument
143 def check_tensor_info_init(method): argument
163 def check_tensor_data_init(method): argument
184 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/mindspore/mindspore/dataset/audio/
Dvalidators.py27 def check_amplitude_to_db(method): argument
87 def check_band_biquad(method): argument
109 def check_highpass_biquad(method): argument
123 def check_allpass_biquad(method): argument
138 def check_bandpass_biquad(method): argument
154 def check_bandreject_biquad(method): argument
169 def check_bass_biquad(method): argument
185 def check_contrast(method): argument
198 def check_dc_shift(method): argument
212 def check_deemph_biquad(method): argument
[all …]
/third_party/grpc/include/grpcpp/generic/
Dgeneric_stub.h54 PrepareCall(ClientContext* context, const std::string& method, in PrepareCall()
64 ClientContext* context, const std::string& method, in PrepareUnaryCall()
81 ClientContext* context, const std::string& method, in Call()
89 void UnaryCall(ClientContext* context, const std::string& method, in UnaryCall()
100 void PrepareUnaryCall(ClientContext* context, const std::string& method, in PrepareUnaryCall()
110 ClientContext* context, const std::string& method, in PrepareBidiStreamingCall()
125 void UnaryCall(ClientContext* context, const std::string& method, in UnaryCall()
136 void PrepareUnaryCall(ClientContext* context, const std::string& method, in PrepareUnaryCall()
147 ClientContext* context, const std::string& method, in PrepareBidiStreamingCall()
164 void UnaryCallInternal(ClientContext* context, const std::string& method, in UnaryCallInternal()
[all …]
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_service.cc140 const MethodDescriptor* method = descriptor_->method(i); in GenerateNewReflectiveServiceMethod() local
179 const MethodDescriptor* method = descriptor_->method(i); in GenerateAbstractMethods() local
187 const MethodDescriptor* method) { in GetOutput()
210 const MethodDescriptor* method = descriptor_->method(i); in GenerateCallMethod() local
257 const MethodDescriptor* method = descriptor_->method(i); in GenerateCallBlockingMethod() local
302 const MethodDescriptor* method = descriptor_->method(i); in GenerateGetPrototype() local
352 const MethodDescriptor* method = descriptor_->method(i); in GenerateStub() local
394 const MethodDescriptor* method = descriptor_->method(i); in GenerateBlockingStub() local
417 const MethodDescriptor* method = descriptor_->method(i); in GenerateBlockingStub() local
443 io::Printer* printer, const MethodDescriptor* method, in GenerateMethodSignature()
[all …]

12345678910>>...59