Home
last modified time | relevance | path

Searched defs:EventType (Results 1 – 14 of 14) sorted by relevance

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_hiSysEvent.js24 const EventType = { variable
74 EventType, property
Dohos_hiAppEvent.js62 EventType: EventTypeMock, property
Dohos_xml.js80 EventType : { property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventsWrapper.h65 int iJIT_NotifyEvent(iJIT_JVM_EVENT EventType, void *EventSpecificData) { in iJIT_NotifyEvent()
/third_party/typescript/tests/cases/conformance/types/rest/
DgenericRestParameters1.ts147 type EventType<T> = { alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h40 const wasm::WasmEventType *EventType, in WasmSymbol()
47 const wasm::WasmEventType *EventType; variable
/third_party/flutter/skia/third_party/externals/angle2/util/
DEvent.h55 enum EventType enum
/third_party/skia/third_party/externals/angle2/util/
DEvent.h55 enum EventType enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbolWasm.h27 Optional<wasm::WasmEventType> EventType; variable
/third_party/flutter/skia/third_party/externals/angle2/util/osx/
DOSXWindow.mm478 {
/third_party/skia/third_party/externals/angle2/util/osx/
DOSXWindow.mm478 {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DFDRRecords.h265 uint16_t EventType = 0; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp489 const wasm::WasmEventType *EventType = nullptr; in parseLinkingSectionSymtab() local
/third_party/python/Lib/tkinter/
D__init__.py147 class EventType(str, enum.Enum): class