Searched
refs:clean (Results
451 -
475 of
1093) sorted by null
<<11121314151617181920>>
/external/v8/ |
Makefile | 234 # - "<arch>.clean" for any <arch> in ARCHES 235 # - "clean": clean all ARCHES 279 .PHONY: all check clean builddeps dependencies $(ENVFILE).new native \ 282 $(ARCHES) $(MODES) $(BUILDS) $(CHECKS) $(addsuffix .clean,$(ARCHES)) \ 415 # Clean targets. You can clean each architecture individually, or everything. 416 $(addsuffix .clean, $(ARCHES) $(ANDROID_ARCHES) $(NACL_ARCHES)): 423 native.clean: 428 clean: $(addsuffix .clean, $(ARCHES) $(ANDROID_ARCHES) $(NACL_ARCHES)) native.clean gtags.clea [all...] |
/build/core/ |
post_clean.mk | 15 # Clean steps that need global knowledge of individual modules. 20 # clean artifacts in TARGET_COMMON_OUT_ROOT if necessary. 41 $(info *** Overlay change detected, clean shared intermediate files...) 80 $(info *** Obsolete generated java files detected, clean intermediate files...)
|
/external/fdlibm/ |
makefile.in | 126 clean: 143 maintainer-clean: distclean 148 mostlyclean: clean
|
/external/autotest/client/deps/glbench/src/ |
Makefile | 76 .PHONY: all clean 89 clean:
|
/external/autotest/client/site_tests/hardware_UsbBasicFileOperations/ |
hardware_UsbBasicFileOperations.py | 120 self._src.clean() 122 self._dst.clean()
|
/external/boringssl/src/crypto/buf/ |
buf.c | 91 static size_t buf_mem_grow(BUF_MEM *buf, size_t len, char clean) { 122 if (clean) {
|
/external/bsdiff/ |
Makefile | 22 .PHONY: all test clean 25 clean:
|
/external/clang/test/ |
Makefile | 74 clean:: 77 .PHONY: all report clean
|
/external/e2fsprogs/lib/ |
Makefile.solaris-lib | 62 clean::
|
/external/libedit/ |
Android.mk | 32 && make clean
|
/external/libexif/ |
libexif.spec | 39 %clean
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/ |
freetype.mk | 64 # CLEAN 66 # variables which is to be removed for the `clean' resp. 292 -$(DELETE) $(BASE_OBJECTS) $(OBJ_M) $(OBJ_S) $(CLEAN) 308 -$(DELETE) $(subst /,$(SEP),$(OBJ_DIR)/*.$O $(CLEAN) $(NO_OUTPUT)) 327 .PHONY: clean distclean 334 clean: clean_project
|
/external/libopus/doc/ |
Makefile.am | 34 clean-local:
|
/external/libvpx/libvpx/build/make/ |
Android.mk | 190 .PHONY: clean 191 clean: 192 @echo "Clean: ads2gas files [$(TARGET_ARCH_ABI)]" 195 @$(RM) $(CLEAN-OBJS)
|
/external/mesa3d/docs/ |
MESA_window_pos.spec | 125 * Revision 1.1 - Minor clean-up (7 Jan 2000, Brian Paul)
|
/external/mesa3d/src/mesa/math/ |
m_vector.c | 51 static const GLfloat clean[4] = { 0, 0, 0, 1 }; local 52 const GLfloat v = clean[elt]; 170 printf("checking col %u is clean as advertised ", j);
|
/external/minijail/ |
common.mk | 48 # - CLEAN(file_or_dir) dependency can be added to 'clean'. 230 # clean targets. 473 clean: CLEAN(CXX_BINARY*) 478 clean: CLEAN(CC_BINARY*) 483 clean: CLEAN(CXX_STATIC_BINARY*) 488 clean: CLEAN(CC_STATIC_BINARY* [all...] |
/external/modp_b64/ |
common.mk | 48 # - CLEAN(file_or_dir) dependency can be added to 'clean'. 230 # clean targets. 473 clean: CLEAN(CXX_BINARY*) 478 clean: CLEAN(CC_BINARY*) 483 clean: CLEAN(CXX_STATIC_BINARY*) 488 clean: CLEAN(CC_STATIC_BINARY* [all...] |
/external/parameter-framework/upstream/parameter/ |
SystemClass.cpp | 69 clean(); 98 // Start clean 99 _pSubsystemLibrary->clean();
|
/external/ppp/pppd/ |
Makefile.sol2 | 62 clean:
|
/external/proguard/build/ |
makefile | 78 clean: 108 .PHONY: all basic options proguard proguardgui retrace anttask wtkplugin clean $(TARGETS) $(OPTIONAL_TARGETS)
|
/external/selinux/libselinux/utils/ |
Makefile | 47 clean: 50 distclean: clean
|
/external/selinux/policycoreutils/sepolicy/ |
Makefile | 23 clean: 24 $(PYTHON) setup.py clean
|
/external/toybox/lib/ |
getmountlist.c | 88 // found and last instance wasn't no. If clean, remove each instance from list. 89 int comma_scan(char *optlist, char *opt, int clean) 100 if (clean && optlist) memmove(s, optlist, strlen(optlist)+1);
|
/external/v8/tools/gcmole/ |
bootstrap.sh | 120 make -C "${THIS_DIR}" clean
|
Completed in 1415 milliseconds
<<11121314151617181920>>