Home
last modified time | relevance | path

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

123

/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)
Ddutree.doc34 : | 1 sm.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/mbedtls/visualc/VS2010/
D.gitignore6 /*.bak
/third_party/cups/
Dcups-banners.patch7 !strcmp(ext, ".bak") ||
/third_party/skia/third_party/externals/expat/
D.gitignore13 *.bak
/third_party/gn/
D.gitignore1 *.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/libexif/
D.gitignore13 *.bak
/third_party/libevdev/
Dthird_party_libevdev.diff1 diff -Naur third-party-libevdev-bak/COPYING third-party-new/COPYING
2 --- third-party-libevdev-bak/COPYING 2023-03-28 10:49:53.360511300 +0800
47 diff -Naur third-party-libevdev-bak/Makefile.in third-party-new/Makefile.in
48 --- third-party-libevdev-bak/Makefile.in 1970-01-01 08:00:00.000000000 +0800
962 diff -Naur third-party-libevdev-bak/OAT.xml third-party-new/OAT.xml
963 --- third-party-libevdev-bak/OAT.xml 2023-03-28 10:49:53.360511300 +0800
972 diff -Naur third-party-libevdev-bak/README.OpenSource third-party-new/README.OpenSource
973 --- third-party-libevdev-bak/README.OpenSource 2023-03-28 10:49:53.360511300 +0800
986 diff -Naur third-party-libevdev-bak/README.md third-party-new/README.md
987 --- third-party-libevdev-bak/README.md 2023-03-28 10:49:53.360511300 +0800
[all …]
/third_party/icu/icu4j/perf-tests/data/collation/
DTestRandomWordsUDHR_tr.txt104 gerekli bakımından hor
549 bakımından sadece bir
864 bakım otoritesinin serbestisine
875 bakım kanun
1045 bakım birlikte mülteci
1468 anayasa bakım dolaşma
1636 bakım şiddetli
1912 bakım açık
2182 bakım şahsın
2253 davasının Hiç bakımından
[all …]
/third_party/zlib/msdos/
DMakefile.bor114 -del zlib_*.bak
DMakefile.tc99 -del zlib_*.bak
DMakefile.msc111 -del zlib_*.bak
/third_party/zlib/win32/
DMakefile.bor108 -del zlib.bak
/third_party/ffmpeg/libavcodec/
Dh261dec.c168 GetBitContext bak = s->gb; in h261_resync() local
174 s->gb = bak; in h261_resync()
/third_party/libffi/testsuite/
DMakefile.in482 @-rm -f site.bak
483 @test ! -f site.exp || mv site.exp site.bak
487 -rm -f site.exp site.bak

123