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

/frameworks/rs/java/tests/RSTest_CompatLib/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/java/tests/RsTest/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/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.
138 // final pass and restart of framework
215 * 3. For each pass
243 unsigned int pass; local
[all...]
H A DhwcColorEquiv.cpp169 unsigned int pass; local
183 // Delay between completion of final pass and restart
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DFullscreenBlur.java84 RenderPass pass = new RenderPass();
85 pass.setColorTarget(color);
86 pass.setDepthTarget(depth);
87 pass.setShouldClearColor(false);
88 pass.setShouldClearDepth(false);
89 pass.setCamera(cam);
90 scene.appendRenderPass(pass);
91 return pass;
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.h47 AString *user, AString *pass);
H A DARTSPConnection.cpp134 AString *user, AString *pass) {
139 pass->clear();
158 // Split of user:pass@ from hostname.
169 pass->setTo(userPass, colonPos + 1, userPass.size() - colonPos - 1);
252 ALOGV("user = '%s', pass = '%s'", mUser.c_str(), mPass.c_str());
132 ParseURL( const char *url, AString *host, unsigned *port, AString *path, AString *user, AString *pass) argument
H A DMyHandler.h148 // want to transmit user/pass in cleartext.
149 AString host, path, user, pass; local
152 mSessionURL.c_str(), &host, &port, &path, &user, &pass));
360 "even one, we'll let it pass for now, but this may break "
501 // want to transmit user/pass in cleartext.
502 AString host, path, user, pass; local
505 mSessionURL.c_str(), &host, &port, &path, &user, &pass)
1529 AString mOriginalSessionURL; // This one still has user:pass@
/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/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp620 for (int32_t pass = 0; pass < 2; ++pass) {
638 if (pass == 1) {
662 if (pass == 0) {
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp818 jboolean pass = env->CallBooleanMethod(mServiceObj, gServiceClassInfo.filterInputEvent, local
821 pass = true;
824 return pass;
830 // - Ignore untrusted events and pass them along.
865 // - Ignore untrusted events and pass them along.
909 // - Ignore untrusted events and pass them along.

Completed in 8299 milliseconds