Home
last modified time | relevance | path

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

/external/tcpdump/
Dmkdep54 TMP=/tmp/mkdep$$
60 sed -e '/DO NOT DELETE THIS LINE/,$d' < $MAKE > $TMP
62 cat << _EOF_ >> $TMP
99 }' >> $TMP
101 cat << _EOF_ >> $TMP
107 cp $TMP $MAKE
108 rm -f ${MAKE}.bak $TMP
/external/libpcap/
Dmkdep54 TMP=/tmp/mkdep$$
60 sed -e '/DO NOT DELETE THIS LINE/,$d' < $MAKE > $TMP
62 cat << _EOF_ >> $TMP
99 }' >> $TMP
101 cat << _EOF_ >> $TMP
107 cp $TMP $MAKE
108 rm -f ${MAKE}.bak $TMP
/external/dropbear/libtomcrypt/
Dfilter.pl10 open(TMP,">tmp.delme");
15 print TMP $_;
18 print TMP $_;
22 print TMP $_;
25 print TMP $_;
29 close TMP;
/external/chromium/third_party/icu/source/test/intltest/
Dloctest.cpp2146 UChar TMP[4]; in TestCurrencyByDate() local
2158 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status); in TestCurrencyByDate()
2170 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status); in TestCurrencyByDate()
2171 tempStr.setTo(TMP); in TestCurrencyByDate()
2183 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status); in TestCurrencyByDate()
2184 tempStr.setTo(TMP); in TestCurrencyByDate()
2196 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status); in TestCurrencyByDate()
2197 tempStr.setTo(TMP); in TestCurrencyByDate()
2210 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status); in TestCurrencyByDate()
2211 tempStr.setTo(TMP); in TestCurrencyByDate()
[all …]
Dnumfmtst.cpp1460 UChar TMP[4]; in TestRegCurrency() local
1470 ucurr_forLocale("en_US", TMP, 4, &status); in TestRegCurrency()
1471 if (u_strcmp(YEN, TMP) != 0) { in TestRegCurrency()
1475 ucurr_forLocale("en_US_EURO", TMP, 4, &status); in TestRegCurrency()
1476 if (u_strcmp(QQQ, TMP) != 0) { in TestRegCurrency()
1480 int32_t fallbackLen = ucurr_forLocale("en_XX_BAR", TMP, 4, &status); in TestRegCurrency()
1490 ucurr_forLocale("en_US", TMP, 4, &status); in TestRegCurrency()
1491 if (u_strcmp(USD, TMP) != 0) { in TestRegCurrency()
1496 ucurr_forLocale("en_US_EURO", TMP, 4, &status); in TestRegCurrency()
1497 if (u_strcmp(QQQ, TMP) != 0) { in TestRegCurrency()
[all …]
/external/icu4c/test/intltest/
Dloctest.cpp2184 UChar TMP[4]; in TestCurrencyByDate() local
2196 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status); in TestCurrencyByDate()
2208 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status); in TestCurrencyByDate()
2209 tempStr.setTo(TMP); in TestCurrencyByDate()
2221 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status); in TestCurrencyByDate()
2222 tempStr.setTo(TMP); in TestCurrencyByDate()
2234 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status); in TestCurrencyByDate()
2235 tempStr.setTo(TMP); in TestCurrencyByDate()
2248 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status); in TestCurrencyByDate()
2249 tempStr.setTo(TMP); in TestCurrencyByDate()
[all …]
Dnumfmtst.cpp1466 UChar TMP[4]; in TestRegCurrency() local
1476 ucurr_forLocale("en_US", TMP, 4, &status); in TestRegCurrency()
1477 if (u_strcmp(YEN, TMP) != 0) { in TestRegCurrency()
1481 ucurr_forLocale("en_US_EURO", TMP, 4, &status); in TestRegCurrency()
1482 if (u_strcmp(QQQ, TMP) != 0) { in TestRegCurrency()
1486 int32_t fallbackLen = ucurr_forLocale("en_XX_BAR", TMP, 4, &status); in TestRegCurrency()
1496 ucurr_forLocale("en_US", TMP, 4, &status); in TestRegCurrency()
1497 if (u_strcmp(USD, TMP) != 0) { in TestRegCurrency()
1502 ucurr_forLocale("en_US_EURO", TMP, 4, &status); in TestRegCurrency()
1503 if (u_strcmp(QQQ, TMP) != 0) { in TestRegCurrency()
[all …]
/external/e2fsprogs/lib/ss/
Dmk_cmds.sh.in44 TMP="ct$$.c"
52 | ${AWK} -f "${DIR}/ct_c.awk" "rootname=${ROOT}" "outfile=${TMP}" -
54 if grep "^#__ERROR_IN_FILE" "${TMP}" > /dev/null; then
55 rm "${TMP}"
59 mv -f "${TMP}" "${BASE}.c"
/external/webkit/WebKitTools/Scripts/
Dparallelcl175 open(TMP, '>:raw:encoding(UTF16-LE):crlf:utf8', $tmpFile) or die "Couldn't open $tmpFile";
176 print TMP "$options\n";
178 print TMP "$file\n";
180 close(TMP);
Drun-webkit-nightly.cmd2 set script=%TMP%\run-webkit-nightly2.cmd
/external/libvpx/vp8/common/ppc/
Dfilter_altivec.asm58 .macro Msum Re, Ro, V, T, TMP argument
60 vmuleub \TMP, \V, \T ;# trashes v8
61 vadduhm \Re, \Re, \TMP ;# Re = evens, saturation unnecessary
62 vmuloub \TMP, \V, \T
63 vadduhm \Ro, \Ro, \TMP ;# Ro = odds
Dloopfilter_filters_altivec.asm354 ;# RES = abs( A-B), trashes TMP
355 .macro Abs RES, TMP, A, B
357 vsububs \TMP, \B, \A
358 vor \RES, \RES, \TMP
361 ;# RES = Max( RES, abs( A-B)), trashes TMP
362 .macro max_abs RES, TMP, A, B
363 vsububs \TMP, \A, \B
364 vmaxub \RES, \RES, \TMP
365 vsububs \TMP, \B, \A
366 vmaxub \RES, \RES, \TMP
/external/dbus/
Dconfigure.in1181 elif ! test -z "$TMP" ; then
1182 DEFAULT_SOCKET_DIR=$TMP
Dconfigure27844 elif ! test -z "$TMP" ; then
27845 DEFAULT_SOCKET_DIR=$TMP
/external/jpeg/
Dusage.doc378 On MS-DOS, the temporary files are created in the directory named by the TMP
/external/grub/
DChangeLog3993 variable C to TMP.
/external/sqlite/dist/
Dsqlite3.c.orig20843 if( DosScanEnv( (PSZ)"TMP", &zTempPath ) ){