HomeSort by relevance Sort by last modified time
    Searched full:masks (Results 51 - 75 of 571) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/freetype/src/pshinter/
pshrec.h 108 /* masks and counters table descriptor */
113 PS_Mask masks; member in struct:PS_Mask_TableRec_
122 PS_Mask_TableRec masks; member in struct:PS_DimensionRec_
  /external/kernel-headers/original/linux/
kxtf9.h 51 #define OTP1_6 0x00 /* tilt ODR masks */
55 #define OWUF25 0x00 /* wuf ODR masks */
59 #define OTDT50 0x00 /* tdt ODR masks */
69 #define ODR800 0x06 /* lpf output ODR masks */
  /external/llvm/lib/Target/X86/Utils/
X86ShuffleDecode.h 46 /// DecodeSHUFPMask - This decodes the shuffle masks for shufp*. VT indicates
51 /// DecodeUNPCKHMask - This decodes the shuffle masks for unpckhps/unpckhpd
56 /// DecodeUNPCKLMask - This decodes the shuffle masks for unpcklps/unpcklpd
65 /// DecodeVPERMMask - this decodes the shuffle masks for VPERMQ/VPERMPD.
  /external/skia/src/pdf/
SkPDFImage.h 35 * @param paint Used to calculate alpha, masks, etc.
64 * @param paint Used to calculate alpha, masks, etc.
  /external/icu4c/i18n/
rbt_rule.h 60 // are used only by masks() and getIndexValue() which are called
244 * Return true if this rule masks another rule. If r1 masks r2 then
245 * r1 matches any input string that r2 matches. If r1 masks r2 and r2 masks
246 * r1 then r1 == r2. Examples: "a>x" masks "ab>y". "a>x" masks "a[b]>y".
247 * "[c]a>x" masks "[dc]a>y".
249 * @return true if this rule masks 'r2'
251 virtual UBool masks(const TransliterationRule& r2) const
    [all...]
  /external/libnfc-nci/src/udrv/include/
upio.h 166 /* Jumper masks */
176 /* General purpose i/o masks */
212 /* LED masks */
226 /* Switch masks */
244 /* Push button masks */
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/os/
FileUtils.java 125 int[] masks = {S_IRUSR, S_IWUSR, S_IXUSR, S_IRGRP, S_IWGRP, S_IXGRP, local
127 for (int i = 0; i < masks.length; i++) {
128 if (!hasModeFlag(mode, masks[i])) {
  /external/skia/src/gpu/
GrSWMaskHelper.h 28 * The GrSWMaskHelper helps generate clip masks using the software rendering
47 // set up the internal state in preparation for draws. Since many masks
84 // The ClipMaskManager uses it to accumulate clip masks while the
  /frameworks/wilhelm/src/
data.h 61 // bit masks used to configure the allowed data locators for a given data source or data sink
79 // bit masks used to configure the allowed data formats for a given data source or data sink
  /external/icu4c/layout/
ArabicShaping.h 36 // shaping bit masks
  /external/oprofile/events/i386/pii/
unit_masks 1 # Pentium II possible unit masks
  /external/oprofile/events/i386/piii/
unit_masks 1 # Pentium III possible unit masks
  /external/oprofile/events/x86-64/family12h/
unit_masks 1 # AMD Generic unit masks
  /external/oprofile/events/x86-64/family14h/
unit_masks 1 # AMD Generic unit masks
  /external/qemu/target-mips/
mips-defs.h 17 /* Masks used to mark instructions to indicate which ISA level they
  /external/skia/include/gpu/
GrClipData.h 21 * masks. 'fOrigin' is only non-zero when saveLayer has been called
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
serio.h 18 * bit masks for use in "interrupt" flags (3rd argument)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
serio.h 18 * bit masks for use in "interrupt" flags (3rd argument)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
serio.h 18 * bit masks for use in "interrupt" flags (3rd argument)
  /external/blktrace/doc/
blktrace.8 37 limit the events being captured, you can specify one or more filter masks
90 Set filter mask to \fIhex-mask\fR (see below for masks)
97 Add \fImask\fR to current filter (see below for masks)
164 .SH FILTER MASKS
165 The following masks may be passed with the \fI\-a\fR command line
  /external/tcpdump/
print-cnfp.c 77 u_int32_t masks; /* src,dst addr prefix; v6: encaps */ member in struct:nfrec
137 (EXTRACT_32BITS(&nr->masks) >> 24) & 0xff);
146 (EXTRACT_32BITS(&nr->masks) >> 16) & 0xff);
182 (EXTRACT_32BITS(&nr->masks) >> 8) & 0xff,
183 (EXTRACT_32BITS(&nr->masks)) & 0xff);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
X.h 152 /* Input Event Masks. Used as event-mask window attribute and as arguments
183 confused with event masks above. They start from 2 because 0 and 1
222 /* Key masks. Used as modifiers to GrabButton and GrabKey, results of QueryPointer,
236 masks defined above. */
247 /* button masks. Used in same manner as Key masks above. Not to be confused
260 and ButtonRelease events. Not to be confused with button masks above.
565 /* GC components: masks used in CreateGC, CopyGC, ChangeGC, OR'ed into
651 /* masks for ChangeKeyboardControl */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 152 /* Input Event Masks. Used as event-mask window attribute and as arguments
183 confused with event masks above. They start from 2 because 0 and 1
222 /* Key masks. Used as modifiers to GrabButton and GrabKey, results of QueryPointer,
236 masks defined above. */
247 /* button masks. Used in same manner as Key masks above. Not to be confused
260 and ButtonRelease events. Not to be confused with button masks above.
565 /* GC components: masks used in CreateGC, CopyGC, ChangeGC, OR'ed into
651 /* masks for ChangeKeyboardControl */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 152 /* Input Event Masks. Used as event-mask window attribute and as arguments
183 confused with event masks above. They start from 2 because 0 and 1
222 /* Key masks. Used as modifiers to GrabButton and GrabKey, results of QueryPointer,
236 masks defined above. */
247 /* button masks. Used in same manner as Key masks above. Not to be confused
260 and ButtonRelease events. Not to be confused with button masks above.
565 /* GC components: masks used in CreateGC, CopyGC, ChangeGC, OR'ed into
651 /* masks for ChangeKeyboardControl */
  /external/iptables/extensions/
libxt_CONNMARK.man 9 masks. The new nfmark value is determined as follows:
19 masks. The new ctmark value is determined as follows:

Completed in 469 milliseconds

1 23 4 5 6 7 8 91011>>