HomeSort by relevance Sort by last modified time
    Searched full:mask (Results 1401 - 1425 of 2232) sorted by null

<<51525354555657585960>>

  /ndk/build/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 639 GL_API void GL_APIENTRY glClear (GLbitfield mask);
721 GL_API void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask);
722 GL_API void GL_APIENTRY glStencilMask (GLuint mask);
    [all...]
  /ndk/build/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 639 GL_API void GL_APIENTRY glClear (GLbitfield mask);
721 GL_API void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask);
722 GL_API void GL_APIENTRY glStencilMask (GLuint mask);
    [all...]
  /ndk/build/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 639 GL_API void GL_APIENTRY glClear (GLbitfield mask);
721 GL_API void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask);
722 GL_API void GL_APIENTRY glStencilMask (GLuint mask);
    [all...]
  /ndk/build/platforms/android-8/arch-x86/usr/include/GLES/
gl.h 639 GL_API void GL_APIENTRY glClear (GLbitfield mask);
721 GL_API void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask);
722 GL_API void GL_APIENTRY glStencilMask (GLuint mask);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceManager.java 114 int mask = IResourceDelta.ADDED | IResourceDelta.REMOVED | IResourceDelta.CHANGED; local
115 monitor.addFolderListener(sThis.mFolderListener, mask);
116 monitor.addFileListener(sThis.mFileListener, mask);
  /system/core/libacc/tests/
disassem.cpp 107 u_int mask; member in struct:arm32_insn
317 if ((insn & i_ptr->mask) == i_ptr->pattern) {
330 if ((i_ptr->mask & 0xf0000000) == 0xf0000000)
  /system/core/libpixelflinger/codeflinger/
disassem.c 106 u_int mask; member in struct:arm32_insn
316 if ((insn & i_ptr->mask) == i_ptr->pattern) {
329 if ((i_ptr->mask & 0xf0000000) == 0xf0000000)
  /external/qemu/
arm-dis.c 93 unsigned long value, mask; /* Recognise insn if (op&mask)==value. */ member in struct:opcode32
100 unsigned short value, mask; /* Recognise insn if (op&mask)==value. */ member in struct:opcode16
1642 unsigned long mask; local
2486 unsigned long mask; local
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 254 __u32 *mask = &s->s_feature_compat, m; local
257 for (i=0; i <3; i++,mask++) {
259 if (*mask & m) {
270 static void print_bg_opts(struct ext2_group_desc *gdp, int mask,
273 if (gdp->bg_flags & mask) {
    [all...]
  /external/icu4c/i18n/unicode/
tblcoll.h 688 /* mask off anything but primary order */
690 /* mask off anything but secondary order */
692 /* mask off anything but tertiary order */
694 /* mask off ignorable char order */
706 /* testing mask for primary low element */
    [all...]
  /external/ipsec-tools/src/racoon/
racoon.conf.5 599 The space separated list of IPv4 addresses and masks (address slash mask)
604 The space separated list of IPv4 addresses and masks (address slash mask)
    [all...]
  /external/libpng/
libpng.3     [all...]
  /external/openssl/ssl/
s3_lib.c 2313 unsigned long alg,mask,emask; local
    [all...]
  /external/quake/quake/src/QW/server/
sv_main.c 864 unsigned mask; member in struct:__anon5218
916 f->mask = *(unsigned *)m;
961 if (ipfilters[i].mask == f.mask
1053 if ( (in & ipfilters[i].mask) == ipfilters[i].compare)
    [all...]
  /external/skia/src/opts/
SkBlitRow_opts_arm.cpp 235 "vmov.u16 q15, #0x1f \n\t" // set up blue mask
341 "vmov.i8 d29, #0x3f \n\t" // set up green mask
342 "vmov.i8 d28, #0x1f \n\t" // set up blue mask
362 "vand d17, d17, d29 \n\t" // and green with green mask
363 "vand d18, d18, d28 \n\t" // and blue with blue mask
    [all...]
  /external/tcpdump/
print-pim.c 175 * mask length "maddrlen"?
372 * 8 bits: mask 32 bits: source
507 * | Addr Family | Encoding Type | Reserved | Mask Len |
514 * | Addr Family | Encoding Type | Rsrvd |S|W|R| Mask Len |
917 /* Fragment Tag, Hash Mask len, and BSR-priority */
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
nl80211_copy.h 844 __u32 mask; member in struct:nl80211_sta_flag_update
    [all...]
  /system/core/adb/
sysdeps_win32.c 105 int mask; member in struct:FHRec_
491 f->mask = 0;
502 f->mask = 0;
    [all...]
  /external/dnsmasq/src/
option.c 280 { 'V', ARG_DUP, "addr,addr,mask", gettext_noop("Translate IPv4 addresses from upstream servers."), NULL },
1254 int mask; local
    [all...]
  /external/dropbear/libtommath/mtest/
mpi.c 69 macros mask off the upper and lower digits of the mp_word (the
675 mp_digit mask; local
677 mask = (1 << pow) - 1;
678 rem = DIGIT(a, 0) & mask;
2971 mp_digit save, next, mask, *dp; local
3024 mp_digit save, next, mask, *dp = DIGITS(mp); local
    [all...]
  /frameworks/base/services/java/com/android/server/
PowerManagerService.java 1778 final int mask; field in class:PowerManagerService.BrightnessState
    [all...]
  /external/icu4c/common/
ucnvisci.c 127 MaskEnum currentMaskFromUnicode; /* mask for current state in toUnicode */
128 MaskEnum currentMaskToUnicode; /* mask for current state in toUnicode */
129 MaskEnum defMaskToUnicode; /* mask for default state in toUnicode */
131 UBool resetToDefaultToUnicode; /* boolean for reseting to default delta and mask when a newline is encountered*/
1554 uint8_t mask; local
    [all...]
  /external/wpa_supplicant/
libtommath.c 1003 register mp_digit *tmpc, mask, shift; local
1005 /* mask */
1006 mask = (((mp_digit)1) << D) - 1;
1018 rr = *tmpc & mask;
1344 register mp_digit *tmpc, shift, mask, r, rr; local
1348 mask = (((mp_digit)1) << d) - 1;
1360 rr = (*tmpc >> shift) & mask;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactsListActivity.java 202 /** Mask for picker mode */
204 /** Mask for no presence mode */
206 /** Mask for enabling list filtering */
208 /** Mask for having a "create new contact" header in the list */
210 /** Mask for showing photos in the list */
212 /** Mask for hiding additional information e.g. primary phone number in the list */
214 /** Mask for showing a call button in the list */
216 /** Mask to disable quickcontact (images will show as normal images) */
218 /** Mask to show the total number of contacts at the top */
    [all...]
  /external/blktrace/
blktrace.c 344 .name = "act-mask",
350 .name = "set-mask",
440 "[ -a action ] [ -A action mask ] [ -I <devs file> ] [ -v ]\n\n" \
448 "\t-A Give trace mask as a single value. See documentation\n" \
    [all...]

Completed in 467 milliseconds

<<51525354555657585960>>