Searched defs:read_only (Results 1 - 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_flush.c102 boolean read_only,
112 ((referenced & LP_REFERENCED_FOR_READ) && !read_only)) {
98 llvmpipe_flush_resource(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, int layer, boolean read_only, boolean cpu_access, boolean do_not_block, const char *reason) argument
H A Dlp_texture.c615 boolean read_only = !(usage & PIPE_TRANSFER_WRITE); local
620 read_only,
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_flush.c125 boolean read_only,
134 ((referenced & SP_REFERENCED_FOR_READ) && !read_only)) {
120 softpipe_flush_resource(struct pipe_context *pipe, struct pipe_resource *texture, unsigned level, int layer, unsigned flush_flags, boolean read_only, boolean cpu_access, boolean do_not_block) argument
H A Dsp_texture.c347 boolean read_only = !(usage & PIPE_TRANSFER_WRITE); local
352 read_only,
/external/libnfc-nci/src/nfa/ce/
H A Dnfa_ce_api.c121 BOOLEAN read_only,
160 p_msg->local_tag.read_only = read_only;
117 NFA_CeConfigureLocalTag(tNFA_PROTOCOL_MASK protocol_mask, UINT8 *p_ndef_data, UINT16 ndef_cur_size, UINT16 ndef_max_size, BOOLEAN read_only, UINT8 uid_len, UINT8 *p_uid) argument
/external/protobuf/python/google/protobuf/pyext/
H A Dmessage.h97 bool read_only; member in struct:google::protobuf::python::CMessage
/external/libnfc-nci/src/nfc/tags/
H A Dce_t4t.c851 ** read_only: TRUE if read only
860 tNFC_STATUS CE_T4tSetLocalNDEFMsg (BOOLEAN read_only, argument
869 CE_TRACE_API3 ("CE_T4tSetLocalNDEFMsg () read_only=%d, ndef_msg_max=%d, ndef_msg_len=%d",
870 read_only, ndef_msg_max, ndef_msg_len);
880 if ((!read_only) && (!p_scratch_buf))
905 if (read_only)
H A Dce_t3t.c911 tNFC_STATUS CE_T3tSetLocalNDEFMsg (BOOLEAN read_only, argument
919 CE_TRACE_API3 ("CE_T3tSetContent: ro=%i, size_max=%i, size_current=%i", read_only, size_max, size_current);
922 if ((!read_only) && (!p_scratch_buf))
939 p_cb->ndef_info.rwflag = (read_only) ? T3T_MSG_NDEF_RWFLAG_RO : T3T_MSG_NDEF_RWFLAG_RW;
/external/libnfc-nci/src/nfa/int/
H A Dnfa_ce_int.h73 BOOLEAN read_only; member in struct:__anon8545
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_buffer_objects.c299 const bool read_only = local
302 if (!read_only && intel_obj->source)
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_buffer_objects.c299 const bool read_only = local
302 if (!read_only && intel_obj->source)
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_buffer_objects.c299 const bool read_only = local
302 if (!read_only && intel_obj->source)
/external/libunwind/include/tdep-ia64/
H A Dlibunwind_i.h214 read_only; member in struct:ia64_global_unwind_state
/external/fio/
H A Dinit.c64 int read_only = 0; variable
2038 read_only = 1;
/external/flac/libFLAC/
H A Dmetadata_iterators.c299 if(!FLAC__metadata_simple_iterator_init(it, filename, /*read_only=*/true, /*preserve_file_stats=*/true)) {
435 static FLAC__bool simple_iterator_prime_input_(FLAC__Metadata_SimpleIterator *iterator, FLAC__bool read_only) argument
441 if(read_only || 0 == (iterator->file = fopen(iterator->filename, "r+b"))) {
443 if(read_only || errno == EACCES) {
497 FLAC_API FLAC__bool FLAC__metadata_simple_iterator_init(FLAC__Metadata_SimpleIterator *iterator, const char *filename, FLAC__bool read_only, FLAC__bool preserve_file_stats) argument
506 if(!read_only && preserve_file_stats)
518 return simple_iterator_prime_input_(iterator, read_only);
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c227 int read_only; /* opened read-only */ member in struct:tdb_context
342 if ((rw_type == F_WRLCK) && (tdb->read_only || tdb->traverse_read)) {
624 if (tdb->read_only || tdb->traverse_read)
667 if (tdb->read_only || tdb->traverse_read) {
880 if (tdb->read_only || tdb->traverse_read) {
989 PROT_READ|(tdb->read_only? 0:PROT_WRITE),
1015 if (tdb->read_only || tdb->traverse_read) {
1584 if (tdb->read_only || (tdb->flags & TDB_INTERNAL) || tdb->traverse_read) {
2164 if (tdb->read_only) {
2728 if (!(tdb->read_only || td
[all...]
/external/elfutils/src/src/
H A Delflint.c1197 bool read_only; member in struct:loaded_segment
1276 newp->read_only = (phdr->p_flags & PF_W) == 0;
1310 while (seg != NULL && !seg->read_only)
1422 if (loaded->read_only)

Completed in 700 milliseconds