/system/media/audio_utils/tests/ |
D | powerlog_tests.cpp | 42 const int16_t zero = 0; in TEST() local 52 plog->log(&zero, 1 /* frame */, 3 /* nowNs */); in TEST() 89 const int16_t zero = 0; in TEST() local 93 power_log_log(power_log, &zero, 1 /* frame */, 1 /* now_ns */); in TEST()
|
/system/chre/apps/chqts/src/general_test/ |
D | simple_heap_alloc_test.cc | 58 static void testMaxAlignment(uint32_t zero) { in testMaxAlignment() argument 77 mfArray[0] = static_cast<MyFloat>(zero) + FLOAT_C(1.0); in testMaxAlignment() 78 mfArray[1] = static_cast<MyFloat>(zero) + FLOAT_C(3.0); in testMaxAlignment() 90 ullArray[0] = static_cast<unsigned long long>(zero) + in testMaxAlignment() 92 ullArray[1] = static_cast<unsigned long long>(zero) + (1ULL << 3); in testMaxAlignment()
|
D | heap_exhaustion_stability_test.h | 56 void testLog(uint32_t zero);
|
D | heap_exhaustion_stability_test.cc | 140 void HeapExhaustionStabilityTest::testLog(uint32_t zero) { in testLog() argument 143 chreLog(CHRE_LOG_INFO, "Test log %s, zero: %" PRId32, "message", zero); in testLog()
|
/system/chre/apps/chqts/src/shared/ |
D | abort.cc | 33 uint16_t zero = static_cast<uint16_t>(reason) in abort() local 35 uint8_t *badPointer = reinterpret_cast<uint8_t*>(zero); in abort()
|
/system/libhwbinder/ |
D | Debug.cpp | 107 bool zero = true; in typetostring() local 110 if (!zero) valid = false; in typetostring() 112 zero = false; in typetostring() 118 if (zero) valid = false; in typetostring() 122 bool zero = true; in typetostring() local 125 if (!zero) valid = false; in typetostring() 127 zero = false; in typetostring()
|
/system/core/debuggerd/crasher/mips64/ |
D | crashglue.S | 41 lw $zero,($0) 47 lw $zero,($0)
|
/system/core/debuggerd/crasher/mips/ |
D | crashglue.S | 41 lw $zero,($0) 47 lw $zero,($0)
|
/system/keymaster/km_openssl/ |
D | ckdf.cpp | 89 uint8_t zero = 0; in DEFINE_OPENSSL_OBJECT_POINTER() local 90 if (!CMAC_Update(ctx.get(), &zero, sizeof(zero))) return TranslateLastOpenSslError(); in DEFINE_OPENSSL_OBJECT_POINTER()
|
/system/bpfprogs/ |
D | time_in_state.c | 43 uint32_t zero = 0; in tp_sched_switch() local 44 uint64_t* last = bpf_cpu_last_update_map_lookup_elem(&zero); in tp_sched_switch()
|
/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/netd/libnetdutils/ |
D | MemBlockTest.cpp | 78 MemBlock zero(0); in TEST() local 79 EXPECT_TRUE(zero.get().empty()); in TEST() 80 EXPECT_EQ(nullptr, zero.get().base()); in TEST()
|
D | FdTest.cpp | 52 Fd zero(0); in TEST() local 53 EXPECT_TRUE(isWellFormed(zero)); in TEST()
|
/system/core/libunwindstack/ |
D | AsmGetRegsMips64.S | 40 sd $zero, 0($a0) 74 jalr $zero, $ra
|
D | AsmGetRegsMips.S | 40 sw $zero, 0($a0) 74 jalr $zero, $ra
|
/system/media/audio_utils/ |
D | primitives.c | 382 #define copy_frame_by_mask(dst, dmask, src, smask, count, zero) \ argument 391 *(dst)++ = (smask) & bit ? *(src)++ : (zero); \ 431 static const uint8x3_t zero; /* tricky - we use this to zero out a sample */ in memcpy_by_channel_mask() local 433 copy_frame_by_mask(udst, dst_mask, usrc, src_mask, count, zero); in memcpy_by_channel_mask() 453 #define copy_frame_by_idx(dst, dst_channels, src, src_channels, idxary, count, zero) \ argument 460 *(dst)++ = index < 0 ? (zero) : (src)[index]; \ 486 static const uint8x3_t zero; in memcpy_by_index_array() local 488 copy_frame_by_idx(udst, dst_channels, usrc, src_channels, idxary, count, zero); in memcpy_by_index_array()
|
D | channels.c | 76 #define EXPAND_CHANNELS(in_buff, in_buff_chans, out_buff, out_buff_chans, num_in_bytes, zero) \ argument 87 *dst_ptr-- = zero; \ 187 #define EXPAND_MONO_TO_MULTI(in_buff, in_buff_chans, out_buff, out_buff_chans, num_in_bytes, zero) \ argument 198 *dst_ptr-- = zero; \
|
/system/update_engine/sample_images/ |
D | generate_images.sh | 51 dd if=/dev/zero bs=1024 count=16 status=none | tr '\0' '\141' | 53 sudo dd if=/dev/zero of="${mntdir}"/regular-32k-zeros bs=1024 count=16 \ 84 sudo ln -s $(dd if=/dev/zero bs=256 count=1 status=none | tr '\0' '\141') \ 168 exec </dev/zero
|
/system/sepolicy/private/ |
D | apex_test_prepostinstall.te | 10 # /dev/zero
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | apex_test_prepostinstall.te | 10 # /dev/zero
|
/system/extras/libperfmgr/ |
D | RequestGroup.cc | 52 if (duration <= std::chrono::milliseconds::zero()) { in GetExpireTime()
|
/system/bt/stack/crypto_toolbox/ |
D | aes_cmac.cc | 151 Octet16 zero{}; in cmac_generate_subkey() local 152 Octet16 p = aes_128(key, zero.data(), OCTET16_LEN); in cmac_generate_subkey()
|
/system/core/fs_mgr/ |
D | fs_mgr_dm_linear.cpp | 130 if (timeout_ms > std::chrono::milliseconds::zero()) { in CreateLogicalPartition() 199 if (timeout_ms > std::chrono::milliseconds::zero()) { in UnmapDevice()
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | mls_macros | 29 # Each sensitivity has a name and zero or more aliases.
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | mls_macros | 29 # Each sensitivity has a name and zero or more aliases.
|