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

<<11121314151617181920>>

  /external/zlib/src/watcom/
watcom_l.mak 40 clean: .SYMBOLIC
  /ndk/build/core/
clear-vars.mk 16 # this file is included repeatedly from Android.mk files in order to clean
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
webkitdirs.pm     [all...]
  /external/antlr/antlr-3.4/runtime/Python/
setup.py 9 from distutils.command.clean import clean as _clean
17 class clean(_clean): class in inherits:_clean
298 'clean': clean
  /external/apache-http/src/org/apache/commons/codec/language/
Soundex.java 253 str = SoundexUtils.clean(str);
  /external/chromium/testing/gmock/make/
Makefile 11 # make clean - removes all files generated by make.
55 clean :
  /external/chromium/testing/gtest/make/
Makefile 9 # make clean - removes all files generated by make.
41 clean :
  /external/chromium_org/native_client_sdk/src/build_tools/
build_projects.py 146 def BuildProjectsBranch(pepperdir, branch, deps, clean, config, args=None):
184 if clean:
185 # Clean to remove temporary files but keep the built
186 buildbot_common.Run(make_cmd + ['clean'], cwd=make_dir, env=env)
190 clean=False, config='Debug'):
198 BuildProjectsBranch(pepperdir, branch, deps, clean, config)
  /external/chromium_org/testing/gtest/make/
Makefile 9 # make clean - removes all files generated by make.
43 clean :
  /external/chromium_org/third_party/openssl/openssl/crypto/chacha/
Makefile 76 clean:
  /external/chromium_org/third_party/sqlite/src/tool/
soak1.tcl 59 exec make -f $makefilename clean >@stdout 2>@stdout
  /external/dropbear/libtommath/etc/
makefile 48 clean:
  /external/iproute2/ip/
Makefile 31 clean:
  /external/libpng/contrib/pngminim/preader/
makefile 55 clean:
  /external/llvm/
Makefile 106 clean::
174 clean-diagnostics:
176 .PHONY: clean-diagnostics
178 all-local:: clean-diagnostics
  /external/qemu/distrib/sdl-1.2.15/build-scripts/
fatbuild.sh 62 # clean
132 clean)
137 clean-ppc)
140 clean-x86)
143 clean-x64)
147 echo "Usage: $0 [all|configure[-ppc|-x86|-x64]|make[-ppc|-x86|-x64]|merge|install|clean[-ppc|-x86|-x64]]"
295 # Clean up
  /external/stlport/etc/
STLport-4.5.1.spec 42 make -f %{MAKEFILE} INSTALLDIR=$RPM_BUILD_ROOT/usr clean all
51 %clean
STLport-4.5.3.spec 42 make -f %{MAKEFILE} INSTALLDIR=$RPM_BUILD_ROOT/usr clean all
51 %clean
STLport-4.6.spec 42 make -f %{MAKEFILE} INSTALLDIR=$RPM_BUILD_ROOT/usr clean all
51 %clean
  /external/stlport/test/eh/
como-linux.mak 68 clean:
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Element.java 169 Clean the attributes of this element.
175 public void clean() { method in class:Element
  /external/wpa_supplicant_8/src/crypto/
Makefile 3 clean:
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
Makefile 3 clean:
  /ndk/sources/host-tools/ndk-stack/
GNUmakefile 84 clean:
  /system/core/include/utils/
BlobCache.h 112 // clean evicts a randomly chosen set of entries from the cache such that
114 void clean();
116 // isCleanable returns true if the cache is full enough for the clean method

Completed in 502 milliseconds

<<11121314151617181920>>