/third_party/typescript/tests/baselines/reference/ |
D | prespecializedGenericMembers1.js | 13 constructor(cats: { barry: Cat<IKitty>; }) { argument 34 function CatBag(cats) { argument
|
D | undefinedTypeArgument1.js | 5 var cats = new Array(); variable
|
D | contextuallyTypedIifeStrict.js | 5 (function (cats) { })("lol"); argument 40 (function (cats) { })("lol"); argument
|
D | contextuallyTypedIife.js | 5 (function (cats) { })("lol"); argument 40 (function (cats) { })("lol"); argument
|
/third_party/typescript/tests/cases/compiler/ |
D | undefinedTypeArgument1.ts | 1 var cats = new Array<WAWA>(); variable
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.1/mapped_types/ |
D | mapped_types_3.ts | 34 const cats: Record<CatNameType, CatInfoTest> = { constant
|
/third_party/python/Tools/unicode/ |
D | mkstringprep.py | 4 def gen_category(cats): argument 9 def gen_bidirectional(cats): argument
|
/third_party/selinux/libsepol/src/ |
D | policydb_validate.c | 497 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()
|
D | kernel_to_conf.c | 1014 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
|
D | kernel_to_cil.c | 1019 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/ |
D | node_trace_events.cc | 62 Local<Array> cats = args[0].As<Array>(); in New() local
|
D | debug_utils.cc | 62 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/ |
D | gstinfo.c | 472 GstDebugCategory *cats[10000] = { NULL, }; in GST_START_TEST() local
|
/third_party/selinux/libsepol/cil/src/ |
D | cil_verify.c | 594 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()
|
D | cil.c | 1475 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()
|
D | cil_reset_ast.c | 243 static inline void cil_reset_cats(struct cil_cats *cats) in cil_reset_cats()
|
D | cil_write_ast.c | 313 static void write_cats(FILE *out, struct cil_cats *cats) in write_cats()
|
D | cil_internal.h | 693 struct cil_cats *cats; member 702 struct cil_cats *cats; member 709 struct cil_cats *cats; member
|
D | cil_binary.c | 3027 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
|
D | cil_policy.c | 196 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/ |
D | dcngettext.c | 158 static struct msgcat *volatile cats; in dcngettext() local
|
/third_party/musl/src/locale/ |
D | dcngettext.c | 127 static struct msgcat *volatile cats; in dcngettext() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regcomp.c | 1426 cat_t *cats = g->categories; in categorize() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regcomp.c | 1298 cat_t *cats = g->categories; in categorize() local
|
/third_party/selinux/checkpolicy/ |
D | policy_define.c | 4175 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()
|