Home
last modified time | relevance | path

Searched defs:strs (Results 1 – 25 of 46) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DtaggedTemplateStringsTypeArgumentInferenceES6.js107 function someGenerics2a(strs, n) { } argument
109 function someGenerics2b(strs, n) { } argument
112 function someGenerics3(strs, producer) { } argument
117 function someGenerics4(strs, n, f) { } argument
122 function someGenerics5(strs, n, f) { } argument
127 function someGenerics6(strs, a, b, c) { } argument
132 function someGenerics7(strs, a, b, c) { } argument
137 function someGenerics8(strs, n) { return n; } argument
141 function someGenerics9(strs, a, b, c) { argument
DtaggedTemplateStringsTypeArgumentInference.js111 function someGenerics2a(strs, n) { } argument
113 function someGenerics2b(strs, n) { } argument
116 function someGenerics3(strs, producer) { } argument
121 function someGenerics4(strs, n, f) { } argument
126 function someGenerics5(strs, n, f) { } argument
131 function someGenerics6(strs, a, b, c) { } argument
136 function someGenerics7(strs, a, b, c) { } argument
141 function someGenerics8(strs, n) { return n; } argument
145 function someGenerics9(strs, a, b, c) { argument
/third_party/libwebsockets/lib/plat/unix/
Dunix-caps.c74 char strs[1024]; local
92 char strs[1024]; local
121 char strs[1024]; local
144 char strs[1024]; local
171 char strs[1024]; local
201 char strs[1024]; local
/third_party/selinux/libsepol/src/
Dkernel_to_common.h80 struct strs { struct
95 int strs_init(struct strs **strs, size_t size); argument
Dkernel_to_common.c107 int strs_init(struct strs **strs, size_t size) in strs_init()
138 void strs_destroy(struct strs **strs) in strs_destroy()
152 void strs_free_all(struct strs *strs) in strs_free_all()
164 int strs_add(struct strs *strs, char *s) in strs_add()
185 int strs_create_and_add(struct strs *strs, const char *fmt, int num, ...) in strs_create_and_add()
212 char *strs_remove_last(struct strs *strs) in strs_remove_last()
221 int strs_add_at_index(struct strs *strs, char *s, size_t index) in strs_add_at_index()
246 char *strs_read_at_index(struct strs *strs, size_t index) in strs_read_at_index()
262 void strs_sort(struct strs *strs) in strs_sort()
270 unsigned strs_num_items(const struct strs *strs) in strs_num_items()
[all …]
Dkernel_to_conf.c277 struct strs *strs; in class_constraint_rules_to_strs() local
331 struct strs *strs; in class_validatetrans_rules_to_strs() local
454 struct strs *strs; in write_sids_to_conf() local
523 struct strs *strs; in class_or_common_perms_to_str() local
783 struct strs *strs = args; in map_sensitivity_aliases_to_strs() local
796 struct strs *strs; in write_sensitivity_rules_to_conf() local
914 struct strs *strs = args; in map_category_aliases_to_strs() local
927 struct strs *strs; in write_category_rules_to_conf() local
1171 struct strs *strs; in write_polcap_rules_to_conf() local
1214 struct strs *strs; in write_type_attributes_to_conf() local
[all …]
Dkernel_to_cil.c286 struct strs *strs; in class_constraint_rules_to_strs() local
330 struct strs *strs; in class_validatetrans_rules_to_strs() local
437 struct strs *strs; in class_or_common_perms_to_str() local
556 struct strs *strs; in write_sids_to_cil() local
825 struct strs *strs = args; in map_sensitivity_aliases_to_strs() local
839 struct strs *strs = NULL; in write_sensitivity_rules_to_cil() local
929 struct strs *strs = args; in map_category_aliases_to_strs() local
943 struct strs *strs = NULL; in write_category_rules_to_cil() local
1188 struct strs *strs; in write_polcap_rules_to_cil() local
1231 struct strs *strs; in write_type_attributes_to_cil() local
[all …]
/third_party/musl/porting/linux/user/ldso/
Dstrops.c79 strlist *strs; in strlist_alloc() local
96 static void strlist_realloc(strlist *strs) in strlist_realloc()
110 void strlist_free(strlist *strs) in strlist_free()
120 void strlist_set(strlist *strs,const char *str) in strlist_set()
Dstrops.h30 char **strs; /** string list */ member
/third_party/musl/ldso/linux/
Dstrops.c79 strlist *strs; in strlist_alloc() local
96 static void strlist_realloc(strlist *strs) in strlist_realloc()
110 void strlist_free(strlist *strs) in strlist_free()
120 void strlist_set(strlist *strs, const char *str) in strlist_set()
Dstrops.h30 char **strs; /** string list */ member
/third_party/musl/libc-test/src/functionalext/unittest/
Dunit_test_mock_strops.c73 static void strlist_realloc(strlist *strs) in strlist_realloc()
77 void strlist_free(strlist *strs) in strlist_free()
81 void strlist_set(strlist *strs,const char *str) in strlist_set()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dvswscanf.c62 wchar_t strs[20]; in vswscanf_0200() local
/third_party/libabigail/src/
Dabg-regex.cc88 generate_from_strings(const std::vector<std::string>& strs) in generate_from_strings()
/third_party/vk-gl-cts/external/amber/src/src/
Dtype_parser_test.cc1253 } strs[] = { in TEST_F() local
1282 } strs[] = { in TEST_F() local
/third_party/icu/icu4c/source/test/cintltst/
Dulistfmttest.c264 const UChar *strs[] = {u"A", u""}; in TestUList21871_A() local
312 const UChar *strs[] = {u"", u"B"}; in TestUList21871_B() local
/third_party/node/deps/icu-small/source/tools/toolutil/
Ddbgutil.cpp25 static UnicodeString **strs = nullptr; variable
/third_party/python/Lib/
Dtrace.py328 def _find_lines_from_code(code, strs): argument
338 def _find_lines(code, strs): argument
/third_party/icu/icu4c/source/tools/toolutil/
Ddbgutil.cpp25 static UnicodeString **strs = NULL; variable
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Ddbgutil.cpp25 static UnicodeString **strs = NULL; variable
/third_party/typescript/tests/ts_extra_tests/tool/
Dtestcfg.py32 def get_error_message(strs, filename): argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_cat_test.cc110 std::string strs[] = {"Hello", "Cruel", "World"}; in TEST() local
322 std::string strs[] = {"Hello", "Cruel", "World"}; in TEST() local
/third_party/libbpf/src/
Dlibbpf_probes.c252 const char strs[] = "\0bpf_spin_lock\0val\0cnt\0l"; in load_local_storage_btf() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
DTestFmwk.java519 String strs[] = new String[array.length]; in checkArray() local
539 String strs[] = new String[array.length]; in checkArray() local
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DTestFmwk.java494 String strs[] = new String[array.length]; in checkArray() local
514 String strs[] = new String[array.length]; in checkArray() local

12