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

1 2

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/os/
FileUtils.java 120 int[] masks = {S_IRUSR, S_IWUSR, S_IXUSR, S_IRGRP, S_IWGRP, S_IXGRP, local
122 for (int i = 0; i < masks.length; i++) {
123 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);
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_ext_parm.h 13 return &params->masks[var - SND_PCM_HW_PARAM_FIRST_MASK];
pcm_hw.c 63 unsigned int masks[SNDRV_PCM_HW_PARAM_SUBFORMAT - member in struct:sndrv_pcm_hw_params_old
    [all...]
pcm_direct.c 612 return &params->masks[var - SND_PCM_HW_PARAM_FIRST_MASK];
    [all...]
  /external/chromium/third_party/icu/source/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 246 * Return true if this rule masks another rule. If r1 masks r2 then
247 * r1 matches any input string that r2 matches. If r1 masks r2 and r2 masks
248 * r1 then r1 == r2. Examples: "a>x" masks "ab>y". "a>x" masks "a[b]>y".
249 * "[c]a>x" masks "[dc]a>y".
251 UBool TransliterationRule::masks(const TransliterationRule& r2) const { function in class:TransliterationRule
252 /* Rule r1 masks rule r2 if the string formed of the
271 * means the row masks the column, N means it doesn't
    [all...]
rbt_set.cpp 368 if (r1->masks(*r2)) {
374 //| errors.append("Rule " + r1 + " masks " + r2);
  /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 246 * Return true if this rule masks another rule. If r1 masks r2 then
247 * r1 matches any input string that r2 matches. If r1 masks r2 and r2 masks
248 * r1 then r1 == r2. Examples: "a>x" masks "ab>y". "a>x" masks "a[b]>y".
249 * "[c]a>x" masks "[dc]a>y".
251 UBool TransliterationRule::masks(const TransliterationRule& r2) const { function in class:TransliterationRule
252 /* Rule r1 masks rule r2 if the string formed of the
271 * means the row masks the column, N means it doesn't
    [all...]
rbt_set.cpp 368 if (r1->masks(*r2)) {
374 //| 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];
  /external/webkit/WebCore/platform/mac/
WebFontCache.mm 73 const NSFontTraitMask masks[] = {
86 while ((mask = masks[i++])) {
  /device/samsung/crespo/libaudio2/
alsa_pcm.c 68 return &(p->masks[n - SNDRV_PCM_HW_PARAM_FIRST_MASK]);
asound.h 285 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - member in struct:snd_pcm_hw_params
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
mmxp2_32.asm 128 ; set up masks
  /device/samsung/crespo/alsa-lib/include/sound/
asound.h 366 struct sndrv_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - member in struct:sndrv_pcm_hw_params
368 struct sndrv_mask mres[5]; /* reserved masks */
372 unsigned int rmask; /* W: requested masks */
373 unsigned int cmask; /* R: changed masks */
    [all...]
  /external/libvpx/vp8/common/arm/armv6/
simpleloopfilter_v6.asm 95 beq simple_hskip_filter ; skip filtering if all masks are 0x00
  /external/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/v8/test/mjsunit/
regexp.js 365 // Test that merging of quick test masks gets it right.
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java     [all...]

Completed in 484 milliseconds

1 2