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

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
io.h 310 int __cdecl access(const char *_Filename,int _AccessMode) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
350 /* Old versions of MSVCRT access() just ignored X_OK, while the version
357 #define access(__f,__m) __mingw_access (__f, __m) macro
  /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/deqp/framework/randomshaders/
rsgProgramExecutor.cpp 241 ExecValueAccess access = execCtx.getValue(input->getVariable()); local
250 interpolateVertexInput(access, vtxNdx-packetStart, input->getValueRange(), xf, yf);
265 ExecConstValueAccess access = execCtx.getValue(output); local
271 copyVarying(varyingAccess, access, vtxNdx-packetStart);
317 ExecValueAccess access = execCtx.getValue(input->getVariable()); local
329 interpolateFragmentInput(access, fragNdx-packetStart,
  /external/fonttools/Lib/fontTools/misc/
psOperators.py 10 access = 0 variable in class:ps_object
62 access = _accessstrings[item.access]
63 if access:
64 access = ' ' + access
66 psstring = psstring + ' ' + str(item) + access
68 psstring = psstring + str(item) + access
106 access = _accessstrings[value.access]
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
FieldProviderTransformer.java 48 private int access; field in class:FieldProviderTransformer
51 public void begin_class(int version, int access, String className, Type superType, Type[] interfaces, String sourceFile) {
52 if (!TypeUtils.isAbstract(access)) {
55 this.access = access;
57 super.begin_class(version, access, className, superType, interfaces, sourceFile);
60 public void declare_field(int access, String name, Type type, Object value) {
61 super.declare_field(access, name, type, value);
63 if (!TypeUtils.isStatic(access)) {
69 if (!TypeUtils.isInterface(access)) {
    [all...]
  /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())) {
  /frameworks/native/libs/binder/
IMemory.cpp 306 int access = PROT_READ; local
308 access |= PROT_WRITE;
314 mBase = mmap(0, size, access, MAP_SHARED, fd, offset);
  /libcore/luni/src/main/java/libcore/io/
BlockGuardOs.java 66 @Override public boolean access(String path, int mode) throws ErrnoException { method in class:BlockGuardOs
68 return os.access(path, mode);
Os.java 45 public boolean access(String path, int mode) throws ErrnoException; method in interface:Os
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include-fixed/X11/
Xw32defs.h 22 # define access _access macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xw32defs.h 13 # define access _access macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
nlm_prot.h 128 fsh_access access; member in struct:nlm_share
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xw32defs.h 13 # define access _access macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
nlm_prot.h 128 fsh_access access; member in struct:nlm_share
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.10/
proguard-gradle-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.9/
proguard-gradle-4.9.jar 
  /external/deqp/modules/gles3/accuracy/
es3aTextureFilteringTests.cpp 442 tcu::PixelBufferAccess access = m_textures[texNdx]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face); local
444 access.setPixel(color, 0, 0);
445 access.setPixel(color, access.getWidth()-1, 0);
446 access.setPixel(color, 0, access.getHeight()-1);
447 access.setPixel(color, access.getWidth()-1, access.getHeight()-1);
  /external/valgrind/main/coregrind/
m_libcfile.c 545 /* Check accessibility of a file. Returns zero for access granted,
547 Int VG_(access) ( const HChar* path, Bool irusr, Bool iwusr, Bool ixusr ) function
    [all...]
  /external/zlib/src/contrib/untgz/
untgz.c 31 # define access(path,mode) _access(path,mode) macro
143 if (access(buffer,F_OK) == 0)
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.11/
proguard-gradle-4.11.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 

Completed in 467 milliseconds

1 2 34 5 6 7 8 91011>>