Home
last modified time | relevance | path

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

1234

/frameworks/compile/slang/tests/P_reduce_general_input/
DScriptC_reduce_general_input.java.expect686 // Verify that the array length is a multiple of the vector size.
688 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!");
723 // Verify that the array length is a multiple of the vector size.
725 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!");
760 // Verify that the array length is a multiple of the vector size.
762 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!");
797 // Verify that the array length is a multiple of the vector size.
799 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!");
834 // Verify that the array length is a multiple of the vector size.
836 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!");
[all …]
/frameworks/compile/slang/tests/P_reduce_general_inputs/
DScriptC_reduce_general_inputs.java.expect266 // Verify that the array length is a multiple of the vector size.
268 throw new RSIllegalArgumentException("Array \"in2\" is not a multiple of 2 in length!");
334 // Verify that the array length is a multiple of the vector size.
336 throw new RSIllegalArgumentException("Array \"in2\" is not a multiple of 2 in length!");
402 // Verify that the array length is a multiple of the vector size.
404 throw new RSIllegalArgumentException("Array \"in2\" is not a multiple of 4 in length!");
470 // Verify that the array length is a multiple of the vector size.
472 throw new RSIllegalArgumentException("Array \"in2\" is not a multiple of 4 in length!");
666 // Verify that the array length is a multiple of the vector size.
668 throw new RSIllegalArgumentException("Array \"in2\" is not a multiple of 2 in length!");
[all …]
/frameworks/base/wifi/tests/assets/pps/
DREADME.txt2 PerProviderSubscription_DuplicateHomeSP.xml - containing multiple HomeSP node
3 PerProviderSubscription_DuplicateValue.xml - FriendlyName node contains multiple Value
/frameworks/multidex/instrumentation/
DREADME2 for multiple dex applications.
5 of applications with multiple dexes.
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/
DPowerUtil.java261 long multiple = Math.abs(threshold); in roundTimeToNearestThreshold() local
262 final long remainder = time % multiple; in roundTimeToNearestThreshold()
263 if (remainder < multiple / 2) { in roundTimeToNearestThreshold()
266 return time - remainder + multiple; in roundTimeToNearestThreshold()
/frameworks/compile/slang/tests/P_reduce_general_result/
DScriptC_reduce_general_result.java.expect2758 // Verify that the array length is a multiple of the vector size.
2760 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!");
2795 // Verify that the array length is a multiple of the vector size.
2797 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 4 in length!");
2865 // Verify that the array length is a multiple of the vector size.
2867 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!");
2902 // Verify that the array length is a multiple of the vector size.
2904 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 4 in length!");
2972 // Verify that the array length is a multiple of the vector size.
2974 throw new RSIllegalArgumentException("Array \"in1\" is not a multiple of 2 in length!");
[all …]
/frameworks/opt/setupwizard/tools/gradle/
Ddist-library-instrumentation-tests.gradle2 * This script plugin is used to build and dist the test APK outputs of a library with multiple
8 * "${project.archivesBaseName}Tests.apk". This allows multiple flavors of test APKs to be built
/frameworks/base/tests/ActivityManagerPerfTests/
DREADME.txt17 * Each sent time is tagged with an id since there can be multiple events that send back a time
18 * Each test will run multiple times to account for variation in test runs
48 * Each timestamp sent to the instrumentation test is tagged with a tag since multiple timestamps
/frameworks/base/core/tests/overlaytests/device/test-apps/AppOverlayTwo/res/raw/
Dlorem_ipsum.txt1 Lorem ipsum: multiple overlays.
/frameworks/compile/slang/tests/F_int_ptr_ptr/
Dstderr.txt.expect1 int_ptr_ptr.rscript:4:7: error: multiple levels of pointers cannot be exported: 'myPtr'
/frameworks/compile/slang/tests/F_multi_in_target_version/
Dstderr.txt.expect1 …or compute kernel root(). Kernels targeting SDK levels 11-22 may not use multiple input parameters.
/frameworks/base/core/java/android/annotation/
DSize.java51 long multiple() default 1; in multiple() method
/frameworks/rs/cpu_ref/
DrsCpuBLAS.inc18 // Will be include multiple times.
135 // Undefine the macro so that we can include this file multiple times to generate different functio…
/frameworks/compile/slang/tests/P_struct_field/
Dstruct_field.rscript6 // with multiple fields of type struct, and reflect correct Java code
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_name32/
Dreflection3264_foreach_mismatch_name32.rscript4 // There are multiple name mismatches (cc*, dd*) but only the first is
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_name64/
Dreflection3264_foreach_mismatch_name64.rscript4 // There are multiple name mismatches (cc*, dd*) but only the first is
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
Dtimestats.proto46 // Stats per layer. Apps could have multiple layers.
64 // There are multiple timestamps tracked in SurfaceFlinger, and these are the
/frameworks/multidex/library/
DREADME3 This can be used by an Android project to install multiple dexes
/frameworks/base/graphics/java/android/graphics/
DBaseCanvas.java274 public void drawLines(@Size(multiple = 4) @NonNull float[] pts, int offset, int count, in drawLines()
280 public void drawLines(@Size(multiple = 4) @NonNull float[] pts, @NonNull Paint paint) { in drawLines()
336 public void drawPoints(@Size(multiple = 2) float[] pts, int offset, int count, in drawPoints()
342 public void drawPoints(@Size(multiple = 2) @NonNull float[] pts, @NonNull Paint paint) { in drawPoints()
349 @NonNull @Size(multiple = 2) float[] pos, in drawPosText() argument
361 public void drawPosText(@NonNull String text, @NonNull @Size(multiple = 2) float[] pos, in drawPosText() argument
DBaseRecordingCanvas.java230 public final void drawLines(@Size(multiple = 4) @NonNull float[] pts, int offset, int count, in drawLines()
236 public final void drawLines(@Size(multiple = 4) @NonNull float[] pts, @NonNull Paint paint) { in drawLines()
327 public final void drawPoints(@Size(multiple = 2) float[] pts, int offset, int count, in drawPoints()
333 public final void drawPoints(@Size(multiple = 2) @NonNull float[] pts, @NonNull Paint paint) { in drawPoints()
341 @NonNull @Size(multiple = 2) float[] pos, in drawPosText() argument
354 public final void drawPosText(@NonNull String text, @NonNull @Size(multiple = 2) float[] pos, in drawPosText() argument
DCanvas.java1778 public void drawLines(@Size(multiple = 4) @NonNull float[] pts, int offset, int count, in drawLines()
1783 public void drawLines(@Size(multiple = 4) @NonNull float[] pts, @NonNull Paint paint) { in drawLines()
1871 public void drawPoints(@Size(multiple = 2) float[] pts, int offset, int count, in drawPoints()
1879 public void drawPoints(@Size(multiple = 2) @NonNull float[] pts, @NonNull Paint paint) { in drawPoints()
1897 @NonNull @Size(multiple = 2) float[] pos, in drawPosText() argument
1913 public void drawPosText(@NonNull String text, @NonNull @Size(multiple = 2) float[] pos, in drawPosText() argument
/frameworks/base/cmds/hid/
DREADME.md32 The file can have multiple commands one after the other (which is not strictly
33 legal JSON format, as this would imply multiple root elements).
50 to avoid ambiguity when multiple devices are registered.
/frameworks/compile/slang/tests/F_reduce_general_parse/
Dstderr.txt.expect10 reduce_general_parse.rscript:15:12: error: reduction kernel 'foo' declared multiple times (first on…
/frameworks/rs/script_api/
Drs_atomic.spec20 To update values shared between multiple threads, use the functions below.
29 runtime will very often split the execution of one kernel across multiple
/frameworks/compile/mclinker/include/mcld/LD/
DDiagSymbolResolutions.inc35 "multiple definition of symbol `%0'",

1234