| /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/node/test/parallel/ |
| D | test-inspector-multisession-ws.js | 29 { '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 …]
|
| D | test-inspector-esm.js | 25 { '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 54 { 'method': 'Debugger.resume' }, property [all …]
|
| D | test-inspect-async-hook-setup-at-inspect.js | 31 { '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
|
| D | test-inspector-inspect-brk-node.js | 13 await session.send({ method: 'Runtime.enable' }); property 14 await session.send({ method: 'Debugger.enable' }); property 15 await session.send({ method: 'Runtime.runIfWaitingForDebugger' }); property 23 await session.send({ method: 'Debugger.resume' }); property
|
| D | test-inspector-waiting-for-disconnect.js | 19 { method: 'Runtime.enable' }]); property 21 { method: 'Runtime.enable' }, property 22 { method: 'NodeRuntime.notifyWhenWaitingForDisconnect', property 24 { method: 'Runtime.runIfWaitingForDebugger' }]); property 35 method: 'Runtime.evaluate', params: { expression: '42' } property
|
| D | test-inspector-wait-for-connection.js | 12 await session.send({ method: 'Runtime.enable' }); property 20 method: 'Runtime.evaluate', property 27 session.send({ method: 'Runtime.runIfWaitingForDebugger' }); property 36 secondSession.send({ method: 'Runtime.runIfWaitingForDebugger' }); property
|
| /third_party/node/test/sequential/ |
| D | test-inspector-scriptparsed-context.js | 50 { '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
|
| D | test-inspector-debug-brk-flag.js | 11 { '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
|
| D | test-inspector-exception.js | 17 { '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
|
| D | test-inspector.js | 64 { '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 92 { 'method': 'Debugger.resume' }, property [all …]
|
| D | test-inspector-async-stack-traces-promise-then.js | 24 { '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
|
| D | test-inspector-async-hook-setup-at-signal.js | 46 { '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
|
| D | test-inspector-stop-profile-after-done.js | 18 { 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
|
| D | test-inspector-async-hook-setup-at-inspect-brk.js | 17 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
|
| D | test-inspector-async-stack-traces-set-interval.js | 13 await session.send({ 'method': 'Debugger.resume' }); property 30 { 'method': 'Runtime.enable' }, property 31 { 'method': 'Debugger.enable' }, property 32 { 'method': 'Debugger.setAsyncCallStackDepth', property 34 { 'method': 'Debugger.setBlackboxPatterns', property 36 { 'method': 'Runtime.runIfWaitingForDebugger' } property
|
| D | test-inspector-break-when-eval.js | 14 { 'method': 'Runtime.enable' }, property 15 { 'method': 'Debugger.enable' }, property 16 { 'method': 'Debugger.setAsyncCallStackDepth', property 18 { 'method': 'Runtime.runIfWaitingForDebugger' }, property 28 session.send({ 'method': 'Debugger.resume' }); property 35 { 'method': 'Debugger.setBreakpointByUrl', property 42 { 'method': 'Runtime.evaluate', property 61 session.send({ 'method': 'Debugger.stepOver' }); property
|
| D | test-inspector-break-e.js | 12 { 'method': 'Runtime.enable' }, property 13 { 'method': 'Debugger.enable' }, property 14 { 'method': 'Runtime.runIfWaitingForDebugger' } property
|
| /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/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/grpc/include/grpcpp/generic/ |
| D | generic_stub.h | 57 PrepareCall(ClientContext* context, const std::string& method, in PrepareCall() 67 PrepareUnaryCall(ClientContext* context, const std::string& method, in PrepareUnaryCall() 88 Call(ClientContext* context, const std::string& method, in Call() 96 void UnaryCall(ClientContext* context, const std::string& method, in UnaryCall() 107 void PrepareUnaryCall(ClientContext* context, const std::string& method, in PrepareUnaryCall() 117 ClientContext* context, const std::string& method, in PrepareBidiStreamingCall() 132 void UnaryCall(ClientContext* context, const std::string& method, in UnaryCall() 143 void PrepareUnaryCall(ClientContext* context, const std::string& method, in PrepareUnaryCall() 154 ClientContext* context, const std::string& method, in PrepareBidiStreamingCall() 171 void UnaryCallInternal(ClientContext* context, const std::string& method, in UnaryCallInternal() [all …]
|
| /third_party/mingw-w64/mingw-w64-headers/include/ |
| D | basetyps.h | 48 #define STDMETHOD(method) virtual COM_DECLSPEC_NOTHROW HRESULT STDMETHODCALLTYPE method argument 49 #define STDMETHOD_(type, method) virtual COM_DECLSPEC_NOTHROW type STDMETHODCALLTYPE method argument 50 #define STDMETHODV(method) virtual COM_DECLSPEC_NOTHROW HRESULT STDMETHODVCALLTYPE method argument 51 #define STDMETHODV_(type, method) virtual COM_DECLSPEC_NOTHROW type STDMETHODVCALLTYPE method argument 64 #define STDMETHOD(method) HRESULT (STDMETHODCALLTYPE *method) argument 65 #define STDMETHOD_(type, method) type (STDMETHODCALLTYPE *method) argument 66 #define STDMETHODV(method) HRESULT (STDMETHODVCALLTYPE *method) argument 67 #define STDMETHODV_(type, method) type (STDMETHODVCALLTYPE *method) argument 80 #define IFACEMETHOD(method) /*override*/ STDMETHOD (method) argument 81 #define IFACEMETHOD_(type, method) /*override*/ STDMETHOD_(type, method) argument [all …]
|
| /third_party/grpc/src/compiler/ |
| D | csharp_generator.cc | 112 const MethodDescriptor* method) { in GenerateDocCommentServerMethod() 144 const MethodDescriptor* method, in GenerateDocCommentClientMethod() 224 std::string GetMethodFieldName(const MethodDescriptor* method) { in GetMethodFieldName() 228 std::string GetMethodRequestParamMaybe(const MethodDescriptor* method, in GetMethodRequestParamMaybe() 243 std::string GetMethodReturnTypeClient(const MethodDescriptor* method) { in GetMethodReturnTypeClient() 264 std::string GetMethodRequestParamServer(const MethodDescriptor* method) { in GetMethodRequestParamServer() 278 std::string GetMethodReturnTypeServer(const MethodDescriptor* method) { in GetMethodReturnTypeServer() 292 std::string GetMethodResponseStreamMaybe(const MethodDescriptor* method) { in GetMethodResponseStreamMaybe() 313 const MethodDescriptor* method = service->method(i); in GetUsedMessages() local 341 void GenerateStaticMethodField(Printer* out, const MethodDescriptor* method) { in GenerateStaticMethodField() [all …]
|
| D | objective_c_generator.cc | 41 const MethodDescriptor* method, in PrintProtoRpcDeclarationAsPragma() 83 void PrintMethodSignature(Printer* printer, const MethodDescriptor* method, in PrintMethodSignature() 108 void PrintSimpleSignature(Printer* printer, const MethodDescriptor* method, in PrintSimpleSignature() 116 void PrintAdvancedSignature(Printer* printer, const MethodDescriptor* method, in PrintAdvancedSignature() 123 void PrintV2Signature(Printer* printer, const MethodDescriptor* method, in PrintV2Signature() 147 const MethodDescriptor* method) { in GetMethodVars() 157 void PrintMethodDeclarations(Printer* printer, const MethodDescriptor* method) { in PrintMethodDeclarations() 169 const MethodDescriptor* method) { in PrintV2MethodDeclarations() 178 void PrintSimpleImplementation(Printer* printer, const MethodDescriptor* method, in PrintSimpleImplementation() 196 const MethodDescriptor* method, in PrintAdvancedImplementation() [all …]
|
| /third_party/grpc/src/ruby/spec/support/ |
| D | services.rb | 84 def request_response(request:, call:, method:) argument 92 def client_streamer(call:, method:) argument 103 def server_streamer(request:, call:, method:) argument 110 def bidi_streamer(requests:, call:, method:) argument 123 def request_response(request:, call:, method:, metadata: {}) argument 131 def client_streamer(requests:, call:, method:, metadata: {}) argument 142 def server_streamer(request:, call:, method:, metadata: {}) argument 150 def bidi_streamer(requests:, call:, method:, metadata: {}) argument
|