/bionic/ |
D | CleanSpec.mk | 48 $(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})
|
D | README.md | 174 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/ |
D | tlv.h | 38 #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
|
D | asound.h | 357 unsigned int step; member 818 long step; member 823 long long step; member
|
D | asoc.h | 162 __le32 step; member
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | engine.c | 87 #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/ |
D | videodev2.h | 464 struct v4l2_fract step; member 914 __s32 step; member 925 __u64 step; member 1267 __s32 step; member
|
/bionic/linker/ |
D | linker_soinfo.cpp | 501 int step = reverse ? -1 : 1; in call_array() local 503 for (int i = begin; i != end; i += step) { in call_array()
|
D | Android.bp | 274 // Insert an extra objcopy step to add prefix to symbols. This is needed to prevent gdb
|