Home
last modified time | relevance | path

Searched refs:CustomEvent (Results 1 – 25 of 31) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DcustomEventDetail.symbols2 var x: CustomEvent;
4 >CustomEvent : Symbol(CustomEvent, Decl(lib.dom.d.ts, --, --), Decl(lib.dom.d.ts, --, --))
8 >x.initCustomEvent : Symbol(CustomEvent.initCustomEvent, Decl(lib.dom.d.ts, --, --))
10 >initCustomEvent : Symbol(CustomEvent.initCustomEvent, Decl(lib.dom.d.ts, --, --))
16 >x.detail : Symbol(CustomEvent.detail, Decl(lib.dom.d.ts, --, --))
18 >detail : Symbol(CustomEvent.detail, Decl(lib.dom.d.ts, --, --))
DcustomEventDetail.types2 var x: CustomEvent;
3 >x : CustomEvent<any>
9 >x : CustomEvent<any>
24 >x : CustomEvent<any>
DcustomEventDetail.js2 var x: CustomEvent;
DglobalThisBlockscopedProperties.types67 … "Crypto" | "CryptoKey" | "CryptoKeyPair" | "CustomElementRegistry" | "CustomEvent" | "DOMError" |…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DBlockVerifier.cpp37 case BlockVerifier::State::CustomEvent: in recordToString()
78 mask(State::CustomEvent) | mask(State::Function) | in transition()
83 mask(State::CustomEvent) | mask(State::Function) | in transition()
86 {State::CustomEvent, in transition()
87 {mask(State::CustomEvent) | mask(State::TSCWrap) | in transition()
94 mask(State::EndOfBuffer) | mask(State::CustomEvent)}}, in transition()
98 mask(State::NewCPUId) | mask(State::CustomEvent) | in transition()
105 mask(State::CustomEvent) | mask(State::EndOfBuffer) | in transition()
153 return transition(State::CustomEvent); in visit()
157 return transition(State::CustomEvent); in visit()
[all …]
DBlockPrinter.cpp64 CurrentState = State::CustomEvent; in visit()
73 CurrentState = State::CustomEvent; in visit()
82 CurrentState = State::CustomEvent; in visit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DFDRRecords.h79 CustomEvent, enumerator
216 MetadataType::CustomEvent) {} in CustomEventRecord()
220 MetadataType::CustomEvent), in CustomEventRecord()
244 MetadataType::CustomEvent) {} in CustomEventRecordV5()
248 MetadataType::CustomEvent), in CustomEventRecordV5()
DBlockVerifier.h34 CustomEvent, enumerator
DBlockPrinter.h30 CustomEvent, enumerator
/third_party/flutter/skia/third_party/externals/sdl/test/nacl/
Dcommon.js155 moduleEl.dispatchEvent(new CustomEvent('loadstart'));
157 moduleEl.dispatchEvent(new CustomEvent('load'));
158 moduleEl.dispatchEvent(new CustomEvent('loadend'));
/third_party/typescript/tests/cases/compiler/
DcustomEventDetail.ts1 var x: CustomEvent;
/third_party/mindspore/mindspore/ccsrc/fl/worker/
Dfl_worker.cc200 …worker_node_->RegisterCustomEventCallback(static_cast<uint32_t>(ps::CustomEvent::kIterationRunning… in InitializeFollowerScaler()
202 …worker_node_->RegisterCustomEventCallback(static_cast<uint32_t>(ps::CustomEvent::kIterationComplet… in InitializeFollowerScaler()
/third_party/mindspore/mindspore/ccsrc/fl/server/
Diteration.cc57 …server_node->RegisterCustomEventCallback(static_cast<uint32_t>(ps::CustomEvent::kIterationRunning), in RegisterEventCallback()
59 …server_node->RegisterCustomEventCallback(static_cast<uint32_t>(ps::CustomEvent::kIterationComplete… in RegisterEventCallback()
150 server_node_->BroadcastEvent(static_cast<uint32_t>(ps::CustomEvent::kIterationRunning)); in SetIterationRunning()
163 server_node_->BroadcastEvent(static_cast<uint32_t>(ps::CustomEvent::kIterationCompleted)); in SetIterationCompleted()
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Ddebuggability.js153 if (typeof CustomEvent === "function") {
154 var event = new CustomEvent("CustomEvent");
164 var domEvent = new CustomEvent(name.toLowerCase(), eventData);
/third_party/mindspore/mindspore/ccsrc/ps/
Dconstants.h261 enum class CustomEvent { kIterationRunning = 0, kIterationCompleted }; enum
/third_party/freetype/docs/reference/assets/javascripts/
Dapplication.c33a9706.js15CustomEvent("change"))),e.preventDefault(),setTimeout(function(){document.location.href=r.href},10…
/third_party/node/deps/npm/node_modules/bluebird/js/browser/
Dbluebird.core.min.js30CustomEvent){var t=new CustomEvent("CustomEvent");return H.global.dispatchEvent(t),function(t,e){v…
Dbluebird.core.js678 if (typeof CustomEvent === "function") {
679 var event = new CustomEvent("CustomEvent");
689 var domEvent = new CustomEvent(name.toLowerCase(), eventData);
Dbluebird.min.js29CustomEvent){var t=new CustomEvent("CustomEvent");return H.global.dispatchEvent(t),function(t,e){v…
Dbluebird.js825 if (typeof CustomEvent === "function") {
826 var event = new CustomEvent("CustomEvent");
836 var domEvent = new CustomEvent(name.toLowerCase(), eventData);
/third_party/typescript_eslint/packages/scope-manager/src/lib/
Dwebworker.ts782 CustomEvent: {
/third_party/node/test/fixtures/wpt/interfaces/
Ddom.idl50 interface CustomEvent : Event {
/third_party/typescript/tests/baselines/reference/user/
Dbluebird.log6 …clarations must have the same type. Variable 'event' must be of type 'CustomEvent<any>', but here…
/third_party/typescript/lib/
Dlib.webworker.d.ts1029 interface CustomEvent<T = any> extends Event { interface
1037 declare var CustomEvent: { variable
1038 prototype: CustomEvent;
1039 new<T>(typeArg: string, eventInitDict?: CustomEventInit<T>): CustomEvent<T>;
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts1009 interface CustomEvent<T = any> extends Event { interface
1017 declare var CustomEvent: { variable
1018 prototype: CustomEvent;
1019 new<T>(typeArg: string, eventInitDict?: CustomEventInit<T>): CustomEvent<T>;

12