Home
last modified time | relevance | path

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

123

/third_party/boost/libs/convert/example/
Dalgorithms.cpp25 boost::array<char const*, 3> strs = {{ " 5", "0XF", "not an int" }}; in introduction() local
51 boost::array<char const*, 3> strs = {{ " 5", "0XF", "not an int" }}; in example1() local
76 boost::array<char const*, 3> strs = {{ " 5", "0XF", "not an int" }}; in example2() local
98 boost::array<char const*, 3> strs = {{ " 5", "0XF", "not an int" }}; in example3() local
124 boost::array<char const*, 3> strs = {{ " 5", "0XF", "not an int" }}; in example4() local
160 std::vector<std::string> strs; in example5() local
/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.c105 int strs_init(struct strs **strs, size_t size) in strs_init()
132 void strs_destroy(struct strs **strs) in strs_destroy()
146 void strs_free_all(struct strs *strs) in strs_free_all()
158 int strs_add(struct strs *strs, char *s) in strs_add()
179 int strs_create_and_add(struct strs *strs, const char *fmt, int num, ...) in strs_create_and_add()
206 char *strs_remove_last(struct strs *strs) in strs_remove_last()
215 int strs_add_at_index(struct strs *strs, char *s, unsigned index) in strs_add_at_index()
240 char *strs_read_at_index(struct strs *strs, unsigned index) in strs_read_at_index()
256 void strs_sort(struct strs *strs) in strs_sort()
264 unsigned strs_num_items(struct strs *strs) in strs_num_items()
[all …]
Dkernel_to_conf.c273 struct strs *strs; in class_constraint_rules_to_strs() local
320 struct strs *strs; in class_validatetrans_rules_to_strs() local
443 struct strs *strs; in write_sids_to_conf() local
512 struct strs *strs; in class_or_common_perms_to_str() local
761 struct strs *strs = args; in map_sensitivity_aliases_to_strs() local
774 struct strs *strs; in write_sensitivity_rules_to_conf() local
892 struct strs *strs = args; in map_category_aliases_to_strs() local
905 struct strs *strs; in write_category_rules_to_conf() local
1150 struct strs *strs; in write_polcap_rules_to_conf() local
1193 struct strs *strs; in write_type_attributes_to_conf() local
[all …]
Dkernel_to_cil.c282 struct strs *strs; in class_constraint_rules_to_strs() local
323 struct strs *strs; in class_validatetrans_rules_to_strs() local
428 struct strs *strs; in class_or_common_perms_to_str() local
544 struct strs *strs; in write_sids_to_cil() local
804 struct strs *strs = args; in map_sensitivity_aliases_to_strs() local
818 struct strs *strs = NULL; in write_sensitivity_rules_to_cil() local
908 struct strs *strs = args; in map_category_aliases_to_strs() local
922 struct strs *strs = NULL; in write_category_rules_to_cil() local
1162 struct strs *strs; in write_polcap_rules_to_cil() local
1205 struct strs *strs; in write_type_attributes_to_cil() local
[all …]
/third_party/musl/porting/linux/user/ldso/
Dstrops.c80 strlist *strs; in strlist_alloc() local
97 static void strlist_realloc(strlist *strs) in strlist_realloc()
111 void strlist_free(strlist *strs) in strlist_free()
121 void strlist_set(strlist *strs,const char *str) in strlist_set()
Dstrops.h30 char **strs; /** string list */ member
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/text/kernels/
Dcase_fold_op.cc33 std::vector<std::string> strs(input->Size()); in Compute() local
Dnormalize_utf8_op.cc63 std::vector<std::string> strs(input->Size()); in Compute() local
Dregex_replace_op.cc49 std::vector<std::string> strs(input->Size()); in Compute() local
Dbasic_tokenizer_op.cc134 std::vector<std::string> strs(input->Size()); in CaseFoldWithoutUnusedWords() local
/third_party/grpc/src/core/lib/gpr/
Dstring.cc235 char* gpr_strjoin(const char** strs, size_t nstrs, size_t* final_length) { in gpr_strjoin()
239 char* gpr_strjoin_sep(const char** strs, size_t nstrs, const char* sep, in gpr_strjoin_sep()
286 static void add_string_to_split(const char* beg, const char* end, char*** strs, in add_string_to_split()
300 void gpr_string_split(const char* input, const char* sep, char*** strs, in gpr_string_split()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dvswscanf.c62 wchar_t strs[20]; in vswscanf_0200() local
/third_party/boost/libs/math/example/daubechies_wavelets/
Dregress_daubechies_accuracy.cpp54 std::vector<std::string> strs; in main() local
/third_party/grpc/src/core/lib/iomgr/
Derror_internal.h49 uint8_t strs[GRPC_ERROR_STR_MAX]; member
/third_party/boost/libs/range/test/adaptor_test/
Duniqued.cpp131 std::vector<istring> strs; in uniqued_return_first() local
/third_party/icu/icu4c/source/tools/toolutil/
Ddbgutil.cpp25 static UnicodeString **strs = NULL; variable
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Ddbgutil.cpp25 static UnicodeString **strs = NULL; variable
/third_party/node/deps/icu-small/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/python/Lib/
Dtrace.py328 def _find_lines_from_code(code, strs): argument
338 def _find_lines(code, strs): argument
/third_party/grpc/test/cpp/end2end/
Dproto_server_reflection_test.cc65 std::stringstream strs; in to_string() local

123