Home
last modified time | relevance | path

Searched refs:Notify (Results 1 - 25 of 40) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dtsserver.go545 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 Dtsclient.go163 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 Dprotocol.go60 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 Dtsserver.go545 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 Dtsclient.go163 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 Dprotocol.go60 conn.Notify(ctx, "$/cancelRequest", &CancelParams{ID: id})
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dtsserver.go545 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 Dtsclient.go163 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 Dprotocol.go60 conn.Notify(ctx, "$/cancelRequest", &CancelParams{ID: id})
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dnotification_test.cc91 notification->Notify(); in BasicTests()
110 notification->Notify(); in BasicTests()
H A Dnotification.h28 // * `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 Dnotification.cc27 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 Dlifetime_test.cc50 notification->Notify(); in ThreadOne()
/third_party/node/src/
H A Dnode_perf.cc186 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 Dnode_perf.h113 void Notify(Environment* env) { in Notify() function
/third_party/googletest/googletest/test/
H A Dgoogletest-output-test_.cc292 check_points->n1.Notify(); in ThreadWithScopedTrace()
299 check_points->n3.Notify(); in ThreadWithScopedTrace()
314 check_points.n2.Notify(); in TEST()
H A Dgtest_stress_test.cc124 threads_can_start.Notify(); in TEST()
/third_party/skia/third_party/externals/swiftshader/tests/regres/shell/
H A Dshell_unix.go72 signal.Notify(c, os.Interrupt)
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_update_tracker_test.cc136 done.Notify(); in TEST()
H A Dcordz_sample_token_test.cc202 stop.Notify(); in TEST()
H A Dcordz_handle_test.cc252 stop.Notify(); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dspinlock_test_common.cc234 locked->Notify(); in TEST()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-profiler.h185 /** 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 Dv8-profiler.h188 /** 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 Djsonrpc2.go51 // 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) {

Completed in 19 milliseconds

12