HomeSort by relevance Sort by last modified time
    Searched refs:cats (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/
bug2527974.css 8 yo: cats;
bug2527974.css.min 1 /*! $LastChangedRevision: 81 $ $LastChangedDate: 2009-05-27 17:41:02 +0100 (Wed, 27 May 2009) $ */body{yo:cats}ul[id$=foo] label:hover{yo:yo
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/out/
bug2527974.out.b 1 /*! $LastChangedRevision: 81 $ $LastChangedDate: 2009-05-27 17:41:02 +0100 (Wed, 27 May 2009) $ */body{yo:cats}ul[id$=foo] label:hover{yo:yo
  /external/selinux/policycoreutils/scripts/
chcat 61 cats = []
66 cats.append(top[1])
67 cats = expandCats(cats)
70 if i not in cats:
71 cats.append(i)
74 if len(cats) > 0:
75 new_serange = "%s-%s:%s" % (serange[0], top[0], ",".join(cats))
113 cats = clist[1:]
114 cats.sort(
    [all...]
  /external/selinux/libsepol/cil/src/
cil_reset_ast.c 196 static inline void cil_reset_cats(struct cil_cats *cats)
198 if (cats != NULL) {
199 cats->evaluated = CIL_FALSE;
200 cil_list_destroy(&cats->datum_expr, CIL_FALSE);
207 cil_reset_cats(senscat->cats);
212 cil_reset_cats(catset->cats);
217 cil_reset_cats(level->cats);
cil_policy.c 58 #define CATS 6
75 struct cil_list *cats; member in struct:cil_args_genpolicy
365 int cil_cat_to_policy(FILE **file_arr, struct cil_list *cats)
369 if (cats == NULL) {
373 cil_list_for_each(curr_cat, cats) {
375 fprintf(file_arr[CATS], "category %s", cat_multimap_item->key->name);
377 fprintf(file_arr[CATS], ";\n");
380 fprintf(file_arr[CATS], " alias");
382 fprintf(file_arr[CATS], " %s", ((struct cil_cat*)curr_catalias->data)->datum.name);
384 fprintf(file_arr[CATS], ";\n");
1110 struct cil_list *cats = NULL; local
1199 struct cil_list *cats = NULL; local
    [all...]
cil_post.c 686 static int __evaluate_cat_expression(struct cil_cats *cats, struct cil_db *db)
693 if (cats->evaluated == CIL_TRUE) {
697 if (cil_verify_is_list(cats->datum_expr, CIL_CAT)) {
702 rc = __cil_expr_to_bitmap(cats->datum_expr, &bitmap, db->num_cats, db);
719 cil_list_destroy(&cats->datum_expr, CIL_FALSE);
721 cats->datum_expr = new;
725 cats->datum_expr = NULL;
728 cats->evaluated = CIL_TRUE;
746 if (catset->cats->evaluated == CIL_FALSE) {
747 rc = __evaluate_cat_expression(catset->cats, db)
    [all...]
cil.c 1176 static int cil_cats_to_ebitmap(struct cil_cats *cats, struct ebitmap* cats_ebitmap)
1185 if (cats == NULL) {
1190 cil_list_for_each(i, cats->datum_expr) {
1194 cil_list_for_each(j, cs->cats->datum_expr) {
1230 rc = cil_cats_to_ebitmap(low->cats, &elow);
1235 rc = cil_cats_to_ebitmap(high->cats, &ehigh);
1249 struct cil_cats *cats = lvl->cats; local
1258 if (cats && cats->datum_expr != NULL)
1301 struct cil_cats *cats = lvl->cats; local
    [all...]
cil_verify.c 440 int __cil_is_cat_in_cats(struct cil_cat *cat, struct cil_cats *cats)
444 cil_list_for_each(i, cats->datum_expr) {
455 int __cil_verify_cat_in_cats(struct cil_cat *cat, struct cil_cats *cats)
457 if (__cil_is_cat_in_cats(cat, cats) != CIL_TRUE) {
465 int __cil_verify_cats_associated_with_sens(struct cil_sens *sens, struct cil_cats *cats)
470 if (!cats) {
479 cil_list_for_each(i, cats->datum_expr) {
565 rc = __cil_verify_levelrange_cats(lr->low->cats, lr->high->cats);
570 rc = __cil_verify_cats_associated_with_sens(lr->low->sens, lr->low->cats);
    [all...]
cil_internal.h 613 struct cil_cats *cats; member in struct:cil_catset
622 struct cil_cats *cats; member in struct:cil_senscat
629 struct cil_cats *cats; member in struct:cil_level
935 void cil_cats_init(struct cil_cats **cats);
cil_copy_ast.c 839 cil_copy_cats(db, orig->cats, &new->cats);
855 cil_copy_cats(db, orig->cats, &new->cats);
898 if (orig->cats != NULL) {
899 cil_copy_cats(db, orig->cats, &(*new)->cats);
    [all...]
cil_tree.c 448 void cil_tree_print_cats(struct cil_cats *cats)
450 cil_tree_print_expr(cats->datum_expr, cats->str_expr);
516 cil_tree_print_cats(level->cats);
1158 cil_tree_print_cats(catset->cats);
1189 cil_tree_print_cats(senscat->cats);
    [all...]
cil_build_ast.h 212 int cil_fill_cats(struct cil_tree_node *curr, struct cil_cats **cats);
213 void cil_destroy_cats(struct cil_cats *cats);
cil_build_ast.c     [all...]
cil_resolve_ast.c     [all...]
cil_binary.c 2465 struct cil_cats *cats = curr->data; local
2486 struct cil_cats *cats = cil_level->cats; local
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
mls.py 116 cats = sens_split[1]
120 for group in cats.split(","):
290 cats = sorted(self.categories(), key=lambda k: k._value)
292 if cats:
295 for _, i in itertools.groupby(cats, key=lambda k,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/policyrep/
mls.py 116 cats = sens_split[1]
120 for group in cats.split(","):
290 cats = sorted(self.categories(), key=lambda k: k._value)
292 if cats:
295 for _, i in itertools.groupby(cats, key=lambda k,
  /external/llvm/lib/Support/
regcomp.c 1298 cat_t *cats = g->categories; local
1308 if (cats[c] == 0 && isinsets(g, c)) {
1310 cats[c] = cat;
1312 if (cats[c2] == 0 && samesets(g, c, c2))
1313 cats[c2] = cat;
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 1252 cat_t *cats = g->categories; local
1262 if (cats[c] == 0 && isinsets(g, c)) {
1264 cats[c] = cat;
1266 if (cats[c2] == 0 && samesets(g, c, c2))
1267 cats[c2] = cat;
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 1613 cat_t *cats; local
    [all...]
  /external/selinux/checkpolicy/
policy_define.c     [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 4232 final StringBuilder cats = new StringBuilder("Intent d="); local
    [all...]
  /external/selinux/libsepol/src/
module_to_cil.c 2844 char *cats = NULL; local
    [all...]
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 

Completed in 668 milliseconds

1 2 3 4