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:XPending
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/tools/sk_app/unix/
H
A
D
main_unix.cpp
26
if (0 ==
XPending
(display)) {
in main()
45
if (int count =
XPending
(display)) {
in main()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H
A
D
tcuLnxX11.cpp
113
while (
XPending
(m_display))
in processEvents()
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
H
A
D
test_rendering.c
287
if (
XPending
(display) > 0)
in main()
/third_party/pulseaudio/src/pulsecore/
H
A
D
x11wrap.c
79
while (
XPending
(w->display)) {
in work()
/third_party/ffmpeg/libavdevice/
H
A
D
xv.c
308
while (
XPending
(xv->display)) {
in write_picture()
/third_party/skia/third_party/externals/angle2/util/x11/
H
A
D
X11Window.cpp
406
int eventCount =
XPending
(mDisplay);
in messageLoop()
/third_party/glfw/src/
H
A
D
x11_window.c
67
while (!
XPending
(_glfw.x11.display))
in waitForX11Event()
95
while (!
XPending
(_glfw.x11.display))
in waitForAnyEvent()
2790
XPending
(_glfw.x11.display);
in _glfwPollEventsX11()
H
A
D
x11_platform.h
255
#define
XPending
_glfw.x11.xlib.Pending
macro
/third_party/ffmpeg/
H
A
D
configure
6286
check_pkg_config xlib_x11 x11 "X11/Xlib.h"
XPending
||
6287
check_lib xlib_x11 "X11/Xlib.h"
XPending
-lX11 ||
Completed in 18 milliseconds