Searched refs:matched (Results 1 – 13 of 13) sorted by relevance
/system/extras/simpleperf/runtest/ |
D | runtest.py | 476 matched = [False] * len(test.symbol_overhead_requirements) 482 matched[i] = True 484 for i in range(len(matched)): 485 if not matched[i]: 499 matched = [False] * len(test.symbol_children_overhead_requirements) 504 matched[i] = True 510 for i in range(len(matched)): 511 if not matched[i]: 519 matched = [False] * len(test.symbol_relation_requirements) 524 matched[i] = True [all …]
|
/system/core/libpixelflinger/codeflinger/ |
D | Arm64Disassembler.cpp | 279 bool matched = false; in arm64_disassemble() local 286 matched = true; in arm64_disassemble() 290 if(matched == false) in arm64_disassemble()
|
/system/extras/procrank/ |
D | procrank.cpp | 162 int matched = fscanf(f, "%*d %*d %" SCNu64 " %*d %*d %*d %*d", &mem_used_total); in get_zram_mem_used() local 163 if (matched != 1) in get_zram_mem_used() 174 int matched = fscanf(f, "%" SCNu64, &mem_used_total); in get_zram_mem_used() local 175 if (matched != 1) in get_zram_mem_used()
|
/system/netd/server/ |
D | CommandListener.cpp | 369 bool matched = false; in runCommand() local 389 matched = true; in runCommand() 392 matched = true; in runCommand() 401 matched = true; in runCommand() 404 matched = true; in runCommand() 411 if (!matched) { in runCommand()
|
/system/core/adf/libadf/ |
D | adf.cpp | 65 int matched = sscanf(dirent->d_name, pattern, &id); in adf_find_nodes() local 67 if (matched < 0) in adf_find_nodes() 69 else if (matched == 1) in adf_find_nodes()
|
/system/sepolicy/ |
D | README | 84 any string specified in TARGET_BUILD_VARIANT. All tags are matched verbatim 85 and all options are matched lowercase. The options are "tolowered" automatically
|
/system/core/fs_mgr/ |
D | fs_mgr_avb.cpp | 157 bool matched = (memcmp(hasher.finalize(), expected_digest, Hasher::DIGEST_SIZE) == 0); in verify_vbmeta_digest() local 159 return std::make_pair(total_size, matched); in verify_vbmeta_digest()
|
/system/sepolicy/private/ |
D | seapp_contexts | 65 # inputs are matched on a key value rule line.
|
/system/core/libutils/ |
D | README | 94 (portrait). During lookup, every constraint set is matched against the
|
/system/media/audio_utils/ |
D | Doxyfile | 794 # Note that the wildcards are matched against the file with absolute path, so to 805 # Note that the wildcards are matched against the file with absolute path, so to
|
D | Doxyfile.orig | 794 # Note that the wildcards are matched against the file with absolute path, so to 805 # Note that the wildcards are matched against the file with absolute path, so to
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 827 # Note that the wildcards are matched against the file with absolute path, so to 838 # Note that the wildcards are matched against the file with absolute path, so to
|
/system/tpm/trunks/generator/ |
D | raw_commands_fixed.txt | 12858 has not validated that the public area is associated with a matched sensitive area, then the public 20556 no digest in pHashList matched the current value of policyDigest for 20610 // None of the values in the list matched the current policyDigest
|