Home
last modified time | relevance | path

Searched refs:type_names (Results 1 – 25 of 27) sorted by relevance

12

/third_party/selinux/libsepol/src/
Dconstraint.c32 if ((expr->type_names = malloc(sizeof(*expr->type_names))) == NULL) { in constraint_expr_init()
35 type_set_init(expr->type_names); in constraint_expr_init()
46 type_set_destroy(expr->type_names); in constraint_expr_destroy()
47 free(expr->type_names); in constraint_expr_destroy()
Dpolicydb_validate.c248 if (validate_empty_type_set(cexp->type_names)) in validate_constraint_nodes()
278 if (validate_type_set(cexp->type_names, &flavors[SYM_TYPES])) in validate_constraint_nodes()
287 if (validate_empty_type_set(cexp->type_names)) in validate_constraint_nodes()
334 if (validate_empty_type_set(cexp->type_names)) in validate_constraint_nodes()
Dmodule_to_cil.c1436 char **type_names = NULL; in role_trans_to_cil() local
1452 rc = process_typeset(pdb, ts, type_attr_list, &type_names, &num_type_names); in role_trans_to_cil()
1461 role_names[role], type_names[type], in role_trans_to_cil()
1469 names_destroy(&type_names, &num_type_names); in role_trans_to_cil()
1474 names_destroy(&type_names, &num_type_names); in role_trans_to_cil()
1786 ts = expr->type_names; in constraint_expr_to_string()
Dexpand.c348 if (map_ebitmap(&expr->type_names->types, in constraint_node_clone()
349 &new_expr->type_names->types, in constraint_node_clone()
359 type_names, in constraint_node_clone()
Dwrite.c1011 type_set_write(e->type_names, fp)) || in write_cons_helper()
1014 type_set_write(e->type_names, fp))) { in write_cons_helper()
Dservices.c221 types = &e->type_names->types; in get_name_list()
Dpolicydb.c2221 type_set_read(e->type_names, fp)) in read_cons_helper()
2225 type_set_read(e->type_names, fp)) in read_cons_helper()
Dkernel_to_conf.c181 struct type_set *ts = curr->type_names; in constraint_expr_to_str()
Dkernel_to_cil.c184 struct type_set *ts = curr->type_names; in constraint_expr_to_str()
/third_party/rust/crates/cxx/syntax/
Dtypes.rs61 let mut type_names = UnorderedSet::new(); in collect() localVariable
74 if !type_names.insert(ident) in collect()
99 if !type_names.insert(ident) in collect()
119 if !type_names.insert(ident) in collect()
136 if !type_names.insert(ident) { in collect()
157 if !type_names.insert(ident) { in collect()
/third_party/pcre2/pcre2/maint/
Ducptest.c134 static const unsigned char *type_names[] = { variable
657 for (i = 0; i < sizeof(type_names)/sizeof(char *); i += 2) in find_chars()
659 if (strcmp(CS (value + offset), CS type_names[i]) == 0) in find_chars()
665 if (i >= sizeof(type_names)/sizeof(char *)) in find_chars()
962 for (i = 0; i < sizeof(type_names)/sizeof(char *); i += 2) in process_command_line()
963 printf("%s %s\n", type_names[i], type_names[i+1]); in process_command_line()
/third_party/node/deps/v8/src/heap/cppgc/
Dheap-statistics-collector.cc110 stats.type_names.resize(type_name_to_index_map_.size()); in CollectDetailedStatistics()
112 stats.type_names[it.second] = reinterpret_cast<const char*>(it.first); in CollectDetailedStatistics()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cVertexAttrib64BitTest.cpp2050 static const GLchar* type_names[] = { "double", "dvec2" }; in getVertexArrayConfiguration() local
2060 out_configuration.m_type_names = type_names; in getVertexArrayConfiguration()
2070 static const GLchar* type_names[] = { "dvec3", "dvec4" }; in getVertexArrayConfiguration() local
2080 out_configuration.m_type_names = type_names; in getVertexArrayConfiguration()
2090 static const GLchar* type_names[] = { "dmat2" }; in getVertexArrayConfiguration() local
2098 out_configuration.m_type_names = type_names; in getVertexArrayConfiguration()
2108 static const GLchar* type_names[] = { "dmat3x2", "dmat4x2" }; in getVertexArrayConfiguration() local
2116 out_configuration.m_type_names = type_names; in getVertexArrayConfiguration()
2126 static const GLchar* type_names[] = { "dmat2x3", "dmat2x4" }; in getVertexArrayConfiguration() local
2134 out_configuration.m_type_names = type_names; in getVertexArrayConfiguration()
[all …]
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h697 const std::vector<std::string>& type_names =
707 "/" + type_names[static_cast<size_t>(index)])
726 type_names);
753 const std::vector<std::string>& type_names =
771 prefix, test_location, case_name, test_names, 0, type_names);
778 type_names);
/third_party/selinux/libsepol/include/sepol/policydb/
Dconstraint.h61 struct type_set *type_names; member
/third_party/node/deps/v8/include/cppgc/
Dheap-statistics.h115 std::vector<std::string> type_names; member
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h720 const std::vector<std::string>& type_names =
730 "/" + type_names[static_cast<size_t>(index)])
749 type_names);
781 const std::vector<std::string>& type_names =
800 prefix, test_location, case_name, test_names, 0, type_names);
807 type_names);
/third_party/node/deps/googletest/include/gtest/internal/
Dgtest-internal.h705 const std::vector<std::string>& type_names =
715 "/" + type_names[static_cast<size_t>(index)])
734 type_names);
766 const std::vector<std::string>& type_names =
785 prefix, test_location, case_name, test_names, 0, type_names);
792 type_names);
/third_party/libbpf/src/
Dbtf_dump.c109 struct hashmap *type_names; member
171 d->type_names = hashmap__new(str_hash_fn, str_equal_fn, NULL); in btf_dump__new()
172 if (IS_ERR(d->type_names)) { in btf_dump__new()
173 err = PTR_ERR(d->type_names); in btf_dump__new()
174 d->type_names = NULL; in btf_dump__new()
252 btf_dump_free_names(d->type_names); in btf_dump__free()
1690 return btf_dump_resolve_name(d, id, d->type_names); in btf_dump_type_name()
Dlibbpf.c9506 char *type_names; local
9519 type_names = libbpf_get_type_names(false);
9520 if (type_names != NULL) {
9521 pr_debug("supported section(type) names are:%s\n", type_names);
9522 free(type_names);
9891 char *type_names; local
9900 type_names = libbpf_get_type_names(true);
9901 if (type_names != NULL) {
9902 pr_debug("attachable section(type) names are:%s\n", type_names);
9903 free(type_names);
/third_party/mesa3d/src/freedreno/ir3/
Dir3_print.c54 static const char *type_names[] = { in type_name() local
66 return type_names[type]; in type_name()
/third_party/skia/third_party/externals/tint/docs/
Dtranslations.md24 with the type_names and various tracking systems within Tint.
/third_party/openssl/crypto/cmp/
Dcmp_msg.c74 static const char *type_names[] = { in ossl_cmp_bodytype_to_string() local
84 return type_names[type]; in ossl_cmp_bodytype_to_string()
/third_party/node/deps/openssl/openssl/crypto/cmp/
Dcmp_msg.c74 static const char *type_names[] = { in ossl_cmp_bodytype_to_string() local
84 return type_names[type]; in ossl_cmp_bodytype_to_string()
/third_party/selinux/checkpolicy/
Dpolicy_define.c3503 (newe->type_names, e->type_names)) in constraint_expr_clone()
3901 if (set_types(expr->type_names, id, &add, 0)) { in define_cexpr()

12