Home
last modified time | relevance | path

Searched refs:boolean (Results 1 – 25 of 1409) sorted by relevance

12345678910>>...57

/external/selinux/libsepol/src/
Dboolean_record.c50 const sepol_bool_t * boolean, in hidden_def()
54 if (sepol_bool_key_create(handle, boolean->name, key_ptr) < 0) { in hidden_def()
56 boolean->name); in hidden_def()
68 int sepol_bool_compare(const sepol_bool_t * boolean, in sepol_bool_compare() argument
72 return strcmp(boolean->name, key->name); in sepol_bool_compare()
75 int sepol_bool_compare2(const sepol_bool_t * boolean, in sepol_bool_compare2() argument
79 return strcmp(boolean->name, boolean2->name); in sepol_bool_compare2()
83 const char *sepol_bool_get_name(const sepol_bool_t * boolean) in sepol_bool_get_name() argument
86 return boolean->name; in sepol_bool_get_name()
92 sepol_bool_t * boolean, const char *name) in hidden_def()
[all …]
/external/selinux/libsemanage/src/
Dboolean_record.c34 const semanage_bool_t * boolean, in semanage_bool_key_extract() argument
38 return sepol_bool_key_extract(handle->sepolh, boolean, key); in semanage_bool_key_extract()
50 int semanage_bool_compare(const semanage_bool_t * boolean, in hidden_def()
54 return sepol_bool_compare(boolean, key); in hidden_def()
59 int semanage_bool_compare2(const semanage_bool_t * boolean, in hidden_def()
63 return sepol_bool_compare2(boolean, boolean2); in hidden_def()
68 static int semanage_bool_compare2_qsort(const semanage_bool_t ** boolean, in hidden_def()
72 return sepol_bool_compare2(*boolean, *boolean2); in hidden_def()
76 const char *semanage_bool_get_name(const semanage_bool_t * boolean) in semanage_bool_get_name() argument
79 return sepol_bool_get_name(boolean); in semanage_bool_get_name()
[all …]
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_private.h124 boolean wide_point_sprites; /**< convert points to tris for sprite mode */
125 boolean line_stipple; /**< do line stipple? */
126 boolean point_sprite; /**< convert points to quads for sprites? */
196 boolean test_fse; /* enable FSE even though its not correct (eg for softpipe) */
197 boolean no_fse; /* disable FSE even when it is correct */
201 boolean bypass_clip_xy;
202 boolean bypass_clip_z;
203 boolean guard_band_xy;
206 boolean quads_always_flatshade_last;
208 boolean flushing; /**< debugging/sanity */
[all …]
/external/libjpeg-turbo/
Djpeglib.h96 boolean sent_table; /* TRUE when table has been output */
112 boolean sent_table; /* TRUE when table has been output */
167 boolean component_needed; /* do we need the value of this component? */
274 boolean is_decompressor; /* So common code can tell which is which */\
366 boolean raw_data_in; /* TRUE=caller supplies downsampled data */
367 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */
368 boolean optimize_coding; /* TRUE=optimize entropy encoding parms */
369 boolean CCIR601_sampling; /* TRUE=first samples are cosited */
371 boolean do_fancy_downsampling; /* TRUE=apply fancy downsampling */
386 boolean write_JFIF_header; /* should a JFIF marker be written? */
[all …]
Djpegint.h68 boolean call_pass_startup; /* True if pass_startup must be called */
69 boolean is_last_pass; /* True during last pass */
92 boolean (*compress_data) (j_compress_ptr cinfo, JSAMPIMAGE input_buf);
110 boolean need_context_rows; /* TRUE if need rows above & below */
125 void (*start_pass) (j_compress_ptr cinfo, boolean gather_statistics);
126 boolean (*encode_mcu) (j_compress_ptr cinfo, JBLOCKROW *MCU_data);
153 boolean is_dummy_pass; /* True during 1st pass for 2-pass quant */
160 boolean jinit_upsampler_no_alloc;
171 boolean has_multiple_scans; /* True if file has multiple scans */
172 boolean eoi_reached; /* True when EOI has been consumed */
[all …]
Dtransupp.h119 boolean perfect; /* if TRUE, fail if partial MCUs are requested */
120 boolean trim; /* if TRUE, trim partial MCUs as needed */
121 boolean force_grayscale; /* if TRUE, convert color image to grayscale */
122 boolean crop; /* if TRUE, crop source image */
123 boolean slow_hflip; /* For best performance, the JXFORM_FLIP_H transform
158 EXTERN(boolean) jtransform_parse_crop_spec
161 EXTERN(boolean) jtransform_request_workspace
174 EXTERN(boolean) jtransform_perfect_transform
/external/opencv3/3rdparty/libjpeg/
Djpeglib.h103 boolean sent_table; /* TRUE when table has been output */
119 boolean sent_table; /* TRUE when table has been output */
169 boolean component_needed; /* do we need the value of this component? */
262 boolean is_decompressor; /* So common code can tell which is which */\
350 boolean raw_data_in; /* TRUE=caller supplies downsampled data */
351 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */
352 boolean optimize_coding; /* TRUE=optimize entropy encoding parms */
353 boolean CCIR601_sampling; /* TRUE=first samples are cosited */
354 boolean do_fancy_downsampling; /* TRUE=apply fancy downsampling */
368 boolean write_JFIF_header; /* should a JFIF marker be written? */
[all …]
Djpegint.h52 boolean call_pass_startup; /* True if pass_startup must be called */
53 boolean is_last_pass; /* True during last pass */
79 JMETHOD(boolean, compress_data, (j_compress_ptr cinfo,
99 boolean need_context_rows; /* TRUE if need rows above & below */
117 JMETHOD(void, start_pass, (j_compress_ptr cinfo, boolean gather_statistics));
118 JMETHOD(boolean, encode_mcu, (j_compress_ptr cinfo, JBLOCKROW *MCU_data));
145 boolean is_dummy_pass; /* True during 1st pass for 2-pass quant */
156 boolean has_multiple_scans; /* True if file has multiple scans */
157 boolean eoi_reached; /* True when EOI has been consumed */
205 boolean saw_SOI; /* found SOI? */
[all …]
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h66 boolean reads_position; /**< does fragment shader read position? */
67 boolean reads_z; /**< does fragment shader read depth? */
68 boolean writes_z; /**< does fragment shader write Z value? */
69 boolean writes_stencil; /**< does fragment shader write stencil value? */
70 boolean writes_edgeflag; /**< vertex shader outputs edgeflag */
71 boolean uses_kill; /**< KIL or KILP instruction used? */
72 boolean uses_instanceid;
73 boolean uses_vertexid;
74 boolean origin_lower_left;
75 boolean pixel_center_integer;
[all …]
Dtgsi_iterate.h40 boolean
44 boolean
49 boolean
54 boolean
59 boolean
64 boolean
71 boolean
/external/pdfium/third_party/libjpeg/
Djpeglib.h196 boolean sent_table; /* TRUE when table has been output */
212 boolean sent_table; /* TRUE when table has been output */
262 boolean component_needed; /* do we need the value of this component? */
348 boolean is_decompressor; /* So common code can tell which is which */\
422 boolean raw_data_in; /* TRUE=caller supplies downsampled data */
423 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */
424 boolean optimize_coding; /* TRUE=optimize entropy encoding parms */
425 boolean CCIR601_sampling; /* TRUE=first samples are cosited */
439 boolean write_JFIF_header; /* should a JFIF marker be written? */
449 boolean write_Adobe_marker; /* should an Adobe marker be written? */
[all …]
Djpegint.h51 boolean call_pass_startup; /* True if pass_startup must be called */
52 boolean is_last_pass; /* True during last pass */
78 JMETHOD(boolean, compress_data, (j_compress_ptr cinfo,
98 boolean need_context_rows; /* TRUE if need rows above & below */
114 JMETHOD(void, start_pass, (j_compress_ptr cinfo, boolean gather_statistics));
115 JMETHOD(boolean, encode_mcu, (j_compress_ptr cinfo, JBLOCKROW *MCU_data));
142 boolean is_dummy_pass; /* True during 1st pass for 2-pass quant */
153 boolean has_multiple_scans; /* True if file has multiple scans */
154 boolean eoi_reached; /* True when EOI has been consumed */
202 boolean saw_SOI; /* found SOI? */
[all …]
/external/selinux/libsemanage/include/semanage/
Dboolean_record.h22 const semanage_bool_t * boolean,
27 extern int semanage_bool_compare(const semanage_bool_t * boolean,
30 extern int semanage_bool_compare2(const semanage_bool_t * boolean,
34 extern const char *semanage_bool_get_name(const semanage_bool_t * boolean);
37 semanage_bool_t * boolean, const char *name);
40 extern int semanage_bool_get_value(const semanage_bool_t * boolean);
42 extern void semanage_bool_set_value(semanage_bool_t * boolean, int value);
49 const semanage_bool_t * boolean,
52 extern void semanage_bool_free(semanage_bool_t * boolean);
/external/selinux/libsepol/include/sepol/
Dboolean_record.h23 const sepol_bool_t * boolean,
28 extern int sepol_bool_compare(const sepol_bool_t * boolean,
31 extern int sepol_bool_compare2(const sepol_bool_t * boolean,
35 extern const char *sepol_bool_get_name(const sepol_bool_t * boolean);
38 sepol_bool_t * boolean, const char *name);
41 extern int sepol_bool_get_value(const sepol_bool_t * boolean);
43 extern void sepol_bool_set_value(sepol_bool_t * boolean, int value);
49 const sepol_bool_t * boolean,
52 extern void sepol_bool_free(sepol_bool_t * boolean);
/external/mesa3d/src/gallium/state_trackers/egl/common/
Dnative.h101 boolean preserve;
107 boolean premultiplied_alpha;
126 boolean (*present)(struct native_surface *nsurf,
141 boolean (*validate)(struct native_surface *nsurf, uint attachment_mask,
160 boolean window_bit;
161 boolean pixmap_bit;
162 boolean scanout_bit;
167 boolean transparent_rgb;
195 boolean (*init_screen)(struct native_display *ndpy);
218 boolean (*get_pixmap_format)(struct native_display *ndpy,
[all …]
Dnative_helper.h43 boolean
51 boolean
73 boolean only_if_exist);
75 boolean
84 boolean
92 boolean
99 boolean
109 boolean
118 boolean
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.h64 boolean dirty;
66 boolean allow_null_state;
125 boolean two_sided;
127 boolean two_sided_stencil_ref;
166 boolean polygon_offset_enable;
302 boolean begin_emitted;
332 boolean cbzb_allowed;
376 boolean is_npot;
380 boolean uses_stride_addressing;
383 boolean cbzb_allowed[R300_MAX_TEXTURE_LEVELS];
[all …]
Dr300_chipset.h53 boolean has_tcl;
66 boolean is_rv350;
71 boolean is_r400;
82 boolean is_r500;
84 boolean high_second_pipe;
86 boolean dxtc_swizzle;
88 boolean has_us_format;
/external/clang/test/SemaObjCXX/
Dwarn-objc-literal-conversion.mm24 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
29 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
31 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
33 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
35 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
40 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
42 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
44 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
46 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
51 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
[all …]
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_context.h88 boolean need_white_fragments;
95 boolean blend_enable;
100 boolean separate_alpha_blend_enable;
237 boolean any_user_vertex_buffers;
243 boolean enabled;
295 boolean need_swvfetch;
296 boolean need_pipeline;
297 boolean need_swtnl;
302 boolean in_swtnl_draw;
319 boolean no_swtnl;
[all …]
Dsvga_tgsi_emit.h75 boolean emitted_vface;
76 boolean emit_frontface;
84 boolean in_main_func;
86 boolean created_zero_immediate;
89 boolean created_loop_const;
103 boolean ps_reads_pos;
104 boolean emitted_depth_fog;
132 boolean svga_shader_emit_dword( struct svga_shader_emitter *emit,
135 boolean svga_shader_emit_dwords( struct svga_shader_emitter *emit,
139 boolean svga_shader_emit_opcode( struct svga_shader_emitter *emit,
[all …]
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.h35 boolean centroid;
48 boolean uses_kill;
49 boolean fs_write_all;
50 boolean vs_prohibit_ucps;
51 boolean two_side;
61 boolean vs_out_misc_write;
62 boolean vs_out_point_size;
/external/mesa3d/src/gallium/auxiliary/util/
Du_dump.h62 util_dump_blend_factor(unsigned value, boolean shortened);
65 util_dump_blend_func(unsigned value, boolean shortened);
68 util_dump_logicop(unsigned value, boolean shortened);
71 util_dump_func(unsigned value, boolean shortened);
74 util_dump_stencil_op(unsigned value, boolean shortened);
77 util_dump_tex_target(unsigned value, boolean shortened);
80 util_dump_tex_wrap(unsigned value, boolean shortened);
83 util_dump_tex_mipfilter(unsigned value, boolean shortened);
86 util_dump_tex_filter(unsigned value, boolean shortened);
Du_format.h425 static INLINE boolean
437 static INLINE boolean
457 static INLINE boolean
470 static INLINE boolean
477 static INLINE boolean
484 static INLINE boolean
491 static INLINE boolean
505 static INLINE boolean
558 static INLINE boolean
565 boolean
[all …]
/external/mesa3d/src/gallium/tests/unit/
Du_format_test.c39 static boolean
203 static boolean
209 boolean success; in test_format_fetch_rgba_float()
232 static boolean
238 boolean success; in test_format_unpack_rgba_float()
264 static boolean
271 boolean success; in test_format_pack_rgba_float()
314 static boolean
318 boolean accurate = TRUE; in convert_float_to_8unorm()
338 static boolean
[all …]

12345678910>>...57