/third_party/protobuf/php/tests/ |
H A D | compatibility_test.sh | 109 sed -i.bak '/php_implementation_test.php/d' phpunit.xml 110 sed -i.bak '/generated_phpdoc_test.php/d' phpunit.xml 111 sed -i.bak '/encode_decode_test.php/d' phpunit.xml 112 sed -i.bak 's/generated_phpdoc_test.php//g' tests/test.sh 113 sed -i.bak 's/generated_service_test.php//g' tests/test.sh 114 sed -i.bak 's/encode_decode_test.php//g' tests/test.sh 115 sed -i.bak '/memory_leak_test.php/d' tests/test.sh 116 sed -i.bak '/^ public function testTimestamp()$/,/^ }$/d' tests/well_known_test.php 117 sed -i.bak 's/PHPUnit_Framework_TestCase/\\PHPUnit\\Framework\\TestCase/g' tests/array_test.php 118 sed -i.bak ' [all...] |
/third_party/python/Tools/scripts/ |
H A D | cleanfuture.py | 17 Overwrites files in place, renaming the originals with a .bak extension. If 119 bak = file + ".bak" 120 if os.path.exists(bak): 121 os.remove(bak) 122 os.rename(file, bak) 124 print("renamed", file, "to", bak)
|
H A D | reindent.py | 9 -n (--nobackup) No backup. Does not make a ".bak" file before reindenting. 29 renaming the originals with a .bak extension. If it finds nothing to 38 The backup file is a copy of the one that is being reindented. The ".bak" 144 bak = file + ".bak" 146 shutil.copyfile(file, bak) 148 print("backed up", file, "to", bak)
|
/third_party/mbedtls/scripts/ |
H A D | footprint.sh | 58 cp $CONFIG_H ${CONFIG_H}.bak 79 cp ${CONFIG_H}.bak $CONFIG_H
|
H A D | memory.sh | 99 CONFIG_BAK=${CONFIG_H}.bak
|
/third_party/node/deps/v8/tools/ |
H A D | callstats-from-telemetry.sh | 49 cp $OUT $OUT.bak
|
/third_party/mbedtls/tests/ |
H A D | Makefile | 230 mv ./libtestdriver1/include/psa/crypto_config.h ./libtestdriver1/include/psa/crypto_config.h.bak 231 head -n -1 ./libtestdriver1/include/psa/crypto_config.h.bak > ./libtestdriver1/include/psa/crypto_config.h
|
/third_party/zlib/contrib/delphi/ |
H A D | zlibd32.mak | 97 -del zlib.bak
|
/third_party/zlib/contrib/pascal/ |
H A D | zlibd32.mak | 97 -del zlib.bak
|
/third_party/ffmpeg/libavcodec/ |
H A D | h261dec.c | 184 GetBitContext bak = s->gb; in h261_resync() local 190 s->gb = bak; in h261_resync()
|
H A D | me_cmp.c | 752 int16_t *const bak = temp + 64; in quant_psnr8x8_c() local 760 memcpy(bak, temp, 64 * sizeof(int16_t)); in quant_psnr8x8_c() 768 sum += (temp[i] - bak[i]) * (temp[i] - bak[i]); in quant_psnr8x8_c()
|
H A D | mpegvideo.c | 449 static void backup_duplicate_context(MpegEncContext *bak, MpegEncContext *src) in backup_duplicate_context() argument 451 #define COPY(a) bak->a = src->a in backup_duplicate_context() 478 MpegEncContext bak; in ff_update_duplicate_context() local 481 backup_duplicate_context(&bak, dst); in ff_update_duplicate_context() 483 backup_duplicate_context(dst, &bak); in ff_update_duplicate_context()
|
/third_party/eudev/ |
H A D | depcomp | 673 rm -f "$tmpdepfile" "$tmpdepfile".bak
|
/third_party/lame/ |
H A D | depcomp | 673 rm -f "$tmpdepfile" "$tmpdepfile".bak
|
/third_party/lame/libmp3lame/ |
H A D | depcomp | 673 rm -f "$tmpdepfile" "$tmpdepfile".bak
|
/third_party/lame/mpglib/ |
H A D | depcomp | 673 rm -f "$tmpdepfile" "$tmpdepfile".bak
|
/third_party/lame/frontend/ |
H A D | depcomp | 673 rm -f "$tmpdepfile" "$tmpdepfile".bak
|
/third_party/lame/misc/ |
H A D | depcomp | 673 rm -f "$tmpdepfile" "$tmpdepfile".bak
|
/third_party/musl/scripts/ |
H A D | runtest_Windows.bat | 84 hdc shell cp /etc/ld-musl-namespace-%ARCH%.ini /etc/ld-musl-namespace-%ARCH%.ini.bak
|
H A D | runtest_linux.sh | 105 ${CMD} shell cp /etc/ld-musl-namespace-${ARCH}.ini /etc/ld-musl-namespace-${ARCH}.ini.bak
|
/third_party/node/deps/cares/ |
H A D | depcomp | 673 rm -f "$tmpdepfile" "$tmpdepfile".bak
|
/third_party/node/deps/cares/config/ |
H A D | depcomp | 673 rm -f "$tmpdepfile" "$tmpdepfile".bak
|
/third_party/libevdev/build-aux/ |
H A D | depcomp | 673 rm -f "$tmpdepfile" "$tmpdepfile".bak
|
/third_party/skia/third_party/externals/libpng/ |
H A D | depcomp | 673 rm -f "$tmpdepfile" "$tmpdepfile".bak
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | depcomp | 673 rm -f "$tmpdepfile" "$tmpdepfile".bak
|