Searched refs:pass (Results 1 - 25 of 32) sorted by relevance

12

/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
H A Dcopy_test.rs19 void sendResult(bool pass) {
20 if (pass) {
H A DUT_reduce.java289 boolean pass = true;
290 pass &= addint1D(pRS, s);
291 pass &= addint2D(pRS, s);
292 pass &= findMinAndMax(pRS, s);
293 pass &= fz(pRS, s);
294 pass &= fz2(pRS, s);
295 pass &= fz3(pRS, s);
296 pass &= histogram(pRS, s);
297 pass &= mode(pRS, s);
302 Log.i(TAG, pass
[all...]
H A DUT_reduce_backward.java289 boolean pass = true;
290 pass &= addint1D(pRS, s);
291 pass &= addint2D(pRS, s);
292 pass &= findMinAndMax(pRS, s);
293 pass &= fz(pRS, s);
294 pass &= fz2(pRS, s);
295 pass &= fz3(pRS, s);
296 pass &= histogram(pRS, s);
297 pass &= mode(pRS, s);
302 Log.i(TAG, pass
[all...]
H A DUT_copy_test.java26 boolean pass = true; field in class:UT_copy_test
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A Dcopy_test.rs19 void sendResult(bool pass) {
20 if (pass) {
H A DUT_copy_test.java26 boolean pass = true; field in class:UT_copy_test
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
H A Dcopy_test.rs19 void sendResult(bool pass) {
20 if (pass) {
H A DUT_reduce.java399 boolean pass = true;
412 pass &= result("patternInterleavedReduce (1)", new timing(inputSize),
414 pass &= result("patternInterleavedReduce (2)", new timing(inputSize),
417 return pass;
441 boolean pass = true;
448 pass &= result("patternDuplicateAnonymousResult (Dec)", new timing(inputSize),
453 pass &= result("patternDuplicateAnonymousResult (Inc)", new timing(inputSize),
456 return pass;
903 boolean pass = true;
914 pass
[all...]
H A DUT_reduce_backward.java311 boolean pass = true;
312 pass &= addint1D(pRS, s);
313 pass &= addint2D(pRS, s);
314 pass &= findMinAndMax(pRS, s);
315 pass &= fz(pRS, s);
316 pass &= fz2(pRS, s);
317 pass &= fz3(pRS, s);
318 pass &= histogram(pRS, s);
319 pass &= mode(pRS, s);
324 Log.i(TAG, pass
[all...]
H A DUT_copy_test.java26 boolean pass = true; field in class:UT_copy_test
/frameworks/rs/rsov/compiler/spirit/
H A Dpass_queue.cpp24 bool PassQueue::append(Pass *pass) { argument
25 mPasses.push_back(pass);
26 mPassSet.insert(pass);
38 for (auto pass : mPasses) {
40 Module* newModule = pass->run(module, &intermediateError);
H A Dpass_queue.h21 #include "pass.h"
34 // first-in first-out order. Once appended to a pass queue, Passes are owned by
40 // Appends a pass to the end of the queue
41 bool append(Pass *pass);
H A DAndroid.mk24 pass.cpp\
153 # Tests for host module pass queue
159 pass.cpp \
/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp26 * The passes are grouped together, where (pass / passesPerGroup) specifies
27 * which group a particular pass is in. This causes every passesPerGroup
55 * -s num Starting pass
56 * -e num Ending pass
57 * -p num Execute the single pass specified by num
61 * -D float Delay in seconds performed after the last pass is executed
66 * a particular pass and leave the displayed image on the screen for an
68 * and -e options to the desired pass, along with a large value for -D.
139 // final pass and restart of framework
216 * 3. For each pass
244 unsigned int pass; local
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.h47 AString *user, AString *pass);
/frameworks/base/tests/TouchLatency/
H A Dgradlew.bat11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
H A Dgradlew.bat11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
/frameworks/data-binding/compiler/
H A Dgradlew.bat11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
/frameworks/data-binding/developmentPlugins/
H A Dgradlew.bat11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
/frameworks/data-binding/integration-tests/App With Spaces/
H A Dgradlew.bat11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
/frameworks/data-binding/integration-tests/IndependentLibrary/
H A Dgradlew.bat11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
/frameworks/data-binding/integration-tests/MultiModuleTestApp/
H A Dgradlew.bat11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
/frameworks/data-binding/integration-tests/TestApp/
H A Dgradlew.bat11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
/frameworks/data-binding/samples/BindingDemo/
H A Dgradlew.bat11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/
H A Dgradlew.bat11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.

Completed in 2155 milliseconds

12