Home
last modified time | relevance | path

Searched refs:bak (Results 1 – 25 of 100) sorted by relevance

1234

/third_party/protobuf/php/tests/
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 's/PHPUnit_Framework_TestCase/\\PHPUnit\\Framework\\TestCase/g' tests/map_field_test.php
[all …]
/third_party/typescript/src/instrumenter/
Dinstrumenter.ts17 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/
Dcleanfuture.py119 bak = file + ".bak"
120 if os.path.exists(bak):
121 os.remove(bak)
122 os.rename(file, bak)
124 print("renamed", file, "to", bak)
Dreindent.py144 bak = file + ".bak"
146 shutil.copyfile(file, bak)
148 print("backed up", file, "to", bak)
/third_party/boost/libs/graph/doc/
Dmungeaux.csh5 /bin/mv $aux $aux.bak
6 cat $aux.bak | perl jwebfrob.pl > $aux
/third_party/boost/libs/filesystem/doc/
Dbuild_tutorial.bat2 copy /y tutorial.html tutorial.bak
3 html_include_files +# tutorial.bak tutorial.html
/third_party/gettext/gettext-tools/tests/
Dmsgmerge-update-159 cp mm-u-1.po mm-u-1.bak
65 ${DIFF} mm-u-1.bak mm-u-1.po
/third_party/e2fsprogs/lib/
DMakefile.library20 $(Q) (if test -r $@; then $(RM) -f $@.bak && $(MV) $@ $@.bak; fi)
DMakefile.profile13 $(Q) (if test -r $@; then $(RM) -f $@.bak && $(MV) $@ $@.bak; fi)
/third_party/curl/
Dmaketgz81 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.gitignore33 aclocal.m4.bak
/third_party/skia/third_party/externals/brotli/
Dbootstrap32 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/
Dfootprint.sh70 cp $CONFIG_H ${CONFIG_H}.bak
91 cp ${CONFIG_H}.bak $CONFIG_H
Dapidoc_full.sh34 CONFIG_BAK=${CONFIG_H}.bak
Decc-heap.sh44 CONFIG_BAK=${CONFIG_H}.bak
Dmemory.sh111 CONFIG_BAK=${CONFIG_H}.bak
/third_party/node/tools/gyp/
D.gitignore114 env.bak/
115 venv.bak/
/third_party/glib/docs/reference/
D.gitignore14 *.bak
/third_party/mbedtls/visualc/VS2010/
D.gitignore6 /*.bak
/third_party/skia/third_party/externals/expat/
D.gitignore13 *.bak
/third_party/e2fsprogs/install-utils/
Dconvfstab70 mv -f /etc/fstab /etc/fstab.bak
/third_party/gn/
D.gitignore1 *.bak
/third_party/libexif/
D.gitignore13 *.bak
/third_party/mbedtls/tests/
DMakefile234 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/
Dbuild_defs.bzl33 "sed -i.bak -e 's|INSERT_FILE_LIST_HERE|" + "\\\n ".join(file_list) + "|' $@",

1234