/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 | 243 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/ |
D | tlv.h | 26 #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
|
D | asound.h | 353 unsigned int step; member 888 long step; member 893 long long step; member
|
D | asoc.h | 154 __le32 step; member
|
/bionic/linker/ |
D | linker_note_gnu_property_test.cpp | 119 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
|
D | linker_soinfo.cpp | 495 int step = reverse ? -1 : 1; in call_array() local 497 for (int i = begin; i != end; i += step) { in call_array()
|
D | Android.bp | 359 // Insert an extra objcopy step to add prefix to symbols. This is needed to prevent gdb
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | engine.c | 61 #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/ |
D | virtio_snd.h | 263 __le32 step; member 268 __le64 step; member
|
D | videodev2.h | 502 struct v4l2_fract step; member 1006 __s32 step; member 1017 __u64 step; member 1361 __s32 step; member
|
/bionic/docs/ |
D | clang_fortify_anatomy.md | 194 So let's walk through this step by step, to see how FORTIFY does what it says on
|