Searched refs:num_targets (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/sepolicy/tools/ |
H A D | build_policies.sh | 56 num_targets=$(echo "$targets" | sed 's/ /\n/g' | wc -l) 58 if [[ $num_targets -lt $parallel_jobs ]]; then 59 export mmma_jobs=$(expr $cores / $num_targets \* 2) 64 echo "$num_targets target(s): $(echo $targets | paste -sd' ')"
|
/aosp12/art/test/ti-agent/ |
H A D | redefinition_helper.cc | 45 jint num_targets, in throwCommonRedefinitionError() argument 52 if (num_targets > 1) { in throwCommonRedefinitionError() 56 for (jint i = 0; i < num_targets; i++) { in throwCommonRedefinitionError() 137 jint num_targets, in throwRedefinitionError() argument 140 return throwCommonRedefinitionError<true>(jvmti, env, num_targets, target, res); in throwRedefinitionError() 386 jint num_targets, in throwRetransformationError() argument 389 return throwCommonRedefinitionError<false>(jvmti, env, num_targets, targets, res); in throwRetransformationError()
|
/aosp12/system/core/fs_mgr/libdm/include/libdm/ |
H A D | dm_table.h | 60 size_t num_targets() const { return targets_.size(); } in num_targets() function
|
/aosp12/system/core/fs_mgr/tools/ |
H A D | dmctl.cpp | 231 if (table->num_targets() == 0) { in parse_table_args()
|
/aosp12/system/core/fs_mgr/libdm/ |
H A D | dm.cpp | 300 io->target_count = static_cast<uint32_t>(table.num_targets()); in LoadTableAndActivate()
|