/system/extras/simpleperf/runtest/ |
D | runtest.py | 489 matched = [False] * len(test.symbol_overhead_requirements) 495 matched[i] = True 497 for i in range(len(matched)): 498 if not matched[i]: 512 matched = [False] * len(test.symbol_children_overhead_requirements) 517 matched[i] = True 523 for i in range(len(matched)): 524 if not matched[i]: 532 matched = [False] * len(test.symbol_relation_requirements) 537 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/memory/libmeminfo/ |
D | libmeminfo_benchmark.cpp | 242 int matched = fscanf(f, "%*d %*d %" SCNu64 " %*d %*d %*d %*d", &mem_used_total); in get_zram_mem_used() local 243 if (matched != 1) in get_zram_mem_used() 254 int matched = fscanf(f, "%" SCNu64, &mem_used_total); in get_zram_mem_used() local 255 if (matched != 1) in get_zram_mem_used()
|
/system/memory/libmeminfo/libdmabufinfo/ |
D | dmabufinfo.cpp | 230 int matched = sscanf(line, "%" SCNu64 "%*x %*x %" SCNu64 " %ms %" SCNu64 " %ms", &size, in ReadDmaBufInfo() local 232 if (matched < 4) { in ReadDmaBufInfo() 235 dmabufs->emplace_back((ino_t)inode, size, count, exporter_name, matched > 4 ? name : ""); in ReadDmaBufInfo()
|
/system/netd/server/ |
D | NdcDispatcher.cpp | 355 bool matched = false; in runCommand() local 373 matched = true; in runCommand() 376 matched = true; in runCommand() 384 matched = true; in runCommand() 387 matched = true; in runCommand() 392 if (!matched) { in runCommand()
|
/system/core/fs_mgr/libfs_avb/ |
D | fs_avb.cpp | 62 bool matched = (memcmp(hasher.finalize(), expected_digest, Hasher::DIGEST_SIZE) == 0); in VerifyVbmetaDigest() local 64 return std::make_pair(total_size, matched); in VerifyVbmetaDigest()
|
/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/deprecated-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/prebuilts/api/29.0/private/ |
D | seapp_contexts | 32 # Other values of user are matched against the name associated with the process 105 # inputs are matched on a key value rule line.
|
/system/sepolicy/private/ |
D | seapp_contexts | 32 # Other values of user are matched against the name associated with the process 105 # inputs are matched on a key value rule line.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | seapp_contexts | 32 # Other values of user are matched against the name associated with the process 105 # inputs are matched on a key value rule line.
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | seapp_contexts | 65 # inputs are matched on a key value rule line.
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | seapp_contexts | 65 # inputs are matched on a key value rule line.
|
/system/sepolicy/prebuilts/api/28.0/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.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.bak | 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 | 876 # Note that the wildcards are matched against the file with absolute path, so to 887 # 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/chre/pal/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
|