/third_party/libabigail/tests/ |
D | print-diff-tree.cc | 18 using abigail::comparison::diff; 19 using abigail::comparison::diff_sptr; 22 using abigail::comparison::corpus_diff_sptr; 23 using abigail::comparison::compute_diff; 24 using abigail::comparison::print_diff_tree; 25 using abigail::comparison::apply_filters; 147 print_diff_tree(abigail::comparison::corpus_diff* diff_tree) in print_diff_tree() 153 print_diff_tree(abigail::comparison::corpus_diff_sptr diff_tree) in print_diff_tree()
|
D | test-abidiff.cc | 174 using abigail::comparison::corpus_diff_sptr; 175 using abigail::comparison::translation_unit_diff_sptr; 176 using abigail::comparison::compute_diff; 177 using abigail::comparison::diff_context_sptr; 178 using abigail::comparison::diff_context;
|
D | test-diff-dwarf.cc | 356 using abigail::comparison::compute_diff; in main() 357 using abigail::comparison::corpus_diff_sptr; in main() 360 using abigail::comparison::diff_context_sptr; in main() 361 using abigail::comparison::diff_context; in main()
|
/third_party/flutter/skia/tools/skdiff/ |
D | skdiff_main.cpp | 75 for (int comparison = 0; comparison < DiffResource::kStatusCount; ++comparison) { in ~DiffSummary() local 76 fStatusOfType[base][comparison].deleteAll(); in ~DiffSummary() 113 for (int comparison = 0; comparison < DiffResource::kStatusCount; ++comparison) { in printStatus() local 114 Status comparisonStatus = static_cast<Status>(comparison); in printStatus() 115 const FileArray& fileArray = fStatusOfType[base][comparison]; in printStatus() 117 if (failOnStatusType[base][comparison]) { in printStatus() 647 for (int comparison = 0; comparison < DiffResource::kStatusCount; ++comparison) { in main() local 648 failOnStatusType[base][comparison] = false; in main() 688 for (int comparison = 0; comparison < DiffResource::kStatusCount; ++comparison) { in main() local 689 failOnStatusType[base][comparison] |= in main() [all …]
|
/third_party/skia/tools/skdiff/ |
D | skdiff_main.cpp | 102 for (int comparison = 0; comparison < DiffResource::kStatusCount; ++comparison) { in printStatus() local 103 Status comparisonStatus = static_cast<Status>(comparison); in printStatus() 104 const FileArray& fileArray = fStatusOfType[base][comparison]; in printStatus() 106 if (failOnStatusType[base][comparison]) { in printStatus() 629 for (int comparison = 0; comparison < DiffResource::kStatusCount; ++comparison) { in main() local 630 failOnStatusType[base][comparison] = false; in main() 669 for (int comparison = 0; comparison < DiffResource::kStatusCount; ++comparison) { in main() local 670 failOnStatusType[base][comparison] |= in main() 671 baseStatuses[base] && comparisonStatuses[comparison]; in main() 823 for (int comparison = 0; comparison < DiffResource::kStatusCount; ++comparison) { in main() local [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | FormattedValueFieldPositionIteratorImpl.java | 125 long comparison = 0; in sort() local 128 comparison = fp2.getBeginIndex() - fp1.getBeginIndex(); in sort() 131 comparison = fp1.getEndIndex() - fp2.getEndIndex(); in sort() 138 comparison = 1; in sort() 140 comparison = -1; in sort() 142 comparison = fp1.hashCode() - fp2.hashCode(); in sort() 145 if (comparison < 0) { in sort()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | FormattedValueFieldPositionIteratorImpl.java | 123 long comparison = 0; in sort() local 126 comparison = fp2.getBeginIndex() - fp1.getBeginIndex(); in sort() 129 comparison = fp1.getEndIndex() - fp2.getEndIndex(); in sort() 136 comparison = 1; in sort() 138 comparison = -1; in sort() 140 comparison = fp1.hashCode() - fp2.hashCode(); in sort() 143 if (comparison < 0) { in sort()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | formattedval_iterimpl.cpp | 140 int64_t comparison = 0; in sort() local 143 comparison = start2 - start1; in sort() 146 comparison = limit1 - limit2; in sort() 149 comparison = categ1 - categ2; in sort() 152 comparison = field2 - field1; in sort() 154 if (comparison < 0) { in sort()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | formattedval_iterimpl.cpp | 140 int64_t comparison = 0; in sort() local 143 comparison = start2 - start1; in sort() 146 comparison = limit1 - limit2; in sort() 149 comparison = categ1 - categ2; in sort() 152 comparison = field2 - field1; in sort() 154 if (comparison < 0) { in sort()
|
/third_party/icu/icu4c/source/i18n/ |
D | formattedval_iterimpl.cpp | 140 int64_t comparison = 0; in sort() local 143 comparison = start2 - start1; in sort() 146 comparison = limit1 - limit2; in sort() 149 comparison = categ1 - categ2; in sort() 152 comparison = field2 - field1; in sort() 154 if (comparison < 0) { in sort()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | associated_min_max.inl | 6 // Min comparison between 2 variables 52 // Min comparison between 3 variables 79 // Min comparison between 4 variables 97 // Min comparison between 4 variables 119 // Min comparison between 4 variables 142 // Min comparison between 4 variables 164 // Max comparison between 2 variables 171 // Max comparison between 2 variables 185 // Max comparison between 2 variables 199 // Max comparison between 2 variables [all …]
|
/third_party/libabigail/tools/ |
D | kmidiff.cc | 38 using abigail::comparison::diff_context_sptr; 39 using abigail::comparison::diff_context; 40 using abigail::comparison::translation_unit_diff_sptr; 41 using abigail::comparison::corpus_diff; 42 using abigail::comparison::corpus_diff_sptr; 43 using abigail::comparison::compute_diff; 44 using abigail::comparison::get_default_harmless_categories_bitmap; 45 using abigail::comparison::get_default_harmful_categories_bitmap;
|
D | abicompat.cc | 279 using abigail::comparison::diff_context_sptr; 280 using abigail::comparison::diff_context; 281 using abigail::comparison::diff_sptr; 282 using abigail::comparison::corpus_diff; 283 using abigail::comparison::corpus_diff_sptr; 284 using abigail::comparison::function_type_diff_sptr; 285 using abigail::comparison::compute_diff; 311 (abigail::comparison::ACCESS_CHANGE_CATEGORY in create_diff_context() 312 | abigail::comparison::COMPATIBLE_TYPE_CHANGE_CATEGORY in create_diff_context() 313 | abigail::comparison::HARMLESS_DECL_NAME_CHANGE_CATEGORY in create_diff_context() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/opptrnotequal/ |
D | null_comparisons_wg_not_equal.amber | 12 ; 0: comparison of the workgroup var vs null 13 ; 1: comparison of the workgroup float vs null 14 ; 2: comparison of null struct vs null struct 15 ; 3: comparison of null float vs null float
|
D | null_comparisons_ssbo_not_equal.amber | 10 ; 0: comparison of %ssbo_var vs null 11 ; 1: comparison of SSBO float pointer vs null 12 ; 2: comparison of null struct vs null struct 13 ; 3: comparison of null float vs null float
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/opptrequal/ |
D | null_comparisons_wg_equal.amber | 12 ; 0: comparison of the workgroup var vs null 13 ; 1: comparison of the workgroup float vs null 14 ; 2: comparison of null struct vs null struct 15 ; 3: comparison of null float vs null float
|
D | null_comparisons_ssbo_equal.amber | 10 ; 0: comparison of %ssbo_var vs null 11 ; 1: comparison of SSBO float pointer vs null 12 ; 2: comparison of null struct vs null struct 13 ; 3: comparison of null float vs null float
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_shadow_samplers.txt | 114 Texture values can also be computed according to a specified comparison 116 comparison operands, and parameter TEXTURE_COMPARE_FUNC_EXT specifies 117 the comparison function. 125 manner and texture comparison is bypassed. 171 Table 3.X: Depth texture comparison functions. 181 proportional to the number of comparison passes or failures." 203 sampler2DShadow a handle for accessing a 2D depth texture with comparison 209 comparison lookup on the depth texture bound to sampler is done as 230 (1) Should the result of the texture comparison be interpreted as
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_shadow_samplers.txt | 114 Texture values can also be computed according to a specified comparison 116 comparison operands, and parameter TEXTURE_COMPARE_FUNC_EXT specifies 117 the comparison function. 125 manner and texture comparison is bypassed. 171 Table 3.X: Depth texture comparison functions. 181 proportional to the number of comparison passes or failures." 203 sampler2DShadow a handle for accessing a 2D depth texture with comparison 209 comparison lookup on the depth texture bound to sampler is done as 230 (1) Should the result of the texture comparison be interpreted as
|
/third_party/openssl/doc/man3/ |
D | OPENSSL_strcasecmp.pod | 16 The OPENSSL_strcasecmp function performs a byte-by-byte comparison of the strings 23 case insensitive. Otherwise the comparison is done in current locale. 32 OpenSSL extensively uses case insensitive comparison of ASCII strings. Though 36 comparison.
|
D | DEFINE_STACK_OF.pod | 109 B<sk_I<TYPE>_new>() allocates a new empty stack using comparison function 110 I<compare>. If I<compare> is NULL then no comparison function is used. This 113 B<sk_I<TYPE>_new_null>() allocates a new empty stack with no comparison 127 B<sk_I<TYPE>_new_reserve>() also sets the comparison function I<compare> 128 to the newly created stack. If I<compare> is NULL then no comparison 131 B<sk_I<TYPE>_set_cmp_func>() sets the comparison function of I<sk> to 132 I<compare>. The previous comparison function is returned or NULL if there 133 was no previous comparison function. 174 where no comparison function has been specified, the function performs 177 where a comparison function has been specified, I<sk> is sorted and [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_shadow.txt | 45 comparison modes can be accommodated in the future. 62 - The extension is generalized for comparison modes. 80 (4) Should the result of the texture comparison be a LUMINANCE, 91 usual manner and all texture comparison logic is bypassed. 93 (6) Should the R value be clamped to [0,1] before the comparison? 160 according to a comparison function. TEXTURE_COMPARE_MODE_ARB 161 specifies the comparison operands, and TEXTURE_COMPARE_FUNC_ARB 162 specifies the comparison function. The format of the resulting 172 manner and texture comparison is bypassed. 220 to the number of comparison passes or failures.
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_shadow.txt | 55 comparison modes can be accommodated in the future. 72 - The extension is generalized for comparison modes. 90 (4) Should the result of the texture comparison be a LUMINANCE, 101 usual manner and all texture comparison logic is bypassed. 103 (6) Should the R value be clamped to [0,1] before the comparison? 170 according to a comparison function. TEXTURE_COMPARE_MODE_ARB 171 specifies the comparison operands, and TEXTURE_COMPARE_FUNC_ARB 172 specifies the comparison function. The format of the resulting 182 manner and texture comparison is bypassed. 230 to the number of comparison passes or failures.
|
/third_party/python/Lib/lib2to3/fixes/ |
D | fix_has_key.py | 87 if arg.type in (syms.comparison, syms.not_test, syms.and_test, 99 new = pytree.Node(syms.comparison, (arg, n_op, before)) 103 if node.parent.type in (syms.comparison, syms.expr, syms.xor_expr,
|
/third_party/openGLES/extensions/QCOM/ |
D | QCOM_alpha_test.txt | 78 comparison between the incoming fragment's alpha value and a constant 79 value. The comparison is enabled or disabled with the generic Enable 81 disabled, it is as if the comparison always passes. The test is 98 eight-valued integer indicating the comparison function, and a bit 99 indicating if the comparison is enabled or disabled. The initial state
|