Home
last modified time | relevance | path

Searched defs:cats (Results 1 – 25 of 29) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DprespecializedGenericMembers1.js13 constructor(cats: { barry: Cat<IKitty>; }) { argument
34 function CatBag(cats) { argument
DundefinedTypeArgument1.js5 var cats = new Array(); variable
DcontextuallyTypedIifeStrict.js5 (function (cats) { })("lol"); argument
40 (function (cats) { })("lol"); argument
DcontextuallyTypedIife.js5 (function (cats) { })("lol"); argument
40 (function (cats) { })("lol"); argument
/third_party/typescript/tests/cases/compiler/
DundefinedTypeArgument1.ts1 var cats = new Array<WAWA>(); variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.1/mapped_types/
Dmapped_types_3.ts34 const cats: Record<CatNameType, CatInfoTest> = { constant
/third_party/python/Tools/unicode/
Dmkstringprep.py4 def gen_category(cats): argument
9 def gen_bidirectional(cats): argument
/third_party/selinux/libsepol/src/
Dpolicydb_validate.c497 static int validate_mls_semantic_cat(mls_semantic_cat_t *cat, validate_t *cats) in validate_mls_semantic_cat()
512 …ic int validate_mls_semantic_level(mls_semantic_level_t *level, validate_t *sens, validate_t *cats) in validate_mls_semantic_level()
527 …ic int validate_mls_semantic_range(mls_semantic_range_t *range, validate_t *sens, validate_t *cats) in validate_mls_semantic_range()
540 static int validate_mls_level(mls_level_t *level, validate_t *sens, validate_t *cats) in validate_mls_level()
561 static int validate_mls_range(mls_range_t *range, validate_t *sens, validate_t *cats) in validate_mls_range()
Dkernel_to_conf.c1014 static size_t cats_ebitmap_len(struct ebitmap *cats, char **val_to_name) in cats_ebitmap_len()
1041 static char *cats_ebitmap_to_str(struct ebitmap *cats, char **val_to_name) in cats_ebitmap_to_str()
1102 char *name, *cats; in write_level_rules_to_conf() local
1915 ebitmap_t *cats = &level->cat; in level_to_str() local
Dkernel_to_cil.c1019 static size_t cats_ebitmap_len(struct ebitmap *cats, char **val_to_name) in cats_ebitmap_len()
1054 static char *cats_ebitmap_to_str(struct ebitmap *cats, char **val_to_name) in cats_ebitmap_to_str()
1120 char *name, *cats; in write_sensitivitycategory_rules_to_cil() local
1944 ebitmap_t *cats = &level->cat; in level_to_str() local
/third_party/node/src/
Dnode_trace_events.cc62 Local<Array> cats = args[0].As<Array>(); in New() local
Ddebug_utils.cc62 std::string cats; in Parse() local
67 void EnabledDebugList::Parse(const std::string& cats, bool enabled) { in Parse()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstinfo.c472 GstDebugCategory *cats[10000] = { NULL, }; in GST_START_TEST() local
/third_party/selinux/libsepol/cil/src/
Dcil_verify.c594 static int __cil_is_cat_in_cats(struct cil_cat *cat, struct cil_cats *cats) in __cil_is_cat_in_cats()
609 static int __cil_verify_cat_in_cats(struct cil_cat *cat, struct cil_cats *cats) in __cil_verify_cat_in_cats()
619 static int __cil_verify_cats_associated_with_sens(struct cil_sens *sens, struct cil_cats *cats) in __cil_verify_cats_associated_with_sens()
Dcil.c1475 static int cil_cats_to_ebitmap(struct cil_cats *cats, struct ebitmap* cats_ebitmap) in cil_cats_to_ebitmap()
1550 struct cil_cats *cats = lvl->cats; in __cil_level_strlen() local
1602 struct cil_cats *cats = lvl->cats; in __cil_level_to_string() local
2528 void cil_cats_init(struct cil_cats **cats) in cil_cats_init()
Dcil_reset_ast.c243 static inline void cil_reset_cats(struct cil_cats *cats) in cil_reset_cats()
Dcil_write_ast.c313 static void write_cats(FILE *out, struct cil_cats *cats) in write_cats()
Dcil_internal.h693 struct cil_cats *cats; member
702 struct cil_cats *cats; member
709 struct cil_cats *cats; member
Dcil_binary.c3027 static int __cil_cats_to_mls_level(policydb_t *pdb, struct cil_cats *cats, mls_level_t *mls_level) in __cil_cats_to_mls_level()
3076 struct cil_cats *cats = curr->data; in cil_sepol_level_define() local
3097 struct cil_cats *cats = cil_level->cats; in cil_level_to_mls_level() local
Dcil_policy.c196 static void cil_cats_to_policy(FILE *out, struct cil_cats *cats) in cil_cats_to_policy()
/third_party/musl/porting/linux/user/src/locale/
Ddcngettext.c158 static struct msgcat *volatile cats; in dcngettext() local
/third_party/musl/src/locale/
Ddcngettext.c127 static struct msgcat *volatile cats; in dcngettext() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregcomp.c1426 cat_t *cats = g->categories; in categorize() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregcomp.c1298 cat_t *cats = g->categories; in categorize() local
/third_party/selinux/checkpolicy/
Dpolicy_define.c4175 static int parse_categories(char *id, level_datum_t * levdatum, ebitmap_t * cats) in parse_categories()
4236 mls_semantic_cat_t ** cats) in parse_semantic_categories()

12