/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/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/icu/icu4c/source/test/intltest/ |
D | mnkytst.cpp | 86 UnicodeString subs, subt; in TestCollationKey() local 161 UnicodeString subs, subt; in TestCompare() local
|
/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/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/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/gstreamer/gstplugins_bad/gst/dvbsuboverlay/ |
D | gstdvbsuboverlay.c | 185 DVBSubtitles *subs; in gst_dvbsub_overlay_flush_subtitles() local 272 DVBSubtitles *subs; in gst_dvbsub_overlay_finalize() local 803 new_dvb_subtitles_cb (DvbSub * dvb_sub, DVBSubtitles * subs, gpointer user_data) in new_dvb_subtitles_cb() 908 DVBSubtitles * subs) in gst_dvbsub_overlay_subs_to_comp()
|
/third_party/elfutils/libdwelf/ |
D | dwelf_strtab.c | 233 for (Dwelf_Strent *subs = (*sep)->next; subs != NULL; in strtab_add() local 302 for (Dwelf_Strent *subs = nodep->next; subs != NULL; subs = subs->next) in copystrings() local
|
/third_party/ffmpeg/libavformat/ |
D | tedcaptionsdec.c | 32 FFDemuxSubtitlesQueue subs; member 184 static int parse_file(AVIOContext *pb, FFDemuxSubtitlesQueue *subs) in parse_file()
|
D | subtitles.h | 103 AVPacket **subs; ///< array of subtitles packets member
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | TextFormatParseInfoTree.java | 78 Map<FieldDescriptor, List<TextFormatParseInfoTree>> subs = in TextFormatParseInfoTree() local
|
/third_party/rust/crates/regex/tests/ |
D | api.rs | 160 let subs: Vec<_> = cap.iter().collect(); in sub_capture_matches() localVariable
|
/third_party/rust/crates/clap/src/builder/ |
D | debug_asserts.rs | 327 let mut subs = FlatSet::new(); in assert_app() localVariable
|
/third_party/benchmark/test/ |
D | output_test_helper.cc | 82 SubMap const& subs = GetSubstitutions(); in PerformSubstitutions() local 368 auto& subs = internal::GetSubstitutions(); in SetSubstitutions() local
|
/third_party/gstreamer/gstplugins_bad/ext/teletextdec/ |
D | gstteletextdec.c | 861 GString *subs; in gst_teletextdec_export_text_page() local 936 GString *subs; in gst_teletextdec_export_pango_page() local
|