Home
last modified time | relevance | path

Searched refs:complex (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/libs/protoutil/tests/
H A DProtoOutputStream_test.cpp204 ComplexProto complex; in TEST() local
206 EXPECT_EQ(complex.ints_size(), 3); in TEST()
207 EXPECT_EQ(complex.ints(0), 23); in TEST()
208 EXPECT_EQ(complex.ints(1), 101); in TEST()
209 EXPECT_EQ(complex.ints(2), -72); in TEST()
210 EXPECT_EQ(complex.logs_size(), 2); in TEST()
243 ComplexProto complex; in TEST() local
248 EXPECT_EQ(complex.ints(0), 23); in TEST()
249 EXPECT_EQ(complex.ints(1), 101); in TEST()
250 EXPECT_EQ(complex.ints(2), -72); in TEST()
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/android/util/
H A DTypedValueTest.kt41 val complex = TypedValue.floatToComplex(value) regex
44 assertEquals(value, TypedValue.complexToFloat(complex), delta)
47 val actualRadix = ((complex shr TypedValue.COMPLEX_RADIX_SHIFT)
/aosp14/frameworks/base/core/java/android/util/
H A DTypedValue.java284 public static float complexToFloat(int complex) in complexToFloat() argument
286 return (complex&(TypedValue.COMPLEX_MANTISSA_MASK in complexToFloat()
288 * RADIX_MULTS[(complex>>TypedValue.COMPLEX_RADIX_SHIFT) in complexToFloat()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DFastDataTest.java138 final String complex = new String(buf); in testUTF_Bounds() local
139 assertThrows(IOException.class, () -> out.writeUTF(complex)); in testUTF_Bounds()
140 assertThrows(IOException.class, () -> out.writeInternedUTF(complex)); in testUTF_Bounds()
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dkotlin-in-sysui.md12 - Only use extension functions for keeping complex code locality: Don't use
/aosp14/frameworks/base/startop/apps/test/
H A DREADME.md18 This activity inflates a reasonably complex layout to see the impact of layout
/aosp14/frameworks/base/tools/aapt2/
H A Dreadme.md79 - aapt2 optimize now understands map (complex) values under the type `id`. It ignores their
146 - Added support for inline complex XML resources. See
147 https://developer.android.com/guide/topics/resources/complex-xml-resources.html
/aosp14/system/core/fs_mgr/
H A DREADME.overlayfs.md106 - There are other subtle caveats requiring complex logic to solve.
107 Have evaluated them as too complex or not worth the trouble, please
/aosp14/frameworks/base/
H A DOWNERS.md8 it's evolved into a complex interleaved structure over the years. Because of
/aosp14/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp7455 static void print_complex(uint32_t complex, bool isFraction) in print_complex() argument
7464 float value = (complex&(Res_value::COMPLEX_MANTISSA_MASK in print_complex()
7466 * RADIX_MULTS[(complex>>Res_value::COMPLEX_RADIX_SHIFT) in print_complex()
7471 switch ((complex>>Res_value::COMPLEX_UNIT_SHIFT)&Res_value::COMPLEX_UNIT_MASK) { in print_complex()
7481 switch ((complex>>Res_value::COMPLEX_UNIT_SHIFT)&Res_value::COMPLEX_UNIT_MASK) { in print_complex()
/aosp14/system/core/fastboot/
H A DREADME.md276 The UDP protocol is more complex than TCP since we must implement reliability
/aosp14/system/core/init/
H A DREADME.md808 The order that files are imported is a bit complex for legacy reasons. The below is guaranteed:
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...