Home
last modified time | relevance | path

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

/bionic/
DCleanSpec.mk48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libc_*)
49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libc_*)
53 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib/libGLES*)
54 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib64/libGLES*)
57 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/bionic)
58 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/bionic)
62 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/apex/com.android.runtime/lib{,64})
63 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib{,64})
DREADME.md174 updated the maps in step 5. (You can use strace(1) to confirm that the
180 As mentioned above, this is currently a two-step process:
/bionic/libc/kernel/uapi/sound/
Dtlv.h38 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min,step,mute) SNDRV_CTL_TLVD_ITEM(SNDRV_CTL_TLVT_DB_SCALE, (m… argument
39 …NDRV_CTL_TLVD_DECLARE_DB_SCALE(name,min,step,mute) unsigned int name[] = { SNDRV_CTL_TLVD_DB_SCALE… argument
Dasound.h357 unsigned int step; member
818 long step; member
823 long long step; member
Dasoc.h162 __le32 step; member
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c87 #define step sstep macro
99 #define step lstep macro
134 static states step(struct re_guts *g, sopno start, sopno stop, states bef, int ch, states aft);
795 st = step(m->g, startst, stopst, st, NOTHING, st); in fast()
821 st = step(m->g, startst, stopst, st, flagch, st); in fast()
835 st = step(m->g, startst, stopst, st, flagch, st); in fast()
847 st = step(m->g, startst, stopst, tmp, c, st); in fast()
849 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st)); in fast()
892 st = step(m->g, startst, stopst, st, NOTHING, st); in slow()
914 st = step(m->g, startst, stopst, st, flagch, st); in slow()
[all …]
/bionic/libc/kernel/uapi/linux/
Dvideodev2.h464 struct v4l2_fract step; member
914 __s32 step; member
925 __u64 step; member
1267 __s32 step; member
/bionic/linker/
Dlinker_soinfo.cpp501 int step = reverse ? -1 : 1; in call_array() local
503 for (int i = begin; i != end; i += step) { in call_array()
DAndroid.bp274 // Insert an extra objcopy step to add prefix to symbols. This is needed to prevent gdb