| /third_party/typescript/tests/baselines/reference/tsc/incremental/ |
| D | noEmit-changes-incremental-discrepancies.js | 3 Clean build always uses d.ts for signature for testing thus does not contain non exported modules/r… 4 Incremental and clean size of maps do not match:: exportedModulesMap:: File:: /src/project/tsconfig… 16 Clean: { 23 Clean build always uses d.ts for signature for testing thus does not contain non exported modules/r… 24 Incremental and clean size of maps do not match:: exportedModulesMap:: File:: /src/project/tsconfig… 36 Clean: { 43 Clean build always uses d.ts for signature for testing thus does not contain non exported modules/r… 44 Incremental and clean size of maps do not match:: exportedModulesMap:: File:: /src/project/tsconfig… 56 Clean: { 63 Clean build always uses d.ts for signature for testing thus does not contain non exported modules/r… [all …]
|
| D | noEmit-changes-with-initial-noEmit-incremental-discrepancies.js | 3 Clean build always uses d.ts for signature for testing thus does not contain non exported modules/r… 4 Incremental and clean size of maps do not match:: exportedModulesMap:: File:: /src/project/tsconfig… 16 Clean: { 23 Clean build always uses d.ts for signature for testing thus does not contain non exported modules/r… 24 Incremental and clean size of maps do not match:: exportedModulesMap:: File:: /src/project/tsconfig… 36 Clean: { 43 Clean build always uses d.ts for signature for testing thus does not contain non exported modules/r… 44 Incremental and clean size of maps do not match:: exportedModulesMap:: File:: /src/project/tsconfig… 56 Clean: {
|
| /third_party/python/Lib/test/test_tools/ |
| D | test_pindent.py | 53 clean = f.read() 54 compile(clean, '_test.py', 'exec') 55 self.assertEqual(self.pindent(clean, '-c'), closed) 56 self.assertEqual(self.pindent(closed, '-d'), clean) 62 self.assertEqual(f.read(), clean) 79 def pindent_test(self, clean, closed): argument 80 self.assertEqual(self.pindent(clean, '-c'), closed) 81 self.assertEqual(self.pindent(closed, '-d'), clean) 86 clean = textwrap.dedent("""\ 228 self.pindent_test(clean, closed) [all …]
|
| /third_party/lz4/.circleci/ |
| D | config.yml | 46 - run: CFLAGS= make clangtest && make clean 47 - run: g++ -v; make cxxtest && make clean 48 - run: gcc -v; g++ -v; make ctocpptest && make clean 49 - run: gcc-5 -v; CC=gcc-5 CFLAGS="-O2 -Werror" make check && make clean 50 …C=gcc-5 CFLAGS="-O2 -m32 -Werror" CPPFLAGS=-I/usr/include/x86_64-linux-gnu make check && make clean 51 - run: gcc-6 -v; CC=gcc-6 MOREFLAGS="-O2 -Werror" make check && make clean 52 - run: make cmake && make clean 56 - run: make -C tests test-fuzzer && make clean 57 - run: make -C lib all && make clean 58 … run: pyenv global 3.4.4; make versionsTest MOREFLAGS=-I/usr/include/x86_64-linux-gnu && make clean [all …]
|
| /third_party/ltp/ |
| D | Makefile | 32 # CLEAN_TARGETS: Targets which exist solely in clean. 33 # COMMON_TARGETS: Targets which exist in all, clean, and install. 34 # INSTALL_TARGETS: Targets which exist in clean and install (contains 46 ifeq ($$(filter %-clean,$(1)),) # not *-clean 48 else # clean 64 CLEAN_TARGETS := $(addsuffix -clean,$(CLEAN_TARGETS)) 101 # Let's not conflict with ac-clean, maintainer-clean, etc, so. 102 $(filter-out include-clean,$(CLEAN_TARGETS)):: 103 -$(MAKE) -C "$(subst -clean,,$@)" \ 104 -f "$(abs_top_srcdir)/$(subst -clean,,$@)/Makefile" clean [all …]
|
| /third_party/icu/icu4c/source/samples/ |
| D | Makefile.in | 22 ## Files to remove for 'make clean' 30 install-recursive clean clean-local clean-recursive distclean \ 40 clean: clean-recursive clean-local 45 clean-samples: clean-samples-recursive 55 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive: 72 all-samples-recursive check-samples-recursive clean-samples-recursive: 97 clean-local: 102 distclean-local: clean-local
|
| /third_party/skia/third_party/externals/icu/source/samples/ |
| D | Makefile.in | 22 ## Files to remove for 'make clean' 30 install-recursive clean clean-local clean-recursive distclean \ 40 clean: clean-recursive clean-local 45 clean-samples: clean-samples-recursive 55 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive: 72 all-samples-recursive check-samples-recursive clean-samples-recursive: 97 clean-local: 102 distclean-local: clean-local
|
| /third_party/ltp/testcases/realtime/ |
| D | Makefile | 36 ifeq ($(filter autotools %clean .gitignore gitignore.%,$(MAKECMDGOALS)),) 54 .PHONY: ac-clean ac-distclean ac-maintainer-clean 55 ac-clean:: 60 ac-distclean:: ac-clean 61 ac-maintainer-clean:: ac-distclean 84 distclean:: %: clean ac-distclean 87 maintainer-clean:: distclean ac-maintainer-clean 102 trunk-clean:: | lib-clean 104 lib-clean:: $(LIBDIR) 105 $(MAKE) -C $^ -f "$(abs_srcdir)/$(LIBDIR)/Makefile" clean
|
| /third_party/icu/icu4c/source/tools/ |
| D | Makefile.in | 28 install-recursive clean clean-local clean-recursive distclean \ 38 clean: clean-local clean-recursive 46 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive: 66 ## Files to remove for 'make clean' 73 clean-local: 76 # Clean up any old variations.. 77 distclean-local: clean-local
|
| /third_party/skia/third_party/externals/icu/source/tools/ |
| D | Makefile.in | 28 install-recursive clean clean-local clean-recursive distclean \ 38 clean: clean-local clean-recursive 46 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive: 66 ## Files to remove for 'make clean' 73 clean-local: 76 # Clean up any old variations.. 77 distclean-local: clean-local
|
| /third_party/protobuf/kokoro/linux/dockerfile/test/php_32bit/ |
| D | Dockerfile | 26 && apt-get clean 29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \ 38 && apt-get clean 68 && make clean 77 && make clean 96 && make clean 105 && make clean 124 && make clean 133 && make clean 152 && make clean [all …]
|
| /third_party/protobuf/kokoro/linux/dockerfile/test/php/ |
| D | Dockerfile | 26 && apt-get clean 29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \ 39 && apt-get clean 71 && make clean 81 && make clean 101 && make clean 111 && make clean 131 && make clean 141 && make clean 161 && make clean [all …]
|
| /third_party/ltp/include/ |
| D | Makefile | 17 .PHONY: ac-clean ac-distclean ac-maintainer-clean distclean maintainer-clean 18 distclean:: clean ac-distclean 19 maintainer-clean:: distclean ac-maintainer-clean 20 ac-clean ac-distclean:: 22 ac-maintainer-clean::
|
| /third_party/icu/icu4c/source/test/perf/ |
| D | Makefile.in | 22 ## Files to remove for 'make clean' 32 install-recursive clean clean-local clean-recursive distclean \ 44 clean: clean-recursive clean-local 59 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive: 82 clean-local: 85 distclean-local: clean-local
|
| /third_party/icu/icu4c/source/extra/ |
| D | Makefile.in | 23 ## Files to remove for 'make clean' 30 install-recursive clean clean-local clean-recursive distclean \ 40 clean: clean-recursive clean-local 48 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive: 71 clean-local: 76 distclean-local: clean-local
|
| /third_party/skia/third_party/externals/icu/source/extra/ |
| D | Makefile.in | 23 ## Files to remove for 'make clean' 30 install-recursive clean clean-local clean-recursive distclean \ 40 clean: clean-recursive clean-local 48 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive: 71 clean-local: 76 distclean-local: clean-local
|
| /third_party/lz4/ |
| D | Makefile | 78 .PHONY: clean 79 clean: target 143 clangtest: clean 151 clangtest-native: clean 161 usan: clean 167 usan32: clean 173 staticAnalyze: clean 181 platformTest: clean 190 versionsTest: clean 195 $(MAKE) -C $(TESTDIR) clean $@ [all …]
|
| /third_party/skia/third_party/externals/icu/scripts/ |
| D | make_data_all.sh | 27 (cd data && make clean) 33 (cd data && make clean) 39 (cd data && make clean) 45 (cd data && make clean) 51 (cd data && make clean) 57 (cd data && make clean) 63 (cd data && make clean) 69 (cd data && make clean) 74 echo "Clean up the git"
|
| /third_party/curl/src/ |
| D | tool_ipfs.c | 159 goto clean; in ipfs_url_rewrite() 164 goto clean; in ipfs_url_rewrite() 173 goto clean; in ipfs_url_rewrite() 181 goto clean; in ipfs_url_rewrite() 187 goto clean; in ipfs_url_rewrite() 195 goto clean; in ipfs_url_rewrite() 200 goto clean; in ipfs_url_rewrite() 208 goto clean; in ipfs_url_rewrite() 214 goto clean; in ipfs_url_rewrite() 219 goto clean; in ipfs_url_rewrite() [all …]
|
| /third_party/libwebsockets/test-apps/android/app/src/main/jni/ |
| D | NativeLibs.mk | 138 # If you change these or APP_PLATFORM you must do a 'make clean' 601 clean-ndk \ 602 clean \ 603 dist-clean \ 604 clean-targets \ 605 clean-target-x86 \ 606 clean-target-x86_64 \ 607 clean-target-armeabi \ 608 clean-target-armeabi-v7a \ 609 clean-target-armeabi-v7a-hard \ [all …]
|
| /third_party/icu/icu4c/source/test/compat/ |
| D | Makefile.in | 19 ## Extra files to remove for 'make clean' 33 .PHONY : all all-local install install-local clean clean-local \ 42 clean: clean-local 53 clean-local: 57 distclean-local: clean-local 74 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
|
| /third_party/typescript/tests/baselines/reference/ |
| D | inferentialTypingUsingApparentType3.symbols | 6 clean(input: T): T 7 >clean : Symbol(Field.clean, Decl(inferentialTypingUsingApparentType3.ts, 0, 20)) 17 clean(input: string) { 18 >clean : Symbol(CharField.clean, Decl(inferentialTypingUsingApparentType3.ts, 4, 42)) 29 clean(input: number) { 30 >clean : Symbol(NumberField.clean, Decl(inferentialTypingUsingApparentType3.ts, 10, 44))
|
| /third_party/skia/third_party/externals/icu/source/samples/date/ |
| D | Makefile.in | 20 ## Extra files to remove for 'make clean' 34 .PHONY : all all-local install install-local clean clean-local \ 43 clean: clean-local 54 clean-local: 58 distclean-local: clean-local 75 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
|
| /third_party/skia/third_party/externals/icu/source/samples/cal/ |
| D | Makefile.in | 20 ## Extra files to remove for 'make clean' 34 .PHONY : all all-local install install-local clean clean-local \ 43 clean: clean-local 54 clean-local: 58 distclean-local: clean-local 75 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
|
| /third_party/icu/icu4c/source/samples/cal/ |
| D | Makefile.in | 20 ## Extra files to remove for 'make clean' 34 .PHONY : all all-local install install-local clean clean-local \ 43 clean: clean-local 54 clean-local: 58 distclean-local: clean-local 75 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
|