/external/mesa3d/src/gallium/drivers/svga/include/ |
svga_reg.h | 47 #define SVGA_CURSOR_ON_SHOW 0x1 /* Must be 1 to maintain backward compatibility */ 88 #define SVGA_VALUE_PORT 0x1 98 #define SVGA_IRQFLAG_ANY_FENCE 0x1 /* Any fence was passed */ [all...] |
/external/pixman/test/ |
glyph-test.c | 172 clip_boxes[i].x1 = prng_rand_n (width); 175 clip_boxes[i].x1 + prng_rand_n (width - clip_boxes[i].x1);
|
/external/skia/src/core/ |
SkBlitter.cpp | 299 int x1 = left + compute_anti_width(runs); local 301 if (x1 <= fClipRect.fLeft) { 305 SkASSERT(x0 < x1); 314 SkASSERT(x0 < x1 && runs[x1 - x0] == 0); 315 if (x1 > fClipRect.fRight) { 316 x1 = fClipRect.fRight; 317 SkAlphaRuns::BreakAt((int16_t*)runs, (uint8_t*)aa, x1 - x0); 318 ((int16_t*)runs)[x1 - x0] = 0; 321 SkASSERT(x0 < x1 && runs[x1 - x0] == 0) [all...] |
SkMatrix.cpp | 1613 SkFixed x0, y0, x1, y1, x2, y2; local 1746 float x0, y0, x1, y1, x2, y2; local [all...] |
/external/tcpdump/ |
icmp6.h | 373 #define NI_SUPTYPE_FLAG_COMPRESS ((u_int16_t)htons(0x1)) 374 #define NI_FQDN_FLAG_VALIDTTL ((u_int16_t)htons(0x1)) 377 #define NI_NODEADDR_FLAG_TRUNCATE ((u_int16_t)htons(0x1))
|
ieee802_11.h | 53 #define T_CTRL 0x1 /* control */ 58 #define ST_ASSOC_RESPONSE 0x1 83 #define DATA_DATA_CF_ACK 0x1
|
/external/valgrind/main/VEX/priv/ |
guest_ppc_helpers.c | 310 w |= ( (((UInt)vex_state->guest_XER_SO) & 0x1) << 31 ); 311 w |= ( (((UInt)vex_state->guest_XER_OV) & 0x1) << 30 ); 312 w |= ( (((UInt)vex_state->guest_XER_CA) & 0x1) << 29 ); 323 w |= ( (((UInt)vex_state->guest_XER_SO) & 0x1) << 31 ); 324 w |= ( (((UInt)vex_state->guest_XER_OV) & 0x1) << 30 ); 325 w |= ( (((UInt)vex_state->guest_XER_CA) & 0x1) << 29 ); 335 vex_state->guest_XER_SO = toUChar((xer_native >> 31) & 0x1); 336 vex_state->guest_XER_OV = toUChar((xer_native >> 30) & 0x1); 337 vex_state->guest_XER_CA = toUChar((xer_native >> 29) & 0x1); 346 vex_state->guest_XER_SO = toUChar((xer_native >> 31) & 0x1); [all...] |
/frameworks/base/libs/hwui/ |
FontRenderer.h | 164 void appendMeshQuadNoClip(float x1, float y1, float u1, float v1, 168 void appendMeshQuad(float x1, float y1, float u1, float v1, 172 void appendRotatedMeshQuad(float x1, float y1, float u1, float v1,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
cxxabi.h | 270 __const_mask = 0x1, 354 __virtual_mask = 0x1, 530 __non_diamond_repeat_mask = 0x1, // Distinct instance of repeated base.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
tipc_config.h | 356 #define TIPC_GENL_VERSION 0x1 357 #define TIPC_GENL_CMD 0x1 386 #define TCM_F_REQUEST 0x1 /* Flag: Request message */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
tipc_config.h | 356 #define TIPC_GENL_VERSION 0x1 357 #define TIPC_GENL_CMD 0x1 386 #define TCM_F_REQUEST 0x1 /* Flag: Request message */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
tipc_config.h | 356 #define TIPC_GENL_VERSION 0x1 357 #define TIPC_GENL_CMD 0x1 386 #define TCM_F_REQUEST 0x1 /* Flag: Request message */
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
cxxabi.h | 270 __const_mask = 0x1, 354 __virtual_mask = 0x1, 530 __non_diamond_repeat_mask = 0x1, // Distinct instance of repeated base.
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
cxxabi.h | 270 __const_mask = 0x1, 354 __virtual_mask = 0x1, 530 __non_diamond_repeat_mask = 0x1, // Distinct instance of repeated base.
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
cxxabi.h | 270 __const_mask = 0x1, 354 __virtual_mask = 0x1, 530 __non_diamond_repeat_mask = 0x1, // Distinct instance of repeated base.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
cxxabi.h | 270 __const_mask = 0x1, 354 __virtual_mask = 0x1, 530 __non_diamond_repeat_mask = 0x1, // Distinct instance of repeated base.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
dis.py | 34 for name, x1 in items: 35 if isinstance(x1, _have_code): 38 dis(x1)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
PixMapWrapper.py | 149 def blit(self, x1=0,y1=0,x2=None,y2=None, port=None): 152 dest = [x1,y1,x2,y2] 154 dest[2] = x1 + src[2]-src[0]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
dis.py | 34 for name, x1 in items: 35 if isinstance(x1, _have_code): 38 dis(x1)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SelectionOverlay.java | 204 int x1 = r.x; local 210 x1 += insets.left; 216 gc.drawRect(x1, y1, x2, y2);
|
/external/chromium_org/third_party/skia/src/core/ |
SkMatrix.cpp | 1613 SkFixed x0, y0, x1, y1, x2, y2; local 1746 float x0, y0, x1, y1, x2, y2; local [all...] |
/external/opencv/cxcore/src/ |
cxdrawing.cpp | 89 int x1, y1, x2, y2; local 99 x1 = pt1->x; y1 = pt1->y; x2 = pt2->x; y2 = pt2->y; 100 c1 = (x1 < 0) + (x1 > right) * 2 + (y1 < 0) * 4 + (y1 > bottom) * 8; 110 x1 += (int) (((int64) (a - y1)) * (x2 - x1) / (y2 - y1)); 112 c1 = (x1 < 0) + (x1 > right) * 2; 117 x2 += (int) (((int64) (a - y2)) * (x2 - x1) / (y2 - y1)); 126 y1 += (int) (((int64) (a - x1)) * (y2 - y1) / (x2 - x1)) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderObject.cpp | 901 void RenderObject::drawLineForBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, 909 length = x2 - x1; 911 thickness = x2 - x1; 929 drawDashedOrDottedBoxSide(graphicsContext, x1, y1, x2, y2, side, 933 drawDoubleBoxSide(graphicsContext, x1, y1, x2, y2, length, side, color, 938 drawRidgeOrGrooveBoxSide(graphicsContext, x1, y1, x2, y2, side, color, 952 drawSolidBoxSide(graphicsContext, x1, y1, x2, y2, side, color, adjacentWidth1, adjacentWidth2, antialias); 957 void RenderObject::drawDashedOrDottedBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, [all...] |
/external/droiddriver/libs/ |
guava-13.0.jar | |
/prebuilts/devtools/tools/lib/ |
guava-13.0.1.jar | |