Home
last modified time | relevance | path

Searched defs:FloatArray (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/libeffects/loudness/common/core/
H A Dbasic_types.h55 struct FloatArray { struct
59 FloatArray(void) { in FloatArray() argument
/aosp12/frameworks/base/core/java/android/text/
H A DAutoGrowArray.java269 public static class FloatArray { class in AutoGrowArray
277 public FloatArray() { in FloatArray() method in AutoGrowArray.FloatArray
284 public FloatArray(@IntRange(from = 0) int initialCapacity) { in FloatArray() method in AutoGrowArray.FloatArray
/aosp12/art/runtime/mirror/
H A Dobject.h56 typedef PrimitiveArray<float> FloatArray; typedef