Searched refs:access (Results 151 - 175 of 965) sorted by relevance

1234567891011>>

/external/ltp/testcases/cve/
H A Dcve-2016-7042.c69 if (access(PATH_KEYS, F_OK))
/external/ltp/testcases/kernel/sched/autogroup/
H A Dautogroup01.c76 if (access(PATH_AUTOGROUP, F_OK))
/external/ltp/testcases/kernel/syscalls/unlink/
H A Dunlink06.c167 if (access(Fname, F_OK) != -1) {
169 "unlink(%s) returned %ld, but access says file still exists.",
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_table.py141 access = True
143 access = False
145 access = False
146 if format.colorspace != ZS and not format.is_pure_color() and access:
H A Du_inlines.h262 * \param access bitmask of PIPE_TRANSFER_x flags
270 unsigned access,
282 map = pipe->transfer_map(pipe, buffer, 0, access, &box, transfer);
293 * \param access bitmask of PIPE_TRANSFER_x flags
299 unsigned access,
302 return pipe_buffer_map_range(pipe, buffer, 0, buffer->width0, access, transfer);
410 * \param access bitmask of PIPE_TRANSFER_x flags
416 unsigned access,
426 access,
433 * \param access bitmas
266 pipe_buffer_map_range(struct pipe_context *pipe, struct pipe_resource *buffer, unsigned offset, unsigned length, unsigned access, struct pipe_transfer **transfer) argument
297 pipe_buffer_map(struct pipe_context *pipe, struct pipe_resource *buffer, unsigned access, struct pipe_transfer **transfer) argument
413 pipe_transfer_map(struct pipe_context *context, struct pipe_resource *resource, unsigned level, unsigned layer, unsigned access, unsigned x, unsigned y, unsigned w, unsigned h, struct pipe_transfer **transfer) argument
436 pipe_transfer_map_3d(struct pipe_context *context, struct pipe_resource *resource, unsigned level, unsigned access, unsigned x, unsigned y, unsigned z, unsigned w, unsigned h, unsigned d, struct pipe_transfer **transfer) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dvdpau.h64 _mesa_VDPAUSurfaceAccessNV(GLintptr surface, GLenum access);
/external/python/cpython3/PC/clinic/
H A Dwinreg.c.h214 " access=winreg.KEY_WRITE)\n"
225 " access\n"
226 " An integer that specifies an access mask that describes the\n"
227 " desired security access for the key. Default is KEY_WRITE.\n"
242 int reserved, REGSAM access);
248 static const char * const _keywords[] = {"key", "sub_key", "reserved", "access", NULL};
253 REGSAM access = KEY_WRITE; local
257 clinic_HKEY_converter, &key, &sub_key, &reserved, &access)) {
260 _return_value = winreg_CreateKeyEx_impl(module, key, sub_key, reserved, access);
312 "DeleteKeyEx($module, /, key, sub_key, access
351 REGSAM access = KEY_WOW64_64KEY; local
638 REGSAM access = KEY_READ; local
690 REGSAM access = KEY_READ; local
[all...]
/external/skia/src/gpu/
H A DGrProcessor.cpp133 void GrResourceIOProcessor::addTextureSampler(const TextureSampler* access) { argument
134 fTextureSamplers.push_back(access);
137 void GrResourceIOProcessor::addBufferAccess(const BufferAccess* access) { argument
138 fBufferAccesses.push_back(access);
/external/skqp/src/gpu/
H A DGrProcessor.cpp133 void GrResourceIOProcessor::addTextureSampler(const TextureSampler* access) { argument
134 fTextureSamplers.push_back(access);
137 void GrResourceIOProcessor::addBufferAccess(const BufferAccess* access) { argument
138 fBufferAccesses.push_back(access);
/external/valgrind/drd/tests/
H A Datomic_var.c23 has built-in functions for atomic memory access.
/external/desugar/java/com/google/devtools/build/android/desugar/
H A DTryWithResourcesRewriter.java143 int access,
148 super.visit(version, access, name, signature, superName, interfaces);
182 int access, String name, String desc, String signature, String[] exceptions) {
187 if (isSyntheticCloseResourceMethod(access, name, desc)) {
189 closeResourceMethod = new MethodNode(ASM6, access, name, desc, signature, exceptions);
198 MethodVisitor visitor = super.cv.visitMethod(access, name, desc, signature, exceptions);
210 inference = new BytecodeTypeInference(access, internalName, name, desc);
220 public static boolean isSyntheticCloseResourceMethod(int access, String name, String desc) { argument
221 return BitFlags.isSet(access, ACC_SYNTHETIC | ACC_STATIC)
412 int access, Strin
141 visit( int version, int access, String name, String signature, String superName, String[] interfaces) argument
181 visitMethod( int access, String name, String desc, String signature, String[] exceptions) argument
411 visitMethod( int access, String name, String desc, String signature, String[] exceptions) argument
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bufferobjects.c384 GLintptr offset, GLsizeiptr length, GLbitfield access,
392 if (access & GL_MAP_WRITE_BIT)
395 if (access & GL_MAP_READ_BIT)
398 if (access & GL_MAP_FLUSH_EXPLICIT_BIT)
401 if (access & GL_MAP_INVALIDATE_BUFFER_BIT) {
404 else if (access & GL_MAP_INVALIDATE_RANGE_BIT) {
411 if (access & GL_MAP_UNSYNCHRONIZED_BIT)
414 if (access & GL_MAP_PERSISTENT_BIT)
417 if (access & GL_MAP_COHERENT_BIT)
423 if (access
383 st_bufferobj_map_range(struct gl_context *ctx, GLintptr offset, GLsizeiptr length, GLbitfield access, struct gl_buffer_object *obj, gl_map_buffer_index index) argument
[all...]
/external/annotation-tools/asmx/src/org/objectweb/asm/commons/
H A DLocalVariablesSorter.java60 final int access,
66 nextLocal = ((Opcodes.ACC_STATIC & access) != 0) ? 0 : 1;
59 LocalVariablesSorter( final int access, final String desc, final MethodVisitor mv) argument
/external/autotest/client/cros/
H A Dlogin.py131 if os.access(constants.OWNER_KEY_FILE, os.F_OK):
134 condition=lambda: os.access(constants.OWNER_KEY_FILE, os.F_OK),
/external/autotest/client/profilers/powertop/src/
H A Dbluetooth.c108 if (access("/sys/module/bluetooth",F_OK))
122 access("/sys/module/hci_usb",F_OK)) /* interface down already */
/external/autotest/client/site_tests/login_OwnershipTaken/
H A Dlogin_OwnershipTaken.py27 if (os.access(constants.OWNER_KEY_FILE, os.F_OK) or
28 os.access(constants.SIGNED_POLICY_FILE, os.F_OK)):
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DDepFindVisitor.java34 public void visit(int version, int access, String name, String signature, String superName, String[] interfaces) { argument
36 super.visit(version, access, name, signature, superName, interfaces);
/external/libchrome/base/files/
H A Dmemory_mapped_file_posix.cc25 Access access) {
70 switch (access) {
23 MapFileRegionToMemory( const MemoryMappedFile::Region& region, Access access) argument
/external/ltp/testcases/kernel/containers/mountns/
H A Dmountns01.c58 if (access(DIRA"/B", F_OK) == -1)
105 if (access(DIRA"/B", F_OK) == 0)
/external/turbine/java/com/google/turbine/binder/bound/
H A DSourceHeaderBoundClass.java59 public int access() { method in class:SourceHeaderBoundClass
60 return base.access();
/external/turbine/javatests/com/google/turbine/bytecode/
H A DClassReaderTest.java65 assertThat(classFile.access())
75 assertThat(f.access()).isEqualTo(TurbineFlag.ACC_PUBLIC);
85 assertThat(g.access()).isEqualTo(TurbineFlag.ACC_PUBLIC | TurbineFlag.ACC_STATIC);
91 assertThat(h.access()).isEqualTo(0);
115 assertThat(classFile.access())
165 assertThat(x.access()).isEqualTo(TurbineFlag.ACC_PUBLIC);
173 assertThat(y.access())
201 assertThat(a.access()).isEqualTo(TurbineFlag.ACC_STATIC | TurbineFlag.ACC_PRIVATE);
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreTests.cpp67 tcu::ConstPixelBufferAccess getLayerOrSlice (const Texture& texture, const tcu::ConstPixelBufferAccess access, const int layer) argument
76 return access;
79 return tcu::getSubregion(access, 0, layer, access.getWidth(), 1);
85 return tcu::getSubregion(access, 0, 0, layer, access.getWidth(), access.getHeight(), 1);
132 void replaceBadFloatReinterpretValues (const tcu::PixelBufferAccess access) argument
134 DE_ASSERT(tcu::getTextureChannelClass(access.getFormat().type) == tcu::TEXTURECHANNELCLASS_FLOATING_POINT);
136 for (int z = 0; z < access
165 replaceSnormReinterpretValues(const tcu::PixelBufferAccess access) argument
192 const tcu::PixelBufferAccess access = reference.getAccess(); local
228 flipHorizontally(const tcu::PixelBufferAccess access) argument
[all...]
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/commons/
H A DAdviceAdapterTest2.java119 int access,
126 super.visit(version, access, name, signature, superName, interfaces);
130 int access,
136 MethodVisitor mv = cv.visitMethod(access,
143 || (access & (Opcodes.ACC_ABSTRACT | Opcodes.ACC_NATIVE)) > 0)
148 return new AdviceAdapter(mv, access, name, desc) {
117 visit( int version, int access, String name, String signature, String superName, String[] interfaces) argument
129 visitMethod( int access, final String name, final String desc, String signature, String[] exceptions) argument
/external/valgrind/memcheck/tests/
H A Derr_disable_arange1.stderr.exp2 Doing invalid access. Expect complaint.
17 Doing invalid another access. Expect no complaint.
23 Doing a third access. Expect complaint.
/external/libunwind/doc/
H A Dunw_get_fpreg.tex27 frames, it is normally possible to access only the preserved
30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
56 the \Func{access\_mem}(), \Func{access\_reg}(), and
57 \Func{access\_fpreg}() call-backs (see

Completed in 903 milliseconds

1234567891011>>