Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 25 of 233) sorted by relevance

12345678910

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_reduce.java361 boolean pass = true; in patternInterleavedReduce()
374 pass &= result("patternInterleavedReduce (1)", new timing(inputSize), in patternInterleavedReduce()
376 pass &= result("patternInterleavedReduce (2)", new timing(inputSize), in patternInterleavedReduce()
379 return pass; in patternInterleavedReduce()
403 boolean pass = true; in patternDuplicateAnonymousResult()
410 pass &= result("patternDuplicateAnonymousResult (Dec)", new timing(inputSize), in patternDuplicateAnonymousResult()
415 pass &= result("patternDuplicateAnonymousResult (Inc)", new timing(inputSize), in patternDuplicateAnonymousResult()
418 return pass; in patternDuplicateAnonymousResult()
778 boolean pass = true; in patternRedundantGet()
789 pass &= result("patternRedundantGet (1)", new timing(inputLength), javaRslt, rsRslt1); in patternRedundantGet()
[all …]
DUT_reduce_backward.java305 boolean pass = true; in run()
306 pass &= addint1D(pRS, s); in run()
307 pass &= addint2D(pRS, s); in run()
308 pass &= findMinAndMax(pRS, s); in run()
309 pass &= fz(pRS, s); in run()
310 pass &= fz2(pRS, s); in run()
311 pass &= fz3(pRS, s); in run()
312 pass &= histogram(pRS, s); in run()
313 pass &= mode(pRS, s); in run()
318 Log.i(TAG, pass ? "PASSED" : "FAILED"); in run()
[all …]
Dcopy_test.rs19 void sendResult(bool pass) {
20 if (pass) {
DUT_copy_test.java26 boolean pass = true; field in UT_copy_test
/frameworks/native/opengl/tests/hwc/
DhwcStress.cpp244 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/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
DUT_reduce_backward.java289 boolean pass = true; in run()
290 pass &= addint1D(pRS, s); in run()
291 pass &= addint2D(pRS, s); in run()
292 pass &= findMinAndMax(pRS, s); in run()
293 pass &= fz(pRS, s); in run()
294 pass &= fz2(pRS, s); in run()
295 pass &= fz3(pRS, s); in run()
296 pass &= histogram(pRS, s); in run()
297 pass &= mode(pRS, s); in run()
302 Log.i(TAG, pass ? "PASSED" : "FAILED"); in run()
[all …]
DUT_reduce.java289 boolean pass = true; in run()
290 pass &= addint1D(pRS, s); in run()
291 pass &= addint2D(pRS, s); in run()
292 pass &= findMinAndMax(pRS, s); in run()
293 pass &= fz(pRS, s); in run()
294 pass &= fz2(pRS, s); in run()
295 pass &= fz3(pRS, s); in run()
296 pass &= histogram(pRS, s); in run()
297 pass &= mode(pRS, s); in run()
302 Log.i(TAG, pass ? "PASSED" : "FAILED"); in run()
[all …]
Dcopy_test.rs19 void sendResult(bool pass) {
20 if (pass) {
DUT_copy_test.java26 boolean pass = true; field in UT_copy_test
/frameworks/base/docs/html/guide/topics/ui/
Dhow-android-draws.jd37 Drawing the layout is a two pass process: a measure pass and a layout pass.
38 The measuring pass is implemented in {@link android.view.View#measure(int, int)}
41 during the recursion. At the end of the measure pass, every
43 its measurements. The second pass happens in
45 this pass each parent is responsible for positioning all of its children
46 using the sizes computed in the measure pass.
58 that at the end of the measure pass, all parents accept all of their
68 the rules on the second pass).
82 The measure pass uses two classes to communicate dimensions. The
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dcopy_test.rs19 void sendResult(bool pass) {
20 if (pass) {
DUT_copy_test.java26 boolean pass = true; field in UT_copy_test
/frameworks/compile/mclinker/include/mcld/LD/
DDiagAttribute.inc42 "%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/compile/slang/tests/F_kernel_16/
Dstderr.txt.expect1 kernel_16.rs:5:16: error: Compute kernel root() targeting SDK levels 11-16 may not use pass-by-valu…
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dshared.rsh7 bool pass;
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dshared.rsh7 bool pass;
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dshared.rsh7 bool pass;
/frameworks/compile/libbcc/tests/libbcc/
Dtbaa.ll10 ; Declarations expected by the expansion pass.
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
Dlayered_filter_f32_helper.rsh61 // 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/docs/html/preview/features/
Dscoped-folder-access.jd54 On secondary volumes, such as external SD cards, pass in null when calling
57 <code>StorageVolume.createAccessIntent()</code> returns null if you pass in
58 null to the primary volume, or if you pass in an invalid directory name.
/frameworks/base/media/mca/samples/CameraEffectsRecordingSample/res/raw/
Dcameraeffectsrecordingsample.graph56 // Also pass it to an encoder
/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.h47 AString *user, AString *pass);
/frameworks/compile/slang/
DRSCCOptions.td137 HelpText<"Print llvm IR after each pass">;
139 HelpText<"Print llvm IR before each pass">;
/frameworks/av/media/libstagefright/matroska/
DMatroskaExtractor.cpp702 for (int32_t pass = 0; pass < 2; ++pass) { in read() local
725 if (pass == 1) { in read()
751 if (pass == 0) { in read()
/frameworks/base/docs/html/distribute/googleplay/families/
Dstart.jd96 program requirements <strong>or</strong> you uncheck the opt-in box and pass
109 the app update needs to pass the Designed for Families review before it will

12345678910