HomeSort by relevance Sort by last modified time
    Searched refs:clean (Results 251 - 275 of 705) sorted by null

<<11121314151617181920>>

  /external/icu4c/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/srtp/crypto/
Makefile 25 # `make clean` will work on the cygwin platform
38 .PHONY: dummy all runtest clean superclean
111 clean:
118 superclean: clean
  /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/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/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/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/dropbear/libtommath/pics/
makefile 33 clean:
  /external/e2fsprogs/lib/
Makefile.darwin-lib 47 clean::
  /external/llvm/utils/buildit/
GNUmakefile 108 clean:
132 .PHONY: install installsrc clean EmbeddedHosted EmbeddedSim Embedded
  /external/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/ppp/pppd/
Makefile.sol2 55 clean:
  /external/proguard/build/
makefile 64 clean:
94 .PHONY: all basic options proguard proguardgui retrace anttask wtkplugin clean $(TARGETS) $(OPTIONAL_TARGETS)
  /external/protobuf/examples/
Makefile 3 .PHONY: all cpp java python clean
11 clean:
  /external/stlport/test/eh/
cray.mak 55 clean:
  /frameworks/wilhelm/tools/hashgen/
Makefile 59 clean :
64 distclean : clean
  /ndk/sources/host-tools/make-3.81/w32/
Makefile 240 clean-noinstLIBRARIES:
424 clean-generic:
429 maintainer-clean-generic:
432 clean: clean-am
434 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
439 distclean-am: clean-am distclean-compile distclean-generic \
462 maintainer-clean: maintainer-clean-a
    [all...]
  /prebuilts/tools/common/proguard/proguard4.7/build/
makefile 64 clean:
94 .PHONY: all basic options proguard proguardgui retrace anttask wtkplugin clean $(TARGETS) $(OPTIONAL_TARGETS)
  /art/
Android.mk 23 # clean-oat targets
26 # following the example of build's dont_bother for clean targets
27 ifneq (,$(filter clean-oat,$(MAKECMDGOALS)))
30 ifneq (,$(filter clean-oat-host,$(MAKECMDGOALS)))
33 ifneq (,$(filter clean-oat-target,$(MAKECMDGOALS)))
37 .PHONY: clean-oat
38 clean-oat: clean-oat-host clean-oat-target
40 .PHONY: clean-oat-hos
    [all...]

Completed in 1286 milliseconds

<<11121314151617181920>>