/system/bpfprogs/ |
D | time_in_state_test.cpp | 23 uint64_t* bpf_cpu_last_update_map_lookup_elem(uint32_t* zero); 25 int bpf_cpu_last_update_map_update_elem(uint32_t* zero, uint64_t* time, uint64_t flags); 26 int bpf_nr_active_map_update_elem(uint32_t* zero, uint32_t* time, uint64_t flags); 27 int bpf_cpu_policy_map_update_elem(uint32_t* zero, uint32_t* time, uint64_t flags); 35 int bpf_cpu_last_pid_map_update_elem(uint32_t* zero, pid_t* pid, uint64_t flags); 61 uint32_t zero = 0; in enableTracking() local 62 bpf_nr_active_map_update_elem(&zero, &zero, BPF_ANY); in enableTracking() 75 uint32_t zero = 0; in initCpuPolicy() local 77 bpf_cpu_last_update_map_update_elem(&zero, &time, BPF_ANY); in initCpuPolicy() 80 bpf_cpu_last_pid_map_update_elem(&zero, &pid, BPF_ANY); in initCpuPolicy() [all …]
|
D | timeInState.c | 105 uint32_t zero = 0; variable 106 uint64_t* last = bpf_cpu_last_update_map_lookup_elem(&zero); 115 pid_t *cpu_pidp = bpf_cpu_last_pid_map_lookup_elem(&zero); 121 uint32_t* active = bpf_nr_active_map_lookup_elem(&zero);
|
/system/media/audio_utils/tests/ |
D | powerlog_tests.cpp | 45 const int16_t zero = 0; in TEST() local 59 plog->log(&zero, 1 /* frame */, 3 /* nowNs */); in TEST() 123 const int16_t zero = 0; in TEST() local 138 plog->log(&zero, 1 /* frame */, 100 * NANOS_PER_SECOND / kSampleRate); in TEST() 205 const int16_t zero = 0; in TEST() local 209 power_log_log(power_log, &zero, 1 /* frame */, 1 /* now_ns */); in TEST()
|
/system/chre/apps/test/chqts/src/general_test/ |
D | simple_heap_alloc_test.cc | 58 static void testMaxAlignment(uint32_t zero) { in testMaxAlignment() argument 76 mfArray[0] = static_cast<MyFloat>(zero) + FLOAT_C(1.0); in testMaxAlignment() 77 mfArray[1] = static_cast<MyFloat>(zero) + FLOAT_C(3.0); in testMaxAlignment() 90 static_cast<unsigned long long>(zero) + (1ULL << (kUllSize * 8 - 4)); in testMaxAlignment() 91 ullArray[1] = static_cast<unsigned long long>(zero) + (1ULL << 3); in testMaxAlignment()
|
D | heap_exhaustion_stability_test.cc | 139 void HeapExhaustionStabilityTest::testLog(uint32_t zero) { in testLog() argument 142 LOGI("Test log %s, zero: %" PRId32, "message", zero); in testLog()
|
D | heap_exhaustion_stability_test.h | 56 void testLog(uint32_t zero);
|
/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/chre/apps/test/chqts/src/shared/ |
D | abort.cc | 33 uint16_t zero = static_cast<uint16_t>(reason) - static_cast<uint8_t>(reason); in abort() local 34 uint8_t *badPointer = reinterpret_cast<uint8_t *>(zero); in abort()
|
/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/core/debuggerd/crasher/riscv64/ |
D | crashglue.S | 59 ld t2, 0(zero) 71 ld t2, 0(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/secretkeeper/comm/ |
D | InternalHalTaMessages.cddl | 18 ; - If the return code is zero: a result value. 19 ; - If the return code is non-zero: an error message.
|
/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()
|
D | channels.cpp | 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/teeui/libteeui/src/ |
D | msg_formatting.cpp | 23 void zero(volatile uint8_t* begin, const volatile uint8_t* end) { in zero() function
|
/system/sepolicy/private/ |
D | apex_test_prepostinstall.te | 10 # /dev/zero
|
D | gki_apex_prepostinstall.te | 22 # /dev/zero is inherited although it is not used. See b/126787589.
|
D | mls_macros | 29 # Each sensitivity has a name and zero or more aliases.
|
/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/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
|
/system/core/fs_mgr/libsnapshot/android/snapshot/ |
D | snapshot.proto | 76 // |cow_partition_size + cow_file_size| must not be zero if |snapshot_size| 77 // is non-zero. 91 // This is non-zero when |state| == MERGING or MERGE_COMPLETED. 97 // This is non-zero when |state| == MERGING or MERGE_COMPLETED. 103 // The old partition size (if none existed, this will be zero).
|
/system/chre/std_overrides/ |
D | README.md | 17 working towards zero overrides usage.
|
/system/sepolicy/microdroid/reqd_mask/ |
D | mls_macros | 29 # Each sensitivity has a name and zero or more aliases.
|
/system/sepolicy/microdroid/system/private/ |
D | mls_macros | 29 # Each sensitivity has a name and zero or more aliases.
|