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

1 2 3 4 5 67 8 91011>>

  /external/llvm/unittests/
Makefile 18 clean::
  /external/mesa3d/src/gallium/state_trackers/d3d1x/
Makefile 6 clean:
  /external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/
Makefile 6 clean:
  /external/mesa3d/src/gallium/state_trackers/glx/
Makefile 19 clean:
  /external/qemu-pc-bios/vgabios/
Makefile 24 clean:
28 bios-clean:
31 dist-clean: clean
  /external/yaffs2/yaffs2/mtdemul/
Makefile 28 clean:
  /ndk/build/core/
build-all.mk 35 clean clean-objs-dir \
36 clean-executables clean-libraries \
37 clean-installed-modules \
38 clean-installed-binaries
68 # this is the list of all generated files that we would need to clean
114 clean-dependency-converter:
126 clean: clean-intermediates clean-installed-binarie
    [all...]
  /external/chromium_org/third_party/icu/source/samples/layout/
Makefile.in 19 ## Extra files to remove for 'make clean'
39 .PHONY : all all-local install install-local clean clean-local \
48 clean: clean-local
63 clean-local:
67 distclean-local: clean-local
104 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
  /external/chromium_org/third_party/icu/source/test/letest/
Makefile.in 19 ## Extra files to remove for 'make clean'
48 .PHONY : all all-local install install-local clean clean-local \
57 clean: clean-local
68 clean-local:
72 distclean-local: clean-local
99 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
  /external/chromium_org/third_party/icu/source/tools/genrb/
Makefile.in 26 ## Extra files to remove for 'make clean'
47 .PHONY : all all-local install install-local clean clean-local \
56 clean: clean-local
74 clean-local:
78 distclean-local: clean-local
107 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
  /external/chromium_org/third_party/icu/source/tools/icuinfo/
Makefile.in 17 ## Extra files to remove for 'make clean'
37 .PHONY : all all-local install install-local clean clean-local \
46 clean: clean-local
59 clean-local:
63 distclean-local: clean-local
102 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
  /external/chromium_org/third_party/icu/source/tools/makeconv/
Makefile.in 23 ## Extra files to remove for 'make clean'
37 .PHONY : all all-local install install-local clean clean-local \
46 clean: clean-local
64 clean-local:
68 distclean-local: clean-local
90 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
  /external/icu/icu4c/source/samples/layout/
Makefile.in 19 ## Extra files to remove for 'make clean'
39 .PHONY : all all-local install install-local clean clean-local \
48 clean: clean-local
63 clean-local:
67 distclean-local: clean-local
104 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
  /external/icu/icu4c/source/test/letest/
Makefile.in 19 ## Extra files to remove for 'make clean'
48 .PHONY : all all-local install install-local clean clean-local \
57 clean: clean-local
69 clean-local:
73 distclean-local: clean-local
104 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
  /external/icu/icu4c/source/tools/genrb/
Makefile.in 26 ## Extra files to remove for 'make clean'
48 .PHONY : all all-local install install-local clean clean-local \
57 clean: clean-local
75 clean-local:
79 distclean-local: clean-local
108 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
  /external/icu/icu4c/source/tools/icuinfo/
Makefile.in 17 ## Extra files to remove for 'make clean'
37 .PHONY : all all-local install install-local clean clean-local \
46 clean: clean-local
59 clean-local:
63 distclean-local: clean-local
102 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
  /external/icu/icu4c/source/tools/makeconv/
Makefile.in 23 ## Extra files to remove for 'make clean'
37 .PHONY : all all-local install install-local clean clean-local \
46 clean: clean-local
64 clean-local:
68 distclean-local: clean-local
90 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
  /external/chromium_org/third_party/icu/source/test/
Makefile.in 22 ## Files to remove for 'make clean'
29 install-recursive clean clean-local clean-recursive distclean \
45 clean: clean-recursive clean-local
60 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive:
161 clean-local:
164 distclean-local: clean-loca
    [all...]
  /external/icu/icu4c/source/test/
Makefile.in 23 ## Files to remove for 'make clean'
30 install-recursive clean clean-local clean-recursive distclean \
46 clean: clean-recursive clean-local
61 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive:
171 clean-local:
174 distclean-local: clean-loca
    [all...]
  /external/libogg/win32/
Makefile 132 clean-libtool:
189 clean-generic:
194 maintainer-clean-generic:
197 clean: clean-am
199 clean-am: clean-generic clean-libtool mostlyclean-am
203 distclean-am: clean-am distclean-generic distclean-libtool
223 maintainer-clean: maintainer-clean-a
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
pp.c 103 char *clean = ralloc_strdup(ctx, ""); local
133 ralloc_strncat(&clean, shader, backslash - shader);
139 ralloc_strncat(&clean, shader, newline - shader + 1);
143 ralloc_strcat(&clean, "\n");
148 ralloc_strcat(&clean, shader);
149 return clean;
  /external/lldb/include/lldb/Utility/
CleanUp.h 22 // - when the user explicitly calls clean.
95 clean();
118 // be cleaned up (see void CleanUp::clean()).
124 clean ();
153 clean() function in class:lldb_utility::CleanUp
228 clean();
251 // be cleaned up (see void CleanUp::clean()).
257 clean ();
286 clean() function in class:lldb_utility::CleanUp2
  /external/mesa3d/src/glsl/glcpp/
pp.c 103 char *clean = ralloc_strdup(ctx, ""); local
133 ralloc_strncat(&clean, shader, backslash - shader);
139 ralloc_strncat(&clean, shader, newline - shader + 1);
143 ralloc_strcat(&clean, "\n");
148 ralloc_strcat(&clean, shader);
149 return clean;
  /external/mdnsresponder/
Makefile 14 # clean:
40 clean::
41 echo clean
  /external/wpa_supplicant_8/src/eap_peer/
Makefile 4 clean:

Completed in 870 milliseconds

1 2 3 4 5 67 8 91011>>