Home
last modified time | relevance | path

Searched refs:step (Results 1 – 11 of 11) 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.md220 the header file, and that the change to libc.map.txt from step 5 is
281 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.h360 unsigned int step; member
842 long step; member
847 long long step; member
Dasoc.h166 __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.cpp498 int step = reverse ? -1 : 1; in call_array() local
500 for (int i = begin; i != end; i += step) { in call_array()
DAndroid.bp324 // 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/
Dvideodev2.h494 struct v4l2_fract step; member
987 __s32 step; member
998 __u64 step; member
1342 __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