/third_party/ffmpeg/tools/ |
H A D | patcheck | 13 TMP=patcheck.tmp 32 $GREP $OPT '^+' $* | $GREP -v ':+++'| $EGREP --color=always -- "$arg"> $TMP && printf "\n$msg\n" 33 cat $TMP 41 $GREP $OPT '^+' $* | $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 && printf '\nuseless 0 init\n' 67 cat $TMP 96 #$EGREP $OPT '^\+.*const ' $*| $GREP -v 'static'> $TMP && printf '\nnon static const\n' 97 #cat $TMP 110 rm $TMP [all...] |
/third_party/mesa3d/src/panfrost/bifrost/test/ |
H A D | test-scheduler-predicates.cpp | 40 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(), TM in TEST_F() [all...] |
/third_party/ltp/testscripts/ |
H A D | ltp-aiodio.sh | 20 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/aiodi [all...] |
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
H A D | do-plot | 16 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 101 #cp $TMP/gnuplo [all...] |
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
H A D | do-plot | 16 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 101 #cp $TMP/gnuplo [all...] |
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
H A D | do-plot | 16 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 101 #cp $TMP/gnuplo [all...] |
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/ |
H A D | do-plot | 16 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 101 #cp $TMP/gnuplo [all...] |
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/ |
H A D | do-plot | 16 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 101 #cp $TMP/gnuplo [all...] |
/third_party/ltp/ |
H A D | runltp | 545 TMP=`mktemp -d $TMPTEMPLATE` || \ 547 echo "FATAL: Unable to make temporary directory: $TMP" 550 export 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_o [all...] |
/third_party/ltp/testcases/kernel/controllers/freezer/ |
H A D | libcgroup_freezer | 54 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 "Failed to unmount cgroup filesystem with ${cgroup_subsys} subsystem" 121 rmdir $TMP/ [all...] |
/third_party/node/tools/ |
H A D | mk-ca-bundle.pl | 291 open(TMP, $pipe) or die "Couldn't open openssl pipe: $!"; 292 print TMP $pem; 293 close(TMP) or die "Couldn't close openssl pipe: $!"; 303 open(TMP, $pipe) or die "Couldn't open openssl pipe: $!"; 304 print TMP $pem; 305 close(TMP) or die "Couldn't close openssl pipe: $!";
|
/third_party/f2fs-tools/scripts/ |
H A D | verify.sh | 4 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/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha256-586.pl | 532 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, [all...] |
H A D | sha512-x86_64.pl | 566 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, [all...] |
/third_party/openssl/crypto/sha/asm/ |
H A D | sha256-586.pl | 532 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, [all...] |
H A D | sha512-x86_64.pl | 566 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, [all...] |
/third_party/curl/scripts/ |
H A D | mk-ca-bundle.pl | 672 open(TMP, $pipe) or die "Couldn't open openssl pipe: $!"; 673 print TMP $pem; 674 close(TMP) or die "Couldn't close openssl pipe: $!"; 684 open(TMP, $pipe) or die "Couldn't open openssl pipe: $!"; 685 print TMP $pem; 686 close(TMP) or die "Couldn't close openssl pipe: $!";
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | loctest.cpp | 5061 UChar TMP[4] = {0, 0, 0, 0}; in TestCurrencyByDate() local 5073 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status); in TestCurrencyByDate() 5085 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status); in TestCurrencyByDate() 5086 tempStr.setTo(TMP); in TestCurrencyByDate() 5098 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status); in TestCurrencyByDate() 5099 tempStr.setTo(TMP); in TestCurrencyByDate() 5111 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status); in TestCurrencyByDate() 5112 tempStr.setTo(TMP); in TestCurrencyByDate() 5125 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status); in TestCurrencyByDate() 5126 tempStr.setTo(TMP); in TestCurrencyByDate() [all...] |
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aesni-sha256-x86_64.pl | 1320 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, [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aesni-sha256-x86_64.pl | 1320 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, [all...] |
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/ |
H A D | taint.t | 14 # ... fails unless "/tmp" on the current windows drive is a writable directory OR either $ENV{TMP} or $ENV{TEMP} are untainted and point to a writable directory 17 ($ENV{TMP}) = $ENV{TMP} =~ m/^.*$/gmsx; # untaint $ENV{TMP}
|
/third_party/openssl/external/perl/Text-Template-1.56/t/ |
H A D | taint.t | 14 # ... fails unless "/tmp" on the current windows drive is a writable directory OR either $ENV{TMP} or $ENV{TEMP} are untainted and point to a writable directory 17 ($ENV{TMP}) = $ENV{TMP} =~ m/^.*$/gmsx; # untaint $ENV{TMP}
|
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/ |
H A D | cpuhotplug05.sh | 56 TMP=$OPTARG;; 92 LOG_FILE="$TMP/log_$$"
|
/third_party/ltp/testcases/kernel/fs/fs_di/ |
H A D | fs_di | 125 d) # append $$ to TMP, as it is recursively 128 TMP="${TMPBASE}/fs_di-$$" 129 export TESTFS="$TMP";;
|
/third_party/ltp/testcases/kernel/security/mmc_security/ |
H A D | remove_password.sh | 42 LTPTMP=${TMP} # Temporary directory to create files, etc.
|