Home
last modified time | relevance | path

Searched refs:bak (Results 1 - 25 of 28) sorted by relevance

12

/third_party/protobuf/php/tests/
H A Dcompatibility_test.sh109 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 Dcleanfuture.py17 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 Dreindent.py9 -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 Dfootprint.sh58 cp $CONFIG_H ${CONFIG_H}.bak
79 cp ${CONFIG_H}.bak $CONFIG_H
H A Dmemory.sh99 CONFIG_BAK=${CONFIG_H}.bak
/third_party/node/deps/v8/tools/
H A Dcallstats-from-telemetry.sh49 cp $OUT $OUT.bak
/third_party/mbedtls/tests/
H A DMakefile230 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 Dzlibd32.mak97 -del zlib.bak
/third_party/zlib/contrib/pascal/
H A Dzlibd32.mak97 -del zlib.bak
/third_party/ffmpeg/libavcodec/
H A Dh261dec.c184 GetBitContext bak = s->gb; in h261_resync() local
190 s->gb = bak; in h261_resync()
H A Dme_cmp.c752 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 Dmpegvideo.c449 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 Ddepcomp673 rm -f "$tmpdepfile" "$tmpdepfile".bak
/third_party/lame/
H A Ddepcomp673 rm -f "$tmpdepfile" "$tmpdepfile".bak
/third_party/lame/libmp3lame/
H A Ddepcomp673 rm -f "$tmpdepfile" "$tmpdepfile".bak
/third_party/lame/mpglib/
H A Ddepcomp673 rm -f "$tmpdepfile" "$tmpdepfile".bak
/third_party/lame/frontend/
H A Ddepcomp673 rm -f "$tmpdepfile" "$tmpdepfile".bak
/third_party/lame/misc/
H A Ddepcomp673 rm -f "$tmpdepfile" "$tmpdepfile".bak
/third_party/musl/scripts/
H A Druntest_Windows.bat84 hdc shell cp /etc/ld-musl-namespace-%ARCH%.ini /etc/ld-musl-namespace-%ARCH%.ini.bak
H A Druntest_linux.sh105 ${CMD} shell cp /etc/ld-musl-namespace-${ARCH}.ini /etc/ld-musl-namespace-${ARCH}.ini.bak
/third_party/node/deps/cares/
H A Ddepcomp673 rm -f "$tmpdepfile" "$tmpdepfile".bak
/third_party/node/deps/cares/config/
H A Ddepcomp673 rm -f "$tmpdepfile" "$tmpdepfile".bak
/third_party/libevdev/build-aux/
H A Ddepcomp673 rm -f "$tmpdepfile" "$tmpdepfile".bak
/third_party/skia/third_party/externals/libpng/
H A Ddepcomp673 rm -f "$tmpdepfile" "$tmpdepfile".bak
/third_party/skia/third_party/externals/microhttpd/
H A Ddepcomp673 rm -f "$tmpdepfile" "$tmpdepfile".bak

Completed in 17 milliseconds

12