HomeSort by relevance Sort by last modified time
    Searched refs:FloatArray (Results 1 - 25 of 25) sorted by null

  /hardware/interfaces/tests/foo/1.0/
IMyTypes.hal 23 typedef float[30] FloatArray;
ITheirTypes.hal 23 typedef float[10] FloatArray;
IFoo.hal 22 import ITheirTypes.FloatArray;
88 FloatArray myFloatArray;
  /external/skia/src/gpu/ops/
GrAAHairLinePathRenderer.h 19 typedef SkTArray<float, true> FloatArray;
GrAAHairLinePathRenderer.cpp 249 GrAAHairLinePathRenderer::FloatArray* conicWeights) {
838 typedef SkTArray<float, true> FloatArray;
    [all...]
  /external/skqp/src/gpu/ops/
GrAAHairLinePathRenderer.h 19 typedef SkTArray<float, true> FloatArray;
GrAAHairLinePathRenderer.cpp 249 GrAAHairLinePathRenderer::FloatArray* conicWeights) {
838 typedef SkTArray<float, true> FloatArray;
    [all...]
  /frameworks/av/media/libeffects/loudness/common/core/
basic_types.h 55 struct FloatArray {
59 FloatArray(void) {
  /frameworks/support/core/ktx/src/androidTest/java/androidx/core/graphics/
ShaderTest.kt 29 val values = FloatArray(9)
CanvasTest.kt 26 private val values = FloatArray(9)
  /frameworks/support/core/ktx/src/main/java/androidx/core/graphics/
Matrix.kt 32 inline fun Matrix.values() = FloatArray(9).apply { getValues(this) }
  /frameworks/base/core/java/android/text/
AutoGrowArray.java 269 public static class FloatArray {
275 * Creates an empty FloatArray with the default initial capacity.
277 public FloatArray() {
282 * Creates an empty FloatArray with the specified initial capacity.
284 public FloatArray(@IntRange(from = 0) int initialCapacity) {
294 * Changes the size of this FloatArray. If this FloatArray is shrinked, the backing array
MeasuredParagraph.java 26 import android.text.AutoGrowArray.FloatArray;
120 private @Nullable FloatArray mWidths = new FloatArray();
238 public @NonNull FloatArray getWidths() {
StaticLayout.java 24 import android.text.AutoGrowArray.FloatArray;
620 FloatArray widths = new FloatArray();
    [all...]
  /frameworks/support/core/ktx/src/main/java/androidx/core/os/
Bundle.kt 57 is FloatArray -> putFloatArray(key, value)
  /external/nanopb-c/tests/encode_unittests/
encode_unittests.c 212 FloatArray msg = {1, {99.0f}};
229 FloatArray msg = {1, {99.0f}};
  /frameworks/support/core/ktx/src/androidTest/java/androidx/core/os/
BundleTest.kt 63 "floatArray" to floatArrayOf(),
97 assertArrayEquals(floatArrayOf(), bundle["floatArray"] as FloatArray, 0f)
  /art/runtime/native/
java_lang_System.cc 217 System_arraycopyTUnchecked<mirror::FloatArray, Primitive::kPrimFloat>(env, javaSrc, srcPos,
  /art/runtime/mirror/
object.h 55 typedef PrimitiveArray<float> FloatArray;
249 FloatArray* AsFloatArray() REQUIRES_SHARED(Locks::mutator_lock_);
    [all...]
object-inl.h 305 inline FloatArray* Object::AsFloatArray() {
310 return down_cast<FloatArray*>(this);
    [all...]
object_test.cc 284 typedef FloatArray ArrayT;
  /art/runtime/
jni_internal.cc     [all...]
transaction_test.cc 417 mirror::FloatArray* floatArray = floatArrayField->GetObject(h_klass.Get())->AsFloatArray();
418 ASSERT_TRUE(floatArray != nullptr);
419 ASSERT_EQ(floatArray->GetLength(), 1);
420 ASSERT_FLOAT_EQ(floatArray->GetWithoutChecks(0), static_cast<float>(0.0f));
454 floatArray->SetWithoutChecks<true>(0, 1.0);
466 EXPECT_FLOAT_EQ(floatArray->GetWithoutChecks(0), static_cast<float>(0.0f));
class_linker.cc 648 mirror::FloatArray::SetArrayClass(GetClassRoot(kFloatArrayClass));
    [all...]
  /frameworks/base/config/
preloaded-classes     [all...]

Completed in 383 milliseconds