Home
last modified time | relevance | path

Searched defs:str (Results 2176 - 2200 of 2973) sorted by relevance

1...<<81828384858687888990>>...119

/third_party/alsa-utils/topology/
H A Dpre-process-object.c546 char *token, *type, *str; in tplg_pp_add_object_tuple_section() local
1576 pre_process_find_variable(snd_config_t **dst, const char *str, snd_config_t *config) pre_process_find_variable() argument
1599 pre_process_object_variables_expand_fcn(snd_config_t **dst, const char *str, void *private_data) pre_process_object_variables_expand_fcn() argument
1725 char *str = strdup(s); tplg_evaluate_config_string() local
[all...]
/third_party/alsa-utils/alsactl/
H A Dinit_parse.c942 static char *get_key_attribute(struct space *space, char *str, char *res, size_t ressize) in get_key_attribute() argument
966 static char *get_format_attribute(struct space *space, char **str) in get_format_attribute() argument
986 get_format_len(struct space *space, char **str) get_format_len() argument
[all...]
/third_party/backends/backend/
H A Dabaton.c881 const char *str = dev_name + 7; in sane_init() local
H A Dplustek.c1435 char str[PATH_MAX] = _DEFAULT_DEVICE; in sane_init() local
[all...]
H A Dplustek_pp.c1133 char str[PATH_MAX] = _DEFAULT_DEVICE; in sane_init() local
[all...]
H A Dst400.c173 static int str_at_offset(char *str, size_t offset, unsigned char *data) in str_at_offset() argument
687 char line[PATH_MAX], *str; in sane_init() local
[all...]
H A Dtest.c211 char str[200]; in print_gamma_table() local
H A Dhp5400_sane.c609 SANE_Char *str = NULL; in sane_init() local
/third_party/backends/backend/pixma/
H A Dpixma_common.c96 u8tohex (uint8_t x, char *str) in u8tohex() argument
108 u32tohex (uint32_t x, char *str) in u32tohex() argument
/third_party/cups-filters/filter/
H A Dimagetopdf.c267 static void outPdf(const char *str) in outPdf() argument
/third_party/cups-filters/filter/foomatic-rip/
H A Dutil.c65 int prefixcmp(const char *str, const char *prefix) in prefixcmp() argument
70 int prefixcasecmp(const char *str, const char *prefix) in prefixcasecmp() argument
75 int startswith(const char *str, const char *prefix) in startswith() argument
80 int endswith(const char *str, const char *postfix) in endswith() argument
93 skip_whitespace(const char *str) skip_whitespace() argument
213 strrepl(char *str, const char *chars, char repl) strrepl() argument
224 strrepl_nodups(char *str, const char *chars, char repl) strrepl_nodups() argument
248 strclr(char *str) strclr() argument
256 strnchr(const char *str, int c, size_t n) strnchr() argument
376 is_true_string(const char *str) is_true_string() argument
382 is_false_string(const char *str) is_false_string() argument
484 line_count(const char *str) line_count() argument
495 line_start(const char *str, int line_number) line_start() argument
774 dstrprepend(dstr_t *ds, const char *str) dstrprepend() argument
783 dstrinsert(dstr_t *ds, int idx, const char *str) dstrinsert() argument
809 dstrinsertf(dstr_t *ds, int idx, const char *str, ...) dstrinsertf() argument
852 dstrcatline(dstr_t *ds, const char *str) dstrcatline() argument
860 dstrendswith(dstr_t *ds, const char *str) dstrendswith() argument
[all...]
/third_party/curl/lib/
H A Dcookie.c363 static void strstore(char **str, const char *newstr, size_t len) in strstore() argument
H A Dftplistparser.c242 static unsigned int ftp_pl_get_permission(const char *str) in ftp_pl_get_permission() argument
319 char *str = Curl_dyn_ptr(&infop->buf); ftp_pl_insert_finfo() local
[all...]
H A Dimap.c1815 static char *imap_atom(const char *str, bool escape_only) in imap_atom() argument
[all...]
H A Dmprintf.c150 char *str; member
703 char *str = optr->start; in formatf() local
869 const char *str; in formatf() local
[all...]
/third_party/cJSON/tests/unity/src/
H A Dunity.c1500 int UnityStringArgumentMatches(const char* str) in UnityStringArgumentMatches() argument
/third_party/gn/src/gn/
H A Dparse_tree.cc61 SplitAtFirst( std::string_view str, char c) SplitAtFirst() argument
[all...]
/third_party/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc1150 std::string FromStringLike(internal::StringLike<T> str) { in TEST() argument
1641 std::string str; TEST() member
[all...]
H A Dgmock-actions_test.cc1094 std::string str; in TEST() local
1118 std::wstring str = L""; in TEST() local
1130 std::string str; in TEST() local
1159 std::wstring str; TEST() local
[all...]
H A Dgmock-more-actions_test.cc146 std::string Binary(const std::string& str, char c) const { return str + c; } in Binary() argument
/third_party/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc495 const std::string& str() const { return str_; } in str() function in NonDefaultConstructAssignString
H A Dgoogletest-printers-test.cc734 AssertionResult HasPrefix(const StringType& str, const StringType& prefix) { in HasPrefix() argument
941 std::u8string str = u8"Hello, 世界"; TEST() local
948 std::u16string str = u"Hello, 世界"; TEST() local
954 std::u32string str = U"Hello, 🗺️"; TEST() local
1027 const char str[] = "NUL (\\0) and \\r\\t"; TEST() local
1233 const char* const str = "8"; TEST() local
1484 char str[] = "hi\\1"; TEST() local
1498 wchar_t str[] = L"hi\\1"; TEST() local
1511 char str[] = "hi \\"world\\""; TEST() local
1519 const char str[] = "hi \\"world\\""; TEST() local
1526 wchar_t str[] = L"hi \\"world\\""; TEST() local
1534 const wchar_t str[] = L"hi \\"world\\""; TEST() local
1544 const char str[] = "hi \\"world\\""; TEST() local
1552 const wchar_t str[] = L"hi \\"w\\0rld\\""; TEST() local
1769 const char str[] = "\\"Line\\0 1\\"\\nLine 2"; TEST() local
[all...]
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-function-mocker.h73 constexpr bool StartsWith(const char (&prefix)[N], const char (&str)[M]) { in StartsWith() argument
78 constexpr bool EndsWith(const char (&suffix)[N], const char (&str)[M]) { in EndsWith() argument
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationDataBuilder.java1248 int fetchCEs(CharSequence str, int start, long ces[], int cesLength) { in fetchCEs() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNormalizer.java566 public Normalizer(String str, Mode mode, int opt) { in Normalizer() argument
675 public static String compose(String str, boolean compat) { in compose() argument
691 public static String compose(String str, boolean compat, int options) { in compose() argument
755 decompose(String str, boolean compat) decompose() argument
771 decompose(String str, boolean compat, int options) decompose() argument
840 normalize(String str, Mode mode, int options) normalize() argument
1078 isNormalized(String str, Mode mode, int options) isNormalized() argument
[all...]

Completed in 80 milliseconds

1...<<81828384858687888990>>...119