/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.h | 90 boolean reads_pervertex_outputs; 91 boolean reads_perpatch_outputs; 92 boolean reads_tessfactor_outputs; 96 boolean reads_position; /**< does fragment shader read position? */ 97 boolean reads_z; /**< does fragment shader read depth? */ 98 boolean reads_samplemask; /**< does fragment shader read sample mask? */ 99 boolean reads_tess_factors; /**< If TES reads TESSINNER or TESSOUTER */ 100 boolean writes_z; /**< does fragment shader write Z value? */ 101 boolean writes_stencil; /**< does fragment shader write stencil value? */ 102 boolean writes_samplemask; /**< does fragment shader write sample mask? */ [all …]
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.h | 81 boolean reads_position; /**< does fragment shader read position? */ 82 boolean reads_z; /**< does fragment shader read depth? */ 83 boolean writes_z; /**< does fragment shader write Z value? */ 84 boolean writes_stencil; /**< does fragment shader write stencil value? */ 85 boolean writes_edgeflag; /**< vertex shader outputs edgeflag */ 86 boolean uses_kill; /**< KILL or KILL_IF instruction used? */ 87 boolean uses_persp_center; 88 boolean uses_persp_centroid; 89 boolean uses_persp_sample; 90 boolean uses_linear_center; [all …]
|
/external/selinux/libsepol/src/ |
D | boolean_record.c | 55 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/ |
D | com_github_javaparser_ast_Node.txt | 19 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 …]
|
D | com_github_javaparser_ast_visitor_GenericVisitorAdapter.txt | 5 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 …]
|
D | com_github_javaparser_ast_visitor_EqualsVisitor.txt | 6 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 …]
|
D | com_github_javaparser_PositionUtils.txt | 13 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 …]
|
D | com_github_javaparser_ast_body_ModifierSet.txt | 15 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 …]
|
D | com_github_javaparser_ast_visitor_DumpVisitor.txt | 5 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 …]
|
D | com_github_javaparser_ast_visitor_VoidVisitorAdapter.txt | 6 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 …]
|
D | com_github_javaparser_ast_visitor_ModifierVisitorAdapter.txt | 7 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 …]
|
D | com_github_javaparser_ast_comments_CommentsCollection.txt | 10 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 …]
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_private.h | 138 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 …]
|
/external/selinux/libsemanage/src/ |
D | boolean_record.c | 36 const semanage_bool_t * boolean, in semanage_bool_key_extract() argument 40 return sepol_bool_key_extract(handle->sepolh, boolean, key); in semanage_bool_key_extract() 52 int semanage_bool_compare(const semanage_bool_t * boolean, in hidden_def() 56 return sepol_bool_compare(boolean, key); in hidden_def() 61 int semanage_bool_compare2(const semanage_bool_t * boolean, in hidden_def() 65 return sepol_bool_compare2(boolean, boolean2); in hidden_def() 70 static int semanage_bool_compare2_qsort(const semanage_bool_t ** boolean, in hidden_def() 74 return sepol_bool_compare2(*boolean, *boolean2); in hidden_def() 78 const char *semanage_bool_get_name(const semanage_bool_t * boolean) in semanage_bool_get_name() argument 81 return sepol_bool_get_name(boolean); in semanage_bool_get_name() [all …]
|
/external/libjpeg-turbo/ |
D | jpeglib.h | 97 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 …]
|
D | jpegint.h | 68 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/r600/ |
D | r600_shader.h | 78 boolean uses_kill; 79 boolean fs_write_all; 80 boolean two_side; 91 boolean vs_position_window_space; 93 boolean vs_out_misc_write; 94 boolean vs_out_point_size; 95 boolean vs_out_layer; 96 boolean vs_out_viewport; 97 boolean vs_out_edgeflag; 98 boolean has_txq_cube_array_z_comp; [all …]
|
/external/mesa3d/src/gallium/include/state_tracker/ |
D | st_api.h | 219 boolean disable_blend_func_extended; 220 boolean disable_glsl_line_continuations; 221 boolean disable_shader_bit_encoding; 222 boolean force_glsl_extensions_warn; 224 boolean allow_glsl_extension_directive_midshader; 225 boolean allow_glsl_builtin_variable_redeclaration; 226 boolean allow_higher_compat_version; 227 boolean glsl_zero_init; 228 boolean force_glsl_abs_sqrt; 229 boolean allow_glsl_cross_stage_interpolation_mismatch; [all …]
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_context.h | 68 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 …]
|
D | r300_chipset.h | 53 boolean has_tcl; 59 boolean has_cmask; 68 boolean is_rv350; 73 boolean is_r400; 84 boolean is_r500; 86 boolean high_second_pipe; 88 boolean dxtc_swizzle; 90 boolean has_us_format;
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_context.h | 117 boolean blend_enable; 122 boolean separate_alpha_blend_enable; 250 boolean need_swvfetch; 313 boolean enabled; 342 boolean dirty; 409 boolean rasterizer_discard; /* set if rasterization is disabled */ 410 boolean has_backed_views; /* set if any of the rtv/dsv is a backed surface view */ 419 boolean need_swvfetch; 420 boolean need_pipeline; 421 boolean need_swtnl; [all …]
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_context.h | 103 boolean has_stencil_export; /**< can do shader stencil export? */ 104 boolean has_time_elapsed; 105 boolean has_shader_model3; 106 boolean has_etc1; 107 boolean has_etc2; 108 boolean prefer_blit_based_texture_transfer; 109 boolean force_persample_in_shader; 110 boolean has_shareable_shaders; 111 boolean has_half_float_packing; 112 boolean has_multi_draw_indirect; [all …]
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen.h | 60 boolean has_cap; 76 boolean have_drm_2_6; 77 boolean have_drm_2_9; 123 boolean vgpu10); 209 boolean dont_block, 210 boolean readonly, 211 boolean allow_cs); 214 boolean readonly, 215 boolean allow_cs); 218 boolean vmw_ioctl_init(struct vmw_winsys_screen *vws); [all …]
|
/external/selinux/libsemanage/include/semanage/ |
D | boolean_record.h | 22 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/ |
D | boolean_record.h | 24 const sepol_bool_t * boolean, 29 extern int sepol_bool_compare(const sepol_bool_t * boolean, 32 extern int sepol_bool_compare2(const sepol_bool_t * boolean, 36 extern const char *sepol_bool_get_name(const sepol_bool_t * boolean); 39 sepol_bool_t * boolean, const char *name); 42 extern int sepol_bool_get_value(const sepol_bool_t * boolean); 44 extern void sepol_bool_set_value(sepol_bool_t * boolean, int value); 50 const sepol_bool_t * boolean, 53 extern void sepol_bool_free(sepol_bool_t * boolean);
|