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

<<11121314151617181920>>

  /external/zlib/src/watcom/
watcom_l.mak 40 clean: .SYMBOLIC
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Android.mk 113 # puts the processed file under $(ASM_CNV_PATH). Local clean rule
192 .PHONY: clean
193 clean:
194 @echo "Clean: ads2gas files [$(TARGET_ARCH_ABI)]"
198 @$(RM) $(CLEAN-OBJS)
  /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/pcre/dist/
Makefile.am 96 # Additional files to delete on 'make clean' and 'make maintainer-clean'.
802 # coverage-clean-report: This removes the generated coverage report
804 # coverage-clean-data: This removes the captured coverage data without
806 # coverage-clean: This cleans all coverage data including the generated
859 coverage-clean-report:
863 coverage-clean-data:
866 coverage-clean: coverage-reset coverage-clean-report coverage-clean-dat
    [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 258 str = SoundexUtils.clean(str);
  /external/chromium_org/testing/gtest/make/
Makefile 9 # make clean - removes all files generated by make.
43 clean :
  /external/chromium_org/third_party/sqlite/src/tool/
soak1.tcl 59 exec make -f $makefilename clean >@stdout 2>@stdout
  /external/iproute2/ip/
Makefile 31 clean:
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
config.cpp 62 void clean();
190 clean();
499 ** Function: CNfcConfig::clean()
506 void CNfcConfig::clean() function in class:CNfcConfig
715 rConfig.clean();
  /external/libnfc-nci/src/adaptation/
config.cpp 62 void clean();
190 clean();
514 ** Function: CNfcConfig::clean()
521 void CNfcConfig::clean() function in class:CNfcConfig
730 rConfig.clean();
  /external/llvm/
Makefile 106 clean::
184 clean-diagnostics:
186 .PHONY: clean-diagnostics
188 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:
  /external/zopfli/
Makefile 36 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
  /external/chromium_org/native_client_sdk/src/build_tools/
test_sdk.py 81 # full clean build to make sure everything is rebuilt with the
90 build_projects.BuildProjectsBranch(pepperdir, 'src', clean=False,
92 args=args + ['clean'])
93 build_projects.BuildProjectsBranch(pepperdir, 'tests', clean=False,
95 args=args + ['clean'])
97 build_projects.BuildProjectsBranch(pepperdir, test, clean=False,
  /external/libpng/contrib/pngminim/preader/
makefile 122 clean:
124 srcdir=$(PNGSRC) clean
130 distclean: clean

Completed in 1629 milliseconds

<<11121314151617181920>>