Searched refs:matched (Results 1 – 13 of 13) sorted by relevance
/system/extras/simpleperf/runtest/ |
D | runtest.py | 437 matched = [False] * len(test.symbol_overhead_requirements) 443 matched[i] = True 445 for i in range(len(matched)): 446 if not matched[i]: 460 matched = [False] * len(test.symbol_children_overhead_requirements) 465 matched[i] = True 471 for i in range(len(matched)): 472 if not matched[i]: 480 matched = [False] * len(test.symbol_relation_requirements) 485 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.c | 153 int matched = fscanf(f, "%*d %*d %" SCNu64 " %*d %*d %*d %*d", &mem_used_total); in get_zram_mem_used() local 154 if (matched != 1) in get_zram_mem_used() 165 int matched = fscanf(f, "%" SCNu64, &mem_used_total); in get_zram_mem_used() local 166 if (matched != 1) in get_zram_mem_used()
|
/system/core/adf/libadf/ |
D | adf.c | 49 int matched = sscanf(dirent->d_name, pattern, &id); in adf_find_nodes() local 51 if (matched < 0) { in adf_find_nodes() 54 } else if (matched != 1) { in adf_find_nodes()
|
/system/netd/server/ |
D | CommandListener.cpp | 499 bool matched = false; in runCommand() local 519 matched = true; in runCommand() 522 matched = true; in runCommand() 531 matched = true; in runCommand() 534 matched = true; in runCommand() 541 if (!matched) { in runCommand()
|
/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
|
D | seapp_contexts | 56 # 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/connectivity/shill/doc/ |
D | manager-api.txt | 223 matched service, the behavior of this method mimics
|
/system/media/audio_utils/ |
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
|
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
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 12847 has not validated that the public area is associated with a matched sensitive area, then the public 20545 no digest in pHashList matched the current value of policyDigest for 20599 // None of the values in the list matched the current policyDigest
|
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
|