Home
last modified time | relevance | path

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

/external/bazelbuild-rules_android/rules/
Dacls.bzl24 2. Check `acls.list_name(fqn)` using the //fully/qualified:target
69 def _in_aar_import_deps_checker(fqn):
70 …return not _matches(fqn, AAR_IMPORT_DEPS_CHECKER_FALLBACK_DICT) and _matches(fqn, AAR_IMPORT_DEPS_…
72 def _in_aar_import_explicit_exports_manifest(fqn):
73 return _matches(fqn, AAR_IMPORT_EXPLICIT_EXPORTS_MANIFEST_DICT)
75 def _in_aar_import_exports_r_java(fqn):
76 return _matches(fqn, AAR_IMPORT_EXPORTS_R_JAVA_DICT)
78 def _in_aar_import_pkg_check(fqn):
79 …return not _matches(fqn, AAR_IMPORT_PKG_CHECK_FALLBACK_DICT) and _matches(fqn, AAR_IMPORT_PKG_CHEC…
81 def _in_aar_propagate_resources(fqn):
[all …]
/external/selinux/libsepol/cil/src/
Dcil_policy.c127 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 …]
Dcil_find.c310 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()
Dcil.c441 (*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 …]
Dcil_binary.c85 *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 …]
Dcil_symtab.h41 char *fqn; member
Dcil_symtab.c65 datum->fqn = NULL; in cil_symtab_datum_init()
93 datum->fqn = key; in cil_symtab_insert()
Dcil_fqn.c65 datum->fqn = cil_strpool_add(prefix); in __cil_fqn_qualify_decls()
Dcil_post.c68 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()
Dcil_resolve_ast.c915 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/rust/crates/protobuf-codegen/src/
Dscope.rs32 pub fn _find_enum(&'a self, fqn: &ProtobufAbsolutePath) -> EnumWithScope<'a> { in _find_enum()
33 match self.find_message_or_enum(fqn) { in _find_enum()
35 _ => panic!("not an enum: {}", fqn), in _find_enum()
40 pub fn find_message(&'a self, fqn: &ProtobufAbsolutePath) -> MessageWithScope<'a> { in find_message()
41 match self.find_message_or_enum(fqn) { in find_message()
43 _ => panic!("not a message: {}", fqn), in find_message()
50 fqn: &ProtobufAbsolutePath, in find_message_or_enum()
52 assert!(!fqn.is_empty()); in find_message_or_enum()
55 .flat_map(|p| p.find_message_or_enum_abs(fqn)) in find_message_or_enum()
57 .expect(&format!("enum not found by name: {}", fqn)) in find_message_or_enum()
/external/rust/crates/protobuf/src/
Ddescriptorx.rs69 pub fn find_enum(&'a self, fqn: &str) -> EnumWithScope<'a> { in find_enum()
70 match self.find_message_or_enum(fqn) { in find_enum()
72 _ => panic!("not an enum: {}", fqn), in find_enum()
77 pub fn find_message(&'a self, fqn: &str) -> MessageWithScope<'a> { in find_message()
78 match self.find_message_or_enum(fqn) { in find_message()
80 _ => panic!("not a message: {}", fqn), in find_message()
85 pub fn find_message_or_enum(&'a self, fqn: &str) -> MessageOrEnumWithScope<'a> { in find_message_or_enum()
86 assert!(fqn.starts_with("."), "name must start with dot: {}", fqn); in find_message_or_enum()
87 let fqn1 = &fqn[1..]; in find_message_or_enum()
102 .expect(&format!("enum not found by name: {}", fqn)) in find_message_or_enum()
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/
DRenamePackage.java46 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/
DBasicOutputSourceFileGenerator.java38 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/
DTypeDeclarationTest.java58 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/
Dbuild_ssl.py68 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/
Dbuild_ssl.py72 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/
Dbuild_ssl.py77 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/
DJavassistEnumDeclaration.java261 …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()
DJavassistInterfaceDeclaration.java237 …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()
DJavassistClassDeclaration.java155 …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/
DTypeDeclaration.java204 … (TypeDeclaration<?>) td).flatMap(td -> td.getFullyQualifiedName().map(fqn -> fqn + "." + getNameA… in getFullyQualifiedName()
/external/libabigail/src/
Dabg-ir.cc9289 find_next_delim_in_cplus_type(const string& fqn, in find_next_delim_in_cplus_type() argument
9296 for (; i < fqn.size(); ++i) in find_next_delim_in_cplus_type()
9298 if (fqn[i] == '<') in find_next_delim_in_cplus_type()
9300 else if (fqn[i] == '>') in find_next_delim_in_cplus_type()
9302 else if (i + 1 < fqn.size() in find_next_delim_in_cplus_type()
9304 && fqn[i] == ':' in find_next_delim_in_cplus_type()
9305 && fqn[i+1] == ':') in find_next_delim_in_cplus_type()
9321 fqn_to_components(const string& fqn, in fqn_to_components() argument
9324 string::size_type fqn_size = fqn.size(), comp_begin = 0, comp_end = fqn_size; in fqn_to_components()
9327 if (!find_next_delim_in_cplus_type(fqn, comp_begin, comp_end)) in fqn_to_components()
[all …]
/external/testng/src/main/java/org/testng/internal/
DUtils.java667 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/
Dbuild.gradle256 // Redefine source sets because we are not using 'kotlin/main/fqn' folder convention