Home
last modified time | relevance | path

Searched defs:cores (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dinstancetype.py36 def __init__(self, connection=None, name=None, cores=None, argument
/external/glide/library/src/main/java/com/bumptech/glide/
DGlideBuilder.java147 final int cores = Math.max(1, Runtime.getRuntime().availableProcessors()); in createGlide() local
/external/webrtc/webrtc/base/
Dlinux.cc101 int cores; in GetNumPhysicalCpus() local
/external/v8/src/heap/
Dmark-compact.cc3142 const int cores = Max(1, base::SysInfo::NumberOfProcessors() - 1); in NumberOfParallelCompactionTasks() local