Home
last modified time | relevance | path

Searched refs:TMP (Results 1 – 25 of 69) sorted by relevance

123

/third_party/ffmpeg/tools/
Dpatcheck13 TMP=patcheck.tmp
32 $GREP $OPT '^+' $* | $GREP -v ':+++'| $EGREP --color=always -- "$arg"> $TMP && printf "\n$msg\n"
33 cat $TMP
41 …GREP -v ':+++' | $EGREP -v -- "$varg" | $EGREP --color=always -- "$arg" > $TMP && printf "\n$msg\n"
42 cat $TMP
66 $EGREP $OPT '^\+ *(const *|)static' $*| $EGREP --color=always '[^=]= *(0|NULL)[^0-9a-zA-Z]'> $TMP &…
67 cat $TMP
110 rm $TMP
114 … *[),]" $file | $GREP -v '@param' >/dev/null || $GREP --color=always "@param *$doxpar" $file >>$TMP
116 if test -e $TMP ; then
[all …]
/third_party/mesa3d/src/panfrost/bifrost/test/
Dtest-scheduler-predicates.cpp40 bi_index TMP() { return bi_temp(b->shader); } in TMP() function in SchedulerPredicates
48 bi_instr *mov = bi_mov_i32_to(b, TMP(), TMP()); in TEST_F()
59 bi_instr *fma = bi_fma_f32_to(b, TMP(), TMP(), TMP(), bi_zero()); in TEST_F()
72 bi_instr *load = bi_load_i128_to(b, TMP(), TMP(), TMP(), BI_SEG_UBO, 0); in TEST_F()
84 bi_instr *blend = bi_blend_to(b, TMP(), TMP(), TMP(), TMP(), TMP(), TMP(), in TEST_F()
99 bi_instr *fadd = bi_fadd_f32_to(b, TMP(), TMP(), TMP()); in TEST_F()
104 bi_instr *fadd = bi_fadd_f32_to(b, TMP(), TMP(), TMP()); in TEST_F()
105 fadd->src[i] = bi_swz_16(TMP(), j, j); in TEST_F()
118 bi_instr *fadd = bi_fadd_v2f16_to(b, TMP(), x, x); in TEST_F()
156 bi_instr *jump = bi_jump(b, TMP()); in TEST_F()
/third_party/ltp/testscripts/
Dltp-aiodio.sh20 export TMP=${TMP:=/tmp}
134 mkdir $TMP > /dev/null 2>&1
135 mkdir $TMP/aiodio > /dev/null 2>&1
136 mkdir $TMP/aiodio2 > /dev/null 2>&1
148 mount -t ext2 $part1 $TMP/aiodio
151 mount -t ext3 $part2 $TMP/aiodio2
154 mount -t jfs $part2 $TMP/aiodio2
157 mount -t xfs $part2 $TMP/aiodio2
168 mount -t ext3 $part1 $TMP/aiodio
171 mount -t jfs $part2 $TMP/aiodio2
[all …]
/third_party/ltp/
Drunltp547 echo "FATAL: Unable to make temporary directory: $TMP"
553 export TMPDIR=$TMP
557 chmod 777 $TMP || \
559 echo "unable to chmod 777 $TMP ... aborting"
563 cd $TMP || \
565 echo "could not cd ${TMP} ... exiting"
571 INSTANCES="$INSTANCES -O ${TMP}"
588 cat_ok_sentinel=$TMP/cat_ok.$$
594 cat $scenfile >> "$TMP/alltests" || {
596 rm -Rf "$TMP"
[all …]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Ddo-plot16 TMP=$(mktemp -d)
20 rm -rf $TMP
54 cat > $TMP/gnuplot.script <<EOF
65 grep "#[ ]*EVENT" $FILE | sed 's/#//' > $TMP/events
66 events=$(cat $TMP/events | wc -l)
74 cat $TMP/events | while read event x text
84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script
85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script
99 echo $plot_cmd >> $TMP/gnuplot.script
102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
[all …]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/
Ddo-plot16 TMP=$(mktemp -d)
20 rm -rf $TMP
54 cat > $TMP/gnuplot.script <<EOF
65 grep "#[ ]*EVENT" $FILE | sed 's/#//' > $TMP/events
66 events=$(cat $TMP/events | wc -l)
74 cat $TMP/events | while read event x text
84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script
85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script
99 echo $plot_cmd >> $TMP/gnuplot.script
102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
[all …]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
Ddo-plot16 TMP=$(mktemp -d)
20 rm -rf $TMP
54 cat > $TMP/gnuplot.script <<EOF
65 grep "#[ ]*EVENT" $FILE | sed 's/#//' > $TMP/events
66 events=$(cat $TMP/events | wc -l)
74 cat $TMP/events | while read event x text
84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script
85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script
99 echo $plot_cmd >> $TMP/gnuplot.script
102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
[all …]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
Ddo-plot16 TMP=$(mktemp -d)
20 rm -rf $TMP
54 cat > $TMP/gnuplot.script <<EOF
65 grep "#[ ]*EVENT" $FILE | sed 's/#//' > $TMP/events
66 events=$(cat $TMP/events | wc -l)
74 cat $TMP/events | while read event x text
84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script
85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script
99 echo $plot_cmd >> $TMP/gnuplot.script
102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
[all …]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Ddo-plot16 TMP=$(mktemp -d)
20 rm -rf $TMP
54 cat > $TMP/gnuplot.script <<EOF
65 grep "#[ ]*EVENT" $FILE | sed 's/#//' > $TMP/events
66 events=$(cat $TMP/events | wc -l)
74 cat $TMP/events | while read event x text
84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script
85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script
99 echo $plot_cmd >> $TMP/gnuplot.script
102 cat $TMP/gnuplot.script | gnuplot
[all …]
/third_party/node/deps/npm/scripts/
Dinstall.sh77 TMP="${TMPDIR}"
78 if [ "x$TMP" = "x" ]; then
79 TMP="/tmp"
81 TMP="${TMP}/npm.$$"
82 rm -rf "$TMP" || true
83 mkdir "$TMP"
85 echo "failed to mkdir $TMP" >&2
211 cd "$TMP" \
214 && cd "$TMP"/* \
238 && rm -rf "$TMP" \
/third_party/ltp/testcases/kernel/controllers/freezer/
Dlibcgroup_freezer54 export TMP=${TMP:-/tmp}
93 mkdir -p $TMP/${cgroup_subsys}_test > /dev/null 2>&1
99 if [ ! -d $TMP/${cgroup_subsys}_test ]; then
105 mount -t cgroup -o${cgroup_subsys} test_cgroup_${cgroup_subsys} $TMP/${cgroup_subsys}_test
110 rmdir $TMP/${cgroup_subsys}_test 2> /dev/null
115 cd $TMP/${cgroup_subsys}_test > /dev/null 2>&1
120 …umount $TMP/${cgroup_subsys}_test || umount -l $TMP/${cgroup_subsys}_test || tst_brkm TBROK "Faile…
121 rmdir $TMP/${cgroup_subsys}_test 2> /dev/null
145 umount $TMP/${cgroup_subsys}_test > /dev/null 2>&1 \
146 || umount -l $TMP/${cgroup_subsys}_test || \
[all …]
/third_party/libffi/src/tile/
Dtile.S84 #define TMP r11 macro
97 addi TMP, sp, -REG_SIZE
111 SW TMP, r52
121 addi TMP, sp, REG_SIZE
129 SW TMP, r52
139 LW TMP, INCOMING_STACK_ARGS
144 SW OUTGOING_STACK_ARGS, TMP
188 addi TMP, r52, -(2 * REG_SIZE)
192 LW RETURN_REG_ADDR, TMP
194 addi TMP, r52, -REG_SIZE
[all …]
/third_party/protobuf/
Dgenerate_descriptor_proto.sh54 TMP=$(mktemp -d)
73 $PROTOC --cpp_out=dllexport_decl=PROTOBUF_EXPORT:$TMP ${RUNTIME_PROTO_FILES[@]} && \
74 $PROTOC --cpp_out=dllexport_decl=PROTOC_EXPORT:$TMP ${COMPILER_PROTO_FILES[@]}
78 diff ${BASE_NAME}.pb.h $TMP/${BASE_NAME}.pb.h > /dev/null
82 diff ${BASE_NAME}.pb.cc $TMP/${BASE_NAME}.pb.cc > /dev/null
93 mv $TMP/${BASE_NAME}.pb.h ${BASE_NAME}.pb.h
94 mv $TMP/${BASE_NAME}.pb.cc ${BASE_NAME}.pb.cc
/third_party/f2fs-tools/scripts/
Dverify.sh4 TMP=/tmp/res
20 grep ASSERT $TMP
47 fsck.f2fs $IMG -t 2>&1 >$TMP
49 grep FSCK $TMP
61 resize.f2fs -t `_get_sec $1` $IMG 2>&1 >$TMP
/third_party/ltp/testcases/kernel/controllers/memcg/control/
Dmemcg_control_test.sh41 export TMP=${TMP:-/tmp}
42 cd $TMP
51 STATUS_PIPE="$TMP/status_pipe"
59 cd $TMP
/third_party/node/tools/
Dmk-ca-bundle.pl289 open(TMP, $pipe) or die "Couldn't open openssl pipe: $!";
290 print TMP $pem;
291 close(TMP) or die "Couldn't close openssl pipe: $!";
301 open(TMP, $pipe) or die "Couldn't open openssl pipe: $!";
302 print TMP $pem;
303 close(TMP) or die "Couldn't close openssl pipe: $!";
/third_party/openssl/crypto/sha/asm/
Dsha256-586.pl532 my ($Wi,$ABEF,$CDGH,$TMP)=map("xmm$_",(0..2,7));
550 &movdqa ($TMP,&QWP(0x100-0x80,$K256)); # byte swap mask
563 &pshufb (@MSG[0],$TMP);
569 &pshufb (@MSG[1],$TMP);
578 &pshufb (@MSG[2],$TMP);
587 &pshufb (@MSG[3],$TMP);
590 &movdqa ($TMP,@MSG[3]);
591 &palignr ($TMP,@MSG[2],4);
593 &paddd (@MSG[0],$TMP);
602 &movdqa ($TMP,@MSG[0]);
[all …]
Dsha512-x86_64.pl566 my ($Wi,$ABEF,$CDGH,$TMP,$BSWAP,$ABEF_SAVE,$CDGH_SAVE)=map("%xmm$_",(0..2,7..10));
589 movdqa 0x200-0x80($Tbl),$TMP # byte swap mask
594 movdqa $TMP,$BSWAP # offload
604 pshufb $TMP,@MSG[0]
609 pshufb $TMP,@MSG[1]
619 pshufb $TMP,@MSG[2]
628 pshufb $TMP,@MSG[3]
631 movdqa @MSG[3],$TMP
632 palignr \$4,@MSG[2],$TMP
634 paddd $TMP,@MSG[0]
[all …]
/third_party/openssl/crypto/aes/asm/
Daesni-sha256-x86_64.pl1320 my ($Wi,$ABEF,$CDGH,$TMP,$BSWAP,$ABEF_SAVE,$CDGH_SAVE)=map("%xmm$_",(0..3,7..9));
1395 movdqa 0x200-0x80($Tbl),$TMP # byte swap mask
1407 movdqa $TMP,$BSWAP # offload
1418 pshufb $TMP,@MSG[0]
1423 pshufb $TMP,@MSG[1]
1438 pshufb $TMP,@MSG[2]
1452 pshufb $TMP,@MSG[3]
1459 movdqa @MSG[3],$TMP
1460 palignr \$4,@MSG[2],$TMP
1461 paddd $TMP,@MSG[0]
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dloctest.cpp5012 UChar TMP[4] = {0, 0, 0, 0}; in TestCurrencyByDate() local
5024 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status); in TestCurrencyByDate()
5036 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status); in TestCurrencyByDate()
5037 tempStr.setTo(TMP); in TestCurrencyByDate()
5049 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status); in TestCurrencyByDate()
5050 tempStr.setTo(TMP); in TestCurrencyByDate()
5062 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status); in TestCurrencyByDate()
5063 tempStr.setTo(TMP); in TestCurrencyByDate()
5076 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status); in TestCurrencyByDate()
5077 tempStr.setTo(TMP); in TestCurrencyByDate()
[all …]
/third_party/node/deps/npm/node_modules/os-tmpdir/
Dindex.js11 process.env.TMP ||
15 process.env.TMP ||
/third_party/openssl/external/perl/Text-Template-1.56/t/
Dtaint.t17 ($ENV{TMP}) = $ENV{TMP} =~ m/^.*$/gmsx; # untaint $ENV{TMP}
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
Dcpuhotplug05.sh54 TMP=$OPTARG;;
90 LOG_FILE="$TMP/log_$$"
/third_party/node/deps/npm/node_modules/node-gyp/test/
Dprocess-exec-sync.js31 if (process.env.TMP) {
32 osTempBase = process.env.TMP
/third_party/node/deps/npm/test/tap/
Ddoctor-ping-registry-404.js17 const TMP = path.join(ROOT, 'tmp') constant
77 tmp: TMP,

123