/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
H A D | tsserver.go | 545 return s.Conn.Notify(ctx, "workspace/didChangeWorkspaceFolders", params) 549 return s.Conn.Notify(ctx, "initialized", params) 553 return s.Conn.Notify(ctx, "exit", nil) 557 return s.Conn.Notify(ctx, "workspace/didChangeConfiguration", params) 561 return s.Conn.Notify(ctx, "textDocument/didOpen", params) 565 return s.Conn.Notify(ctx, "textDocument/didChange", params) 569 return s.Conn.Notify(ctx, "textDocument/didClose", params) 573 return s.Conn.Notify(ctx, "textDocument/didSave", params) 577 return s.Conn.Notify(ctx, "textDocument/willSave", params) 581 return s.Conn.Notify(ct [all...] |
H A D | tsclient.go | 163 return s.Conn.Notify(ctx, "window/showMessage", params) 167 return s.Conn.Notify(ctx, "window/logMessage", params) 171 return s.Conn.Notify(ctx, "telemetry/event", params) 175 return s.Conn.Notify(ctx, "textDocument/publishDiagnostics", params) 194 return s.Conn.Call(ctx, "client/registerCapability", params, nil) // Call, not Notify 198 return s.Conn.Call(ctx, "client/unregisterCapability", params, nil) // Call, not Notify
|
H A D | protocol.go | 60 conn.Notify(ctx, "$/cancelRequest", &CancelParams{ID: id})
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
H A D | tsserver.go | 545 return s.Conn.Notify(ctx, "workspace/didChangeWorkspaceFolders", params) 549 return s.Conn.Notify(ctx, "initialized", params) 553 return s.Conn.Notify(ctx, "exit", nil) 557 return s.Conn.Notify(ctx, "workspace/didChangeConfiguration", params) 561 return s.Conn.Notify(ctx, "textDocument/didOpen", params) 565 return s.Conn.Notify(ctx, "textDocument/didChange", params) 569 return s.Conn.Notify(ctx, "textDocument/didClose", params) 573 return s.Conn.Notify(ctx, "textDocument/didSave", params) 577 return s.Conn.Notify(ctx, "textDocument/willSave", params) 581 return s.Conn.Notify(ct [all...] |
H A D | tsclient.go | 163 return s.Conn.Notify(ctx, "window/showMessage", params) 167 return s.Conn.Notify(ctx, "window/logMessage", params) 171 return s.Conn.Notify(ctx, "telemetry/event", params) 175 return s.Conn.Notify(ctx, "textDocument/publishDiagnostics", params) 194 return s.Conn.Call(ctx, "client/registerCapability", params, nil) // Call, not Notify 198 return s.Conn.Call(ctx, "client/unregisterCapability", params, nil) // Call, not Notify
|
H A D | protocol.go | 60 conn.Notify(ctx, "$/cancelRequest", &CancelParams{ID: id})
|
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
H A D | tsserver.go | 545 return s.Conn.Notify(ctx, "workspace/didChangeWorkspaceFolders", params) 549 return s.Conn.Notify(ctx, "initialized", params) 553 return s.Conn.Notify(ctx, "exit", nil) 557 return s.Conn.Notify(ctx, "workspace/didChangeConfiguration", params) 561 return s.Conn.Notify(ctx, "textDocument/didOpen", params) 565 return s.Conn.Notify(ctx, "textDocument/didChange", params) 569 return s.Conn.Notify(ctx, "textDocument/didClose", params) 573 return s.Conn.Notify(ctx, "textDocument/didSave", params) 577 return s.Conn.Notify(ctx, "textDocument/willSave", params) 581 return s.Conn.Notify(ct [all...] |
H A D | tsclient.go | 163 return s.Conn.Notify(ctx, "window/showMessage", params) 167 return s.Conn.Notify(ctx, "window/logMessage", params) 171 return s.Conn.Notify(ctx, "telemetry/event", params) 175 return s.Conn.Notify(ctx, "textDocument/publishDiagnostics", params) 194 return s.Conn.Call(ctx, "client/registerCapability", params, nil) // Call, not Notify 198 return s.Conn.Call(ctx, "client/unregisterCapability", params, nil) // Call, not Notify
|
H A D | protocol.go | 60 conn.Notify(ctx, "$/cancelRequest", &CancelParams{ID: id})
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
H A D | notification_test.cc | 91 notification->Notify(); in BasicTests() 110 notification->Notify(); in BasicTests()
|
H A D | notification.h | 28 // * `Notify()` to set the notification's "notified" state to `true` and 32 // Note that while `Notify()` may only be called once, it is perfectly valid to 38 // it might not be safe to destroy a notification after calling `Notify()` since 42 // to `Notify()` in the other thread. 44 // Memory ordering: For any threads X and Y, if X calls `Notify()`, then any 45 // action taken by X before it calls `Notify()` is visible to thread Y after: 84 // `true`. Note that if `Notify()` has been previously called on this 102 // Notification::Notify() 105 // threads. Note: do not call `Notify()` multiple times on the same 106 // `Notification`; calling `Notify()` mor [all...] |
H A D | notification.cc | 27 void Notification::Notify() { in Notify() function in absl::Notification 34 "Notify() method called more than once for Notification object %p", in Notify() 43 // Make sure that the thread running Notify() exits before the object is in ~Notification()
|
H A D | lifetime_test.cc | 50 notification->Notify(); in ThreadOne()
|
/third_party/node/src/ |
H A D | node_perf.cc | 186 entry->Notify(env); in MarkGarbageCollectionEnd() 218 // Notify a custom PerformanceEntry to observers 219 void Notify(const FunctionCallbackInfo<Value>& args) { in Notify() function 309 SetMethod(context, target, "notify", Notify); in Initialize() 364 registry->Register(Notify); in RegisterExternalReferences()
|
H A D | node_perf.h | 113 void Notify(Environment* env) { in Notify() function
|
/third_party/googletest/googletest/test/ |
H A D | googletest-output-test_.cc | 292 check_points->n1.Notify(); in ThreadWithScopedTrace() 299 check_points->n3.Notify(); in ThreadWithScopedTrace() 314 check_points.n2.Notify(); in TEST()
|
H A D | gtest_stress_test.cc | 124 threads_can_start.Notify(); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/shell/ |
H A D | shell_unix.go | 72 signal.Notify(c, os.Interrupt)
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cordz_update_tracker_test.cc | 136 done.Notify(); in TEST()
|
H A D | cordz_sample_token_test.cc | 202 stop.Notify(); in TEST()
|
H A D | cordz_handle_test.cc | 252 stop.Notify(); in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
H A D | spinlock_test_common.cc | 234 locked->Notify(); in TEST()
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-profiler.h | 185 /** Notify about the end of stream. */ 342 virtual void Notify() = 0; 702 * Notify about current progress. The activity can be stopped by
|
/third_party/node/deps/v8/include/ |
H A D | v8-profiler.h | 188 /** Notify about the end of stream. */ 345 virtual void Notify() = 0; 699 * Notify about current progress. The activity can be stopped by
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | jsonrpc2.go | 51 // Request is sent to a server to represent a Call or Notify operaton. 106 // Notify is called to send a notification request over the connection. 109 func (c *Conn) Notify(ctx context.Context, method string, params interface{}) (err error) {
|