Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DBaseAdapterTest.java138 CharSequence[] multiple = baseAdapter.getAutofillOptions(); in testGetAutofillOptions() local
139 assertEquals(2, multiple.length); in testGetAutofillOptions()
140 assertEquals("mult1", multiple[0]); in testGetAutofillOptions()
141 assertEquals("mult2", multiple[1]); in testGetAutofillOptions()
/cts/tools/cts-test-metrics/
DREADME5 To parse multiple files, list all files as arguments. Try the following:
/cts/tools/cts-tradefed/
DREADME14 - supports sharding a CTS test run across multiple devices in parallel
58 To shard a plan test run on multiple devices
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DREADME.md24 historical data as well, since multiple reports could get batched into a single MotionEvent.
/cts/tests/signature/api-check/
DAndroid.bp107 // multiple CtsHiddenApiBlocklist...TestCases.
/cts/hostsidetests/hdmicec/
DREADME.md60 To shard the test (distribute and run the tests on multiple devices), use this
/cts/tests/mediapc/common/
DREADME.md104 Note: if a device meets multiple performance classes for a requirement, the
130 Note: a requirement class can be and often is used for multiple requirements. If
/cts/tests/mediapc/requirements/
Drequirements.proto100 // requirements have multiple tests that test for different performance
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dstruct_field.rscript20 // multiple fields of type struct. Java sets the script global
/cts/tests/tests/graphics/src/android/graphics/cts/
DFrameRateCtsActivity.java458 float multiple = higherFrameRate / lowerFrameRate; in isFrameRateMultiple() local
459 int roundedMultiple = Math.round(multiple); in isFrameRateMultiple()
/cts/hostsidetests/appsecurity/test-apps/tinyapp/
DAndroid.bp102 // a rotated key and multiple signers in the lineage with default
/cts/tests/tests/graphics/jni/
DVulkanProfiles.cpp40 VPAPI_ATTR bool isMultiple(double source, double multiple) { in isMultiple() argument
41 double mod = std::fmod(source, multiple); in isMultiple()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt15729 …method public void drawLines(@NonNull @Size(multiple=4) float[], int, int, @NonNull android.graphi…
15730 … method public void drawLines(@NonNull @Size(multiple=4) float[], @NonNull android.graphics.Paint);
15742 …method public void drawPoints(@Size(multiple=2) float[], int, int, @NonNull android.graphics.Paint…
15743 …method public void drawPoints(@NonNull @Size(multiple=2) float[], @NonNull android.graphics.Paint);
15744 …method @Deprecated public void drawPosText(@NonNull char[], int, int, @NonNull @Size(multiple=2) f…
15745 …method @Deprecated public void drawPosText(@NonNull String, @NonNull @Size(multiple=2) float[], @N…
16715 method @NonNull @Size(min=6, multiple=3) public float[] approximate(@FloatRange(from=0) float);
22874 field public static final String FEATURE_MultipleFrames = "multiple-frames";