Searched refs:step (Results 1 – 6 of 6) sorted by relevance
/system/media/ |
D | CleanSpec.mk | 46 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib/libOpenMAXAL.so) 47 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib/libOpenSLES.so) 48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterfw_intermediates) 49 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterpack_imageproc_inte… 50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterpack_text_intermedi… 51 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterpack_ui_intermediat… 52 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterpack_videosrc_inter… 53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libaudioutils_intermediates) 54 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterfw_intermediates) 55 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/framework/filterfw.jar)
|
/system/extras/tests/icachetest/ |
D | icache_main.c | 4 extern void icache_test(long count, long step); 15 long step = 32; in main() local 16 for (i=0 ; step<=2048 ; i++, step+=32) in main() 20 icache_test(0x800000L, step); in main() 23 printf("%6ld\t%lld\n", step*32, t); in main()
|
/system/core/ |
D | CleanSpec.mk | 51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/init.rc) 52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/init.rc)
|
/system/extras/ |
D | CleanSpec.mk | 47 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system.img $(PRODUCT_OUT)/userdata.img)
|
/system/core/fastboot/ |
D | fastboot_protocol.txt | 34 be displayed and then step #2 repeats
|
/system/core/libpixelflinger/ |
D | scanline.cpp | 1112 void step(void) { in step() function 1177 di.step(); in write() 1287 di.step(); in write()
|