HomeSort by relevance Sort by last modified time
    Searched refs:clean (Results 301 - 325 of 837) sorted by null

<<11121314151617181920>>

  /external/libsepol/tests/
Makefile 43 clean:
54 .PHONY: all policies clean test
  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Makefile 23 clean:
  /external/e2fsprogs/tests/progs/
Makefile.in 54 clean:
64 mostlyclean: clean
65 distclean: clean
  /external/libexif/doc/
Makefile.am 76 DOXYGEN_CLEAN_TARGETS += clean-apidocs
77 clean-apidocs:
108 clean-local: $(DOXYGEN_CLEAN_TARGETS)
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Makefile 384 @ echo nmake clean VCE (to build the MSVC dll with C++ exception handling)
385 @ echo nmake clean VSE (to build the MSVC dll with structured exception handling)
386 @ echo nmake clean VC (to build the MSVC dll with C cleanup code)
387 @ echo nmake clean VCE-inlined (to build the MSVC inlined dll with C++ exception handling)
388 @ echo nmake clean VSE-inlined (to build the MSVC inlined dll with structured exception handling)
389 @ echo nmake clean VC-inlined (to build the MSVC inlined dll with C cleanup code)
390 @ echo nmake clean VC-static (to build the MSVC static lib with C cleanup code)
391 @ echo nmake clean VCE-debug (to build the debug MSVC dll with C++ exception handling)
392 @ echo nmake clean VSE-debug (to build the debug MSVC dll with structured exception handling)
393 @ echo nmake clean VC-debug (to build the debug MSVC dll with C cleanup code
    [all...]
  /external/srtp/
Makefile 12 # clean removes objects, libs, and executables
165 # bookkeeping: tags, clean, and distribution
177 .PHONY: clean superclean install
193 clean:
202 $(MAKE) -C doc clean
203 $(MAKE) -C crypto clean
206 superclean: clean
  /external/chromium_org/third_party/icu/source/tools/genren/
Makefile 28 # load definition of .SO, etc (but not if we are doing 'make clean')
29 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
48 clean:
59 $(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR) clean
  /external/chromium_org/third_party/libsrtp/srtp/crypto/
Makefile 25 # `make clean` will work on the cygwin platform
38 .PHONY: dummy all runtest clean superclean
118 clean:
125 superclean: clean
  /external/icu/icu4c/source/tools/genren/
Makefile 28 # load definition of .SO, etc (but not if we are doing 'make clean')
29 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
48 clean:
59 $(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR) clean
  /external/libpng/contrib/pngminim/decoder/
makefile 107 clean:
109 srcdir=$(PNGSRC) clean
115 distclean: clean
  /external/libpng/contrib/pngminim/encoder/
makefile 106 clean:
108 srcdir=$(PNGSRC) clean
114 distclean: clean
  /external/srtp/crypto/
Makefile 25 # `make clean` will work on the cygwin platform
38 .PHONY: dummy all runtest clean superclean
111 clean:
118 superclean: clean
  /external/vixl/tools/
presubmit.py 100 help='Do not clean before build.')
112 def clean(mode): function in function:CleanBuildSystem
114 command = 'scons mode=%s simulator=%s target=cctest --clean' % \
120 clean('debug')
121 clean('release')
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texi2dvi 48 -c, --clean remove all auxiliary files
51 -o, --output=OFILE leave output in OFILE (implies --clean);
79 clean=
147 -c | --c*) clean=t;;
159 clean=t
325 # because in clean mode we are in tmp, in which case a relative
358 # files in `.'. Include orig_pwd in case we are in clean mode, where
365 # directory (e.g., in --clean mode, or during the macro-support
502 # If clean mode was specified, then move to the temporary directory.
503 if test "$clean" = t; the
    [all...]
  /libcore/luni/src/main/java/java/lang/
ThreadLocal.java 174 /** Points to the next cell to clean up. */
175 private int clean; field in class:ThreadLocal.Values
195 this.clean = fromParent.clean;
246 this.clean = 0;
255 // If we rehashed, we needn't clean up (clean up happens as
261 // No live entries == nothing to clean.
265 // Clean log(table.length) entries picking up where we left off
267 int index = clean;
    [all...]
  /external/blktrace/
btrace.spec 44 %clean
  /external/checkpolicy/
Makefile 59 clean:
61 $(MAKE) -C test clean
  /external/chromium_org/chrome/common/extensions/docs/server2/
link_converter.py 29 clean = (matches.group(2).replace('\\', '')
33 page, link = clean.split('#')
  /external/chromium_org/sdch/open-vcdiff/packages/deb/
rules 54 clean:
59 # Add here commands to clean up after the build process.
118 .PHONY: build clean binary-indep binary-arch binary install
  /external/chromium_org/third_party/lcov/example/
Makefile 7 # - clean: clean up directory
28 .PHONY: clean output test_noargs test_2_to_2000 test_overflow
95 clean:
  /external/chromium_org/third_party/libyuv/
linux.mk 47 clean:
  /external/clang/docs/analyzer/
Makefile 17 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
43 clean:
  /external/clang/docs/tools/
Makefile 29 clean:
85 clean-local::
  /external/dhcpcd/mk/
dist.mk 26 (cd /tmp/${SNAPDIR}; make clean)
  /external/e2fsprogs/lib/
Makefile.darwin-lib 47 clean::

Completed in 1019 milliseconds

<<11121314151617181920>>