Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:KEV
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libuv/test/
H
A
D
test-tty-duplicate-key.c
82
# define
KEV
(I) records[(I)].Event.KeyEvent
in make_key_event_records()
macro
88
KEV
(0).bKeyDown = TRUE;
in make_key_event_records()
89
KEV
(1).bKeyDown = FALSE;
in make_key_event_records()
90
KEV
(0).wVirtualKeyCode =
KEV
(1).wVirtualKeyCode = virt_key;
in make_key_event_records()
91
KEV
(0).wRepeatCount =
KEV
(1).wRepeatCount = 1;
in make_key_event_records()
92
KEV
(0).wVirtualScanCode =
KEV
(1).wVirtualScanCode =
in make_key_event_records()
94
KEV
(
in make_key_event_records()
131
# undef
KEV
make_key_event_records()
macro
[all...]
/third_party/node/deps/uv/src/win/
H
A
D
tty.c
700
#define
KEV
handle->tty.rd.last_input_record.Event.KeyEvent
in uv_process_tty_read_raw_req()
macro
771
if (!
KEV
.bKeyDown &&
in uv_process_tty_read_raw_req()
772
(
KEV
.wVirtualKeyCode != VK_MENU ||
in uv_process_tty_read_raw_req()
773
KEV
.uChar.UnicodeChar == 0)) {
in uv_process_tty_read_raw_req()
780
if ((
KEV
.dwControlKeyState & LEFT_ALT_PRESSED) &&
in uv_process_tty_read_raw_req()
781
!(
KEV
.dwControlKeyState & ENHANCED_KEY) &&
in uv_process_tty_read_raw_req()
782
(
KEV
.wVirtualKeyCode == VK_INSERT ||
in uv_process_tty_read_raw_req()
783
KEV
.wVirtualKeyCode == VK_END ||
in uv_process_tty_read_raw_req()
784
KEV
.wVirtualKeyCode == VK_DOWN ||
in uv_process_tty_read_raw_req()
785
KEV
in uv_process_tty_read_raw_req()
955
#undef
KEV
uv_process_tty_read_raw_req()
macro
[all...]
/third_party/libuv/src/win/
H
A
D
tty.c
694
#define
KEV
handle->tty.rd.last_input_record.Event.KeyEvent
in uv_process_tty_read_raw_req()
macro
765
if (!
KEV
.bKeyDown &&
in uv_process_tty_read_raw_req()
766
(
KEV
.wVirtualKeyCode != VK_MENU ||
in uv_process_tty_read_raw_req()
767
KEV
.uChar.UnicodeChar == 0)) {
in uv_process_tty_read_raw_req()
774
if ((
KEV
.dwControlKeyState & LEFT_ALT_PRESSED) &&
in uv_process_tty_read_raw_req()
775
!(
KEV
.dwControlKeyState & ENHANCED_KEY) &&
in uv_process_tty_read_raw_req()
776
(
KEV
.wVirtualKeyCode == VK_INSERT ||
in uv_process_tty_read_raw_req()
777
KEV
.wVirtualKeyCode == VK_END ||
in uv_process_tty_read_raw_req()
778
KEV
.wVirtualKeyCode == VK_DOWN ||
in uv_process_tty_read_raw_req()
779
KEV
in uv_process_tty_read_raw_req()
944
#undef
KEV
uv_process_tty_read_raw_req()
macro
[all...]
Completed in 4 milliseconds