/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
Makefile | 44 clean:: 48 distclean:: clean 50 clobber:: clean
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
Makefile | 44 clean:: 48 distclean:: clean 50 clobber:: clean
|
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/ |
Makefile | 43 clean:: 47 distclean:: clean 49 clobber:: clean
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
Makefile | 38 clean:: 42 distclean:: clean 44 clobber:: clean
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
Makefile | 59 clean:: 63 distclean:: clean 65 clobber:: clean
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
Makefile | 53 clean:: 57 distclean:: clean 59 clobber:: clean
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_clean.py | 1 """Tests for distutils.command.clean.""" 7 from distutils.command.clean import clean namespace 17 cmd = clean(dist) 19 # let's add some elements clean should remove
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_clean.py | 1 """Tests for distutils.command.clean.""" 7 from distutils.command.clean import clean namespace 17 cmd = clean(dist) 19 # let's add some elements clean should remove
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/ |
discardlocalchanges_unittest.py | 41 step = DiscardLocalChanges(tool, MockOptions(clean=False)) 50 step = DiscardLocalChanges(tool, MockOptions(clean=True, force_clean=True)) 59 step = DiscardLocalChanges(tool, MockOptions(clean=True, force_clean=True)) 68 step = DiscardLocalChanges(tool, MockOptions(clean=True, force_clean=True)) 77 step = DiscardLocalChanges(tool, MockOptions(clean=True, force_clean=True)) 86 step = DiscardLocalChanges(tool, MockOptions(clean=True, force_clean=False)) 95 step = DiscardLocalChanges(tool, MockOptions(clean=True, force_clean=False))
|
/external/llvm/bindings/ocaml/ |
Makefile.ocaml | 165 clean-local:: clean-a 175 clean-a:: 193 clean-local:: clean-deplibs 205 clean-deplibs: 222 clean-local:: clean-cmis 235 clean-cmis:: 270 clean-local:: clean-cm [all...] |
/external/blktrace/ |
Makefile | 48 $(MAKE) -C doc clean 49 $(MAKE) -C btt clean 50 $(MAKE) -C btreplay clean 75 clean: docsclean 77 $(MAKE) -C btt clean 78 $(MAKE) -C btreplay clean
|
/external/e2fsprogs/util/ |
Makefile.in | 42 clean: 46 mostlyclean: clean 48 distclean: clean
|
/external/blktrace/btreplay/doc/ |
Makefile | 15 clean:
|
/external/blktrace/btt/doc/ |
Makefile | 14 clean:
|
/external/checkpolicy/test/ |
Makefile | 20 clean:
|
/external/chromium_org/third_party/openssl/openssl/crypto/store/ |
str_locl.h | 79 STORE_CLEANUP_FUNC_PTR clean; member in struct:store_method_st
|
/external/icu4c/samples/uresb/ |
resources.mak | 17 clean :
|
/external/iproute2/lib/ |
Makefile | 17 clean:
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/ |
PhysicsCollisionEventFactory.java | 55 event.clean();
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/ |
PhysicsCollisionEventFactory.java | 56 event.clean();
|
/external/libsepol/utils/ |
Makefile | 17 clean:
|
/external/openssl/crypto/store/ |
str_locl.h | 79 STORE_CLEANUP_FUNC_PTR clean; member in struct:store_method_st
|
/external/qemu/distrib/libpng-1.2.19/ |
Makefile | 23 clean-libpng:
|
/frameworks/wilhelm/tools/mphtogen/ |
Makefile | 15 clean :
|
/build/core/ |
cleanbuild.mk | 21 # Builds up a list of clean steps. Creates a unique 28 define _add-clean-step 45 define add-clean-step 48 $(eval $(call _add-clean-step,$(1),true)),\ 49 $(eval $(call _add-clean-step,$(1)))) 52 # Defines INTERNAL_CLEAN_BUILD_VERSION and the individual clean steps. 58 # If the clean_steps.mk file is missing (usually after a clean build) 70 # The major clean version is out-of-date. Do a full clean, and 71 # don't even bother with the clean steps [all...] |