/third_party/abseil-cpp/absl/strings/ |
D | str_replace.h | 160 std::vector<ViableSubstitution> subs; in FindSubstitutions() local 196 auto subs = strings_internal::FindSubstitutions(s, replacements); in StrReplaceAll() local 205 auto subs = strings_internal::FindSubstitutions(*target, replacements); in StrReplaceAll() local
|
D | str_replace.cc | 33 auto& subs = *subs_ptr; in ApplySubstitutions() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | str_replace.h | 160 std::vector<ViableSubstitution> subs; in FindSubstitutions() local 196 auto subs = strings_internal::FindSubstitutions(s, replacements); in StrReplaceAll() local 205 auto subs = strings_internal::FindSubstitutions(*target, replacements); in StrReplaceAll() local
|
D | str_replace.cc | 33 auto& subs = *subs_ptr; in ApplySubstitutions() local
|
/third_party/ffmpeg/libavcodec/ |
D | cbs_mpeg2.c | 41 #define SUBSCRIPTS(subs, ...) (subs > 0 ? ((int[subs + 1]){ subs, __VA_ARGS__ }) : NULL) argument 47 #define uis(width, name, subs, ...) \ argument 49 #define uirs(width, name, subs, ...) \ argument 51 #define xui(width, name, var, range_min, range_max, subs, ...) \ argument 53 #define sis(width, name, subs, ...) \ argument 68 #define xuia(width, string, var, range_min, range_max, subs, ...) do { \ argument 76 #define xsi(width, name, var, subs, ...) do { \ argument 108 #define xuia(width, string, var, range_min, range_max, subs, ...) do { \ argument 114 #define xsi(width, name, var, subs, ...) do { \ argument
|
D | cbs_vp9.c | 253 #define SUBSCRIPTS(subs, ...) (subs > 0 ? ((int[subs + 1]){ subs, __VA_ARGS__ }) : NULL) argument 259 #define fs(width, name, subs, ...) \ argument 261 #define ss(width, name, subs, ...) \ argument 268 #define xf(width, name, var, subs, ...) do { \ argument 275 #define xs(width, name, var, subs, ...) do { \ argument 289 #define fle(width, name, subs, ...) do { \ argument 305 #define prob(name, subs, ...) do { \ argument 348 #define xf(width, name, var, subs, ...) do { \ argument 353 #define xs(width, name, var, subs, ...) do { \ argument 362 #define fle(width, name, subs, ...) do { \ argument [all …]
|
D | cbs_h2645.c | 262 #define SUBSCRIPTS(subs, ...) (subs > 0 ? ((int[subs + 1]){ subs, __VA_ARGS__ }) : NULL) argument 278 #define us(width, name, range_min, range_max, subs, ...) \ argument 280 #define ubs(width, name, subs, ...) \ argument 282 #define flags(name, subs, ...) \ argument 284 #define ues(name, range_min, range_max, subs, ...) \ argument 286 #define is(width, name, range_min, range_max, subs, ...) \ argument 288 #define ibs(width, name, subs, ...) \ argument 290 #define ses(name, range_min, range_max, subs, ...) \ argument 303 #define xu(width, name, var, range_min, range_max, subs, ...) do { \ argument 310 #define xue(name, var, range_min, range_max, subs, ...) do { \ argument [all …]
|
D | cbs_av1.c | 547 #define SUBSCRIPTS(subs, ...) (subs > 0 ? ((int[subs + 1]){ subs, __VA_ARGS__ }) : NULL) argument 557 #define fbs(width, name, subs, ...) \ argument 559 #define fcs(width, name, range_min, range_max, subs, ...) \ argument 561 #define flags(name, subs, ...) \ argument 563 #define sus(width, name, subs, ...) \ argument 576 #define xf(width, name, var, range_min, range_max, subs, ...) do { \ argument 584 #define xsu(width, name, var, subs, ...) do { \ argument 600 #define ns(max_value, name, subs, ...) do { \ argument 613 #define subexp(name, max, subs, ...) do { \ argument 664 #define xf(width, name, var, range_min, range_max, subs, ...) do { \ argument [all …]
|
D | cbs_jpeg.c | 34 #define SUBSCRIPTS(subs, ...) (subs > 0 ? ((int[subs + 1]){ subs, __VA_ARGS__ }) : NULL) argument 47 #define xu(width, name, range_min, range_max, subs, ...) do { \ argument 68 #define xu(width, name, range_min, range_max, subs, ...) do { \ argument
|
/third_party/re2/re2/ |
D | prefilter.h | 45 std::vector<Prefilter*>* subs() { in subs() function 52 void set_subs(std::vector<Prefilter*>* subs) { subs_ = subs; } in set_subs()
|
/third_party/alsa-utils/seq/aconnect/ |
D | aconnect.c | 99 static void list_each_subs(snd_seq_t *seq, snd_seq_query_subscribe_t *subs, int type, const char *m… in list_each_subs() 129 snd_seq_query_subscribe_t *subs; in list_subscribers() local 211 snd_seq_port_subscribe_t *subs; in remove_connection() local 275 snd_seq_port_subscribe_t *subs; in main() local
|
/third_party/alsa-lib/src/seq/ |
D | seqmid.c | 123 snd_seq_port_subscribe_t subs; in snd_seq_connect_from() local 150 snd_seq_port_subscribe_t subs; in snd_seq_connect_to() local 177 snd_seq_port_subscribe_t subs; in snd_seq_disconnect_from() local 204 snd_seq_port_subscribe_t subs; in snd_seq_disconnect_to() local
|
/third_party/boost/boost/property_tree/detail/ |
D | ptree_implementation.hpp | 30 struct basic_ptree<K, D, C>::subs struct in boost::property_tree::basic_ptree 32 struct by_name {}; 54 > base_container; 58 by_name_index; 61 static base_container& ch(self_type *s) { in ch() 64 static const base_container& ch(const self_type *s) { in ch() 67 static by_name_index& assoc(self_type *s) { in assoc() 70 static const by_name_index& assoc(const self_type *s) { in assoc()
|
/third_party/jsframework/runtime/main/reactivity/ |
D | dep.js | 13 this.subs = []; property in Dep
|
/third_party/cef/libcef/common/ |
D | cef_crash_report_utils.cc | 37 ParameterMap subs; in FilterParameters() local
|
/third_party/icu/icu4c/source/test/intltest/ |
D | mnkytst.cpp | 86 UnicodeString subs, subt; in TestCollationKey() local 161 UnicodeString subs, subt; in TestCompare() local
|
/third_party/boost/libs/regex/example/snippets/ |
D | regex_token_iterator_eg_2.cpp | 77 const int subs[] = {1, 0,}; in main() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/assembly/arm64/ |
D | ConvDwInt8Row.S | 127 subs x3, x3, #1 label
|
D | ConvDwFp32Row.S | 122 subs x3, x3, #1 label
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/assembly/fp16/ |
D | ConvDwFp16Row.S | 122 subs x3, x3, #1 label
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationMonkeyTest.java | 60 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); in TestCollationKey() local 138 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); in TestCompare() local
|
D | CollationFrozenMonkeyTest.java | 75 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); in TestCollationKey() local 166 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); in TestCompare() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | CollationMonkeyTest.java | 63 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); in TestCollationKey() local 141 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); in TestCompare() local
|
D | CollationFrozenMonkeyTest.java | 78 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); in TestCollationKey() local 169 String subs = source.substring(Math.min(s, slen), Math.min(s + slen, source.length())); in TestCompare() local
|
/third_party/ejdb/src/util/ |
D | lwre.c | 564 RE_Submatches *subs = RE_CALLOC(re, 1, sizeof(RE_Submatches)); in re_submatches_copy() local 572 static void re_submatches_free(struct re *re, RE_Submatches *subs) { in re_submatches_free() 580 static inline RE_Submatches *re_submatches_link(RE_Submatches *subs) { in re_submatches_link() 587 static inline void re_submatches_unlink(struct re *re, RE_Submatches *subs) { in re_submatches_unlink() 611 static inline RE_Thread re_thread(RE_Insn *pc, RE_Submatches *subs) { in re_thread() 617 …hread_schedule(struct re *re, RE_ThreadList *threads, RE_Insn *pc, char *sp, RE_Submatches *subs) { in re_thread_schedule()
|