| /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/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| D | ReflectionUtil.cs | 59 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/ |
| 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/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.AnonymousClasscb37fa400101
|
| 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 | destructuringParameterDeclaration8.js | 5 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
|
| 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 | 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 | 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
|
| /third_party/rust/rust/tests/incremental/hashes/ |
| D | trait_defs.rs | 63 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/ |
| 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/full/ |
| D | service.cc | 119 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/ |
| 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/rust/rust/tests/ui/symbol-names/ |
| D | trait-objects.rs | 11 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/ |
| 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/grpc/src/compiler/ |
| D | csharp_generator.cc | 128 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 …]
|
| D | objective_c_generator.cc | 42 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/ |
| 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
|