/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.c | 278 (*db)->selftype->datum.fqn = CIL_KEY_SELF; in cil_db_init() 1232 …str_len += strlen("user ") + strlen(user->datum.fqn) + strlen(" prefix ") + strlen(userprefix->pre… in cil_userprefixes_to_string() 1244 buf_pos = snprintf(str_tmp, str_len, "user %s prefix %s;\n", user->datum.fqn, in cil_userprefixes_to_string() 1309 if (strcmp(low->sens->datum.fqn, high->sens->datum.fqn)) { in cil_level_equals() 1345 str_len += strlen(lvl->sens->datum.fqn); in __cil_level_strlen() 1352 str1 = cat->datum.fqn; in __cil_level_strlen() 1357 str2 = cat->datum.fqn; in __cil_level_strlen() 1360 str_len += strlen(str1) + strlen(cat->datum.fqn) + 1; in __cil_level_strlen() 1362 str_len += strlen(str1) + strlen(str2) + strlen(cat->datum.fqn) + 2; in __cil_level_strlen() 1364 str_len += strlen(str1) + strlen(str2) + strlen(cat->datum.fqn) + 2; in __cil_level_strlen() [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_binary.c | 90 *sepol_user = hashtab_search(pdb->p_users.table, datum->fqn); in __cil_get_sepol_user_datum() 92 cil_log(CIL_INFO, "Failed to find user %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_user_datum() 101 *sepol_role = hashtab_search(pdb->p_roles.table, datum->fqn); in __cil_get_sepol_role_datum() 103 cil_log(CIL_INFO, "Failed to find role %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_role_datum() 112 *sepol_type = hashtab_search(pdb->p_types.table, datum->fqn); in __cil_get_sepol_type_datum() 114 cil_log(CIL_INFO, "Failed to find type %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_type_datum() 123 *sepol_class = hashtab_search(pdb->p_classes.table, datum->fqn); in __cil_get_sepol_class_datum() 125 cil_log(CIL_INFO, "Failed to find class %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_class_datum() 134 *sepol_cat = hashtab_search(pdb->p_cats.table, datum->fqn); in __cil_get_sepol_cat_datum() 136 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.c | 65 datum->fqn = NULL; in cil_symtab_datum_init() 93 datum->fqn = key; in cil_symtab_insert()
|
D | cil_symtab.h | 41 char *fqn; member
|
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_fqn.c | 65 datum->fqn = cil_strpool_add(prefix); in __cil_fqn_qualify_decls()
|
D | cil_resolve_ast.c | 919 cil_log(CIL_ERR, "Userrange must be a user: %s\n", user_datum->fqn); in cil_resolve_userrange() 970 cil_log(CIL_ERR, "Userprefix must be a user: %s\n", user_datum->fqn); in cil_resolve_userprefix() 997 cil_log(CIL_ERR, "Selinuxuser must be a user: %s\n", user_datum->fqn); in cil_resolve_selinuxuser() 1843 cil_log(CIL_ERR, "Context user must be a user: %s\n", user_datum->fqn); in cil_resolve_context() 1858 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/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/chromium-trace/catapult/common/py_trace_event/py_trace_event/ |
D | run_tests | 28 fqn = dirpath.replace( 33 module = __import__(fqn,fromlist=[True]) 35 print "While importing [%s]\n" % 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 | 255 …ResolvedValueDeclaration> solveSymbolForFQN(String symbolName, TypeSolver typeSolver, String fqn) { in solveSymbolForFQN() argument 256 if (fqn == null) { in solveSymbolForFQN() 260 ResolvedReferenceTypeDeclaration fqnTypeDeclaration = typeSolver.solveType(fqn); in solveSymbolForFQN()
|
D | JavassistInterfaceDeclaration.java | 241 …ResolvedValueDeclaration> solveSymbolForFQN(String symbolName, TypeSolver typeSolver, String fqn) { in solveSymbolForFQN() argument 242 if (fqn == null) { in solveSymbolForFQN() 246 ResolvedReferenceTypeDeclaration fqnTypeDeclaration = typeSolver.solveType(fqn); in solveSymbolForFQN()
|
D | JavassistClassDeclaration.java | 157 …ResolvedValueDeclaration> solveSymbolForFQN(String symbolName, TypeSolver typeSolver, String fqn) { in solveSymbolForFQN() argument 158 if (fqn == null) { in solveSymbolForFQN() 162 ResolvedReferenceTypeDeclaration fqnTypeDeclaration = typeSolver.solveType(fqn); in solveSymbolForFQN()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | Splitter.h | 61 std::string fqn; variable
|
D | Splitter.cpp | 286 fqn = mf->getFunction()->getParent()->getModuleIdentifier() + "." + in runOnMachineFunction() 338 fqn.clear(); in releaseMemory() 805 dbgs() << fqn << " reg" << li.reg << " " << li.weight << " BB#" in processInterval()
|
D | RenderMachineFunction.h | 243 std::string fqn; variable
|
D | RenderMachineFunction.cpp | 889 << s(4) << "<title>" << fqn << "</title>\n"; in renderFunctionPage() 931 fqn = mf->getFunction()->getParent()->getModuleIdentifier() + "." + in runOnMachineFunction()
|
/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()
|