Searched refs:levels (Results 1 – 18 of 18) sorted by relevance
/system/core/liblog/tests/ |
D | liblog_test.cpp | 1428 } levels[] = { in TEST() local 1454 for (size_t i = 0; i < (sizeof(levels) / sizeof(levels[0])); ++i) { in TEST() 1455 if (levels[i].level == -2) { in TEST() 1458 for (size_t j = 0; j < (sizeof(levels) / sizeof(levels[0])); ++j) { in TEST() 1459 if (levels[j].level == -2) { in TEST() 1464 levels[i].level, tag, strlen(tag), levels[j].level); in TEST() 1465 if ((levels[i].level < levels[j].level) || (levels[j].level == -1)) { in TEST() 1472 levels[i].level, tag, strlen(tag), levels[j].level)); in TEST() 1481 levels[i].level, tag, strlen(tag), levels[j].level)); in TEST() 1488 for (size_t i = 0; i < (sizeof(levels) / sizeof(levels[0])); ++i) { in TEST() [all …]
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | mls_macros | 32 # Define the ordering of the sensitivity levels (least to greatest) 40 # levels from s0 to (N-1) with categories c0 to (M-1)
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | mls_macros | 32 # Define the ordering of the sensitivity levels (least to greatest) 40 # levels from s0 to (N-1) with categories c0 to (M-1)
|
/system/sepolicy/private/ |
D | mls_macros | 32 # Define the ordering of the sensitivity levels (least to greatest) 40 # levels from s0 to (N-1) with categories c0 to (M-1)
|
/system/sepolicy/reqd_mask/ |
D | mls_macros | 32 # Define the ordering of the sensitivity levels (least to greatest) 40 # levels from s0 to (N-1) with categories c0 to (M-1)
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | mls_macros | 32 # Define the ordering of the sensitivity levels (least to greatest) 40 # levels from s0 to (N-1) with categories c0 to (M-1)
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | mls_macros | 32 # Define the ordering of the sensitivity levels (least to greatest) 40 # levels from s0 to (N-1) with categories c0 to (M-1)
|
/system/extras/libfec/ |
D | fec_verity.cpp | 194 uint32_t levels = 0; in verify_tree() local 198 verity_get_size(v->data_blocks * FEC_BLOCKSIZE, &levels, NULL); in verify_tree() 226 uint32_t hashes[levels]; in verify_tree() 231 for (uint32_t i = 1; i < levels; ++i) { in verify_tree() 232 uint32_t blocks = hashes[levels - i]; in verify_tree() 233 debug("%u hash blocks on level %u", blocks, levels - i); in verify_tree() 264 for (uint32_t i = 1; i < levels; ++i) { in verify_tree() 265 uint32_t blocks = hashes[levels - i]; in verify_tree()
|
/system/extras/verity/ |
D | hash_tree_builder.cpp | 98 size_t levels = 0; in CalculateSize() local 101 verity_tree_blocks(input_size, block_size_, hash_size_, levels); in CalculateSize() 102 levels++; in CalculateSize()
|
/system/media/audio/include/system/ |
D | sound_trigger.h | 193 struct sound_trigger_confidence_level levels[SOUND_TRIGGER_MAX_USERS]; member
|
/system/core/lmkd/ |
D | README.md | 11 at acceptable levels.
|
/system/tools/hidl/c2hal/ |
D | c2hal_l.ll | 254 // this is so frowned upon on so many levels, but here vars are so that we can
|
/system/update_engine/ |
D | pylintrc | 64 # Only show warnings with the listed confidence levels. Leave empty to show 65 # all. Valid levels: HIGH, INFERENCE, INFERENCE_FAILURE, UNDEFINED
|
/system/bt/doc/ |
D | power_management.md | 44 The tables that determine which power levels are acceptable for which profiles
|
/system/media/audio_utils/ |
D | Doxyfile | 64 # directories (in 2 levels) under the output directory of each output format and
|
D | Doxyfile.orig | 64 # directories (in 2 levels) under the output directory of each output format and
|
/system/chre/pal/doc/ |
D | Doxyfile | 64 # directories (in 2 levels) under the output directory of each output format and
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 64 # directories (in 2 levels) under the output directory of each output format and
|