/system/core/debuggerd/mips/ |
D | crashglue.S | 41 lw $zero,($0) 47 lw $zero,($0)
|
/system/media/audio_utils/ |
D | primitives.c | 272 #define copy_frame_by_mask(dst, dmask, src, smask, count, zero) \ argument 281 *dst++ = smask & bit ? *src++ : zero; \ 321 static const uint8x3_t zero; /* tricky - we use this to zero out a sample */ in memcpy_by_channel_mask() local 323 copy_frame_by_mask(udst, dst_mask, usrc, src_mask, count, zero); in memcpy_by_channel_mask() 343 #define copy_frame_by_idx(dst, dst_channels, src, src_channels, idxary, count, zero) \ argument 350 *dst++ = index < 0 ? zero : src[index]; \ 376 static const uint8x3_t zero; in memcpy_by_index_array() local 378 copy_frame_by_idx(udst, dst_channels, usrc, src_channels, idxary, count, zero); in memcpy_by_index_array()
|
D | channels.c | 68 #define EXPAND_CHANNELS(in_buff, in_buff_chans, out_buff, out_buff_chans, num_in_bytes, zero) \ argument 79 *dst_ptr-- = zero; \ 99 #define EXPAND_MONO_TO_MULTI(in_buff, in_buff_chans, out_buff, out_buff_chans, num_in_bytes, zero) \ argument 110 *dst_ptr-- = zero; \
|
/system/extras/tests/ext4/ |
D | android_emmc_perf_tests.sh | 116 adb shell dd if=/dev/zero of=$CACHE bs=1048576 count=512 144 adb shell dd if=/dev/zero of="$STATS_FILE" bs=1048576 153 adb shell dd if=/dev/zero of="$STATS_FILE" bs=1048576 224 adb shell dd if=/dev/zero conv=notrunc of="$CACHE" bs=1048576 count=200
|
/system/security/keystore/ |
D | keystore_cli.cpp | 209 NO_ARG_INT_RETURN(zero); in main()
|
D | IKeystoreService.cpp | 270 virtual int32_t zero() in zero() function in android::BpKeystoreService 758 int32_t ret = zero(); in onTransact()
|
D | keystore.cpp | 1808 int32_t zero() { in zero() function in android::KeyStoreProxy
|
/system/security/keystore/include/keystore/ |
D | IKeystoreService.h | 96 virtual int32_t zero() = 0;
|
/system/core/adb/ |
D | protocol.txt | 100 destination in the message payload. The local-id may not be zero. 124 Neither the local-id nor the remote-id may be zero. 156 broken. The remote-id MUST not be zero, but the local-id MAY be zero
|
D | SYNC.TXT | 40 respond with zero or more directory entries or "dents".
|
/system/core/rootdir/ |
D | ueventd.rc | 5 /dev/zero 0666 root root
|
/system/core/fastboot/ |
D | fastboot_protocol.txt | 49 acceptable and zero-length packets are ignored. This phase continues
|
/system/extras/tests/fstest/ |
D | perm_checker.conf | 70 /dev/zero 666 666 root root root root
|