Home
last modified time | relevance | path

Searched refs:cat (Results 1 – 25 of 1513) sorted by relevance

12345678910>>...61

/external/ltp/testcases/kernel/controllers/cpuset/cpuset_exclusive_test/
Dcpuset_exclusive_test.sh41 test 0 = $(cat "$CPUSET/father/child/cpu_exclusive") || return 1
49 test 0 = $(cat "$CPUSET/father/child/cpu_exclusive") || return 1
57 test 1 = $(cat "$CPUSET/father/child/cpu_exclusive") || return 1
65 test 0 = $(cat "$CPUSET/father/child/cpu_exclusive") || return 1
74 test 1 = $(cat "$CPUSET/father/cpu_exclusive") || return 1
86 test 0 = $(cat "$CPUSET/father/child/cpus") || return 1
87 test 1 = $(cat "$CPUSET/father/other/cpus") || return 1
99 test 0 = $(cat "$CPUSET/father/child/cpus") || return 1
100 test -z $(cat "$CPUSET/father/other/cpus") || return 1
112 test 1 = $(cat "$CPUSET/father/child/cpu_exclusive") || return 1
[all …]
/external/ltp/testcases/network/iptables/
Diptables_tests.sh75 cat tst_iptables.out
81 cat tst_iptables.out
93 cat tst_iptables.out
99 cat tst_iptables.out
111 cat tst_iptables.out
117 cat tst_iptables.out
134 cat tst_iptables.out
145 cat tst_iptables.err
152 cat tst_iptables.out
160 cat tst_iptables.out
[all …]
/external/vboot_reference/tests/futility/
Dtest_gbb_utility.sh112 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/tools/pounder21/test_scripts/
Dget_hw_info33 cat /proc/cmdline
37 cat /proc/cpuinfo
45 cat /proc/devices
49 cat /proc/dma
53 cat /proc/interrupts
57 cat /proc/iomem
61 cat /proc/ioports
69 find /proc/ide -type f | while read f; do echo $f; cat $f; done;
73 find /proc/scsi -type f | while read f; do echo $f; cat $f; done;
85 find /sys -mount -type f | while read f; do echo $f: `cat $f`; done
/external/ltp/tools/pounder21/test_repo/
DT00hwinfo33 cat /proc/cmdline
37 cat /proc/cpuinfo
45 cat /proc/devices
49 cat /proc/dma
53 cat /proc/interrupts
57 cat /proc/iomem
61 cat /proc/ioports
69 find /proc/ide -type f | while read f; do echo $f; cat $f; done;
73 find /proc/scsi -type f | while read f; do echo $f; cat $f; done;
85 find /sys -mount -type f | while read f; do echo $f: `cat $f`; done
/external/fio/
Dconfigure113 cat > $TMPC <<EOF
278 cat > $TMPC <<EOF
431 cat > $TMPC <<EOF
449 cat > $TMPC <<EOF
463 cat > $TMPC <<EOF
498 cat > $TMPC <<EOF
521 cat > $TMPC <<EOF
543 cat > $TMPC <<EOF
572 cat > $TMPC <<EOF
597 cat > $TMPC <<EOF
[all …]
/external/ltp/testcases/open_posix_testsuite/scripts/
Dgenerate-makefiles.sh96 cat > "$makefile.1" <<EOF
125 cat >> "$makefile.1" <<EOF
127 `cat $GLOBAL_BOILERPLATE`
131 cat >> "$makefile.1" <<EOF
137 cat >> "$makefile.1" <<EOF
138 ${var}+= `cat "${prereq_cache_dir}/${var}" 2>/dev/null`
148 cat >> "$makefile.2" <<EOF
156 cat > "$makefile.3" <<EOF
184 cat >> "$makefile.3" <<EOF
215 cat >> "$makefile.3" <<EOF
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-myanmar.cc172 indic_category_t cat = (indic_category_t) (type & 0x7Fu); in set_myanmar_properties() local
179 cat = (indic_category_t) OT_VS; in set_myanmar_properties()
184 cat = (indic_category_t) OT_C; /* The spec says C, IndicSyllableCategory doesn't have. */ in set_myanmar_properties()
191 cat = (indic_category_t) OT_GB; in set_myanmar_properties()
195 cat = (indic_category_t) OT_Ra; in set_myanmar_properties()
199 cat = (indic_category_t) OT_A; in set_myanmar_properties()
203 cat = (indic_category_t) OT_H; in set_myanmar_properties()
207 cat = (indic_category_t) OT_As; in set_myanmar_properties()
215 cat = (indic_category_t) OT_D; in set_myanmar_properties()
219 cat = (indic_category_t) OT_D; /* XXX The spec says D0, but Uniscribe doesn't seem to do. */ in set_myanmar_properties()
[all …]
/external/swiftshader/third_party/LLVM/
Dconfigure2116 cat >conftest.$ac_ext <<_ACEOF
2119 cat confdefs.h >>conftest.$ac_ext
2120 cat >>conftest.$ac_ext <<_ACEOF
2308 cat >conftest.$ac_ext <<_ACEOF
2311 cat confdefs.h >>conftest.$ac_ext
2312 cat >>conftest.$ac_ext <<_ACEOF
2364 cat >conftest.$ac_ext <<_ACEOF
2367 cat confdefs.h >>conftest.$ac_ext
2368 cat >>conftest.$ac_ext <<_ACEOF
2393 cat conftest.err >&5
[all …]
/external/ltp/testcases/kdump/lib/
Dsysinfo.sh10 cat /proc/version
14 cat /proc/cpuinfo
18 cat /proc/meminfo
22 cat /proc/devices
26 cat /proc/interrupts
30 cat /proc/iomem
34 cat /proc/partitions
/external/libmojo/third_party/jinja2/
D_stringdefs.py84 return u''.join([globals()[cat] for cat in args])
94 return u''.join([globals()[cat] for cat in newcats])
112 cat = unicodedata.category(c) variable
113 categories.setdefault(cat, []).append(c)
118 for cat in sorted(categories):
119 val = u''.join(categories[cat])
120 if cat == 'Cs':
128 f.write('%s = %r\n\n' % (cat, val))
/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp114 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/bison/tests/
Dtestsuite1219 cat <<_ATEOF || at_write_fail=1
1595 cat <<_ASUNAME
2040 at_msg='skipped ('`cat "$at_check_line_file"`')'
2046 at_msg='FAILED ('`cat "$at_check_line_file"`')'
2052 at_msg='expected failure ('`cat "$at_check_line_file"`')'
2411 cat "$at_suite_dir/$at_group_normalized/$as_me.log"
2461 cat >input.y <<'_ATEOF'
2530 cat >input.y <<'_ATEOF'
2573 cat >input.y <<'_ATEOF'
2613 cat >input.y <<'_ATEOF'
[all …]
/external/ltp/testcases/kernel/tracing/ftrace_test/
Dftrace_lib.sh63 old_trace_options=( `cat trace_options` )
64 old_tracing_on=`cat tracing_on`
65 old_buffer_size=`cat buffer_size_kb`
66 old_tracing_cpumask=`cat tracing_cpumask`
69 old_tracing_cpumask=`cat tracing_cpumask`
73 old_tracing_enabled=`cat tracing_enabled`
77 old_stack_tracer_enabled=`cat /proc/sys/kernel/stack_tracer_enabled`
81 old_ftrace_enabled=`cat /proc/sys/kernel/ftrace_enabled`
85 old_profile_enabled=`cat function_profile_enabled`
/external/elfutils/tests/
Drun-readelf-zdebug.sh46 cat > loc.out << \EOF
57 cat loc.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=loc testfile-debug
59 cat loc.out | sed -e "s/.debug_loc' at offset 0xa17/.zdebug_loc' at offset 0x1a27/" | testrun_compa…
61 cat > aranges.out << \EOF
76 cat aranges.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=aranges testfile-…
78 cat aranges.out | sed -e "s/.debug_aranges' at offset 0xa65/.zdebug_aranges' at offset 0x1a5f/" | t…
80 cat > ranges.out << \EOF
86 cat ranges.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=ranges testfile-de…
88 cat ranges.out | sed -e "s/.debug_ranges' at offset 0xa95/.zdebug_ranges' at offset 0x1a87/" | test…
90 cat > macro.out << \EOF
[all …]
/external/ltp/testscripts/
Dltp-scsi_debug.sh29 orig_count=$(cat /proc/partitions | wc -l)
78 num_host=$(cat /sys/bus/pseudo/drivers/scsi_debug/add_host)
88 num_host=$(cat /sys/bus/pseudo/drivers/scsi_debug/add_host)
117 max_luns=$(cat /sys/bus/pseudo/drivers/scsi_debug/max_luns)
118 add_host=$(cat /sys/bus/pseudo/drivers/scsi_debug/add_host)
119 num_tgts=$(cat /sys/bus/pseudo/drivers/scsi_debug/num_tgts)
162 check_count=$(cat /proc/partitions | wc -l)
170 cat /proc/partitions | awk '{print $4}' | tail -n 4 > $TMPBASE/partition-test
172 part1=$(cat $TMPBASE/partition-test | tail -n 1)
174 part2=$(cat $TMPBASE/partition-test | head -n 3 | tail -n 1)
[all …]
/external/ltp/testcases/kernel/controllers/cpuctl_fj/
Drun_cpuctl_test_fj.sh81 cat /dev/zero > /dev/null 2>/dev/null &
125 shares=`cat $CPUCTL/cpu.shares`
135 cat /tmp/pids_file1 | grep '-' | tr -d '-' | tr -d ' ' | \
140 task=`cat $CPUCTL/tasks | grep "\b$pid\b"`
162 shares=`cat $CPUCTL/tmp/cpu.shares`
168 task=`cat $CPUCTL/tmp/tasks`
194 shares=`cat $CPUCTL/tmp/tmp1/cpu.shares`
200 task=`cat $CPUCTL/tmp/tmp1/tasks`
222 tasks=`cat $CPUCTL/tmp/tasks`
244 tasks=`cat $CPUCTL/tmp/tasks`
[all …]
/external/liblzf/
Dconfigure517 cat >conf$$.file <<_ASEOF
1164 cat <<_ACEOF
1220 cat <<\_ACEOF
1226 cat <<\_ACEOF
2021 cat >conftest.$ac_ext <<_ACEOF
2024 cat confdefs.h >>conftest.$ac_ext
2025 cat >>conftest.$ac_ext <<_ACEOF
2209 cat >conftest.$ac_ext <<_ACEOF
2212 cat confdefs.h >>conftest.$ac_ext
2213 cat >>conftest.$ac_ext <<_ACEOF
[all …]
/external/selinux/libsepol/include/sepol/policydb/
Dcontext.h63 rc = ebitmap_cpy(&dst->range.level[0].cat, &src->range.level[0].cat); in mls_context_cpy_low()
68 rc = ebitmap_cpy(&dst->range.level[1].cat, &src->range.level[0].cat); in mls_context_cpy_low()
70 ebitmap_destroy(&dst->range.level[0].cat); in mls_context_cpy_low()
83 rc = ebitmap_cpy(&dst->range.level[0].cat, &src->range.level[1].cat); in mls_context_cpy_high()
88 rc = ebitmap_cpy(&dst->range.level[1].cat, &src->range.level[1].cat); in mls_context_cpy_high()
90 ebitmap_destroy(&dst->range.level[0].cat); in mls_context_cpy_high()
Dmls_types.h44 ebitmap_t cat; /* category set */ member
55 if (ebitmap_cpy(&dst->cat, &src->cat) < 0) in mls_level_cpy()
72 ebitmap_destroy(&level->cat); in mls_level_destroy()
78 return ((l1->sens == l2->sens) && ebitmap_cmp(&l1->cat, &l2->cat)); in mls_level_eq()
83 return ((l1->sens >= l2->sens) && ebitmap_contains(&l1->cat, &l2->cat)); in mls_level_dom()
140 mls_semantic_cat_t *cat; member
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_pressure_test/
Dcpuset_memory_pressure_testset.sh56 if [ $(cat "$CPUSET/memory_pressure") -ne 0 ]; then
77 if [ $(cat "$CPUSET/memory_pressure") -ne 0 ]; then
103 if [ $(cat "$CPUSET/memory_pressure") -ne 0 ]; then
107 if [ $(cat "$CPUSET/sub_cpuset/memory_pressure") -ne 0 ]; then
150 if [ $(cat "$CPUSET/memory_pressure") -ne 0 ]; then
154 if [ $(cat "$CPUSET/sub_cpuset/memory_pressure") -eq 0 ]; then
181 if [ $(cat "$CPUSET/memory_pressure") -eq 0 ]; then
185 if [ $(cat "$CPUSET/sub_cpuset/memory_pressure") -ne 0 ]; then
227 if [ $(cat "$CPUSET/memory_pressure") -eq 0 ]; then
231 if [ $(cat "$CPUSET/sub_cpuset/memory_pressure") -eq 0 ]; then
/external/openssh/regress/
Dcfginclude.sh9 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/libedit/src/
Dmakelist56 cat << _EOF
67 cat $FILES | $AWK '
91 cat $FILES | $AWK '
151 cat $FILES | $AWK '/el_action_t/ { print $3 }' | \
173 cat $FILES | $AWK '/el_action_t/ { print $3 }' | sort | $AWK '
218 cat $FILES | $AWK '
/external/strace/
Dconfigure1348 cat <<_ACEOF
1404 cat <<\_ACEOF
1421 cat <<\_ACEOF
1530 cat <<\_ACEOF
1565 cat conftest.er1 >&5
1602 cat conftest.er1 >&5
1640 cat conftest.er1 >&5
1689 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1813 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
[all …]
/external/clang/test/Sema/
Dstatic-array.c5 void cat(int a[static 3]) {} // expected-note 2 {{callee declares array parameter as static here}} in cat() function
14 cat(0); // expected-warning {{null passed to a callee that requires a non-null argument}} in f()
15cat(a); // expected-warning {{array argument is too small; contains 2 elements, callee requires at… in f()
16 cat(b); in f()
17 cat(c); in f()
18 cat(p); in f()

12345678910>>...61