HomeSort by relevance Sort by last modified time
    Searched refs:masks (Results 1 - 25 of 43) sorted by null

1 2

  /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/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_
pshrec.c 219 PS_Mask mask = table->masks;
225 FT_FREE( table->masks );
231 /* ensure that a mask table can contain "count" masks */
245 if ( !FT_RENEW_ARRAY( table->masks, old_max, new_max ) )
273 mask = table->masks + count - 1;
303 mask = table->masks + count - 1;
372 /* test whether two masks in a table intersect */
378 PS_Mask mask1 = table->masks + index1;
379 PS_Mask mask2 = table->masks + index2;
404 /* merge two masks, used by ps_mask_table_merge_all *
    [all...]
pshalgo.c 215 /* activate the hints that are given by the initial hint masks */
218 PS_Mask mask = hint_masks->masks;
234 FT_TRACE0(( "psh_hint_table_init: missing/incorrect hint masks\n" ));
    [all...]
  /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);
  /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...]
rbt_rule.cpp 247 * Return true if this rule masks another rule. If r1 masks r2 then
248 * r1 matches any input string that r2 matches. If r1 masks r2 and r2 masks
249 * r1 then r1 == r2. Examples: "a>x" masks "ab>y". "a>x" masks "a[b]>y".
250 * "[c]a>x" masks "[dc]a>y".
252 UBool TransliterationRule::masks(const TransliterationRule& r2) const { function in class:TransliterationRule
253 /* Rule r1 masks rule r2 if the string formed of the
272 * means the row masks the column, N means it doesn't
    [all...]
rbt_set.cpp 369 if (r1->masks(*r2)) {
375 //| errors.append("Rule " + r1 + " masks " + r2);
  /external/dropbear/
random.c 217 const unsigned char masks[] = {0xff, 0x01, 0x03, 0x07, 0x0f, 0x1f, 0x3f, 0x7f}; local
231 randbuf[0] &= masks[size_bits % 8];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java 32 * The {@link IncludeOverlay} class renders masks to -partially- hide everything outside
76 Collection<Rectangle> masks = subtractRectangles(whole, includedBounds); local
78 for (Rectangle mask : masks) {
  /external/v8/test/mjsunit/compiler/
expression-trees.js 63 // Set up leaf masks to set 8 least-significant bits.
86 // Set up leaf masks to clear 8 least-significant bits.
  /external/webkit/Source/WebCore/platform/mac/
WebFontCache.mm 73 const NSFontTraitMask masks[] = {
86 while ((mask = masks[i++])) {
  /external/libppp/src/
ncpaddr.c 143 const u_char masks[] = { 0x00, 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe }; local
152 for (c = masks, m = 0; c < masks + sizeof masks; c++, m++)
520 const u_char masks[] = { 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe, 0xff }; local
539 if ((*addrp++ ^ *rangep++) & masks[bits > 7 ? 7 : bits - 1])
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 212 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - member in struct:snd_pcm_hw_constraints
224 return &constrs->masks[var - SNDRV_PCM_HW_PARAM_FIRST_MASK];
782 return &params->masks[var - SNDRV_PCM_HW_PARAM_FIRST_MASK];
794 return &params->masks[var - SNDRV_PCM_HW_PARAM_FIRST_MASK];
    [all...]
asound.h 339 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - member in struct:snd_pcm_hw_params
341 struct snd_mask mres[5]; /* reserved masks */
345 unsigned int rmask; /* W: requested masks */
346 unsigned int cmask; /* R: changed masks */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 212 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - member in struct:snd_pcm_hw_constraints
224 return &constrs->masks[var - SNDRV_PCM_HW_PARAM_FIRST_MASK];
782 return &params->masks[var - SNDRV_PCM_HW_PARAM_FIRST_MASK];
794 return &params->masks[var - SNDRV_PCM_HW_PARAM_FIRST_MASK];
    [all...]
asound.h 339 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - member in struct:snd_pcm_hw_params
341 struct snd_mask mres[5]; /* reserved masks */
345 unsigned int rmask; /* W: requested masks */
346 unsigned int cmask; /* R: changed masks */
    [all...]
  /external/elfutils/libcpu/
i386_parse.y 243 spec: masks kPERCPERC '\n' instrs
253 masks: masks '\n' mask label
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
mmxp2_32.asm 128 ; set up masks
  /bionic/libc/kernel/common/sound/
asound.h 319 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - member in struct:snd_pcm_hw_params
    [all...]
  /external/kernel-headers/original/sound/
asound.h 350 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - member in struct:snd_pcm_hw_params
352 struct snd_mask mres[5]; /* reserved masks */
356 unsigned int rmask; /* W: requested masks */
357 unsigned int cmask; /* R: changed masks */
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/armv6/
simpleloopfilter_v6.asm 88 beq simple_hskip_filter ; skip filtering if all masks are 0x00
  /external/libvpx/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 74 ;# Assuming that the selection masks b_hihi and b_lolo (defined in LFppc.c)
369 .macro Masks
370 ;# build masks
395 ;# done building masks
464 Masks
568 Masks
    [all...]
  /external/blktrace/doc/
blktrace.tex 349 more filter masks via the \emph{-a} option.
387 -a \emph{mask} & --act-mask=\emph{mask} & Add \emph{mask} to current filter (see below for masks) \\ \hline
400 \subsubsection{\label{sec:filter-mask}Filter Masks}
401 The following masks may be passed with the \emph{-a} command line
    [all...]
  /external/tinyalsa/
pcm.c 73 return &(p->masks[n - SNDRV_PCM_HW_PARAM_FIRST_MASK]);

Completed in 602 milliseconds

1 2