Home
last modified time | relevance | path

Searched refs:EventType (Results 1 - 25 of 28) sorted by relevance

12

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_tree.py7 from tkinter import Tk, EventType, SCROLL namespace
45 tests = ((EventType.MouseWheel, 120, -1, -5),
46 (EventType.MouseWheel, -120, -1, 5),
47 (EventType.ButtonPress, -1, 4, -5),
48 (EventType.ButtonPress, -1, 5, 5))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCSymbolWasm.h27 Optional<wasm::WasmEventType> EventType; member in llvm::MCSymbolWasm
108 assert(EventType.hasValue()); in getEventType()
109 return EventType.getValue(); in getEventType()
111 void setEventType(wasm::WasmEventType ET) { EventType = ET; } in setEventType()
/third_party/skia/third_party/externals/angle2/util/
H A DEvent.h55 enum EventType enum in Event
74 EventType Type;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventsWrapper.h65 int iJIT_NotifyEvent(iJIT_JVM_EVENT EventType, void *EventSpecificData) { in iJIT_NotifyEvent() argument
68 return NotifyEventFunc(EventType, EventSpecificData); in iJIT_NotifyEvent()
/third_party/node/deps/v8/src/heap/
H A Dmemory-reducer.h106 enum EventType { kTimer, kMarkCompact, kPossibleGarbage }; enum in v8::internal::MemoryReducer
109 EventType type;
H A Dgc-tracer.cc1466 template <typename EventType>
1468 v8::metrics::GarbageCollectionBatchedEvents<EventType>& batched_events, in FlushBatchedEvents()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-metrics.h70 template <typename EventType>
72 std::vector<EventType> events;
H A Dv8-callbacks.h43 enum EventType { enum
67 EventType type;
/third_party/node/deps/v8/include/
H A Dv8-metrics.h69 template <typename EventType>
71 std::vector<EventType> events;
H A Dv8-callbacks.h41 enum EventType { enum
65 EventType type;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DWasm.h40 const wasm::WasmEventType *EventType, in WasmSymbol()
42 : Info(Info), GlobalType(GlobalType), EventType(EventType), in WasmSymbol()
47 const wasm::WasmEventType *EventType; member in llvm::object::WasmSymbol
38 WasmSymbol(const wasm::WasmSymbolInfo &Info, const wasm::WasmGlobalType *GlobalType, const wasm::WasmEventType *EventType, const wasm::WasmSignature *Signature) WasmSymbol() argument
/third_party/typescript/tests/baselines/reference/
H A DgenericRestParameters1.js145 type EventType<T> = {
149 declare var events: EventType<Record1>;
352 type EventType<T> = {
355 declare var events: EventType<Record1>;
/third_party/python/PC/
H A D_testconsole.c68 prec->EventType = KEY_EVENT; in _testconsole_write_input_impl()
/third_party/libuv/test/
H A Dtest-tty-duplicate-key.c87 records[0].EventType = records[1].EventType = KEY_EVENT; in make_key_event_records()
H A Dtest-tty.c203 record.EventType = KEY_EVENT; in TEST_IMPL()
/third_party/node/deps/v8/src/diagnostics/
H A Dsystem-jit-win.cc66 if (event->type != v8::JitCodeEvent::EventType::CODE_ADDED) return; in EventHandler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
H A DFDRRecords.h265 uint16_t EventType = 0; member in llvm::xray::TypedEventRecord
281 uint16_t eventType() const { return EventType; } in eventType()
/third_party/python/Lib/idlelib/
H A Dtree.py76 up = {EventType.MouseWheel: event.delta > 0,
77 EventType.ButtonPress: event.num == 4}
H A Dautocomplete_w.py302 if event.type == EventType.FocusOut:
307 elif event.type == EventType.ButtonPress:
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_misc.py267 e.type = tkinter.EventType.Configure
320 enum._test_simple_enum(CheckedEventType, tkinter.EventType)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DWasmObjectFile.cpp489 const wasm::WasmEventType *EventType = nullptr; in parseLinkingSectionSymtab() local
594 EventType = &Event.Type; in parseLinkingSectionSymtab()
604 EventType = &Import.Event; in parseLinkingSectionSymtab()
605 Signature = &Signatures[EventType->SigIndex]; in parseLinkingSectionSymtab()
624 Symbols.emplace_back(LinkingData.SymbolTable.back(), GlobalType, EventType, in parseLinkingSectionSymtab()
/third_party/libuv/src/win/
H A Dtty.c754 if (handle->tty.rd.last_input_record.EventType == WINDOW_BUFFER_SIZE_EVENT) { in uv_process_tty_read_raw_req()
759 if (handle->tty.rd.last_input_record.EventType != KEY_EVENT) { in uv_process_tty_read_raw_req()
1057 record.EventType = FOCUS_EVENT; in uv__tty_read_stop()
1111 record.EventType = KEY_EVENT; in uv__cancel_read_console()
/third_party/node/deps/uv/src/win/
H A Dtty.c760 if (handle->tty.rd.last_input_record.EventType == WINDOW_BUFFER_SIZE_EVENT) { in uv_process_tty_read_raw_req()
765 if (handle->tty.rd.last_input_record.EventType != KEY_EVENT) { in uv_process_tty_read_raw_req()
1068 record.EventType = FOCUS_EVENT; in uv__tty_read_stop()
1122 record.EventType = KEY_EVENT; in uv__cancel_read_console()
/third_party/pulseaudio/src/pulsecore/
H A Dpoll-win32.c232 if (irbuffer[i].EventType == KEY_EVENT) in windows_compute_revents()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DRecordInitializer.cpp272 R.EventType = E.getU16(&OffsetPtr); in visit()

Completed in 23 milliseconds

12