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

1 2 34 5 6 7 8 91011>>

  /external/skqp/src/gpu/
GrProgramDesc.cpp 78 const GrResourceIOProcessor::BufferAccess& access = proc.bufferAccess(i); local
79 k16[j] = sampler_key(kBufferSampler_GrSLType, access.texelConfig(), access.visibility(),
  /external/turbine/java/com/google/turbine/binder/bound/
TypeBoundClass.java 86 private final int access; field in class:TypeBoundClass.FieldInfo
95 int access,
101 this.access = access;
122 /** Access bits. */
123 public int access() { method in class:TypeBoundClass.FieldInfo
124 return access;
150 private final int access; field in class:TypeBoundClass.MethodInfo
162 int access,
172 this.access = access
210 public int access() { method in class:TypeBoundClass.MethodInfo
239 private final int access; field in class:TypeBoundClass.ParamInfo
273 public int access() { method in class:TypeBoundClass.ParamInfo
    [all...]
  /external/zlib/src/examples/
zran.c 1 /* zran.c -- example of zlib/gzip stream indexing and random access
12 for random access of a compressed file. A file containing a zlib or gzip
14 its entirety, and an index built with access points about every SPAN bytes
19 An access point can be created at the start of any deflate block, by saving
26 a new access point. If so, that point is saved in a data structure that
30 the latest access point at or preceding that offset is located in the index.
39 requests for random access reads from the compressed data would try to use
44 access, mainly copying the 32K byte dictionary. So if small pieces of the
49 not be constrained to have access points at block boundaries, but requires
50 more memory per access point, and also cannot be saved to file due to th
75 struct access { struct
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
MockKeyStore.java 82 private KeyBlob access(int uid, String key, boolean createIfNotExist) { method in class:MockKeyStore
101 return access(uid, key, false);
105 access(uid, key, true).update(value, flags);
121 return access(uid, key, false) != null;
  /hardware/qcom/display/msm8909/sdm/include/utils/
sys.h 57 typedef int (*access)(const char *, int); typedef in class:sdm::Sys
72 static access access_;
  /hardware/qcom/display/msm8909w_3100/sdm/include/utils/
sys.h 57 typedef int (*access)(const char *, int); typedef in class:sdm::Sys
72 static access access_;
  /hardware/qcom/display/msm8998/sdm/include/utils/
sys.h 57 typedef int (*access)(const char *, int); typedef in class:sdm::Sys
72 static access access_;
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
noembed.h 100 #ifdef access
101 #undef access macro
  /toolchain/binutils/binutils-2.27/zlib/examples/
zran.c 1 /* zran.c -- example of zlib/gzip stream indexing and random access
12 for random access of a compressed file. A file containing a zlib or gzip
14 its entirety, and an index built with access points about every SPAN bytes
19 An access point can be created at the start of any deflate block, by saving
26 a new access point. If so, that point is saved in a data structure that
39 requests for random access reads from the compressed data would try to use
44 access, mainly copying the 32K byte dictionary. So if small pieces of the
49 not be constrained to have access points at block boundaries, but requires
50 more memory per access point, and also cannot be saved to file due to the
62 #define SPAN 1048576L /* desired distance between access points *
75 struct access { struct
    [all...]
  /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...]
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-util/6.0/
asm-util-6.0.jar 
  /prebuilts/misc/common/asm/
asm-tree-6.0.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
asm-tree-6.0.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
asm-tree-6.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/6.0/
asm-tree-6.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/6.1.1/
asm-tree-6.1.1.jar 
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
ExternalStorageHostTest.java 222 // Verify they can't access other users' content using media provider
311 * For security reasons, the shell user cannot access the shared storage of
332 assertTrue(probe, access(probe));
335 assertFalse(probe, access(probe));
338 assertFalse(probe, access(probe));
344 private boolean access(String path) throws DeviceNotAvailableException { method in class:ExternalStorageHostTest
  /external/adhd/cras/src/alsa_plugin/
ctl_cras.c 26 unsigned int access; member in struct:cras_mixer_control
105 *acc = cras_elems[key].access;
  /external/annotation-tools/asmx/src/org/objectweb/asm/commons/
SerialVersionUIDAdder.java 126 * Classes access flags.
128 protected int access; field in class:SerialVersionUIDAdder
179 * Visit class header and get class name, access , and intefraces
184 final int access,
190 computeSVUID = (access & Opcodes.ACC_INTERFACE) == 0;
194 this.access = access;
198 super.visit(version, access, name, signature, superName, interfaces);
206 final int access,
223 int mods = access
471 int access; field in class:SerialVersionUIDAdder.Item
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/tree/
ClassNode.java 60 * The class's access flags (see {@link org.objectweb.asm.Opcodes}). This
63 public int access; field in class:ClassNode
161 final int access,
168 this.access = access;
196 final int access)
201 access);
206 final int access,
212 FieldNode fn = new FieldNode(access, name, desc, signature, value);
218 final int access,
    [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())
312 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); local
400 tcu::ConstPixelBufferAccess access = m_refTexture.getLevelFace(levelNdx, (tcu::CubeFace)face); local
519 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); local
606 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); local
728 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); local
819 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());
425 tcu::PixelBufferAccess access = tcu::getSubregion(refFrame.getAccess(), local
428 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 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...]

Completed in 846 milliseconds

1 2 34 5 6 7 8 91011>>