/external/chromium_org/content/browser/ |
power_save_blocker_x11.cc | 7 #include <X11/Xlib.h> 8 #include <X11/extensions/dpms.h> 101 // If DPMS (the power saving system in X11) is not enabled, then we don't want
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
glx_usefont.c | 147 /* Fill the bitmap (X11 and OpenGL are upside down wrt each other). */ 329 /* X11's starting point. */ 334 for the pixmap for capturing the X11 font. This is slightly
|
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
appledri.c | 41 #include <X11/Xlibint.h> 43 #include <X11/extensions/Xext.h> 44 #include <X11/extensions/extutil.h>
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
xfont.c | 153 /* Fill the bitmap (X11 and OpenGL are upside down wrt each other). */ 331 /* X11's starting point. */ 336 for the pixmap for capturing the X11 font. This is slightly
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
xfonts.c | 154 /* Fill the bitmap (X11 and OpenGL are upside down wrt each other). */ 335 /* X11's starting point. */ 340 for the pixmap for capturing the X11 font. This is slightly
|
/external/chromium_org/third_party/skia/src/views/unix/ |
SkOSWindow_Unix.cpp | 8 #include <X11/Xlib.h> 9 #include <X11/Xatom.h> 10 #include <X11/XKBlib.h>
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
dwarf2-info.c | 49 DW_TAG_compile_unit = 0x11, 104 DW_FORM_ref1 = 0x11, 124 DW_AT_low_pc = 0x11,
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
translate.c | 5 0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x17,0x18,0x19,0x1a,0x1b,0x1c,0x1d,0x1e,0x1f, 27 0x10,0x11,0x12,0x13,0x3c,0x3d,0x32,0x26,0x18,0x19,0x3f,0x27,0x1c,0x1d,0x1e,0x1f, 46 0x10,0x11,0x12,0x13,0x9d,0x85,0x08,0x87,0x18,0x19,0x92,0x8f,0x1c,0x1d,0x1e,0x1f,
|
/external/chromium_org/ui/base/dragdrop/ |
os_exchange_data_provider_aurax11.cc | 231 // On X11, files are passed by URL and aren't separate. 237 // On X11, files are passed by URL and aren't separate. 274 // On X11, files are passed by URL and aren't separate.
|
/external/dropbear/libtomcrypt/src/encauth/ocb/ |
ocb_test.c | 103 0x10, 0x11, 0x12, 0x13 }, 125 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 150 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17,
|
/external/llvm/test/MC/ARM/ |
neont2-vld-encoding.s | 62 @ CHECK: vld4.8 {d17, d19, d21, d23}, [r0:256]! @ encoding: [0x60,0xf9,0x3d,0x11] 66 @ CHECK: vld4.16 {d17, d19, d21, d23}, [r0]! @ encoding: [0x60,0xf9,0x4d,0x11] 70 @ CHECK: vld4.32 {d17, d19, d21, d23}, [r0]! @ encoding: [0x60,0xf9,0x8d,0x11]
|
neont2-vst-encoding.s | 60 @ CHECK: vst4.8 {d17, d19, d21, d23}, [r0:256]! @ encoding: [0x40,0xf9,0x3d,0x11] 64 @ CHECK: vst4.16 {d17, d19, d21, d23}, [r0]! @ encoding: [0x40,0xf9,0x4d,0x11] 68 @ CHECK: vst4.32 {d17, d19, d21, d23}, [r0]! @ encoding: [0x40,0xf9,0x8d,0x11]
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
glx_usefont.c | 147 /* Fill the bitmap (X11 and OpenGL are upside down wrt each other). */ 329 /* X11's starting point. */ 334 for the pixmap for capturing the X11 font. This is slightly
|
/external/mesa3d/src/glx/apple/ |
appledri.c | 41 #include <X11/Xlibint.h> 43 #include <X11/extensions/Xext.h> 44 #include <X11/extensions/extutil.h>
|
/external/mesa3d/src/glx/ |
xfont.c | 153 /* Fill the bitmap (X11 and OpenGL are upside down wrt each other). */ 331 /* X11's starting point. */ 336 for the pixmap for capturing the X11 font. This is slightly
|
/external/mesa3d/src/mesa/drivers/x11/ |
xfonts.c | 154 /* Fill the bitmap (X11 and OpenGL are upside down wrt each other). */ 335 /* X11's starting point. */ 340 for the pixmap for capturing the X11 font. This is slightly
|
/external/openssh/ |
PROTOCOL.certkeys | 232 permit-X11-forwarding empty Flag indicating that X11 forwarding 233 should be permitted. X11 forwarding will
|
sshd_config.5 | 1085 X11 forwarding. 1086 This prevents sshd from interfering with real X11 servers. 1089 Specifies whether X11 forwarding is permitted. 1097 When X11 forwarding is enabled, there may be additional exposure to 1105 The security risk of using X11 forwarding is that the client's X11 1113 requesting X11 forwarding, which can warrant a 1117 Note that disabling X11 forwarding does not prevent users from 1118 forwarding X11 traffic, as users can always install their own forwarders. 1119 X11 forwarding is automatically disabled i [all...] |
/external/skia/src/views/unix/ |
SkOSWindow_Unix.cpp | 8 #include <X11/Xlib.h> 9 #include <X11/Xatom.h> 10 #include <X11/XKBlib.h>
|
/external/valgrind/main/docs/internals/ |
howto_BUILD_KDE42.txt | 59 # You'll also need to snarf a copy of qt-x11-opensource-src-4.4.3.tar.bz2 71 bzip2 -dc qt-x11-opensource-src-4.4.3.tar.bz2 | tar xvf - 72 cd qt-x11-opensource-src-4.4.3
|
/external/valgrind/main/ |
glibc-2.X.supp.in | 188 X11-64bit-padding-3a 198 X11-64bit-padding-4a 207 X11-64bit-padding-4b
|
glibc-X.X.supp.in | 188 X11-64bit-padding-3a 198 X11-64bit-padding-4a 207 X11-64bit-padding-4b
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
ml_load_dmp.c | 111 0x56, 0x76, 0xf1, 0xba, 0xa3, 0xb4, 0xb2, 0x80, 0xc0, 0xb8, 0xa8, 0x97, 0x11, 0xb2, 0x83, 0x98, 119 0x97, 0xa0, 0x11, 0xb5, 0x90, 0xa1, 0xf0, 0x24, 0x08, 0x44, 0x10, 0x64, 0x18, 0xf1, 0x90, 0x81, 125 0xa5, 0xd0, 0xde, 0xf4, 0x1a, 0xd8, 0xf2, 0x86, 0x96, 0xa1, 0x09, 0xd1, 0xdb, 0xf4, 0x11, 0xd8, 126 0xf2, 0x11, 0xd1, 0xdb, 0xf4, 0x1c, 0xd8, 0xf2, 0x19, 0xd1, 0xdb, 0xf4, 0x14, 0xd8, 0xf4, 0x10, 140 0xf4, 0x01, 0x14, 0xf1, 0xa8, 0x82, 0x4e, 0xa8, 0x84, 0xf3, 0x11, 0xd1, 0x82, 0xf5, 0xd9, 0x92, 146 0xa8, 0x84, 0xf3, 0x11, 0xd1, 0x82, 0xf5, 0xd9, 0x92, 0x50, 0x97, 0x88, 0xf1, 0x09, 0xf4, 0x1c, 152 0xad, 0xf1, 0xc8, 0xf3, 0xad, 0xf8, 0xd1, 0xd9, 0xf9, 0xf4, 0x11, 0xd8, 0xf3, 0xf9, 0x84, 0xa8, 165 0x09, 0x20, 0x59, 0x70, 0xab, 0x11, 0x38, 0x40, 0x69, 0xa8, 0x19, 0x31, 0x48, 0x60, 0x8c, 0xa8, 175 0xb9, 0xac, 0xf8, 0xd8, 0xf3, 0xb2, 0xb6, 0xba, 0xad, 0xf8, 0x8d, 0x9d, 0xab, 0x11, 0xd9, 0xad, 180 0x9e, 0xab, 0x11, 0xd9, 0xae, 0xde, 0xf4, 0x12, 0xdd, 0xf3, 0xb1, 0x87, 0xb5, 0x9a, 0x68, 0xf2, [all...] |
/external/chromium/net/base/ |
x509_certificate_known_roots_win.h | 32 0x2e, 0x54, 0x64, 0x68, 0x7c, 0x11, 0x15, 0xaa, 0xb7, 0x4a}, 37 {0x04, 0x98, 0x11, 0x05, 0x6a, 0xfe, 0x9f, 0xd0, 0xf5, 0xbe, 61 {0x11, 0xc5, 0xb5, 0xf7, 0x55, 0x52, 0xb0, 0x11, 0x66, 0x9c, 79 {0x21, 0x11, 0x65, 0xca, 0x37, 0x9f, 0xbb, 0x5e, 0xd8, 0x01, 82 0x46, 0xd8, 0x24, 0x41, 0x41, 0xb9, 0x25, 0x11, 0xb2, 0x79}, 127 {0x32, 0x3c, 0x11, 0x8e, 0x1b, 0xf7, 0xb8, 0xb6, 0x52, 0x54, 160 0xbd, 0xf8, 0x5b, 0xb1, 0xc3, 0x65, 0xc7, 0xd8, 0x11, 0xb3}, 214 0xe5, 0xd3, 0x11, 0xca, 0xe8, 0xc2, 0x43, 0x31, 0xab, 0x66}, 215 {0x58, 0x11, 0x9f, 0x0e, 0x12, 0x82, 0x87, 0xea, 0x50, 0xfd [all...] |
/art/test/046-reflect/ |
expected.txt | 82 Access flags are 0x11
|