Home
last modified time | relevance | path

Searched defs:clusters (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_os_KernelCpuBpfTracking.cpp51 uint32_t clusters = freqs->size(); in KernelCpuBpfTracking_getFreqsClustersInternal() local
/aosp14/frameworks/base/core/java/android/view/
H A DFocusFinder.java169 final ArrayList<View> clusters = mTempList; in findNextKeyboardNavigationCluster() local
278 List<View> clusters, in findNextKeyboardNavigationCluster()
407 List<View> clusters, in getNextKeyboardNavigationCluster()
430 List<View> clusters, in getPreviousKeyboardNavigationCluster()
/aosp14/frameworks/base/tools/powermodel/src/com/android/powermodel/component/
H A DCpuProfile.java29 public Cluster[] clusters; field in CpuProfile
/aosp14/frameworks/base/core/java/com/android/internal/graphics/palette/
H A DWSMeansQuantizer.java150 float[][] clusters = Arrays.copyOf(mClusters, maxColors); in initializeClusters() local
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DKernelCpuUidTimeReader.java985 int[] clusters = new int[lineArray.length / 2]; in checkPrecondition() local