/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_tree.py | 7 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 D | MCSymbolWasm.h | 27 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 D | Event.h | 55 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 D | IntelJITEventsWrapper.h | 65 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 D | memory-reducer.h | 106 enum EventType { kTimer, kMarkCompact, kPossibleGarbage }; enum in v8::internal::MemoryReducer 109 EventType type;
|
H A D | gc-tracer.cc | 1466 template <typename EventType> 1468 v8::metrics::GarbageCollectionBatchedEvents<EventType>& batched_events, in FlushBatchedEvents()
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-metrics.h | 70 template <typename EventType> 72 std::vector<EventType> events;
|
H A D | v8-callbacks.h | 43 enum EventType { enum 67 EventType type;
|
/third_party/node/deps/v8/include/ |
H A D | v8-metrics.h | 69 template <typename EventType> 71 std::vector<EventType> events;
|
H A D | v8-callbacks.h | 41 enum EventType { enum 65 EventType type;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | Wasm.h | 40 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 D | genericRestParameters1.js | 145 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.c | 68 prec->EventType = KEY_EVENT; in _testconsole_write_input_impl()
|
/third_party/libuv/test/ |
H A D | test-tty-duplicate-key.c | 87 records[0].EventType = records[1].EventType = KEY_EVENT; in make_key_event_records()
|
H A D | test-tty.c | 203 record.EventType = KEY_EVENT; in TEST_IMPL()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | system-jit-win.cc | 66 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 D | FDRRecords.h | 265 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 D | tree.py | 76 up = {EventType.MouseWheel: event.delta > 0, 77 EventType.ButtonPress: event.num == 4}
|
H A D | autocomplete_w.py | 302 if event.type == EventType.FocusOut: 307 elif event.type == EventType.ButtonPress:
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_misc.py | 267 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 D | WasmObjectFile.cpp | 489 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 D | tty.c | 754 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 D | tty.c | 760 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 D | poll-win32.c | 232 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 D | RecordInitializer.cpp | 272 R.EventType = E.getU16(&OffsetPtr); in visit()
|