/external/webkit/WebKit/win/ |
WebKitLogging.cpp | 68 if ((logLevel & channel->mask) == channel->mask)
|
/external/yaffs2/yaffs2/ |
yportenv.h | 159 #define T(mask,p) do{ if((mask) & (yaffs_traceMask | YAFFS_TRACE_ERROR)) TOUT(p);} while(0)
|
/frameworks/base/awt/java/awt/image/ |
SinglePixelPackedSampleModel.java | 117 int mask = bitMasks[i]; local 119 if (mask != 0) { 120 while ((mask & 1) == 0) { 121 mask >>>= 1; 125 while ((mask & 1) == 1) { 126 mask >>>= 1; 130 if (mask != 0) { 131 // awt.62=Wrong mask : {0}
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
bcmcdc.h | 54 #define CDCF_IOC_ID_SHIFT 16 /* # of bits of shift for ID Mask */ 74 #define BDC_FLAG_VER_MASK 0xf0 /* Protocol version mask */
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf.c | 82 if ((config->mask & eModule & ~PERF_ModuleMask) && 83 (config->mask & (1 << (eModule & PERF_ModuleMask))))
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
Deque.java | 52 int mask = array.length - 1; local 55 head = (head + 1) & mask;
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL.h | 77 /* This function returns mask of the specified subsystems which have 79 If 'flags' is 0, it returns a mask of all initialized subsystems.
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL.h | 77 /* This function returns mask of the specified subsystems which have 79 If 'flags' is 0, it returns a mask of all initialized subsystems.
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL.h | 80 /* This function returns mask of the specified subsystems which have 82 If 'flags' is 0, it returns a mask of all initialized subsystems.
|
/prebuilt/windows/sdl/include/SDL/ |
SDL.h | 77 /* This function returns mask of the specified subsystems which have 79 If 'flags' is 0, it returns a mask of all initialized subsystems.
|
/system/extras/tests/fstest/ |
README | 37 <min_mode> is a numeric mode mask, and a mode will match it if and only if 40 <max_mode> is a numeric mode mask, and a mode will match it if and only if
|
/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/Export_Inc/ |
FwEvent_api.h | 183 * \return Event mask 187 * and return interrupt enabled bit mask.
|
/external/strace/ |
signal.c | 320 sprintsigmask(s, mask, rt) 322 sigset_t *mask; 339 if (sigismember(mask, i) == 1) 345 switch (sigismember(mask, i)) { 347 sigdelset(mask, i); 350 sigaddset(mask, i); 358 if (sigismember(mask, i) == 1) { 387 printsigmask(mask, rt) 388 sigset_t *mask; 391 tprintf("%s", sprintsigmask("", mask, rt)) [all...] |
/bionic/libc/include/netinet/ |
ip_icmp.h | 46 * RFC 950, August 1985. (Address Mask Request / Reply) 138 #define ICMP_MASKLEN 12 /* address mask */ 188 #define ICMP_MASKREQ 17 /* address mask request */ 189 #define ICMP_MASKREPLY 18 /* address mask reply */
|
/bionic/libc/kernel/common/linux/ |
if_link.h | 145 __u32 mask; member in struct:ifla_vlan_flags
|
ppdev.h | 23 unsigned char mask; member in struct:ppdev_frob_struct
|
/bionic/libm/sh/ |
_fpmath.h | 51 * LDBL_NBIT is a mask indicating the position of the integer
|
/dalvik/dalvikvm/ |
Main.c | 33 sigset_t mask; local 35 sigemptyset(&mask); 36 sigaddset(&mask, SIGPIPE); 37 if (sigprocmask(SIG_BLOCK, &mask, NULL) != 0)
|
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/ |
CollationElementIterator.java | 207 * ICU constant primary order mask for collation elements 211 * ICU constant secondary order mask for collation elements 215 * ICU constant tertiary order mask for collation elements 227 * Unsigned 16 bit mask
|
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
MethodTest.java | 335 int mask = 0; local 342 mask = Modifier.PUBLIC | Modifier.STATIC; 343 assertTrue("Incorrect modifiers returned", (mods | mask) == mask); 350 mask = Modifier.PRIVATE | Modifier.STATIC; 351 assertTrue("Incorrect modifiers returned", (mods | mask) == mask); 358 mask = (Modifier.PUBLIC | Modifier.STATIC) | Modifier.SYNCHRONIZED; 359 assertTrue("Incorrect modifiers returned", (mods | mask) == mask); [all...] |
/dalvik/libcore/nio/src/main/java/java/nio/channels/ |
SelectionKey.java | 39 * Interest set mask bit for socket-accept operations. 44 * Interest set mask bit for socket-connect operations. 49 * Interesting operation mask bit for read operations. 54 * Interest set mask bit for write operations.
|
/dalvik/vm/mterp/armv5te/ |
OP_SHL_LONG.S | 5 * distance) is 32-bit. Also, Dalvik requires us to mask off the low
|
OP_SHR_LONG.S | 5 * distance) is 32-bit. Also, Dalvik requires us to mask off the low
|
OP_USHR_LONG.S | 5 * distance) is 32-bit. Also, Dalvik requires us to mask off the low
|
/dalvik/vm/mterp/x86-atom/ |
OP_SHL_LONG.S | 34 movq .LshiftMask, %xmm2 # %xmm2<- mask for the shift bits
|