| /third_party/openssl/crypto/x509/ |
| D | x509_meth.c | 22 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/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/engine/ |
| D | validators.py | 37 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/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| D | ReflectionUtil.cs | 83 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/typescript/tests/baselines/reference/ |
| D | superInObjectLiterals_ES6.js | 4 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
|
| D | jsdocImplements_class.js | 4 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.AnonymousClass1784eb1e0101
|
| D | destructuringParameterDeclaration8.js | 5 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
|
| D | superInObjectLiterals_ES5.js | 4 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 …]
|
| D | classConstructorAccessibility4.js | 5 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
|
| D | typeOfThisInstanceMemberNarrowedWithLoopAntecedent.js | 13 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
|
| D | inferentialTypingObjectLiteralMethod2.js | 6 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
|
| D | inferentialTypingObjectLiteralMethod1.js | 6 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
|
| D | importCallExpressionES6CJS.js | 20 method() { method in C 26 method() { method in D 51 method() { method in C 56 method() { method in D
|
| D | superMethodCall.js | 3 method?() { } field in Base 7 method() { method in Derived 28 method() { } method in Base 31 method() { method in Derived 37 method: { get: () => super.method } property
|
| D | privateNameFieldDerivedClasses.js | 4 static method(x: Derived) { method in Base 9 static method(x: Derived) { method in Derived 27 static method(x) { method in Base 33 static method(x) { method in Derived
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/vision/ |
| D | validators.py | 32 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/ |
| D | validators.py | 30 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/ |
| D | validators.py | 29 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/ |
| D | mi_validators.py | 25 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/ |
| D | cordz_update_tracker_test.cc | 64 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/ |
| D | java_service.cc | 140 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 …]
|
| /third_party/typescript/tests/cases/conformance/jsdoc/ |
| D | jsdocImplements_class.ts | 10 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/typescript/tests/cases/compiler/ |
| D | baseTypeAfterDerivedType.ts | 2 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/ |
| D | validators.py | 43 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/flatbuffers/grpc/src/compiler/ |
| D | swift_generator.cc | 48 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
|
| D | go_generator.cc | 13 inline bool ClientOnlyStreaming(const grpc_generator::Method *method) { in ClientOnlyStreaming() 17 inline bool ServerOnlyStreaming(const grpc_generator::Method *method) { in ServerOnlyStreaming() 70 static void GenerateServerMethodSignature(const grpc_generator::Method *method, in GenerateServerMethodSignature() 90 static void GenerateServerMethod(const grpc_generator::Method *method, in GenerateServerMethod() 208 static void GenerateClientMethodSignature(const grpc_generator::Method *method, in GenerateClientMethodSignature() 229 static void GenerateClientMethod(const grpc_generator::Method *method, in GenerateClientMethod() 367 auto method = service->method(i); in GenerateService() local 397 auto method = service->method(i); in GenerateService() local 442 auto method = service->method(i); in GenerateService() local 459 auto method = service->method(i); in GenerateService() local
|