Home
last modified time | relevance | path

Searched refs:input_handle (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/regexp/experimental/
Dexperimental-interpreter.cc243 Handle<String> input_handle(input_object_, isolate_); in HandleInterrupts() local
271 if (String::IsOneByteRepresentationUnderneath(*input_handle) != in HandleInterrupts()
279 input_object_ = *input_handle; in HandleInterrupts()
/third_party/ffmpeg/fftools/
Dffmpeg.c480 static HANDLE input_handle; in read_key() local
482 if(!input_handle){ in read_key()
483 input_handle = GetStdHandle(STD_INPUT_HANDLE); in read_key()
484 is_pipe = !GetConsoleMode(input_handle, &dw); in read_key()
489 if (!PeekNamedPipe(input_handle, NULL, 0, NULL, &nchars, NULL)) { in read_key()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h65444 struct input_handle;
65482 struct input_handle *grab;
65515 struct input_handle { struct
65527 void (*event)(struct input_handle *, unsigned int, unsigned int, int); argument
65528 void (*events)(struct input_handle *, const struct input_value *, unsigned int);
65529 bool (*filter)(struct input_handle *, unsigned int, unsigned int, int);
65532 void (*disconnect)(struct input_handle *);
65533 void (*start)(struct input_handle *);
65543 struct input_handle handle;
73247 struct input_handle handle;