Home
last modified time | relevance | path

Searched refs:step (Results 1 – 12 of 12) 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.md243 the header file, and that the change to libc.map.txt from step 5 is
304 As mentioned above, this is currently a two-step process:
/bionic/libc/kernel/uapi/sound/
Dtlv.h26 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min,step,mute) SNDRV_CTL_TLVD_ITEM(SNDRV_CTL_TLVT_DB_SCALE, (m… argument
27 …NDRV_CTL_TLVD_DECLARE_DB_SCALE(name,min,step,mute) unsigned int name[] = { SNDRV_CTL_TLVD_DB_SCALE… argument
Dasound.h353 unsigned int step; member
888 long step; member
893 long long step; member
Dasoc.h154 __le32 step; member
/bionic/linker/
Dlinker_note_gnu_property_test.cpp119 step(2 * sizeof(ElfW(Word))); in push()
122 step(pr_datasz); in push()
125 step(addition - pr_datasz); in push()
168 void step(T value) { in step() function in GnuPropertySectionBuilder
Dlinker_soinfo.cpp495 int step = reverse ? -1 : 1; in call_array() local
497 for (int i = begin; i != end; i += step) { in call_array()
DAndroid.bp359 // Insert an extra objcopy step to add prefix to symbols. This is needed to prevent gdb
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c61 #define step sstep macro
72 #define step lstep macro
83 #define step mstep macro
117 static states step(struct re_guts *g, sopno start, sopno stop, states bef, wint_t ch, states aft, i…
902 st = step(m->g, startst, stopst, st, NOTHING, st, sflags); in walk()
955 st = step(m->g, startst, stopst, st, flagch, st, in walk()
970 st = step(m->g, startst, stopst, st, flagch, st, sflags); in walk()
981 st = step(m->g, startst, stopst, st, flagch, st, sflags); in walk()
1002 st = step(m->g, startst, stopst, tmp, c, st, sflags); in walk()
1004 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st, sflags), in walk()
[all …]
/bionic/libc/kernel/uapi/linux/
Dvirtio_snd.h263 __le32 step; member
268 __le64 step; member
Dvideodev2.h502 struct v4l2_fract step; member
1006 __s32 step; member
1017 __u64 step; member
1361 __s32 step; member
/bionic/docs/
Dclang_fortify_anatomy.md194 So let's walk through this step by step, to see how FORTIFY does what it says on