/system/sepolicy/tests/ |
D | check_prop_prefix.py | 28 matched = line_regex.match(line) 29 if not matched: 32 return matched.group(1, 2)
|
/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/memory/libmeminfo/libdmabufinfo/ |
D | dmabufinfo.cpp | 272 int matched = sscanf(line, "%" SCNu64 "%*x %*x %" SCNu64 " %ms %" SCNu64 " %ms", &size, in ReadDmaBufInfo() local 274 if (matched < 4) { in ReadDmaBufInfo() 277 dmabufs->emplace_back((ino_t)inode, size, count, exporter_name, matched > 4 ? name : ""); in ReadDmaBufInfo()
|
/system/memory/libmeminfo/ |
D | libmeminfo_benchmark.cpp | 245 int matched = fscanf(f, "%*d %*d %" SCNu64 " %*d %*d %*d %*d", &mem_used_total); in get_zram_mem_used() local 246 if (matched != 1) in get_zram_mem_used() 257 int matched = fscanf(f, "%" SCNu64, &mem_used_total); in get_zram_mem_used() local 258 if (matched != 1) in get_zram_mem_used()
|
/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 | 95 any string specified in TARGET_BUILD_VARIANT. All tags are matched verbatim 96 and all options are matched lowercase. The options are "tolowered" automatically
|
/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/bt/bta/gatt/ |
D | bta_gattc_cache.cc | 655 bool matched = false; in bta_gattc_read_db_hash_cmpl() local 668 matched = (local_hash == remote_hash); in bta_gattc_read_db_hash_cmpl() 672 if (matched) { in bta_gattc_read_db_hash_cmpl()
|
/system/chre/chpp/api_parser/ |
D | chre_api_to_chpp.py | 1017 matched = False 1020 matched = True 1022 if not matched:
|
/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/31.0/private/ |
D | seapp_contexts | 32 # Other values of user are matched against the name associated with the process 106 # 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 106 # inputs are matched on a key value rule line.
|
/system/bt/vendor_libs/test_vendor_lib/packets/ |
D | link_layer_packets.pdl | 321 matched : 1,
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | seapp_contexts | 65 # 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/28.0/private/ |
D | seapp_contexts | 65 # inputs are matched on a key value rule line.
|
/system/apex/docs/ |
D | howto.md | 174 ABI is not supported, it is matched with the 64-bit ABI.
|
/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
|
/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/media/audio_utils/ |
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
|