HomeSort by relevance Sort by last modified time
    Searched defs:access (Results 101 - 125 of 1340) sorted by null

1 2 3 45 6 7 8 91011>>

  /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/pdfium/fxjs/xfa/
cjx_exclgroup.cpp 142 void CJX_ExclGroup::access(CFXJSE_Value* pValue, function in class:CJX_ExclGroup
  /external/skia/src/gpu/glsl/
GrGLSLProgramBuilder.cpp 277 const GrResourceIOProcessor::BufferAccess& access = processor.bufferAccess(b); local
280 this->emitTexelBuffer(access.texelConfig(), name.c_str(), access.visibility()));
281 texelBufferVisibility |= access.visibility();
  /external/skqp/src/gpu/glsl/
GrGLSLProgramBuilder.cpp 277 const GrResourceIOProcessor::BufferAccess& access = processor.bufferAccess(b); local
280 this->emitTexelBuffer(access.texelConfig(), name.c_str(), access.visibility()));
281 texelBufferVisibility |= access.visibility();
  /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/turbine/java/com/google/turbine/binder/bytecode/
BytecodeBoundClass.java 102 int access = access();
103 if ((access & TurbineFlag.ACC_ANNOTATION) == TurbineFlag.ACC_ANNOTATION) {
106 if ((access & TurbineFlag.ACC_INTERFACE) == TurbineFlag.ACC_INTERFACE) {
109 if ((access & TurbineFlag.ACC_ENUM) == TurbineFlag.ACC_ENUM) {
165 final Supplier<Integer> access = field in class:BytecodeBoundClass
170 int access = classFile.get().access();
173 access = inner.access();
181 public int access() { method in class:BytecodeBoundClass
    [all...]
  /external/turbine/javatests/com/google/turbine/lower/
LowerTest.java 107 int access = TurbineFlag.ACC_SUPER | TurbineFlag.ACC_PUBLIC; local
181 access,
261 String name, String outerName, String innerName, int access) {
288 assertThat(reader.u2()).isEqualTo(TurbineFlag.ACC_SUPER); // access
293 assertThat(reader.u2()).isEqualTo(0); // access
337 int access, String name, String desc, String signature, Object value) {
389 int access, String name, String desc, String signature, Object value) {
391 return super.visitField(access, name, desc, signature, value);
415 int access,
420 acc[0] = access;
    [all...]
  /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...]
  /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
  /prebuilts/misc/common/asm/
asm-commons-6.0.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
asm-commons-6.0.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
asm-commons-6.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/6.0/
asm-commons-6.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-commons/6.1.1/
asm-commons-6.1.1.jar 
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/commons/
GASMifierMethodVisitor.class 
  /bionic/libc/kernel/uapi/rdma/
rdma_user_rxe.h 74 int access; member in struct:rxe_send_wr::__anon1351::__anon1355

Completed in 489 milliseconds

1 2 3 45 6 7 8 91011>>