/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-complex-myanmar.hh | 69 unsigned int cat = type & 0xFFu; in set_myanmar_properties() local 76 cat = OT_VS; in set_myanmar_properties() 81 cat = OT_C; /* The spec says C, IndicSyllableCategory doesn't have. */ in set_myanmar_properties() 88 cat = OT_GB; in set_myanmar_properties() 92 cat = OT_Ra; in set_myanmar_properties() 96 cat = OT_A; in set_myanmar_properties() 100 cat = OT_H; in set_myanmar_properties() 104 cat = OT_As; in set_myanmar_properties() 112 cat = OT_D; in set_myanmar_properties() 116 cat = OT_D; /* XXX The spec says D0, but Uniscribe doesn't seem to do. */ in set_myanmar_properties() [all …]
|
D | hb-ot-shape-complex-khmer.hh | 59 khmer_category_t cat = (khmer_category_t) (type & 0xFFu); in set_khmer_properties() local 71 cat = (khmer_category_t) OT_Ra; in set_khmer_properties() 77 cat = OT_Robatic; in set_khmer_properties() 87 cat = OT_Xgroup; in set_khmer_properties() 94 cat = OT_Ygroup; in set_khmer_properties() 101 if (cat == (khmer_category_t) OT_M) in set_khmer_properties() 104 case POS_PRE_C: cat = (khmer_category_t) OT_VPre; break; in set_khmer_properties() 105 case POS_BELOW_C: cat = (khmer_category_t) OT_VBlw; break; in set_khmer_properties() 106 case POS_ABOVE_C: cat = (khmer_category_t) OT_VAbv; break; in set_khmer_properties() 107 case POS_POST_C: cat = (khmer_category_t) OT_VPst; break; in set_khmer_properties() [all …]
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-complex-myanmar.hh | 67 unsigned int cat = type & 0x7Fu; in set_myanmar_properties() local 74 cat = OT_VS; in set_myanmar_properties() 79 cat = OT_C; /* The spec says C, IndicSyllableCategory doesn't have. */ in set_myanmar_properties() 86 cat = OT_GB; in set_myanmar_properties() 90 cat = OT_Ra; in set_myanmar_properties() 94 cat = OT_A; in set_myanmar_properties() 98 cat = OT_H; in set_myanmar_properties() 102 cat = OT_As; in set_myanmar_properties() 110 cat = OT_D; in set_myanmar_properties() 114 cat = OT_D; /* XXX The spec says D0, but Uniscribe doesn't seem to do. */ in set_myanmar_properties() [all …]
|
D | hb-ot-shape-complex-khmer.hh | 58 khmer_category_t cat = (khmer_category_t) (type & 0x7Fu); in set_khmer_properties() local 70 cat = (khmer_category_t) OT_Ra; in set_khmer_properties() 76 cat = OT_Robatic; in set_khmer_properties() 86 cat = OT_Xgroup; in set_khmer_properties() 93 cat = OT_Ygroup; in set_khmer_properties() 100 if (cat == (khmer_category_t) OT_M) in set_khmer_properties() 103 case POS_PRE_C: cat = OT_VPre; break; in set_khmer_properties() 104 case POS_BELOW_C: cat = OT_VBlw; break; in set_khmer_properties() 105 case POS_ABOVE_C: cat = OT_VAbv; break; in set_khmer_properties() 106 case POS_POST_C: cat = OT_VPst; break; in set_khmer_properties() [all …]
|
/third_party/harfbuzz/src/ |
D | hb-ot-shape-complex-myanmar.hh | 67 unsigned int cat = type & 0xFFu; in set_myanmar_properties() local 74 cat = OT_VS; in set_myanmar_properties() 79 cat = OT_C; /* The spec says C, IndicSyllableCategory doesn't have. */ in set_myanmar_properties() 86 cat = OT_GB; in set_myanmar_properties() 90 cat = OT_Ra; in set_myanmar_properties() 94 cat = OT_A; in set_myanmar_properties() 98 cat = OT_H; in set_myanmar_properties() 102 cat = OT_As; in set_myanmar_properties() 110 cat = OT_D; in set_myanmar_properties() 114 cat = OT_D; /* XXX The spec says D0, but Uniscribe doesn't seem to do. */ in set_myanmar_properties() [all …]
|
D | hb-ot-shape-complex-khmer.hh | 57 khmer_category_t cat = (khmer_category_t) (type & 0xFFu); in set_khmer_properties() local 69 cat = (khmer_category_t) OT_Ra; in set_khmer_properties() 75 cat = OT_Robatic; in set_khmer_properties() 85 cat = OT_Xgroup; in set_khmer_properties() 92 cat = OT_Ygroup; in set_khmer_properties() 99 if (cat == (khmer_category_t) OT_M) in set_khmer_properties() 102 case POS_PRE_C: cat = (khmer_category_t) OT_VPre; break; in set_khmer_properties() 103 case POS_BELOW_C: cat = (khmer_category_t) OT_VBlw; break; in set_khmer_properties() 104 case POS_ABOVE_C: cat = (khmer_category_t) OT_VAbv; break; in set_khmer_properties() 105 case POS_POST_C: cat = (khmer_category_t) OT_VPst; break; in set_khmer_properties() [all …]
|
/third_party/ffmpeg/libavformat/ |
D | concatdec.c | 112 ConcatContext *cat = avf->priv_data; in add_file() local 120 if (cat->safe > 0 && !safe_filename(filename)) { in add_file() 138 if (cat->nb_files >= *nb_files_alloc) { in add_file() 141 if (n <= cat->nb_files || n > SIZE_MAX / sizeof(*cat->files) || in add_file() 142 !(new_files = av_realloc(cat->files, n * sizeof(*cat->files)))) in add_file() 144 cat->files = new_files; in add_file() 148 file = &cat->files[cat->nb_files++]; in add_file() 196 ConcatContext *cat = avf->priv_data; in detect_stream_specific() local 197 AVStream *st = cat->avf->streams[idx]; in detect_stream_specific() 198 ConcatStream *cs = &cat->cur_file->streams[idx]; in detect_stream_specific() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | assertionFunctionsCanNarrowByDiscriminant.types | 3 type: 'cat'; 4 >type : "cat" 28 const animal = { type: 'cat', canMeow: true } as Animal; 30 >{ type: 'cat', canMeow: true } as Animal : Animal 31 >{ type: 'cat', canMeow: true } : { type: "cat"; canMeow: true; } 32 >type : "cat" 33 >'cat' : "cat" 37 assertEqual(animal.type, 'cat' as const); 38 >assertEqual(animal.type, 'cat' as const) : void 40 >animal.type : "cat" | "dog" [all …]
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstinfo.h | 361 void _gst_debug_dump_mem (GstDebugCategory * cat, const gchar * file, 522 #define GST_DEBUG_CATEGORY(cat) GstDebugCategory *cat = NULL argument 530 #define GST_DEBUG_CATEGORY_EXTERN(cat) extern GstDebugCategory *cat argument 539 #define GST_DEBUG_CATEGORY_STATIC(cat) static GstDebugCategory *cat = NULL argument 570 #define GST_DEBUG_CATEGORY_INIT(cat,name,color,description) G_STMT_START{\ argument 571 if (cat == NULL) \ 572 cat = _gst_debug_category_new (name,color,description); \ 594 #define GST_DEBUG_CATEGORY_GET(cat,name) G_STMT_START{\ argument 595 cat = _gst_debug_get_category (name); \ 596 if (!cat) { \ [all …]
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_exclusive_test/ |
D | cpuset_exclusive_test.sh | 41 test 0 = $(cat "$CPUSET/father/child/cpuset.cpu_exclusive") || return 1 49 test 0 = $(cat "$CPUSET/father/child/cpuset.cpu_exclusive") || return 1 57 test 1 = $(cat "$CPUSET/father/child/cpuset.cpu_exclusive") || return 1 65 test 0 = $(cat "$CPUSET/father/child/cpuset.cpu_exclusive") || return 1 74 test 1 = $(cat "$CPUSET/father/cpuset.cpu_exclusive") || return 1 86 test 0 = $(cat "$CPUSET/father/child/cpuset.cpus") || return 1 87 test 1 = $(cat "$CPUSET/father/other/cpuset.cpus") || return 1 99 test 0 = $(cat "$CPUSET/father/child/cpuset.cpus") || return 1 100 test -z $(cat "$CPUSET/father/other/cpuset.cpus") || return 1 112 test 1 = $(cat "$CPUSET/father/child/cpuset.cpu_exclusive") || return 1 [all …]
|
/third_party/node/test/parallel/ |
D | test-child-process-stdin.js | 32 const cat = spawn('cat'); constant 33 cat.stdin.write('hello'); 34 cat.stdin.write(' '); 35 cat.stdin.write('world'); 37 assert.strictEqual(cat.stdin.writable, true); 38 assert.strictEqual(cat.stdin.readable, false); 40 cat.stdin.end(); 44 cat.stdout.setEncoding('utf8'); 45 cat.stdout.on('data', mustCallAtLeast((chunk) => { 50 cat.stdout.on('end', mustCall()); [all …]
|
D | test-child-process-kill.js | 26 const cat = spawn(common.isWindows ? 'cmd' : 'cat'); constant 28 cat.stdout.on('end', common.mustCall()); 29 cat.stderr.on('data', common.mustNotCall()); 30 cat.stderr.on('end', common.mustCall()); 32 cat.on('exit', common.mustCall((code, signal) => { 35 assert.strictEqual(cat.signalCode, 'SIGTERM'); 38 assert.strictEqual(cat.signalCode, null); 39 assert.strictEqual(cat.killed, false); 40 cat.kill(); 41 assert.strictEqual(cat.killed, true);
|
/third_party/ffmpeg/libavfilter/ |
D | avf_concat.c | 77 ConcatContext *cat = ctx->priv; in query_formats() local 84 nb_str = cat->nb_streams[type]; in query_formats() 103 for (seg = 0; seg < cat->nb_segments; seg++) { in query_formats() 123 ConcatContext *cat = ctx->priv; in config_output() local 136 for (seg = 1; seg < cat->nb_segments; seg++) { in config_output() 147 for (seg = 1; seg < cat->nb_segments; seg++) { in config_output() 166 if (!cat->unsafe) in config_output() 176 ConcatContext *cat = ctx->priv; in push_frame() local 180 struct concat_in *in = &cat->in[in_no]; in push_frame() 195 buf->pts += cat->delta_ts; in push_frame() [all …]
|
/third_party/boost/boost/proto/transform/detail/preprocessed/ |
D | pack_impl.hpp | 10 : Cont::template cat<typename expand_pattern_helper<proto::_child_c< 0>, Fun>::type> 22 struct cat; 24 struct cat<C0> struct 29 struct cat<C0 , C1> struct 34 struct cat<C0 , C1 , C2> struct 39 struct cat<C0 , C1 , C2 , C3> struct 44 struct cat<C0 , C1 , C2 , C3 , C4> struct 49 struct cat<C0 , C1 , C2 , C3 , C4 , C5> struct 54 struct cat<C0 , C1 , C2 , C3 , C4 , C5 , C6> struct 59 struct cat<C0 , C1 , C2 , C3 , C4 , C5 , C6 , C7> struct [all …]
|
/third_party/toybox/tests/ |
D | man.test | 21 cat >banana/man1/toybox.1 <<EOF 37 cat >banana/man1/toybox.1 <<EOF 43 cat >banana/man1/toybox.1 <<EOF 53 cat >banana/man1/toybox.1 <<EOF 59 cat >banana/man1/toybox.1 <<EOF 65 cat >banana/man1/toybox.1 <<EOF 74 cat >banana/man1/toybox.1 <<EOF 81 cat >banana/man1/toybox.1 <<EOF 90 cat >banana/man1/toybox.1 <<EOF 97 cat >banana/man1/toybox.1 <<EOF [all …]
|
/third_party/musl/porting/liteos_a/kernel/src/locale/ |
D | langinfo.c | 31 int cat = item >> 16; in __nl_langinfo_l() local 35 if (item == CODESET) return loc->cat[LC_CTYPE] ? "UTF-8" : "ASCII"; in __nl_langinfo_l() 38 if (idx == 65535 && cat < LC_ALL) in __nl_langinfo_l() 39 return loc->cat[cat] ? (char *)loc->cat[cat]->name : "C"; in __nl_langinfo_l() 41 switch (cat) { in __nl_langinfo_l() 63 if (cat != LC_NUMERIC && *str) str = LCTRANS(str, cat, loc); in __nl_langinfo_l()
|
/third_party/musl/porting/liteos_m/kernel/src/locale/ |
D | langinfo.c | 31 int cat = item >> 16; in __nl_langinfo_l() local 35 if (item == CODESET) return loc->cat[LC_CTYPE] ? "UTF-8" : "ASCII"; in __nl_langinfo_l() 38 if (idx == 65535 && cat < LC_ALL) in __nl_langinfo_l() 39 return loc->cat[cat] ? (char *)loc->cat[cat]->name : "C"; in __nl_langinfo_l() 41 switch (cat) { in __nl_langinfo_l() 63 if (cat != LC_NUMERIC && *str) str = LCTRANS(str, cat, loc); in __nl_langinfo_l()
|
/third_party/musl/src/locale/ |
D | langinfo.c | 31 int cat = item >> 16; in __nl_langinfo_l() local 35 if (item == CODESET) return loc->cat[LC_CTYPE] ? "UTF-8" : "ASCII"; in __nl_langinfo_l() 38 if (idx == 65535 && cat < LC_ALL) in __nl_langinfo_l() 39 return loc->cat[cat] ? (char *)loc->cat[cat]->name : "C"; in __nl_langinfo_l() 41 switch (cat) { in __nl_langinfo_l() 63 if (cat != LC_NUMERIC && *str) str = LCTRANS(str, cat, loc); in __nl_langinfo_l()
|
D | setlocale.c | 10 char *setlocale(int cat, const char *name) in setlocale() argument 15 if ((unsigned)cat > LC_ALL) return 0; in setlocale() 24 if (cat == LC_ALL) { in setlocale() 42 tmp_locale.cat[i] = lm; in setlocale() 51 libc.global_locale.cat[i]; in setlocale() 52 if (lm == libc.global_locale.cat[0]) same++; in setlocale() 65 lm = __get_locale(cat, name); in setlocale() 70 libc.global_locale.cat[cat] = lm; in setlocale() 72 lm = libc.global_locale.cat[cat]; in setlocale()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglquery.h | 83 #define gst_gl_query_start_log_valist(query,cat,level,object,format,varargs) \ argument 85 GST_GL_ASYNC_CAT_LEVEL_LOG_valist (&(query)->debug, cat, level, object, format, varargs); \ 91 #define gst_gl_query_counter_log_valist(query,cat,level,object,format,varargs) \ argument 93 GST_GL_ASYNC_CAT_LEVEL_LOG_valist (&(query)->debug, cat, level, object, format, varargs); \ 101 #define gst_gl_query_start_log(query,cat,level,object,format,...) \ argument 103 GST_GL_ASYNC_CAT_LEVEL_LOG (&(query)->debug, cat, level, object, format, __VA_ARGS__); \ 108 #define gst_gl_query_counter_log(query,cat,level,object,format,...) \ argument 110 GST_GL_ASYNC_CAT_LEVEL_LOG (&(query)->debug, cat, level, object, format, __VA_ARGS__); \ 119 #define gst_gl_query_start_log(query,cat,level,object,format,args...) \ argument 121 GST_GL_ASYNC_CAT_LEVEL_LOG (&(query)->debug, cat, level, object, format, ##args); \ [all …]
|
/third_party/ltp/testcases/network/iptables/ |
D | iptables_lib.sh | 95 cat tst_iptables.out 101 cat tst_iptables.out 113 cat tst_iptables.out 119 cat tst_iptables.out 131 cat tst_iptables.out 137 cat tst_iptables.out 154 cat tst_iptables.out 165 cat tst_iptables.err 172 cat tst_iptables.out 185 cat tst_iptables.out [all …]
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
D | mls_types.h | 46 ebitmap_t cat; /* category set */ member 65 if (ebitmap_and(&dst->level[0].cat, &r1->level[0].cat, &r2->level[0].cat) < 0) { in mls_range_glblub() 69 if (ebitmap_and(&dst->level[1].cat, &r1->level[1].cat, &r2->level[1].cat) < 0) { in mls_range_glblub() 81 if (ebitmap_cpy(&dst->cat, &src->cat) < 0) in mls_level_cpy() 98 ebitmap_destroy(&level->cat); in mls_level_destroy() 104 return ((l1->sens == l2->sens) && ebitmap_cmp(&l1->cat, &l2->cat)); in mls_level_eq() 109 return ((l1->sens >= l2->sens) && ebitmap_contains(&l1->cat, &l2->cat)); in mls_level_dom() 166 mls_semantic_cat_t *cat; member
|
/third_party/uboot/u-boot-2020.01/fs/ubifs/ |
D | lprops.c | 29 static int get_heap_comp_val(struct ubifs_lprops *lprops, int cat) in get_heap_comp_val() argument 31 switch (cat) { in get_heap_comp_val() 54 struct ubifs_lprops *lprops, int cat) in move_up_lpt_heap() argument 61 val1 = get_heap_comp_val(lprops, cat); in move_up_lpt_heap() 66 val2 = get_heap_comp_val(heap->arr[ppos], cat); in move_up_lpt_heap() 91 struct ubifs_lprops *lprops, int hpos, int cat) in adjust_lpt_heap() argument 95 val1 = get_heap_comp_val(lprops, cat); in adjust_lpt_heap() 100 val2 = get_heap_comp_val(heap->arr[ppos], cat); in adjust_lpt_heap() 112 val2 = get_heap_comp_val(heap->arr[ppos], cat); in adjust_lpt_heap() 126 val2 = get_heap_comp_val(heap->arr[cpos], cat); in adjust_lpt_heap() [all …]
|
/third_party/ltp/testcases/open_posix_testsuite/scripts/ |
D | generate-makefiles.sh | 99 cat > "$makefile.1" <<EOF 128 cat >> "$makefile.1" <<EOF 130 `cat $GLOBAL_BOILERPLATE` 134 cat >> "$makefile.1" <<EOF 140 cat >> "$makefile.1" <<EOF 141 ${var}+= `cat "${prereq_cache_dir}/${var}" 2>/dev/null` 151 cat >> "$makefile.2" <<EOF 159 cat > "$makefile.3" <<EOF 187 cat >> "$makefile.3" <<EOF 228 cat >> "$makefile.3" <<EOF [all …]
|
/third_party/ffmpeg/tools/ |
D | patcheck | 5 cat > patcheck.stdout 33 cat $TMP 42 cat $TMP 67 cat $TMP 118 cat $TMP 122 cat $TMP 140 cat $TMP 145 cat $* | $GREP -v '^-' | tr '\n' '@' | $EGREP --color=always -o '(fprintf|av_log|printf)\([^)]*\)[+… 146 cat $TMP | tr '@' '\n' 148 cat $* | tr '\n' '@' | $EGREP --color=always -o '\+ *if *\( *([A-Za-z0-9_]*) *[<>]=? *[0-9]* *\) * … [all …]
|