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

1 23 4 5 6 7 8 91011>>

  /prebuilts/misc/common/swig/include/2.0.11/perl5/
noembed.h 100 #ifdef access
101 #undef access macro
  /external/javassist/src/main/javassist/bytecode/analysis/
Executor.java 56 * If a subroutine is passed, the access flags will be modified if this instruction accesses
424 access(index, Type.INTEGER, subroutine); method
786 access(index, type, subroutine); method
875 access(index, type, subroutine); method
980 private void access(int index, Type type, Subroutine subroutine) { method in class:Executor
    [all...]
  /external/chromium_org/chrome/browser/mac/
security_wrappers.cc 41 SecAccessRef access)
43 access_(access) {
173 SecAccessRef access; local
174 OSStatus status = SecKeychainItemCopyAccess(item, &access);
182 return access;
185 CFArrayRef CrSAccessCopyACLList(SecAccessRef access) {
186 if (!access) {
191 OSStatus status = SecAccessCopyACLList(access, &acl_list);
392 SecAccessRef access) {
400 access,
    [all...]
  /external/chromium_org/chrome/common/extensions/api/file_browser_handlers/
file_browser_handler.cc 80 const std::string& access) {
81 file_access_permission_flags_ |= GetAccessPermissionFlagFromString(access);
158 // Initialize access permissions (optional).
168 std::string access; local
169 if (!access_list_value->GetString(i, &access) ||
170 result->AddFileAccessPermission(access)) {
182 // Initialize file filters (mandatory, unless "create" access is specified,
  /external/chromium_org/chrome/installer/mini_installer/
decompress.cc 69 DWORD access = 0; local
73 access = GENERIC_READ | GENERIC_WRITE;
75 access = GENERIC_WRITE;
77 access = GENERIC_READ;
87 HANDLE file = CreateFileW(path, access, FILE_SHARE_READ, NULL, disposition,
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
fuse.h 94 // Called by access()
95 int (*access)(const char* path, int mode); member in struct:fuse_operations
  /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 209 def access(self, path, _): member in class:OsModuleStub
  /external/chromium_org/v8/src/
hydrogen-load-elimination.cc 52 FieldOf(l->access()),
66 FieldOf(s->access()),
203 ASSERT(!instr->access().IsInobject() ||
204 instr->access().existing_inobject_property());
206 int field = FieldOf(instr->access());
230 if (instr->access().IsInobject() &&
231 !instr->access().existing_inobject_property()) {
236 int field = FieldOf(instr->access());
278 int field = FieldOf(s->access());
288 HObjectAccess access = instr->access() local
    [all...]
  /external/deqp/framework/opengl/
gluTexture.cpp 96 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); local
97 gl.texImage1D(GL_TEXTURE_1D, levelNdx, m_format, access.getWidth(), 0 /* border */, transferFormat.format, transferFormat.dataType, access.getDataPtr());
179 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); local
180 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth());
181 gl.texImage2D(GL_TEXTURE_2D, levelNdx, m_format, access.getWidth(), access.getHeight(), 0 /* border */, transferFormat.format, transferFormat.dataType, access.getDataPtr())
382 tcu::ConstPixelBufferAccess access = m_refTexture.getLevelFace(levelNdx, (tcu::CubeFace)face); local
501 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); local
560 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); local
620 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); local
680 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); local
    [all...]
  /external/deqp/modules/egl/
teglColorClearCase.cpp 104 tcu::PixelBufferAccess access = tcu::getSubregion(dst.getAccess(), clearIter->x, clearIter->y, 0, clearIter->width, clearIter->height, 1); local
105 tcu::clear(access, pixelFormat.convertColor(clearIter->color).toIVec());
375 tcu::PixelBufferAccess access = tcu::getSubregion(refFrame.getAccess(), local
378 tcu::clear(access, pixelFmt.convertColor(packet.clears[clearNdx].color).toIVec());
  /external/deqp/modules/gles31/functional/
es31fSSBOArrayLengthTests.cpp 55 SSBOArrayLengthCase (Context& context, const char* name, const char* desc, ArrayAccess access, bool sized);
75 SSBOArrayLengthCase::SSBOArrayLengthCase (Context& context, const char* name, const char* desc, ArrayAccess access, bool sized)
77 , m_access (access)
288 SSBOArrayLengthCase::ArrayAccess access; member in struct:deqp::gles31::Functional::Qualifier
306 this->addChild(new SSBOArrayLengthCase(m_context, name.c_str(), desc.c_str(), qualifiers[qualifierNdx].access, arraysSized[sizeNdx]));
  /external/fio/engines/
windowsaio.c 157 DWORD access; local
187 access = GENERIC_READ;
189 access = (GENERIC_READ | GENERIC_WRITE);
196 f->hFile = CreateFile(f->file_name, access, sharemode,
  /external/icu/icu4c/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
681 * #define inline versions of selected performance-critical text access functions
1257 UTextAccess *access; member in struct:UTextFuncs
    [all...]
  /external/jarjar/src/main/com/tonicsystems/jarjar/util/
ClassHeaderReader.java 25 private int access; field in class:ClassHeaderReader
38 return access;
57 access = 0;
109 access = readUnsignedShort(index);
  /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/mockito/cglib-and-asm/src/org/mockito/asm/tree/
ClassNode.java 54 * The class's access flags (see {@link org.mockito.asm.Opcodes}). This
57 public int access; field in class:ClassNode
155 final int access,
162 this.access = access;
190 final int access)
195 access);
200 final int access,
206 FieldNode fn = new FieldNode(access, name, desc, signature, value);
212 final int access,
    [all...]
  /external/qemu/hw/timer/
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/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
pcm_ioplug.h 43 SND_PCM_IOPLUG_HW_ACCESS = 0, /**< access type */
111 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.11-4.8/sysroot/usr/include/alsa/
pcm_ioplug.h 43 SND_PCM_IOPLUG_HW_ACCESS = 0, /**< access type */
111 snd_pcm_access_t access; /**< access type; filled after hw_params is called */ member in struct:snd_pcm_ioplug

Completed in 1159 milliseconds

1 23 4 5 6 7 8 91011>>