/third_party/selinux/libsepol/src/ |
D | avtab.c | 79 mix(keyp->source_type); in avtab_hash() 149 if (key->source_type == cur->key.source_type && in avtab_insert() 158 if (key->source_type < cur->key.source_type) in avtab_insert() 160 if (key->source_type == cur->key.source_type && in avtab_insert() 163 if (key->source_type == cur->key.source_type && in avtab_insert() 193 if (key->source_type == cur->key.source_type && in avtab_insert_nonunique() 198 if (key->source_type < cur->key.source_type) in avtab_insert_nonunique() 200 if (key->source_type == cur->key.source_type && in avtab_insert_nonunique() 203 if (key->source_type == cur->key.source_type && in avtab_insert_nonunique() 225 if (key->source_type == cur->key.source_type && in avtab_search() [all …]
|
D | assertion.c | 162 tmp_key.source_type = i + 1; in report_assertion_extended_permissions() 233 &p->attr_type_map[k->source_type - 1]); in report_assertion_avtab_matches() 245 …rc = ebitmap_and(&matches, &p->attr_type_map[k->source_type - 1], &p->attr_type_map[k->target_type… in report_assertion_avtab_matches() 341 tmp_key.source_type = i + 1; in check_assertion_extended_permissions_avtab() 393 &p->attr_type_map[k->source_type - 1]); in check_assertion_extended_permissions() 406 rc = ebitmap_and(&matches, &p->attr_type_map[k->source_type - 1], in check_assertion_extended_permissions() 462 rc = ebitmap_match_any(&avrule->stypes.types, &p->attr_type_map[k->source_type - 1]); in check_assertion_avtab_match() 473 …rc = ebitmap_and(&match, &p->attr_type_map[k->source_type - 1], &p->attr_type_map[k->target_type -… in check_assertion_avtab_match()
|
D | optimize.c | 203 s_idx = entry->key.source_type - 1; in is_avrule_redundant() 213 key.source_type = st + 1; in is_avrule_redundant() 241 unsigned int s_idx = entry->key.source_type - 1; in is_avrule_with_attr() 257 s1 = e1->key.source_type - 1; in is_cond_rule_redundant() 265 s2 = e2->key.source_type - 1; in is_cond_rule_redundant()
|
D | hierarchy.c | 113 avtab_key.source_type = parent; in bounds_expand_rule() 136 n->key.source_type, n->key.target_type, in bounds_expand_cond_rules() 161 a->parent, k->source_type, k->target_type, in bounds_expand_rule_callback() 271 new->key.source_type = src; in bounds_add_bad() 298 avtab_key.source_type = parent; in bounds_check_rule() 338 child, parent, key->source_type, in bounds_check_cond_rules() 367 a->parent, k->source_type, k->target_type, in bounds_check_rule_callback() 447 p->p_type_val_to_name[cur->key.source_type - 1], in bounds_report()
|
/third_party/boost/boost/numeric/conversion/ |
D | converter_policies.hpp | 32 typedef S source_type ; typedef 36 static source_type nearbyint ( argument_type s ) in nearbyint() 54 typedef S source_type ; typedef 58 static source_type nearbyint ( argument_type s ) in nearbyint() 73 typedef S source_type ; typedef 77 static source_type nearbyint ( argument_type s ) in nearbyint() 92 typedef S source_type ; typedef 96 static source_type nearbyint ( argument_type s ) in nearbyint()
|
/third_party/boost/boost/numeric/conversion/detail/ |
D | converter.hpp | 100 typedef typename Traits::source_type S ; 114 typedef typename Traits::source_type S ; 129 typedef typename Traits::source_type S ; 145 typedef typename Traits::source_type S ; 161 typedef typename Traits::source_type S ; 177 typedef typename Traits::source_type S ; 193 typedef typename Traits::source_type S ; 331 typedef typename Traits::source_type S ; 457 typedef typename Traits::source_type source_type ; typedef 462 static source_type nearbyint ( argument_type s ) { return s ; } in nearbyint() [all …]
|
D | conversion_traits.hpp | 42 typedef S source_type ; typedef 67 typedef N source_type ; typedef 83 typedef typename remove_cv<S>::type source_type ; typedef 85 typedef typename is_same<target_type,source_type>::type is_trivial ; 88 typedef non_trivial_traits_impl<target_type,source_type> non_trivial_imp ;
|
/third_party/boost/boost/lexical_cast/detail/ |
D | converter_numeric.hpp | 43 typedef Source source_type; typedef 49 static inline source_type nearbyint(argument_type s, bool& is_ok) BOOST_NOEXCEPT { in nearbyint() 50 const source_type near_int = Rounder::nearbyint(s); in nearbyint() 52 const source_type orig_div_round = s / near_int; in nearbyint() 53 const source_type eps = std::numeric_limits<source_type>::epsilon(); in nearbyint() 67 typedef Source source_type ; typedef 72 static inline source_type nearbyint(argument_type s, bool& /*is_ok*/) BOOST_NOEXCEPT { in nearbyint()
|
/third_party/gn/src/gn/ |
D | compile_commands_writer.cc | 155 SourceFile::Type source_type, in WriteCommand() argument 183 if (source_type == SourceFile::SOURCE_C) in WriteCommand() 186 if (source_type == SourceFile::SOURCE_CPP) in WriteCommand() 189 if (source_type == SourceFile::SOURCE_M) in WriteCommand() 192 if (source_type == SourceFile::SOURCE_MM) in WriteCommand() 255 const SourceFile::Type source_type = source.GetType(); in OutputJSON() local 256 if (source_type != SourceFile::SOURCE_CPP && in OutputJSON() 257 source_type != SourceFile::SOURCE_C && in OutputJSON() 258 source_type != SourceFile::SOURCE_M && in OutputJSON() 259 source_type != SourceFile::SOURCE_MM) in OutputJSON() [all …]
|
D | binary_target_generator.cc | 96 const SourceFile::Type source_type = source.GetType(); in FillSources() local 97 switch (source_type) { in FillSources() 125 target_->source_types_used().Set(source_type); in FillSources()
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstmfsourceobject.c | 56 static GType source_type = 0; in gst_mf_source_type_get_type() local 63 if (!source_type) { in gst_mf_source_type_get_type() 64 source_type = g_enum_register_static ("GstMFSourceMode", source_types); in gst_mf_source_type_get_type() 67 return source_type; in gst_mf_source_type_get_type() 112 self->source_type = DEFAULT_SOURCE_TYPE; in gst_mf_source_object_init() 147 g_value_set_enum (value, self->source_type); in gst_mf_source_object_get_property() 174 self->source_type = g_value_get_enum (value); in gst_mf_source_object_set_property()
|
/third_party/boost/libs/numeric/conversion/doc/ |
D | conversion_traits.qbk | 150 typedef S source_type ; 210 [[[*source_type]][ 214 This type is either source_type or `source_type const&`. 219 If S is a built-in type, this is `source_type`, otherwise, this is `source_type const&`. 230 If the conversion is subranged, it is `source_type`, otherwise, it is `target_type` 233 If the conversion is subranged, it is `target_type`, otherwise, it is `source_type`
|
D | converter_policies.qbk | 137 typedef S source_type ; 140 static source_type nearbyint ( argument_type s ) { ... } 160 static source_type nearbyint ( argument_type s ) 175 static source_type nearbyint ( argument_type s ) 187 static source_type nearbyint ( argument_type s ) 200 static source_type nearbyint ( argument_type s )
|
D | converter.qbk | 22 class Float2IntRounder = Trunc< typename Traits::source_type >, 30 typedef typename Traits::source_type source_type ; 43 static source_type nearbyint ( argument_type s ) ; 110 This static member function converts an rvalue of type `source_type` to 192 [: `static source_type converter<>::nearbyint ( argument_type s ) ;`]
|
/third_party/boost/libs/numeric/conversion/test/ |
D | numeric_cast_traits_test.cpp | 186 typedef typename Traits::source_type S; 231 typedef Double source_type; typedef 235 static source_type nearbyint ( argument_type s ) in nearbyint() 253 typedef Double source_type; typedef 257 static source_type nearbyint ( argument_type s ) in nearbyint()
|
D | test_helpers3.cpp | 32 typedef typename traits::source_type source_type ; typedef 46 + typeid(source_type).name() in to_string()
|
/third_party/boost/boost/units/detail/ |
D | conversion_impl.hpp | 100 typedef Source source_type; typedef 129 typedef typename selector::source_type source_type; typedef 131 typedef base_unit_converter<source_type, destination_type> converter; 132 …divides<typename get_scale_list<Source>::type, typename get_scale_list<source_type>::type>::type s… 280 …ct_base_unit_converter<typename unscale<Source>::type, typename unscale<Dest>::type>::source_type,\
|
/third_party/boost/libs/range/test/adaptor_test/ |
D | type_erased_mix_values.cpp | 37 >::type source_type; in mix_values_impl() typedef 50 const source_type source_data(test_data); in mix_values_impl()
|
/third_party/selinux/checkpolicy/ |
D | checkpolicy.c | 178 if (k->source_type < c->key.source_type) in insert_type_rule() 180 if (k->source_type == c->key.source_type && in insert_type_rule() 183 if (k->source_type == c->key.source_type && in insert_type_rule() 212 if (insert_type_rule(k, d, &type_rules[k->source_type - 1])) in create_type_rules() 260 if (l2->key.source_type == (j + 1)) { in identify_equiv_types() 261 if (l1->key.source_type != (i + 1)) in identify_equiv_types() 264 if (l1->key.source_type != in identify_equiv_types() 265 l2->key.source_type) in identify_equiv_types()
|
/third_party/boost/tools/quickbook/src/ |
D | code_snippet.cpp | 38 , source_type(source_type_) in code_snippet_actions() 93 char const* const source_type; member 377 content.add_at_pos(source_type, last_code_pos); in append_code() 415 content.add_at_pos(source_type, first); in pass_thru() 512 f.add_at_pos(source_type, snippet->source_pos); in end_snippet_impl()
|
/third_party/flutter/skia/infra/bots/recipes/ |
D | perf_skottiewasm_lottieweb.py | 94 source_type = 'skottie' 109 source_type = 'lottie-web' 167 'source_type': source_type,
|
/third_party/skia/infra/bots/recipes/ |
D | perf_skottiewasm_lottieweb.py | 95 source_type = 'skottie' 110 source_type = 'lottie-web' 168 'source_type': source_type,
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | codegen.h | 78 unsigned source_type : 2; member 92 unsigned source_type : 2; /* = 01 */ member
|
D | codegen.c | 83 f->imm.source_type = 2; in ppir_codegen_encode_varying() 87 f->imm.source_type = 3; in ppir_codegen_encode_varying() 90 f->imm.source_type = 3; in ppir_codegen_encode_varying() 95 f->imm.source_type = num_components == 3 ? 2 : 0; in ppir_codegen_encode_varying() 108 f->reg.source_type = 2; in ppir_codegen_encode_varying() 111 f->reg.source_type = 1; in ppir_codegen_encode_varying()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl3cTextureSizePromotion.cpp | 267 glw::GLenum source_type = GL_NONE; in prepareSourceTexture() local 273 source_type = GL_FLOAT; in prepareSourceTexture() 281 source_type = GL_FLOAT; in prepareSourceTexture() 289 source_type = GL_FLOAT; in prepareSourceTexture() 297 source_type = GL_INT; in prepareSourceTexture() 305 source_type = GL_UNSIGNED_INT; in prepareSourceTexture() 313 source_type = GL_FLOAT; in prepareSourceTexture() 321 source_type = GL_UNSIGNED_INT; in prepareSourceTexture() 335 …mage1D(target, 0, descriptor.internal_format, s_source_texture_size, 0, source_format, source_type, in prepareSourceTexture() 343 source_format, source_type, source_data); in prepareSourceTexture() [all …]
|