Searched refs:bak (Results 1 – 25 of 100) sorted by relevance
1234
/third_party/protobuf/php/tests/ |
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 's/PHPUnit_Framework_TestCase/\\PHPUnit\\Framework\\TestCase/g' tests/map_field_test.php [all …]
|
/third_party/typescript/src/instrumenter/ |
D | instrumenter.ts | 17 const bak = `${tscPath}.bak`; constant 18 fs.exists(bak, (backupExists: boolean) => { 21 filename = bak; 27 fs.writeFile(bak, tscContent, (err: any) => {
|
/third_party/python/Tools/scripts/ |
D | cleanfuture.py | 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)
|
D | reindent.py | 144 bak = file + ".bak" 146 shutil.copyfile(file, bak) 148 print("backed up", file, "to", bak)
|
/third_party/boost/libs/graph/doc/ |
D | mungeaux.csh | 5 /bin/mv $aux $aux.bak 6 cat $aux.bak | perl jwebfrob.pl > $aux
|
/third_party/boost/libs/filesystem/doc/ |
D | build_tutorial.bat | 2 copy /y tutorial.html tutorial.bak 3 html_include_files +# tutorial.bak tutorial.html
|
/third_party/gettext/gettext-tools/tests/ |
D | msgmerge-update-1 | 59 cp mm-u-1.po mm-u-1.bak 65 ${DIFF} mm-u-1.bak mm-u-1.po
|
/third_party/e2fsprogs/lib/ |
D | Makefile.library | 20 $(Q) (if test -r $@; then $(RM) -f $@.bak && $(MV) $@ $@.bak; fi)
|
D | Makefile.profile | 13 $(Q) (if test -r $@; then $(RM) -f $@.bak && $(MV) $@ $@.bak; fi)
|
/third_party/curl/ |
D | maketgz | 81 sed -i.bak \ 92 sed -i.bak 's/#define CURL_VERSION .*/#define CURL_VERSION "'$curlversion'"/g' $CHEADER 96 sed -i.bak "s/7\.12\.3/$libversion/g" $PLIST
|
D | .gitignore | 33 aclocal.m4.bak
|
/third_party/skia/third_party/externals/brotli/ |
D | bootstrap | 32 sed -i.bak -r "s/[0-9]+:[0-9]+:[0-9]+/$BROTLI_ABI_INFO/" Makefile.am 33 sed -i.bak -r "s/\[[0-9]+\.[0-9]+\.[0-9]+\]/[$BROTLI_VERSION]/" configure.ac
|
/third_party/mbedtls/scripts/ |
D | footprint.sh | 70 cp $CONFIG_H ${CONFIG_H}.bak 91 cp ${CONFIG_H}.bak $CONFIG_H
|
D | apidoc_full.sh | 34 CONFIG_BAK=${CONFIG_H}.bak
|
D | ecc-heap.sh | 44 CONFIG_BAK=${CONFIG_H}.bak
|
D | memory.sh | 111 CONFIG_BAK=${CONFIG_H}.bak
|
/third_party/node/tools/gyp/ |
D | .gitignore | 114 env.bak/ 115 venv.bak/
|
/third_party/glib/docs/reference/ |
D | .gitignore | 14 *.bak
|
/third_party/mbedtls/visualc/VS2010/ |
D | .gitignore | 6 /*.bak
|
/third_party/skia/third_party/externals/expat/ |
D | .gitignore | 13 *.bak
|
/third_party/e2fsprogs/install-utils/ |
D | convfstab | 70 mv -f /etc/fstab /etc/fstab.bak
|
/third_party/gn/ |
D | .gitignore | 1 *.bak
|
/third_party/libexif/ |
D | .gitignore | 13 *.bak
|
/third_party/mbedtls/tests/ |
D | Makefile | 234 mv ./libtestdriver1/include/psa/crypto_config.h ./libtestdriver1/include/psa/crypto_config.h.bak 235 …head -n -1 ./libtestdriver1/include/psa/crypto_config.h.bak > ./libtestdriver1/include/psa/crypto_…
|
/third_party/grpc/third_party/upb/cmake/ |
D | build_defs.bzl | 33 "sed -i.bak -e 's|INSERT_FILE_LIST_HERE|" + "\\\n ".join(file_list) + "|' $@",
|
1234