HomeSort by relevance Sort by last modified time
    Searched defs:access (Results 51 - 75 of 260) sorted by null

1 23 4 5 6 7 8 91011

  /external/chromium_org/third_party/icu/source/common/unicode/
utext.h 24 * The Text Access API provides a means to allow text that is stored in alternative
29 * ICU Text Access allows other formats, such as UTF-8 or non-contiguous
41 * access to the actual text.
79 * or UTF-32, for example. When coding to the UText access API, no assumptions
107 * Most UText access functions have as their first parameter a (UText *) pointer,
349 * This is true for read access only with shallow clones, and for both read and
350 * write access with deep clones.
360 * @param readOnly TRUE to request that the cloned UText have read only access to the
1396 UTextAccess *access; member in struct:UTextFuncs
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_miptree.c 235 unsigned access = 0; local
242 access |= NOUVEAU_BO_RD;
244 access |= NOUVEAU_BO_WR;
246 ret = nouveau_bo_map(tx->tmp.bo, access, nv30->base.client);
nv30_winsys.h 44 struct nouveau_bo *bo, uint32_t access)
46 nouveau_bufctx_refn(bufctx(push), bin, bo, access); local
51 struct nouveau_bo *bo, uint32_t offset, uint32_t access)
54 bo, offset, access | NOUVEAU_BO_LOW, 0, 0)->priv = NULL;
60 struct nouveau_bo *bo, uint32_t access, uint32_t vor, uint32_t tor)
63 bo, 0, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL;
72 struct nouveau_bo *bo, uint32_t data, uint32_t access,
76 bo, data, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL;
85 struct nouveau_bo *bo, uint32_t data, uint32_t access,
90 bo, data, access | NOUVEAU_BO_OR, vor, tor)
    [all...]
  /external/icu4c/common/unicode/
utext.h 24 * The Text Access API provides a means to allow text that is stored in alternative
29 * ICU Text Access allows other formats, such as UTF-8 or non-contiguous
41 * access to the actual text.
79 * or UTF-32, for example. When coding to the UText access API, no assumptions
107 * Most UText access functions have as their first parameter a (UText *) pointer,
349 * This is true for read access only with shallow clones, and for both read and
350 * write access with deep clones.
360 * @param readOnly TRUE to request that the cloned UText have read only access to the
681 * #define inline versions of selected performance-critical text access functions
1257 UTextAccess *access; member in struct:UTextFuncs
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_miptree.c 235 unsigned access = 0; local
242 access |= NOUVEAU_BO_RD;
244 access |= NOUVEAU_BO_WR;
246 ret = nouveau_bo_map(tx->tmp.bo, access, nv30->base.client);
nv30_winsys.h 44 struct nouveau_bo *bo, uint32_t access)
46 nouveau_bufctx_refn(bufctx(push), bin, bo, access); local
51 struct nouveau_bo *bo, uint32_t offset, uint32_t access)
54 bo, offset, access | NOUVEAU_BO_LOW, 0, 0)->priv = NULL;
60 struct nouveau_bo *bo, uint32_t access, uint32_t vor, uint32_t tor)
63 bo, 0, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL;
72 struct nouveau_bo *bo, uint32_t data, uint32_t access,
76 bo, data, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL;
85 struct nouveau_bo *bo, uint32_t data, uint32_t access,
90 bo, data, access | NOUVEAU_BO_OR, vor, tor)
    [all...]
  /external/openfst/src/include/fst/
connect.h 129 // access[i]: accessibility of state i.
134 SccVisitor(vector<StateId> *scc, vector<bool> *access,
136 : scc_(scc), access_(access), coaccess_(coaccess), props_(props) {}
199 vector<StateId> *scc_stack_; // SCC stack (w/ random access)
304 vector<bool> access; local
307 SccVisitor<Arc> scc_visitor(0, &access, &coaccess, &props);
310 for (StateId s = 0; s < access.size(); ++s)
311 if (!access[s] || !coaccess[s])
  /external/qemu/hw/
i8254.c 248 int channel, access; local
275 access = (val >> 4) & 3;
276 if (access == 0) {
279 s->rw_mode = access;
280 s->read_state = access;
281 s->write_state = access;
  /packages/apps/Nfc/src/com/android/nfc/
NfceeAccessControl.java 55 * Map from UID to NFCEE access, used as a cache.
84 boolean access = false;
91 // Ensure the package has access permissions
93 access = true;
99 mUidCache.put(uid, access);
100 return access;
111 Boolean access = mUidCache.get(info.uid); local
112 if (access == null) {
113 access = checkPackageNfceeAccess(info.packageName);
114 mUidCache.put(info.uid, access);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_ioplug.h 43 SND_PCM_IOPLUG_HW_ACCESS = 0, /**< access type */
110 snd_pcm_access_t access; /**< access type; filled after hw_params is called */ member in struct:snd_pcm_ioplug
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_ioplug.h 43 SND_PCM_IOPLUG_HW_ACCESS = 0, /**< access type */
110 snd_pcm_access_t access; /**< access type; filled after hw_params is called */ member in struct:snd_pcm_ioplug
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
control.h 45 unsigned int access; /* access rights */ member in struct:snd_kcontrol_new
60 unsigned int access; /* access rights */ member in struct:snd_kcontrol_volatile
info.h 84 struct mutex access; member in struct:snd_info_entry
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_ioplug.h 43 SND_PCM_IOPLUG_HW_ACCESS = 0, /**< access type */
110 snd_pcm_access_t access; /**< access type; filled after hw_params is called */ member in struct:snd_pcm_ioplug
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
control.h 45 unsigned int access; /* access rights */ member in struct:snd_kcontrol_new
60 unsigned int access; /* access rights */ member in struct:snd_kcontrol_volatile
info.h 84 struct mutex access; member in struct:snd_info_entry
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 208 // are still running and try to access a main-thread spinlock. This
359 inline int access(const char *pathname, int mode) { function
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 205 // are still running and try to access a main-thread spinlock. This
356 inline int access(const char *pathname, int mode) { function
  /external/openfst/src/include/fst/script/
info-impl.h 136 vector<bool> access, coaccess; local
138 SccVisitor<Arc> scc_visitor(&scc, &access, &coaccess, &props);
153 if (access[s])
157 if (access[s] && coaccess[s])
  /frameworks/native/libs/binder/
IMemory.cpp 306 int access = PROT_READ; local
308 access |= PROT_WRITE;
314 mBase = mmap(0, size, access, MAP_SHARED, fd, offset);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xw32defs.h 24 #define access _access macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xw32defs.h 15 #define access _access macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nlm_prot.h 128 fsh_access access; member in struct:nlm_share
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 24 #define access _access macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 15 #define access _access macro

Completed in 788 milliseconds

1 23 4 5 6 7 8 91011