/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/ |
D | hw_filter.cc | 33 bool matched = true; in Match() local 38 matched = false; in Match() 42 if (matched) { in Match()
|
D | fast_pair_filter.cc | 213 bool matched = bloom_filter.MayContain(key, pos); in MatchSubsequentPair() local 214 if (!matched && account_data.rrd.length > 0) { in MatchSubsequentPair() 218 matched = bloom_filter.MayContain(key, pos); in MatchSubsequentPair() 219 if (matched) break; in MatchSubsequentPair() 222 if (matched) { in MatchSubsequentPair()
|
/system/chre/api_parser/ |
D | chre_api_to_chpp.py | 36 matched = False 39 matched = True 41 if not matched:
|
/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/netd/tests/ |
D | test_utils.cpp | 128 bool matched = true; in ipRouteExists() local 131 matched = false; in ipRouteExists() 136 if (matched) { in ipRouteExists()
|
/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/update_engine/liburing_cpp/tests/ |
D | BasicTests.cpp | 50 const auto matched = sscanf(buffer.release, "%d.%d", &major, &minor); in SetUp() local 51 ASSERT_EQ(matched, 2) << "Unexpected kernel version format: " in SetUp()
|
/system/netd/server/ |
D | NdcDispatcher.cpp | 354 bool matched = false; in runCommand() local 372 matched = true; in runCommand() 375 matched = true; in runCommand() 383 matched = true; in runCommand() 386 matched = true; in runCommand() 391 if (!matched) { in runCommand()
|
/system/core/fs_mgr/libfs_avb/ |
D | fs_avb.cpp | 63 bool matched = (memcmp(hasher.finalize(), expected_digest, Hasher::DIGEST_SIZE) == 0); in VerifyVbmetaDigest() local 65 return std::make_pair(total_size, matched); in VerifyVbmetaDigest()
|
/system/sepolicy/ |
D | README.md | 96 any string specified in `TARGET_BUILD_VARIANT`. All tags are matched verbatim 97 and all options are matched lowercase. The options are **tolowered** automatically
|
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/ |
D | ble_filter.proto | 108 optional uint32 id = 1; // id of the matched Filter.
|
D | nearby_extension.proto | 174 // Sent when one or more advertisements matched an extended filter
|
/system/sepolicy/private/ |
D | seapp_contexts | 33 # Other values of user are matched against the name associated with the process 135 # inputs are matched on a key value rule line.
|
/system/extras/pinner/ |
D | README.md | 81 it should specify a subset of files and optionally ranges within those files to be matched against
|
/system/apex/docs/ |
D | howto.md | 180 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
|