HomeSort by relevance Sort by last modified time
    Searched refs:CLEAN (Results 1 - 13 of 13) sorted by null

  /external/libvpx/
docs.mk 46 CLEAN-OBJS += doxyfile $(wildcard docs/html/*)
libs.mk 157 CLEAN-OBJS += vpx.def
199 CLEAN-OBJS += libvpx.ver
226 CLEAN-OBJS += vpx.pc
248 CLEAN-OBJS += $(BUILD_PFX)vpx_config.asm
266 CLEAN-OBJS += asm_com_offsets.asm
276 CLEAN-OBJS += asm_enc_offsets.asm
287 CLEAN-OBJS += asm_dec_offsets.asm
294 CLEAN-OBJS += $(BUILD_PFX)vpx_version.h
301 CLEAN-OBJS += libs.doxy
examples.mk 41 # Clean up old ivfenc, ivfdec binaries.
43 CLEAN-OBJS += $(foreach p,$(VS_PLATFORMS),$(p)/Release/ivfenc.exe)
44 CLEAN-OBJS += $(foreach p,$(VS_PLATFORMS),$(p)/Release/ivfdec.exe)
46 CLEAN-OBJS += ivfenc{.c.o,.c.d,.dox,.exe,}
47 CLEAN-OBJS += ivfdec{.c.o,.c.d,.dox,.exe,}
177 CLEAN-OBJS += $(GEN_EXAMPLES)
262 CLEAN-OBJS += examples.doxy samples.dox $(ALL_EXAMPLES:.c=.dox)
  /packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/
PostNotification.java 38 private static final int CLEAN = 3;
86 code = CLEAN;
93 if (!urlString.endsWith("clean")) {
106 if (code == CLEAN) {
107 urlString += "&result=clean";
  /build/core/
cleanspec.mk 16 # Just bump this if you want to force a clean build.
19 # 1. DELETE ANY "add-clean-step" ENTRIES THAT HAVE PILED UP IN THIS FILE.
28 # Do not touch INTERNAL_CLEAN_BUILD_VERSION if you've added a clean step!
31 # If you don't need to do a full clean build but would like to touch
32 # a file or delete some intermediate files, add a clean step to the end
37 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
38 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates)
53 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
57 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
58 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates
    [all...]
  /libcore/luni/src/main/java/libcore/io/
DiskLruCache.java 95 private static final String CLEAN = "CLEAN";
108 * CLEAN 3400330d1dfc7f3f7f4b8d4d803dfcf6 832 21054
110 * CLEAN 335c4c6028171cfddfbaae1a9c313c52 3934 2342
113 * CLEAN 1ab96a171faeeee38496d8b330771a7a 1600 234
125 * Every successful DIRTY action should be followed by a CLEAN or REMOVE
126 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
128 * o CLEAN lines track a cache entry that has been successfully published
268 if (parts[0].equals(CLEAN) && parts.length == 2 + valueCount) {
328 writer.write(CLEAN + ' ' + entry.key + entry.getLengths() + '\n')
456 File clean = entry.getCleanFile(i); local
    [all...]
  /external/icu4c/extra/uconv/
makedata.mak 94 CLEAN :
97 -@"$(ICUTOOLS)\pkgdata" -f --clean -v -m static -c -p $(RESNAME) -d "$(DLL_OUTPUT)" -s "$(RESDIR)" pkgdatain.txt
  /external/libvpx/build/make/
Makefile 21 clean:: .DEFAULT
88 .PHONY: clean
89 clean::
91 rm -f $(CLEAN-OBJS)
157 CLEAN-OBJS += obj_int_extract
250 ifeq ($(filter clean,$(MAKECMDGOALS)),)
273 clean::
287 clean::
303 clean::
318 clean:
    [all...]
gen_msvs_sln.sh 177 CLEAN-OBJS += \$(if \$(found_devenv),,.nodevenv.once)
187 clean::
  /external/quake/quake/src/QW/gas2masm/
gas2masm.mak 56 CLEAN :
109 CLEAN :
  /external/quake/quake/src/QW/server/
qwsv.mak 54 CLEAN :
154 CLEAN :
    [all...]
  /external/icu4c/data/
makedata.mak 662 CLEAN : GODATA
    [all...]
  /external/quake/quake/src/QW/client/
qwcl.mak 58 CLEAN :
279 CLEAN :
637 CLEAN :
901 CLEAN :
    [all...]

Completed in 165 milliseconds