Searched refs:bak (Results 1 – 25 of 67) sorted by relevance
123
/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)
|
D | dutree.doc | 34 : | 1 sm.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/mbedtls/visualc/VS2010/ |
D | .gitignore | 6 /*.bak
|
/third_party/cups/ |
D | cups-banners.patch | 7 !strcmp(ext, ".bak") ||
|
/third_party/skia/third_party/externals/expat/ |
D | .gitignore | 13 *.bak
|
/third_party/gn/ |
D | .gitignore | 1 *.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/libexif/ |
D | .gitignore | 13 *.bak
|
/third_party/libevdev/ |
D | third_party_libevdev.diff | 1 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/ |
D | TestRandomWordsUDHR_tr.txt | 104 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/ |
D | Makefile.bor | 114 -del zlib_*.bak
|
D | Makefile.tc | 99 -del zlib_*.bak
|
D | Makefile.msc | 111 -del zlib_*.bak
|
/third_party/zlib/win32/ |
D | Makefile.bor | 108 -del zlib.bak
|
/third_party/ffmpeg/libavcodec/ |
D | h261dec.c | 168 GetBitContext bak = s->gb; in h261_resync() local 174 s->gb = bak; in h261_resync()
|
/third_party/libffi/testsuite/ |
D | Makefile.in | 482 @-rm -f site.bak 483 @test ! -f site.exp || mv site.exp site.bak 487 -rm -f site.exp site.bak
|
123