Home
last modified time | relevance | path

Searched defs:num_reports (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/rappor/bin/
H A Ddecode_dist.R94 num_reports <- sum(counts[, 1]) functionVar
H A Ddecode_assoc.R410 metrics <- list(num_reports = N, nameattr
/aosp_15_r20/external/rappor/tests/
H A Dgen_true_values.R38 num_reports <- num_clients * reports_per_client functionVar
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/
H A Dlegacy_low_energy_scanner.cc142 uint8_t num_reports = params.num_reports().Read(); in ParseAdvertisingReports() local
H A Dextended_low_energy_scanner.cc148 uint8_t num_reports = params.num_reports().Read(); in ParseAdvertisingReports() local
H A Dextended_low_energy_scanner_test.cc163 uint8_t num_reports = 2; in TEST_F() local
/aosp_15_r20/external/toolchain-utils/llvm_tools/
H A Dwerror_logs.py161 num_reports: int = 0 variable in AggregatedWarnings
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dfake_peer.cc367 uint8_t num_reports = static_cast<uint8_t>(num_full_reports + 1); in BuildExtendedAdvertisingReports() local
/aosp_15_r20/external/rappor/analysis/R/
H A Ddecode.R286 .DecodeBoolean <- function(counts, params, num_reports) { argument
/aosp_15_r20/art/runtime/base/
H A Dmutex.cc257 static std::atomic<uint> num_reports(0); // For the current level, more or less. in CheckSafeToWait() local
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_query_pool.c791 nir_def *num_reports; in nvk_nir_copy_query() local
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/
Dkeysight_5g_testapp.py1244 def fetch_preamble_report(self, cell_type, cell, num_reports=10): argument