Home
last modified time | relevance | path

Searched refs:step (Results 1 – 6 of 6) sorted by relevance

/system/media/
DCleanSpec.mk46 $(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/
Dicache_main.c4 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/
DCleanSpec.mk51 $(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/
DCleanSpec.mk47 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system.img $(PRODUCT_OUT)/userdata.img)
/system/core/fastboot/
Dfastboot_protocol.txt34 be displayed and then step #2 repeats
/system/core/libpixelflinger/
Dscanline.cpp1112 void step(void) { in step() function
1177 di.step(); in write()
1287 di.step(); in write()