/external/selinux/libsepol/cil/src/ |
D | cil_policy.c | 127 if (strcmp(attr->datum.fqn, "cil_gen_require") != 0) { in __cil_gather_statements_helper() 134 if (strcmp(attr->datum.fqn, "cil_gen_require") != 0) { in __cil_gather_statements_helper() 150 if (strcmp(role->datum.fqn, "object_r") != 0) { in __cil_gather_statements_helper() 191 fprintf(out, "%s %s;\n", kind, DATUM(i1->data)->fqn); in cil_simple_rules_to_policy() 209 fprintf(out, "%s%s", lead, DATUM(first)->fqn); in cil_cats_to_policy() 216 fprintf(out, "%s%s", lead, DATUM(first)->fqn); in cil_cats_to_policy() 223 fprintf(out, "%s", DATUM(last)->fqn); in cil_cats_to_policy() 229 fprintf(out, "%s%s", lead, DATUM(first)->fqn); in cil_cats_to_policy() 236 fprintf(out, "%s", DATUM(last)->fqn); in cil_cats_to_policy() 243 fprintf(out, "%s", DATUM(level->sens)->fqn); in cil_level_to_policy() [all …]
|
D | cil_find.c | 310 if (t1->fqn != CIL_KEY_SELF && t2->fqn != CIL_KEY_SELF) { in cil_find_matching_avrule() 313 if (t1->fqn == CIL_KEY_SELF && t2->fqn == CIL_KEY_SELF) { in cil_find_matching_avrule() 315 } else if (t1->fqn == CIL_KEY_SELF) { in cil_find_matching_avrule() 323 } else if (t2->fqn == CIL_KEY_SELF) { in cil_find_matching_avrule()
|
D | cil.c | 441 (*db)->selftype->datum.fqn = CIL_KEY_SELF; in cil_db_init() 1395 …str_len += strlen("user ") + strlen(user->datum.fqn) + strlen(" prefix ") + strlen(userprefix->pre… in cil_userprefixes_to_string() 1407 buf_pos = snprintf(str_tmp, str_len, "user %s prefix %s;\n", user->datum.fqn, in cil_userprefixes_to_string() 1472 if (strcmp(low->sens->datum.fqn, high->sens->datum.fqn)) { in cil_level_equals() 1508 str_len += strlen(lvl->sens->datum.fqn); in __cil_level_strlen() 1515 str1 = cat->datum.fqn; in __cil_level_strlen() 1520 str2 = cat->datum.fqn; in __cil_level_strlen() 1523 str_len += strlen(str1) + strlen(cat->datum.fqn) + 1; in __cil_level_strlen() 1525 str_len += strlen(str1) + strlen(str2) + strlen(cat->datum.fqn) + 2; in __cil_level_strlen() 1527 str_len += strlen(str1) + strlen(str2) + strlen(cat->datum.fqn) + 2; in __cil_level_strlen() [all …]
|
D | cil_binary.c | 85 *sepol_user = hashtab_search(pdb->p_users.table, datum->fqn); in __cil_get_sepol_user_datum() 87 cil_log(CIL_INFO, "Failed to find user %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_user_datum() 96 *sepol_role = hashtab_search(pdb->p_roles.table, datum->fqn); in __cil_get_sepol_role_datum() 98 cil_log(CIL_INFO, "Failed to find role %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_role_datum() 107 *sepol_type = hashtab_search(pdb->p_types.table, datum->fqn); in __cil_get_sepol_type_datum() 109 cil_log(CIL_INFO, "Failed to find type %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_type_datum() 118 *sepol_class = hashtab_search(pdb->p_classes.table, datum->fqn); in __cil_get_sepol_class_datum() 120 cil_log(CIL_INFO, "Failed to find class %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_class_datum() 129 *sepol_cat = hashtab_search(pdb->p_cats.table, datum->fqn); in __cil_get_sepol_cat_datum() 131 cil_log(CIL_INFO, "Failed to find category %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_cat_datum() [all …]
|
D | cil_symtab.h | 41 char *fqn; member
|
D | cil_symtab.c | 65 datum->fqn = NULL; in cil_symtab_datum_init() 93 datum->fqn = key; in cil_symtab_insert()
|
D | cil_fqn.c | 65 datum->fqn = cil_strpool_add(prefix); in __cil_fqn_qualify_decls()
|
D | cil_post.c | 68 rc = strcmp(DATUM(i->data)->fqn, DATUM(j->data)->fqn); in cats_compare() 84 rc = strcmp(DATUM(a->sens)->fqn, DATUM(b->sens)->fqn); in level_compare() 116 rc = strcmp(DATUM(a->user)->fqn, DATUM(b->user)->fqn); in context_compare() 120 rc = strcmp(DATUM(a->role)->fqn, DATUM(b->role)->fqn); in context_compare() 124 rc = strcmp(DATUM(a->type)->fqn, DATUM(b->type)->fqn); in context_compare()
|
D | cil_resolve_ast.c | 915 cil_log(CIL_ERR, "Userrange must be a user: %s\n", user_datum->fqn); in cil_resolve_userrange() 966 cil_log(CIL_ERR, "Userprefix must be a user: %s\n", user_datum->fqn); in cil_resolve_userprefix() 993 cil_log(CIL_ERR, "Selinuxuser must be a user: %s\n", user_datum->fqn); in cil_resolve_selinuxuser() 1839 cil_log(CIL_ERR, "Context user must be a user: %s\n", user_datum->fqn); in cil_resolve_context() 1854 cil_log(CIL_ERR, "Context role not a role: %s\n", role_datum->fqn); in cil_resolve_context()
|
/external/tensorflow/tensorflow/python/autograph/core/ |
D | naming.py | 39 def _as_symbol_name(self, fqn, style=_NamingStyle.SNAKE): argument 61 if isinstance(fqn, tuple): 62 cn = '.'.join(fqn) 64 cn = fqn
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/ |
D | RenamePackage.java | 46 String fqn = packageDeclaration.getName().getFullyQualifiedName(); in process() local 47 if (!fqn.startsWith(toMatch)) { in process() 50 String newFqn = replacement + fqn.substring(toMatch.length()); in process()
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/output/ |
D | BasicOutputSourceFileGenerator.java | 38 String fqn = PackageMatcher.getPackageName(cu); in generate() local 39 String packageSubDir = fqn.replace(".", File.separator); in generate()
|
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/body/ |
D | TypeDeclarationTest.java | 58 void assertFQN(String fqn, Node node) { in assertFQN() argument 59 assertEquals(fqn, node.findAll(TypeDeclaration.class).stream() in assertFQN()
|
/external/python/cpython2/PC/VS7.1/ |
D | build_ssl.py | 68 fqn = os.path.join(s, fname) 69 if os.path.isdir(fqn) and fname.startswith("openssl-"): 70 candidates.append(fqn)
|
/external/python/cpython2/PC/VC6/ |
D | build_ssl.py | 72 fqn = os.path.join(s, fname) 73 if os.path.isdir(fqn) and fname.startswith("openssl-"): 74 candidates.append(fqn)
|
/external/python/cpython2/PC/VS8.0/ |
D | build_ssl.py | 77 fqn = os.path.join(s, fname) 78 if os.path.isdir(fqn) and fname.startswith("openssl-"): 79 candidates.append(fqn)
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javassistmodel/ |
D | JavassistEnumDeclaration.java | 261 …bolReference<? extends ResolvedValueDeclaration> solveSymbolForFQN(String symbolName, String fqn) { in solveSymbolForFQN() argument 262 if (fqn == null) { in solveSymbolForFQN() 266 ResolvedReferenceTypeDeclaration fqnTypeDeclaration = typeSolver.solveType(fqn); in solveSymbolForFQN()
|
D | JavassistInterfaceDeclaration.java | 237 …bolReference<? extends ResolvedValueDeclaration> solveSymbolForFQN(String symbolName, String fqn) { in solveSymbolForFQN() argument 238 if (fqn == null) { in solveSymbolForFQN() 242 ResolvedReferenceTypeDeclaration fqnTypeDeclaration = typeSolver.solveType(fqn); in solveSymbolForFQN()
|
D | JavassistClassDeclaration.java | 155 …bolReference<? extends ResolvedValueDeclaration> solveSymbolForFQN(String symbolName, String fqn) { in solveSymbolForFQN() argument 156 if (fqn == null) { in solveSymbolForFQN() 160 ResolvedReferenceTypeDeclaration fqnTypeDeclaration = typeSolver.solveType(fqn); in solveSymbolForFQN()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/ |
D | TypeDeclaration.java | 204 … (TypeDeclaration<?>) td).flatMap(td -> td.getFullyQualifiedName().map(fqn -> fqn + "." + getNameA… in getFullyQualifiedName()
|
/external/testng/src/main/java/org/testng/internal/ |
D | Utils.java | 667 public static String detailedMethodName(ITestNGMethod method, boolean fqn) { in detailedMethodName() argument 700 return buf.append(fqn ? method.toString() : method.getMethodName()).toString(); in detailedMethodName()
|
/external/kotlinx.coroutines/ |
D | build.gradle | 205 // Redefine source sets because we are not using 'kotlin/main/fqn' folder convention
|