/external/selinux/libsepol/src/ |
D | constraint.c | 32 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() 43 type_set_destroy(expr->type_names); in constraint_expr_destroy() 44 free(expr->type_names); in constraint_expr_destroy()
|
D | module_to_cil.c | 1449 char **type_names = NULL; in role_trans_to_cil() local 1465 rc = process_typeset(pdb, ts, type_attr_list, &type_names, &num_type_names); in role_trans_to_cil() 1477 role_names[role], type_names[type], in role_trans_to_cil() 1485 names_destroy(&type_names, &num_type_names); in role_trans_to_cil() 1490 names_destroy(&type_names, &num_type_names); in role_trans_to_cil() 1799 ts = expr->type_names; in constraint_expr_to_string()
|
D | expand.c | 318 if (map_ebitmap(&expr->type_names->types, in constraint_node_clone() 319 &new_expr->type_names->types, in constraint_node_clone() 329 type_names, in constraint_node_clone()
|
D | write.c | 946 type_set_write(e->type_names, fp)) || in write_cons_helper() 949 type_set_write(e->type_names, fp))) { in write_cons_helper()
|
D | services.c | 224 types = &e->type_names->types; in get_name_list()
|
D | policydb.c | 2205 type_set_read(e->type_names, fp)) in read_cons_helper() 2209 type_set_read(e->type_names, fp)) in read_cons_helper()
|
D | kernel_to_conf.c | 179 struct type_set *ts = curr->type_names; in constraint_expr_to_str()
|
D | kernel_to_cil.c | 182 struct type_set *ts = curr->type_names; in constraint_expr_to_str()
|
/external/grpc-grpc/third_party/nanopb/tests/package_name/ |
D | SConscript | 25 type_names = ['AllTypes', 'MyEnum', 'HugeEnum'] 26 for name in type_names:
|
/external/nanopb-c/tests/package_name/ |
D | SConscript | 25 type_names = ['AllTypes', 'MyEnum', 'HugeEnum'] 26 for name in type_names:
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-internal.h | 656 const std::vector<std::string>& type_names = 666 "/" + type_names[index]) 681 type_names); 708 const std::vector<std::string>& type_names = 726 prefix, test_location, case_name, test_names, 0, type_names); 733 type_names);
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | constraint.h | 62 struct type_set *type_names; member
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cVertexAttrib64BitTest.cpp | 2050 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 …]
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 694 const std::vector<std::string>& type_names = 704 "/" + type_names[index]) 721 type_names); 748 const std::vector<std::string>& type_names = 766 prefix, test_location, case_name, test_names, 0, type_names); 773 type_names);
|
/external/mesa3d/src/amd/common/ |
D | ac_llvm_build.c | 1000 const char *type_names[] = {"f32", "v2f32", "v4f32"}; in ac_build_buffer_load() local 1004 type_names[func]); in ac_build_buffer_load()
|
/external/selinux/checkpolicy/ |
D | policy_define.c | 3526 (newe->type_names, e->type_names)) in constraint_expr_clone() 3914 if (set_types(expr->type_names, id, &add, 0)) { in define_cexpr()
|
/external/selinux/libsepol/cil/src/ |
D | cil_binary.c | 2549 rc = ebitmap_set_bit(&expr->type_names->types, sepol_type->s.value - 1, 1); in __cil_constrain_expr_datum_to_sepol_expr()
|