/external/ltp/testcases/kernel/controllers/cpuset/cpuset_hierarchy_test/ |
D | cpuset_hierarchy_test.sh | 48 cpuset_log "father cpuset.cpus $(cat "$CPUSET/father/cpuset.cpus")" 49 cpuset_log "child cpuset.cpus $(cat "$CPUSET/father/child/cpuset.cpus")" 51 test -z "$(cat "$CPUSET/father/cpuset.cpus")" || return 1 52 test -z "$(cat "$CPUSET/father/child/cpuset.cpus")" || return 1 60 cpuset_log "father cpuset.cpus $(cat "$CPUSET/father/cpuset.cpus")" 61 cpuset_log "child cpuset.cpus $(cat "$CPUSET/father/child/cpuset.cpus")" 63 test -z "$(cat "$CPUSET/father/cpuset.cpus")" || return 1 64 test -z "$(cat "$CPUSET/father/child/cpuset.cpus")" || return 1 72 cpuset_log "father cpuset.cpus $(cat "$CPUSET/father/cpuset.cpus")" 73 cpuset_log "child cpuset.cpus $(cat "$CPUSET/father/child/cpuset.cpus")" [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/shtest-shell/ |
D | valid-shell.txt | 89 # Check cat command with single file. 94 # RUN: cat %T/testCat/temp.write > %T/testCat/tempcat.write 97 # RUN: FileCheck --check-prefix=CAT-OUTPUT < %T/testCat/tempcat.write %s 99 # CAT-OUTPUT: abcdefgh 101 # Check cat command with multiple files. 108 # RUN: cat %T/testCat/temp1.write %T/testCat/temp2.write %T/testCat/temp3.write > %T/testCat/tempmu… 111 # RUN: FileCheck --check-prefix=MULTI-CAT-OUTPUT < %T/testCat/tempmulticat.write %s 113 # MULTI-CAT-OUTPUT: abcdefgh 114 # MULTI-CAT-OUTPUT-NEXT: efghijkl 115 # MULTI-CAT-OUTPUT-NEXT: mnopqrst [all …]
|
/external/harfbuzz_ng/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 …]
|
D | hb-ot-shape-complex-indic.hh | 318 indic_category_t cat = (indic_category_t) (type & 0x7Fu); in set_indic_properties() local 328 cat = OT_SM; in set_indic_properties() 332 cat = OT_C; in set_indic_properties() 336 cat = OT_A; in set_indic_properties() 341 cat = OT_A; in set_indic_properties() 347 cat = OT_Symbol; in set_indic_properties() 353 cat = OT_M; in set_indic_properties() 359 else if (unlikely (u == 0x11301u || u == 0x11303u)) cat = OT_SM; in set_indic_properties() 360 else if (unlikely (u == 0x1133cu)) cat = OT_N; in set_indic_properties() 362 …else if (unlikely (u == 0x0AFBu)) cat = OT_N; /* https://github.com/harfbuzz/harfbuzz/issues/552 */ in set_indic_properties() [all …]
|
/external/toybox/tests/ |
D | cat.test | 9 testing "cat" "cat && echo yes" "oneyes\n" "" "one" 10 testing "-" "cat - && echo yes" "oneyes\n" "" "one" 11 testing "file1 file2" "cat file1 file2" "one\ntwo\n" "" "" 12 testing "- file" "cat - file1" "zero\none\n" "" "zero\n" 13 testing "file -" "cat file1 -" "one\nzero\n" "" "zero\n" 16 "cat file1 notfound file2 2>stderr && echo ok ; cat stderr; rm stderr" \ 21 'cat "$FILE" > file1 && cmp "$FILE" file1 && echo yes' \ 25 "cat - file1 | diff -a -U 0 - file1 | tail -n 1" \ 29 "cat - > /dev/full 2>stderr && echo ok; cat stderr; rm stderr" \ 30 "cat: xwrite: No space left on device\n" "" "zero\n"
|
/external/ltp/testcases/network/iptables/ |
D | iptables_tests.sh | 62 cat tst_iptables.out 68 cat tst_iptables.out 80 cat tst_iptables.out 86 cat tst_iptables.out 98 cat tst_iptables.out 104 cat tst_iptables.out 121 cat tst_iptables.out 132 cat tst_iptables.err 139 cat tst_iptables.out 147 cat tst_iptables.out [all …]
|
/external/conscrypt/openjdk-integ-tests/src/test/resources/crypto/ |
D | build_test_files.sh | 15 cat "$1"/CBC*.rsp | ./parse_records.py > aes-cbc.csv 16 cat "$1"/CFB8*.rsp | ./parse_records.py > aes-cfb8.csv 17 cat "$1"/CFB128*.rsp | ./parse_records.py > aes-cfb128.csv 18 cat "$1"/ECB*.rsp | ./parse_records.py > aes-ecb.csv 19 cat "$1"/OFB*.rsp | ./parse_records.py > aes-ofb.csv 20 cat "$1"/TCBC*.rsp | ./parse_records.py > desede-cbc.csv 21 cat "$1"/TCFB8*.rsp | ./parse_records.py > desede-cfb8.csv 22 cat "$1"/TCFB64*.rsp | ./parse_records.py > desede-cfb64.csv 23 cat "$1"/TECB*.rsp | ./parse_records.py > desede-ecb.csv 24 cat "$1"/TOFB*.rsp | ./parse_records.py > desede-ofb.csv [all …]
|
/external/u-boot/fs/ubifs/ |
D | lprops.c | 27 * @cat: LEB category 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() 46 * @cat: LEB category 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() 84 * @cat: LEB category 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() [all …]
|
/external/openssh/regress/ |
D | cfginclude.sh | 9 cat > $OBJ/ssh_config.i << _EOF 39 cat > $OBJ/ssh_config.i.0 << _EOF 43 cat > $OBJ/ssh_config.i.1 << _EOF 63 cat > $OBJ/ssh_config.i.2 << _EOF 109 cat > $OBJ/ssh_config.i.3 << _EOF 123 cat > $OBJ/ssh_config.i << _EOF 131 cat > $OBJ/ssh_config.i.x << _EOF 137 cat > $OBJ/ssh_config.i.x << _EOF 150 cat > $OBJ/ssh_config.i << _EOF 180 cat > $OBJ/ssh_config.i.0 << _EOF [all …]
|
/external/vboot_reference/tests/futility/ |
D | test_gbb_utility.sh | 112 cat ${TMP}.blob | ${REPLACE} 0x4 2 > ${TMP}.blob.bad 116 cat ${TMP}.blob | ${REPLACE} 0x8 0x81 > ${TMP}.blob.bad 120 cat ${TMP}.blob | ${REPLACE} 0x8 0x7f > ${TMP}.blob.bad 124 cat ${TMP}.blob | ${REPLACE} 0x8f 0x41 > ${TMP}.blob.bad 128 cat ${TMP}.blob | ${REPLACE} 0x14 0x00 > ${TMP}.blob.ok 131 cat ${TMP}.blob | ${REPLACE} 0x14 0x01 | ${REPLACE} 0x80 0x00 > ${TMP}.blob.ok 135 cat ${TMP}.blob | ${REPLACE} 0x8f 0x41 > ${TMP}.blob.bad 139 cat ${TMP}.blob | ${REPLACE} 0x10 0x7f > ${TMP}.blob.bad 141 cat ${TMP}.blob | ${REPLACE} 0x10 0x00 > ${TMP}.blob.bad 145 cat ${TMP}.blob | ${REPLACE} 0x18 0x7f > ${TMP}.blob.bad [all …]
|
/external/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 …]
|
/external/kmod/m4/ |
D | dolt.m4 | 36 cat <<__DOLTCOMPILE__EOF__ >doltcompile 39 cat <<'__DOLTCOMPILE__EOF__' >>doltcompile 62 cat <<'__DOLTCOMPILE__EOF__' >>doltcompile 75 cat <<__DOLTCOMPILE__EOF__ >>doltcompile 81 cat <<'__DOLTCOMPILE__EOF__' >>doltcompile 89 cat <<'__DOLTCOMPILE__EOF__' >>doltcompile 94 cat <<'__DOLTCOMPILE__EOF__' >>doltcompile 98 cat <<'__DOLTCOMPILE__EOF__' >>doltcompile 106 cat <<'__DOLTCOMPILE__EOF__' >>doltcompile 113 cat <<'__DOLTCOMPILE__EOF__' >>doltcompile [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | llvm-pdbutil.cpp | 165 cl::cat(OtherOptions), cl::sub(PrettySubcommand)); 169 cl::cat(OtherOptions), cl::sub(PrettySubcommand)); 174 cl::cat(TypeCategory), cl::ZeroOrMore, cl::sub(PrettySubcommand)); 177 cl::cat(TypeCategory), cl::sub(PrettySubcommand)); 180 cl::cat(TypeCategory), cl::sub(PrettySubcommand)); 182 cl::cat(TypeCategory), cl::sub(PrettySubcommand)); 184 cl::cat(TypeCategory), cl::sub(PrettySubcommand)); 187 cl::cat(TypeCategory), cl::sub(PrettySubcommand), cl::ZeroOrMore, 197 cl::cat(TypeCategory), cl::sub(PrettySubcommand)); 199 cl::cat(TypeCategory), cl::sub(PrettySubcommand)); [all …]
|
/external/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 …]
|
/external/llvm/tools/llvm-pdbdump/ |
D | llvm-pdbdump.cpp | 114 cl::cat(TypeCategory), cl::sub(PrettySubcommand)); 116 cl::cat(TypeCategory), cl::sub(PrettySubcommand)); 118 cl::cat(TypeCategory), cl::sub(PrettySubcommand)); 120 cl::cat(TypeCategory), cl::sub(PrettySubcommand)); 121 cl::opt<bool> Types("types", cl::desc("Display types"), cl::cat(TypeCategory), 123 cl::opt<bool> Lines("lines", cl::desc("Line tables"), cl::cat(TypeCategory), 127 cl::cat(TypeCategory), cl::sub(PrettySubcommand)); 132 cl::cat(OtherOptions), cl::sub(PrettySubcommand)); 135 cl::ZeroOrMore, cl::cat(FilterCategory), cl::sub(PrettySubcommand)); 138 cl::ZeroOrMore, cl::cat(FilterCategory), cl::sub(PrettySubcommand)); [all …]
|
/external/swiftshader/third_party/LLVM/ |
D | configure | 757 CAT 1332 cat <<_ACEOF 1388 cat <<\_ACEOF 1401 cat <<\_ACEOF 1547 cat <<\_ACEOF 1560 cat >config.log <<_ACEOF 1572 cat <<_ASUNAME 1607 cat >&5 <<_ACEOF 1675 cat <<\_ASBOX 1712 cat <<\_ASBOX [all …]
|
/external/toybox/toys/posix/ |
D | cat.c | 1 /* cat.c - copy inputs to stdout. 5 * See http://opengroup.org/onlinepubs/9699919799/utilities/cat.html 7 * And "Cat -v considered harmful" at 10 USE_CAT(NEWTOY(cat, "u"USE_CAT_V("vte"), TOYFLAG_BIN)) 13 config CAT 14 bool "cat" 17 usage: cat [-u] [file...] 25 bool "cat -etv" 27 depends on CAT 29 usage: cat [-evt]
|
/external/strace/ |
D | configure | 1376 cat <<_ACEOF 1432 cat <<\_ACEOF 1449 cat <<\_ACEOF 1569 cat <<\_ACEOF 1604 cat conftest.er1 >&5 1641 cat conftest.er1 >&5 1679 cat conftest.er1 >&5 1728 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext [all …]
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
D | mixture.py | 58 cat=tfd.Categorical(probs=[mix, 1.-mix]), 81 cat, argument 89 A `Mixture` is defined by a `Categorical` (`cat`, representing the 94 The `num_classes` of `cat` must be possible to infer at graph construction 98 cat: A `Categorical` distribution instance, representing the probabilities 104 error if batch or event ranks are inconsistent between cat and any of 119 TypeError: If cat is not a `Categorical`, or `components` is not 124 If `cat.num_classes` cannot be inferred at graph creation time, 125 or the constant value of `cat.num_classes` is not equal to 126 `len(components)`, or all `components` and `cat` do not have [all …]
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | APIInfo.java | 37 public static final int CAT = 6, CAT_CLASS = 0, CAT_FIELD = 1, CAT_CONSTRUCTOR = 2, field in APIInfo 103 public void setClass() { setType(CAT, CAT_CLASS); } in setClass() 104 public void setField() { setType(CAT, CAT_FIELD); } in setField() 105 public void setConstructor() { setType(CAT, CAT_CONSTRUCTOR); } in setConstructor() 106 public void setMethod() { setType(CAT, CAT_METHOD); } in setMethod() 107 public void setEnum() { setType(CAT, CAT_ENUM); } in setEnum() 108 public void setEnumConstant() { setType(CAT, CAT_ENUM_CONSTANT); } in setEnumConstant() 129 public boolean isClass() { return getVal(CAT) == CAT_CLASS; } in isClass() 130 public boolean isField() { return getVal(CAT) == CAT_FIELD; } in isField() 131 public boolean isConstructor() { return getVal(CAT) == CAT_CONSTRUCTOR; } in isConstructor() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | machine-outliner-disubprogram.ll | 9 %cat = alloca i32, align 4 13 call void @llvm.dbg.declare(metadata i32* %cat, metadata !14, metadata !DIExpression()), !dbg !15 14 store i32 32, i32* %cat, align 4, !dbg !15 25 %cat = alloca i32, align 4 29 call void @llvm.dbg.declare(metadata i32* %cat, metadata !22, metadata !DIExpression()), !dbg !23 30 store i32 32, i32* %cat, align 4, !dbg !23 39 %cat = alloca i32, align 4 43 call void @llvm.dbg.declare(metadata i32* %cat, metadata !30, metadata !DIExpression()), !dbg !31 44 store i32 32, i32* %cat, align 4, !dbg !31 53 %cat = alloca i32, align 4 [all …]
|
/external/tensorflow/tensorflow/core/framework/ |
D | resource_mgr_test.cc | 91 TF_CHECK_OK(rm.Create("foo", "bar", new Resource("cat"))); in TEST() 100 EXPECT_EQ("R/cat", Find<Resource>(rm, "foo", "bar")); in TEST() 130 EXPECT_EQ("R/cat", LookupOrCreate<Resource>(&rm, "foo", "bar", "cat")); in TEST() 131 EXPECT_EQ("R/cat", LookupOrCreate<Resource>(&rm, "foo", "bar", "dog")); in TEST() 132 EXPECT_EQ("R/cat", Find<Resource>(rm, "foo", "bar")); in TEST() 196 EXPECT_EQ(Policy("cat", "", false), "[cat,_1_foo,private]"); in TEST() 197 EXPECT_EQ(Policy("cat", "", true), "[cat,foo,public]"); in TEST() 198 EXPECT_EQ(Policy("cat", "bar", false), "[cat,bar,public]"); in TEST() 199 EXPECT_EQ(Policy("cat", "bar", true), "[cat,bar,public]"); in TEST() 200 EXPECT_EQ(Policy("cat.0-dog", "bar", true), "[cat.0-dog,bar,public]"); in TEST() [all …]
|
/external/elfutils/tests/ |
D | run-readelf-zdebug-rel.sh | 48 cat > info.out << \EOF 121 cat info.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=info testfile-debug-… 123 cat info.out | sed -e "s/'.debug_info'/'.zdebug_info'/" | testrun_compare ${abs_top_builddir}/src/r… 125 cat info.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=info testfile-debug-… 127 cat > loc.out << \EOF 143 cat loc.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=loc testfile-debug-re… 145 cat loc.out | sed -e "s/'.debug_loc' at offset 0x185/'.zdebug_loc' at offset 0x138/" | testrun_comp… 147 cat loc.out | sed -e "s/at offset 0x185/at offset 0x150/" | testrun_compare ${abs_top_builddir}/src… 153 cat > info.out << \EOF 225 cat info.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=info testfile-debug-… [all …]
|
/external/ltp/testcases/commands/ar/ |
D | ar01 | 45 cat ar.out 64 cat ar.out 82 cat ar.out 101 cat ar.out 113 cat ar.out 127 cat ar.out 148 cat ar.out 167 cat ar.out 185 cat ar.out 204 cat ar.out [all …]
|