/frameworks/compile/slang/tests/P_reduce_general_input/ |
D | ScriptC_reduce_general_input.java.expect | 686 // 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/base/wifi/tests/assets/pps/ |
D | README.txt | 2 PerProviderSubscription_DuplicateHomeSP.xml - containing multiple HomeSP node 3 PerProviderSubscription_DuplicateValue.xml - FriendlyName node contains multiple Value
|
/frameworks/multidex/instrumentation/ |
D | README | 2 for multiple dex applications. 5 of applications with multiple dexes.
|
/frameworks/compile/slang/tests/P_reduce_general_inputs/ |
D | ScriptC_reduce_general_inputs.java.expect | 266 // 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/packages/SettingsLib/src/com/android/settingslib/utils/ |
D | PowerUtil.java | 261 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/base/core/tests/overlaytests/device/test-apps/AppOverlayTwo/res/raw/ |
D | lorem_ipsum.txt | 1 Lorem ipsum: multiple overlays.
|
/frameworks/compile/slang/tests/F_int_ptr_ptr/ |
D | stderr.txt.expect | 1 int_ptr_ptr.rs:4:7: error: multiple levels of pointers cannot be exported: 'myPtr'
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | ScriptC_reduce_general_result.java.expect | 2758 // 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/compile/slang/tests/F_multi_in_target_version/ |
D | stderr.txt.expect | 1 …or compute kernel root(). Kernels targeting SDK levels 11-22 may not use multiple input parameters.
|
/frameworks/opt/setupwizard/tools/gradle/ |
D | dist-library-instrumentation-tests.gradle | 2 * 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/ |
D | README.txt | 17 * 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/java/android/annotation/ |
D | Size.java | 51 long multiple() default 1; in multiple() method
|
/frameworks/rs/cpu_ref/ |
D | rsCpuBLAS.inc | 18 // Will be include multiple times. 135 // Undefine the macro so that we can include this file multiple times to generate different functio…
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/protos/ |
D | unittest_issues.proto | 101 // that will require fixing other tests in multiple platforms. 103 // unittest_proto3.proto if multiple platforms want it.
|
/frameworks/multidex/library/ |
D | README | 3 This can be used by an Android project to install multiple dexes
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/ |
D | timestats.proto | 46 // Stats per layer. Apps could have multiple layers. 64 // There are multiple timestamps tracked in SurfaceFlinger, and these are the
|
/frameworks/opt/gamesdk/ |
D | README | 16 …lso possible to build from a direct AOSP checkout, but then you won't be able to build for multiple
|
/frameworks/compile/slang/tests/F_reduce_general_parse/ |
D | stderr.txt.expect | 10 reduce_general_parse.rs:15:12: error: reduction kernel 'foo' declared multiple times (first one is …
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/ |
D | examples.cmake | 35 option(protobuf_BUILD_EXAMPLES_MULTITEST "Build Examples in multiple configurations. Useful for tes…
|
/frameworks/base/graphics/java/android/graphics/ |
D | BaseRecordingCanvas.java | 230 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
|
D | BaseCanvas.java | 274 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
|
D | Canvas.java | 1778 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/ |
D | README.md | 32 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/mclinker/include/mcld/LD/ |
D | DiagSymbolResolutions.inc | 35 "multiple definition of symbol `%0'",
|
/frameworks/rs/script_api/ |
D | rs_atomic.spec | 20 To update values shared between multiple threads, use the functions below. 29 runtime will very often split the execution of one kernel across multiple
|