/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/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/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/bpfprogs/ |
D | time_in_state.c | 49 uint32_t zero = 0; variable 50 uint64_t* last = bpf_cpu_last_update_map_lookup_elem(&zero); 56 uint32_t* active = bpf_nr_active_map_lookup_elem(&zero);
|
/system/media/audio_utils/ |
D | primitives.c | 408 #define copy_frame_by_mask(dst, dmask, src, smask, count, zero) \ argument 417 *(dst)++ = (smask) & bit ? *(src)++ : (zero); \ 457 static const uint8x3_t zero; /* tricky - we use this to zero out a sample */ in memcpy_by_channel_mask() local 459 copy_frame_by_mask(udst, dst_mask, usrc, src_mask, count, zero); in memcpy_by_channel_mask() 479 #define copy_frame_by_idx(dst, dst_channels, src, src_channels, idxary, count, zero) \ argument 486 *(dst)++ = index < 0 ? (zero) : (src)[index]; \ 512 static const uint8x3_t zero; in memcpy_by_index_array() local 514 copy_frame_by_idx(udst, dst_channels, usrc, src_channels, idxary, count, zero); in memcpy_by_index_array()
|
/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/teeui/libteeui/src/ |
D | msg_formatting.cpp | 23 void zero(volatile uint8_t* begin, const volatile uint8_t* end) { in zero() function
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | apex_test_prepostinstall.te | 10 # /dev/zero
|
D | mls_macros | 29 # Each sensitivity has a name and zero or more aliases.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | apex_test_prepostinstall.te | 10 # /dev/zero
|
D | mls_macros | 29 # Each sensitivity has a name and zero or more aliases.
|
/system/sepolicy/private/ |
D | apex_test_prepostinstall.te | 10 # /dev/zero
|
/system/core/fs_mgr/libsnapshot/android/snapshot/ |
D | snapshot.proto | 64 // |cow_partition_size + cow_file_size| must not be zero if |snapshot_size| 65 // is non-zero. 79 // This is non-zero when |state| == MERGING or MERGE_COMPLETED. 85 // This is non-zero when |state| == MERGING or MERGE_COMPLETED.
|
/system/teeui/libteeui/include/teeui/ |
D | msg_formatting.h | 51 void zero(volatile uint8_t* begin, const volatile uint8_t* end); 83 zero(pos_ - offset - sizeof(size), pos_ - sizeof(size)); in insertFieldSize() 112 inline void zero(const volatile uint8_t*, const volatile uint8_t*) {} in zero() function
|
/system/bt/gd/crypto_toolbox/ |
D | aes_cmac.cc | 138 Octet16 zero{}; in cmac_generate_subkey() local 139 Octet16 p = aes_128(key, zero.data(), OCTET16_LEN); in cmac_generate_subkey()
|
/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/cli-test/ |
D | README.md | 53 supplied as zero or more `before:` lines (run before `command:`) and zero or 60 The `expected-stdout:` line is followed by zero or more tab-prefixed lines that
|