Home
last modified time | relevance | path

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

12345678910>>...66

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h89 boolean reads_position; /**< does fragment shader read position? */
90 boolean reads_z; /**< does fragment shader read depth? */
91 boolean reads_samplemask; /**< does fragment shader read sample mask? */
92 boolean writes_z; /**< does fragment shader write Z value? */
93 boolean writes_stencil; /**< does fragment shader write stencil value? */
94 boolean writes_samplemask; /**< does fragment shader write sample mask? */
95 boolean writes_edgeflag; /**< vertex shader outputs edgeflag */
96 boolean uses_kill; /**< KILL or KILL_IF instruction used? */
97 boolean uses_persp_center;
98 boolean uses_persp_centroid;
[all …]
/external/selinux/libsepol/src/
Dboolean_record.c55 const sepol_bool_t * boolean, in hidden_def()
59 if (sepol_bool_key_create(handle, boolean->name, key_ptr) < 0) { in hidden_def()
61 boolean->name); in hidden_def()
76 int sepol_bool_compare(const sepol_bool_t * boolean, in sepol_bool_compare() argument
80 return strcmp(boolean->name, key->name); in sepol_bool_compare()
83 int sepol_bool_compare2(const sepol_bool_t * boolean, in sepol_bool_compare2() argument
87 return strcmp(boolean->name, boolean2->name); in sepol_bool_compare2()
91 const char *sepol_bool_get_name(const sepol_bool_t * boolean) in sepol_bool_get_name() argument
94 return boolean->name; in sepol_bool_get_name()
100 sepol_bool_t * boolean, const char *name) in hidden_def()
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/
Dcom_github_javaparser_ast_Node.txt19 Line 179) comment != null && (this instanceof Comment) ==> boolean
21 Line 182) this.comment != null ==> boolean
24 Line 187) comment != null ==> boolean
38 Line 246) obj == null || !(obj instanceof Node) ==> boolean
39 Line 247) false ==> boolean
40 Line 249) EqualsVisitor.equals(this, (Node) obj) ==> boolean
44 Line 266) getBeginLine() > other.getBeginLine() ==> boolean
45 Line 266) false ==> boolean
46 …67) getBeginLine() == other.getBeginLine() && getBeginColumn() > other.getBeginColumn() ==> boolean
47 Line 267) false ==> boolean
[all …]
Dcom_github_javaparser_ast_visitor_GenericVisitorAdapter.txt5 Line 80) n.getJavaDoc() != null ==> boolean
8 Line 83) result != null ==> boolean
10 Line 88) n.getAnnotations() != null ==> boolean
15 Line 92) result != null ==> boolean
17 Line 98) n.getMembers() != null ==> boolean
22 Line 102) result != null ==> boolean
25 Line 113) n.getJavaDoc() != null ==> boolean
28 Line 116) result != null ==> boolean
30 Line 121) n.getAnnotations() != null ==> boolean
35 Line 125) result != null ==> boolean
[all …]
Dcom_github_javaparser_ast_visitor_EqualsVisitor.txt6 Line 83) SINGLETON.nodeEquals(n1, n2) ==> boolean
7 Line 95) !nodeEquals(n1.getComment(), n2.getComment()) ==> boolean
8 Line 96) false ==> boolean
9 Line 98) !nodesEquals(n1.getOrphanComments(), n2.getOrphanComments()) ==> boolean
10 Line 99) false ==> boolean
11 Line 101) true ==> boolean
12 Line 105) nodes1 == null ==> boolean
13 Line 106) nodes2 == null ==> boolean
14 Line 107) true ==> boolean
15 Line 109) false ==> boolean
[all …]
Dcom_github_javaparser_PositionUtils.txt13 Line 59) areInOrder(a, b, false) ==> boolean
14 Line 63) compare(a, b, ignoringAnnotations) <= 0 ==> boolean
15 Line 67) ignoringAnnotations ==> boolean
18 Line 69) signLine == 0 ==> boolean
23 Line 77) signLine == 0 ==> boolean
26 Line 85) node instanceof AnnotableNode ==> boolean
29 Line 87) annotations.addAll(((AnnotableNode) node).getAnnotations()) ==> boolean
30 Line 88) annotations.size() == 0 ==> boolean
37 Line 108) node instanceof MethodDeclaration ==> boolean
41 Line 111) node instanceof FieldDeclaration ==> boolean
[all …]
Dcom_github_javaparser_ast_body_ModifierSet.txt15 Line 60) isPublic(modifiers) ==> boolean
17 Line 62) isProtected(modifiers) ==> boolean
19 Line 64) isPrivate(modifiers) ==> boolean
23 Line 76) (modifiers & modifier) != 0 ==> boolean
24 Line 80) (modifiers & ABSTRACT) != 0 ==> boolean
25 Line 84) (modifiers & FINAL) != 0 ==> boolean
26 Line 88) (modifiers & NATIVE) != 0 ==> boolean
27 Line 92) (modifiers & PRIVATE) != 0 ==> boolean
28 Line 96) (modifiers & PROTECTED) != 0 ==> boolean
29 Line 107) !isPublic(modifiers) && !isProtected(modifiers) && !isPrivate(modifiers) ==> boolean
[all …]
Dcom_github_javaparser_ast_visitor_DumpVisitor.txt5 Line 93) true ==> boolean
6 Line 97) this.printComments = printComments ==> boolean
11 Line 104) false ==> boolean
17 Line 117) i < level ==> boolean
20 Line 123) !indented ==> boolean
22 Line 125) indented = true ==> boolean
27 Line 137) indented = false ==> boolean
32 Line 156) ModifierSet.isPrivate(modifiers) ==> boolean
34 Line 159) ModifierSet.isProtected(modifiers) ==> boolean
36 Line 162) ModifierSet.isPublic(modifiers) ==> boolean
[all …]
Dcom_github_javaparser_ast_visitor_VoidVisitorAdapter.txt6 Line 83) n.getJavaDoc() != null ==> boolean
8 Line 86) n.getAnnotations() != null ==> boolean
12 Line 91) n.getMembers() != null ==> boolean
17 Line 100) n.getJavaDoc() != null ==> boolean
19 Line 103) n.getAnnotations() != null ==> boolean
24 Line 109) n.getDefaultValue() != null ==> boolean
31 Line 123) !isNullOrEmpty(n.getDimensions()) ==> boolean
37 Line 134) n.getValues() != null ==> boolean
43 Line 144) n.getMessage() != null ==> boolean
53 Line 167) n.getStmts() != null ==> boolean
[all …]
Dcom_github_javaparser_ast_visitor_ModifierVisitorAdapter.txt7 Line 124) i >= 0 ==> boolean
9 Line 125) list.get(i) == null ==> boolean
11 Line 132) n.getJavaDoc() != null ==> boolean
15 Line 136) annotations != null ==> boolean
18 Line 137) i < annotations.size() ==> boolean
24 Line 143) members != null ==> boolean
27 Line 144) i < members.size() ==> boolean
32 Line 153) n.getJavaDoc() != null ==> boolean
36 Line 157) annotations != null ==> boolean
39 Line 158) i < annotations.size() ==> boolean
[all …]
Dcom_github_javaparser_JavaParser.txt4 Line 68) true ==> boolean
5 Line 70) false ==> boolean
6 Line 74) _doNotConsiderAnnotationsAsNodeStartForCodeAttribution ==> boolean
7 …nsAsNodeStartForCodeAttribution = doNotConsiderAnnotationsAsNodeStartForCodeAttribution ==> boolean
8 Line 83) _doNotAssignCommentsPreceedingEmptyLines ==> boolean
9 … 88) _doNotAssignCommentsPreceedingEmptyLines = doNotAssignCommentsPreceedingEmptyLines ==> boolean
17 Line 114) considerComments ==> boolean
34 Line 188) considerComments ==> boolean
74 Line 305) commentsCollection.size() == 0 ==> boolean
81 …&& (children.size() == 0 || PositionUtils.areInOrder(comments.get(0), children.get(0))) ==> boolean
[all …]
Dcom_github_javaparser_ast_comments_CommentsCollection.txt10 Line 48) this.lineComments.add(lineComment) ==> boolean
11 Line 52) this.blockComments.add(blockComment) ==> boolean
12 Line 56) this.javadocComments.add(javadocComment) ==> boolean
15 …ne() == comment.getEndLine() && Math.abs(c.getEndColumn() - comment.getEndColumn()) < 2 ==> boolean
16 Line 67) true ==> boolean
17 Line 70) false ==> boolean
20 Line 75) comments.addAll(lineComments) ==> boolean
21 Line 76) comments.addAll(blockComments) ==> boolean
22 Line 77) comments.addAll(javadocComments) ==> boolean
29 Line 88) !other.contains(comment) ==> boolean
[all …]
Dcom_github_javaparser_ast_body_MethodDeclaration.txt11 Line 60) false ==> boolean
48 Line 143) parameters == null ==> boolean
51 Line 150) throws_ == null ==> boolean
70 Line 207) isDefault ==> boolean
71 Line 211) this.isDefault = isDefault ==> boolean
76 Line 236) includingModifiers ==> boolean
81 Line 240) ModifierSet.isStatic(getModifiers()) ==> boolean
83 Line 243) ModifierSet.isAbstract(getModifiers()) ==> boolean
85 Line 246) ModifierSet.isFinal(getModifiers()) ==> boolean
87 Line 249) ModifierSet.isNative(getModifiers()) ==> boolean
[all …]
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_private.h138 boolean wide_point_sprites; /**< convert points to tris for sprite mode */
139 boolean line_stipple; /**< do line stipple? */
140 boolean point_sprite; /**< convert points to quads for sprites? */
161 boolean rebind_parameters;
213 boolean test_fse; /* enable FSE even though its not correct (eg for softpipe) */
214 boolean no_fse; /* disable FSE even when it is correct */
218 boolean bypass_clip_xy;
219 boolean bypass_clip_z;
220 boolean guard_band_xy;
221 boolean bypass_clip_points;
[all …]
Ddraw_context.h111 void draw_wide_point_sprites(struct draw_context *draw, boolean draw_sprite);
115 void draw_enable_line_stipple(struct draw_context *draw, boolean enable);
117 void draw_enable_point_sprites(struct draw_context *draw, boolean enable);
121 boolean
124 boolean
127 boolean
141 boolean
279 boolean bypass_clip_xy,
280 boolean bypass_clip_z,
281 boolean guard_band_xy,
[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/libjpeg-turbo/
Djpeglib.h97 boolean sent_table; /* TRUE when table has been output */
113 boolean sent_table; /* TRUE when table has been output */
168 boolean component_needed; /* do we need the value of this component? */
275 boolean is_decompressor; /* So common code can tell which is which */\
367 boolean raw_data_in; /* TRUE=caller supplies downsampled data */
368 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */
369 boolean optimize_coding; /* TRUE=optimize entropy encoding parms */
370 boolean CCIR601_sampling; /* TRUE=first samples are cosited */
372 boolean do_fancy_downsampling; /* TRUE=apply fancy downsampling */
387 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 …]
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.h68 boolean dirty;
70 boolean allow_null_state;
117 boolean two_sided;
119 boolean two_sided_stencil_ref;
158 boolean polygon_offset_enable;
294 boolean begin_emitted;
323 boolean cbzb_allowed;
367 boolean is_npot;
371 boolean uses_stride_addressing;
374 boolean cbzb_allowed[R300_MAX_TEXTURE_LEVELS];
[all …]
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.h67 boolean uses_kill;
68 boolean fs_write_all;
69 boolean two_side;
78 boolean vs_position_window_space;
80 boolean vs_out_misc_write;
81 boolean vs_out_point_size;
82 boolean vs_out_layer;
83 boolean vs_out_viewport;
84 boolean vs_out_edgeflag;
85 boolean has_txq_cube_array_z_comp;
[all …]
/external/mesa3d/src/gallium/include/state_tracker/
Dst_api.h241 boolean disable_blend_func_extended;
242 boolean disable_glsl_line_continuations;
243 boolean disable_shader_bit_encoding;
244 boolean force_glsl_extensions_warn;
246 boolean force_s3tc_enable;
247 boolean allow_glsl_extension_directive_midshader;
248 boolean glsl_zero_init;
325 boolean (*flush_front)(struct st_context_iface *stctx,
346 boolean (*validate)(struct st_context_iface *stctx,
393 boolean (*teximage)(struct st_context_iface *stctxi,
[all …]
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_context.h114 boolean blend_enable;
119 boolean separate_alpha_blend_enable;
247 boolean need_swvfetch;
310 boolean enabled;
334 boolean dirty;
409 boolean need_swvfetch;
410 boolean need_pipeline;
411 boolean need_swtnl;
416 boolean in_swtnl_draw;
437 boolean no_swtnl;
[all …]
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen.h60 boolean has_cap;
76 boolean have_drm_2_6;
77 boolean have_drm_2_9;
120 boolean vgpu10);
204 boolean dont_block,
205 boolean readonly,
206 boolean allow_cs);
209 boolean readonly,
210 boolean allow_cs);
213 boolean vmw_ioctl_init(struct vmw_winsys_screen *vws);
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_context.h79 boolean has_stencil_export; /**< can do shader stencil export? */
80 boolean has_time_elapsed;
81 boolean has_shader_model3;
82 boolean has_etc1;
83 boolean has_etc2;
84 boolean prefer_blit_based_texture_transfer;
85 boolean force_persample_in_shader;
86 boolean has_shareable_shaders;
87 boolean has_half_float_packing;
88 boolean has_multi_draw_indirect;
[all …]
/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 …]

12345678910>>...66