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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_newlib.cc 83 OP(dev_filename, access); \
227 int WRAP(access)(const char* pathname, int amode) { function
  /external/chromium_org/sandbox/win/src/
Wow64.cc 103 DWORD access = EVENT_MODIFY_STATE | SYNCHRONIZE; local
105 &remote_load, access, FALSE, 0))
108 &remote_continue, access, FALSE, 0))
  /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/chromium_org/tools/telemetry/telemetry/unittest/
system_stub.py 198 def access(self, path, _): member in class:OsModuleStub
  /external/chromium_org/v8/src/
hydrogen-load-elimination.cc 78 FieldOf(l->access()),
92 FieldOf(s->access()),
192 int field = FieldOf(instr->access());
214 int field = FieldOf(instr->access());
255 int field = FieldOf(s->access());
265 HObjectAccess access = instr->access(); local
266 if (access.IsInobject()) {
267 int offset = access.offset();
269 // Kill the field containing the first word of the access
    [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/skia/src/gpu/gl/
GrGLProgramEffects.cpp 200 const GrTextureAccess& access = (*drawEffect.effect())->textureAccess(t); local
201 uint32_t configComponentMask = GrPixelConfigComponentMask(access.getTexture()->config());
202 if (swizzle_requires_alpha_remapping(caps, configComponentMask, access.swizzleMask())) {
  /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])
  /external/skia/src/gpu/gl/
GrGLProgramEffects.cpp 200 const GrTextureAccess& access = (*drawEffect.effect())->textureAccess(t); local
201 uint32_t configComponentMask = GrPixelConfigComponentMask(access.getTexture()->config());
202 if (swizzle_requires_alpha_remapping(caps, configComponentMask, access.swizzleMask())) {

Completed in 1228 milliseconds

1 23 4 5 6 7 8 91011>>