Searched refs:counts (Results 1 – 10 of 10) sorted by relevance
/system/bt/gd/packet/ |
D | fragmenting_inserter_unittest.cc | 96 auto counts = RawBuilder(); in TEST() local 98 counts.AddOctets1(static_cast<uint8_t>(i)); in TEST() 103 counts.Serialize(it); in TEST() 110 counts.Serialize(it_less); in TEST() 118 counts.Serialize(it_more); in TEST()
|
/system/incremental_delivery/incfs/tests/ |
D | incfs_test.cpp | 1000 IncFsBlockCounts counts = {}; in TEST_F() local 1002 IncFs_GetFileBlockCountByPath(control_, mountPath(test_file_name_).c_str(), &counts)); in TEST_F() 1003 EXPECT_EQ(21, counts.totalDataBlocks); in TEST_F() 1004 EXPECT_EQ(0, counts.filledDataBlocks); in TEST_F() 1005 EXPECT_EQ(0, counts.totalHashBlocks); in TEST_F() 1006 EXPECT_EQ(0, counts.filledHashBlocks); in TEST_F() 1008 EXPECT_EQ(0, IncFs_GetFileBlockCountById(control_, id, &counts)); in TEST_F() 1009 EXPECT_EQ(21, counts.totalDataBlocks); in TEST_F() 1010 EXPECT_EQ(0, counts.filledDataBlocks); in TEST_F() 1011 EXPECT_EQ(0, counts.totalHashBlocks); in TEST_F() [all …]
|
/system/bt/gd/cert/ |
D | gen_html_coverage.sh | 5 llvm-cov show --format=html --summary-only --show-line-counts-or-regions --show-instantiation-summa…
|
/system/incremental_delivery/incfs/include/ |
D | incfs_inline.h | 419 BlockCounts counts; in getBlockCount() local 420 auto res = IncFs_GetFileBlockCountById(control, fileId, &counts); in getBlockCount() 425 return counts; in getBlockCount() 429 BlockCounts counts; in getBlockCount() local 430 auto res = IncFs_GetFileBlockCountByPath(control, details::c_str(path), &counts); in getBlockCount() 435 return counts; in getBlockCount()
|
/system/extras/f2fs_utils/ |
D | mkf2fsuserimg.sh | 13 <num>: number of the sload compression args, e.g. -a LZ4 counts as 2
|
/system/extras/simpleperf/doc/ |
D | executable_commands_reference.md | 279 # Print event counts for each thread in process 11904. Event counts for threads created after 283 # Print event counts for all threads running in the system every 1s. Threads not running will not 287 # Print event counts for all threads running in the system every 1s. Event counts for threads 304 # Print event counts for each cpu running threads in process 11904. 318 # Print event counts for each cpu system wide. 321 # Print cpu-cycle event counts for each cpu for each thread running in the system. 481 generated with --trace-offcpu, we use time to the next sample (instead of event counts from the
|
/system/extras/simpleperf/scripts/purgatorio/ |
D | README.md | 67 It's located in the lower right and counts samples by thread (for direct flame graphs) or symbol (f…
|
/system/core/rootdir/ |
D | init.rc | 100 setenv BORINGSSL_SELF_TEST_CREATE_FLAG true # Any nonempty value counts as true 105 setenv BORINGSSL_SELF_TEST_CREATE_FLAG true # Any nonempty value counts as true 110 setenv BORINGSSL_SELF_TEST_CREATE_FLAG true # Any nonempty value counts as true 115 setenv BORINGSSL_SELF_TEST_CREATE_FLAG true # Any nonempty value counts as true
|
/system/sepolicy/private/ |
D | property_contexts | 1159 # Property that tracks keystore crash counts during a boot cycle.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | property_contexts | 1159 # Property that tracks keystore crash counts during a boot cycle.
|