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

1 23 4 5 6 7 8 91011>>

  /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/r8/src/test/java/com/android/tools/r8/maindexlist/
MainDexListTests.java 406 DexAccessFlags access = new DexAccessFlags(); local
407 access.setPublic();
408 access.setStatic();
417 access,
  /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())
366 tcu::ConstPixelBufferAccess access = m_refTexture.getLevelFace(levelNdx, (tcu::CubeFace)face); local
485 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); local
572 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); local
694 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); local
785 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); local
    [all...]
  /external/deqp/modules/egl/
teglColorClearCase.cpp 105 tcu::PixelBufferAccess access = tcu::getSubregion(dst.getAccess(), clearIter->x, clearIter->y, 0, clearIter->width, clearIter->height, 1); local
106 tcu::clear(access, pixelFormat.convertColor(clearIter->color).toIVec());
424 tcu::PixelBufferAccess access = tcu::getSubregion(refFrame.getAccess(), local
427 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/desugar/java/com/google/devtools/build/android/desugar/
Java7Compatibility.java 48 int access,
54 isInterface = BitFlags.isSet(access, Opcodes.ACC_INTERFACE);
57 access, local
66 int access, String name, String desc, String signature, String[] exceptions) {
70 && (access & (Opcodes.ACC_BRIDGE | Opcodes.ACC_ABSTRACT | Opcodes.ACC_STATIC))
76 && BitFlags.isSet(access, Opcodes.ACC_SYNTHETIC | Opcodes.ACC_STATIC)) {
83 || BitFlags.isSet(access, Opcodes.ACC_ABSTRACT)
87 MethodVisitor result = super.visitMethod(access, name, desc, signature, exceptions);
92 public void visitInnerClass(String name, String outerName, String innerName, int access) {
96 super.visitInnerClass(name, outerName, innerName, access);
    [all...]
  /external/fio/engines/
windowsaio.c 162 DWORD access; local
192 access = GENERIC_READ;
194 access = (GENERIC_READ | GENERIC_WRITE);
201 f->hFile = CreateFile(f->file_name, access, sharemode,
  /external/icu/icu4c/source/common/unicode/
utext.h 26 * The Text Access API provides a means to allow text that is stored in alternative
31 * ICU Text Access allows other formats, such as UTF-8 or non-contiguous
43 * access to the actual text.
81 * or UTF-32, for example. When coding to the UText access API, no assumptions
109 * Most UText access functions have as their first parameter a (UText *) pointer,
351 * This is true for read access only with shallow clones, and for both read and
352 * write access with deep clones.
362 * @param readOnly TRUE to request that the cloned UText have read only access to the
683 * #define inline versions of selected performance-critical text access functions
1259 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/include/GL/
mesa_glinterop.h 83 /** Access flags. */
99 * The caller should check the value and access up-to the version supported
127 * The caller should check the value and access up-to the version supported
169 uint32_t access; member in struct:mesa_glinterop_export_in
192 * The caller should check the value and access up-to the version supported
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_miptree.c 269 unsigned access = 0; local
320 access |= NOUVEAU_BO_RD;
322 access |= NOUVEAU_BO_WR;
324 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/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_transfer.c 336 uint32_t access = (usage & PIPE_TRANSFER_WRITE) ? local
338 return !nouveau_bo_wait(mt->base.bo, access, nvc0->base.client);
  /external/skia/src/gpu/glsl/
GrGLSLProgramBuilder.cpp 284 const GrResourceIOProcessor::BufferAccess& access = processor.bufferAccess(b); local
287 this->emitTexelBuffer(access.texelConfig(), name.c_str(), access.visibility()));
288 texelBufferVisibility |= access.visibility();
338 const GrResourceIOProcessor::ImageStorageAccess& access, const char* name) {
339 if (access.visibility() & kVertex_GrShaderFlag) {
342 if (access.visibility() & kGeometry_GrShaderFlag) {
346 if (access.visibility() & kFragment_GrShaderFlag) {
349 GrSLType uniformType = access.proxy()->imageStorageType();
350 return this->uniformHandler()->addImageStorage(access.visibility(), uniformType
    [all...]
  /external/syslinux/core/lwip/src/include/lwip/
snmp_structs.h 61 /* MIB access types */
65 /* MIB object access */
77 u8_t access; member in struct:obj_def
190 /** derived node, has access functions for mib object in external memory or device
  /external/v8/src/compiler/
memory-optimizer.cc 330 ElementAccess const& access = ElementAccessOf(node->op()); local
332 node->ReplaceInput(1, ComputeIndex(access, index));
333 NodeProperties::ChangeOp(node, machine()->Load(access.machine_type));
339 FieldAccess const& access = FieldAccessOf(node->op()); local
340 Node* offset = jsgraph()->IntPtrConstant(access.offset - access.tag());
342 NodeProperties::ChangeOp(node, machine()->Load(access.machine_type));
349 ElementAccess const& access = ElementAccessOf(node->op()); local
353 ComputeWriteBarrierKind(object, state, access.write_barrier_kind);
354 node->ReplaceInput(1, ComputeIndex(access, index))
364 FieldAccess const& access = FieldAccessOf(node->op()); local
    [all...]
node-properties.cc 380 FieldAccess const& access = FieldAccessOf(effect->op()); local
381 if (access.base_is_tagged == kTaggedBase &&
382 access.offset == HeapObject::kMapOffset) {
state-values-utils.cc 238 auto access = StateValuesAccess(tree); local
239 auto it = access.begin();
240 auto itend = access.end();
typed-optimization.cc 166 FieldAccess const& access = FieldAccessOf(node->op()); local
167 if (access.base_is_tagged == kTaggedBase &&
168 access.offset == HeapObject::kMapOffset) {
  /external/v8/src/crankshaft/
hydrogen-load-elimination.cc 54 FieldOf(l->access()),
68 FieldOf(s->access()),
205 DCHECK(!instr->access().IsInobject() ||
206 instr->access().existing_inobject_property());
208 int field = FieldOf(instr->access());
232 if (instr->access().IsInobject() &&
233 !instr->access().existing_inobject_property()) {
238 int field = FieldOf(instr->access());
279 int field = FieldOf(s->access());
289 HObjectAccess access = instr->access() local
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
MockKeyStore.java 91 private KeyBlob access(int uid, String key, boolean createIfNotExist) { method in class:MockKeyStore
110 return access(uid, key, false);
114 access(uid, key, true).update(value, flags);
130 return access(uid, key, false) != null;
144 access(destUid, destKey, true).update(blob.blob, blob.flag);
  /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.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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
io.h 316 int __cdecl access(const char *_Filename,int _AccessMode) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
356 /* Old versions of MSVCRT access() just ignored X_OK, while the version
363 #define access(__f,__m) __mingw_access (__f, __m) macro

Completed in 1030 milliseconds

1 23 4 5 6 7 8 91011>>