/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_reduce.java | 401 boolean pass = true; in patternInterleavedReduce() 414 pass &= result("patternInterleavedReduce (1)", new timing(inputSize), in patternInterleavedReduce() 416 pass &= result("patternInterleavedReduce (2)", new timing(inputSize), in patternInterleavedReduce() 419 return pass; in patternInterleavedReduce() 443 boolean pass = true; in patternDuplicateAnonymousResult() 450 pass &= result("patternDuplicateAnonymousResult (Dec)", new timing(inputSize), in patternDuplicateAnonymousResult() 455 pass &= result("patternDuplicateAnonymousResult (Inc)", new timing(inputSize), in patternDuplicateAnonymousResult() 458 return pass; in patternDuplicateAnonymousResult() 905 boolean pass = true; in patternRedundantGet() 916 pass &= result("patternRedundantGet (1)", new timing(inputLength), javaResult, rsResult1); in patternRedundantGet() [all …]
|
D | UT_reduce_backward.java | 313 boolean pass = true; in run() 314 pass &= addint1D(pRS, s); in run() 315 pass &= addint2D(pRS, s); in run() 316 pass &= findMinAndMax(pRS, s); in run() 317 pass &= fz(pRS, s); in run() 318 pass &= fz2(pRS, s); in run() 319 pass &= fz3(pRS, s); in run() 320 pass &= histogram(pRS, s); in run() 321 pass &= mode(pRS, s); in run() 326 Log.i(TAG, pass ? "PASSED" : "FAILED"); in run() [all …]
|
D | copy_test.rscript | 21 void sendResult(bool pass) { 22 if (pass) {
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_reduce.java | 399 boolean pass = true; in patternInterleavedReduce() 412 pass &= result("patternInterleavedReduce (1)", new timing(inputSize), in patternInterleavedReduce() 414 pass &= result("patternInterleavedReduce (2)", new timing(inputSize), in patternInterleavedReduce() 417 return pass; in patternInterleavedReduce() 441 boolean pass = true; in patternDuplicateAnonymousResult() 448 pass &= result("patternDuplicateAnonymousResult (Dec)", new timing(inputSize), in patternDuplicateAnonymousResult() 453 pass &= result("patternDuplicateAnonymousResult (Inc)", new timing(inputSize), in patternDuplicateAnonymousResult() 456 return pass; in patternDuplicateAnonymousResult() 903 boolean pass = true; in patternRedundantGet() 914 pass &= result("patternRedundantGet (1)", new timing(inputLength), javaResult, rsResult1); in patternRedundantGet() [all …]
|
D | UT_reduce_backward.java | 311 boolean pass = true; in run() 312 pass &= addint1D(pRS, s); in run() 313 pass &= addint2D(pRS, s); in run() 314 pass &= findMinAndMax(pRS, s); in run() 315 pass &= fz(pRS, s); in run() 316 pass &= fz2(pRS, s); in run() 317 pass &= fz3(pRS, s); in run() 318 pass &= histogram(pRS, s); in run() 319 pass &= mode(pRS, s); in run() 324 Log.i(TAG, pass ? "PASSED" : "FAILED"); in run() [all …]
|
D | copy_test.rscript | 19 void sendResult(bool pass) { 20 if (pass) {
|
D | UT_copy_test.java | 26 boolean pass = true; field in UT_copy_test
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcStress.cpp | 244 unsigned int pass; in main() local 390 for (pass = startPass; pass <= endPass; pass++) { in main() 401 if ((pass == startPass) in main() 402 || ((pass / passesPerGroup) != ((pass - 1) / passesPerGroup))) { in main() 403 initFrames(pass / passesPerGroup); in main() 406 testPrintI("==== Starting pass: %u", pass); in main() 410 srand48(pass); in main() 510 testPrintI("==== Completed pass: %u", pass); in main() 523 testPrintI("Successfully completed %u passes", pass - startPass); in main()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagAttribute.inc | 42 "%0 uses different way to pass WMMX parameters and results.", 43 "%0 uses different way to pass WMMX parameters and results.") 74 "%0 uses different way to pass the floating point parameter and results.", 75 "%0 uses different way to pass the floating point parameter and results.")
|
/frameworks/base/core/java/android/window/ |
D | TransitionFilter.java | 153 boolean pass = false; in matches() 156 pass = true; in matches() 160 if (!pass) continue; in matches()
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | copy_test.rscript | 19 void sendResult(bool pass) { 20 if (pass) {
|
/frameworks/compile/slang/tests/F_kernel_16/ |
D | stderr.txt.expect | 1 kernel_16.rscript:5:16: error: Compute kernel root() targeting SDK levels 11-16 may not use pass-by…
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
D | EuiccOperation.java | 437 boolean pass = true; in resolvedDownloadResolvableErrors() 441 pass = false; in resolvedDownloadResolvableErrors() 450 pass = false; in resolvedDownloadResolvableErrors() 454 if (!pass) { in resolvedDownloadResolvableErrors()
|
/frameworks/base/samples/demo/haptic-assessment/ |
D | README.txt | 12 at max amplitude. This will pass if the device supports vibration amplitude
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | shared.rsh | 7 bool pass;
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | shared.rsh | 7 bool pass;
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | shared.rsh | 7 bool pass;
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | layered_filter_fast_f32.rscript | 54 // In the first pass from back-most to focal depth, g_fuzzy_image holds the 57 // In the second pass from front-most to focal depth, g_fuzzy_image accumulates 59 // blended with the input image (which has been updated in the first pass) to 202 // Distance transform in processing layers in pass one from the back-most to 226 // Distance transform in processing layers in pass two from the front-most to 250 // Computes integral image for target layer in processing layers in pass one 298 // Filters target layer in processing layers in pass one from the back-most to 331 // Filters target layer in processing layers in pass two from the front-most 416 // Resets fields of this pixel to prepare for future layer processing (pass
|
D | layered_filter_fast_d1new.rscript | 52 // In the first pass from back-most to focal depth, g_fuzzy_image holds the 55 // In the second pass from front-most to focal depth, g_fuzzy_image accumulates 57 // blended with the input image (which has been updated in the first pass) to 237 // Distance transform in processing layers in pass one from the back-most to 283 // Distance transform in processing layers in pass two from the front-most to 326 // Computes integral image for target layer in processing layers in pass one 395 // Filters target layer in processing layers in pass one from the back-most to 430 // Directly pass allocation to kernel FilterLayerBehindFocalDepth 460 // Filters target layer in processing layers in pass two from the front-most 597 // Resets fields of this pixel to prepare for future layer processing (pass [all …]
|
D | layered_filter_f32_helper.rsh | 61 // Filters target layer when processing layers in pass one from the back-most to 114 // Filters target layer when processing layers in pass one from the back-most to 150 // Filters the target layer when processing layers in pass two from the
|
/frameworks/base/media/mca/samples/CameraEffectsRecordingSample/res/raw/ |
D | cameraeffectsrecordingsample.graph | 56 // Also pass it to an encoder
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ARTSPConnection.h | 47 AString *user, AString *pass);
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/ |
D | README.md | 9 …nents available in C2 media service. For a standard C2 component, these tests are expected to pass.
|
/frameworks/compile/libbcc/tests/libbcc/ |
D | tbaa.ll | 10 ; Declarations expected by the expansion pass.
|
/frameworks/compile/slang/ |
D | RSCCOptions.td | 137 HelpText<"Print llvm IR after each pass">; 139 HelpText<"Print llvm IR before each pass">;
|