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

/frameworks/base/tests/RenderScriptTests/tests/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.
139 // final pass and restart of framework
216 * 3. For each pass
244 unsigned int pass; local
[all...]
H A DhwcColorEquiv.cpp170 unsigned int pass; local
184 // 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/wifi-display/sink/
H A DWifiDisplaySink.cpp61 AString *user, AString *pass) {
66 pass->clear();
85 // Split of user:pass@ from hostname.
96 pass->setTo(userPass, colonPos + 1, userPass.size() - colonPos - 1);
129 AString path, user, pass; local
132 &mRTSPHost, &sourcePort, &path, &user, &pass)
133 && user.empty() && pass.empty());
59 ParseURL( const char *url, AString *host, int32_t *port, AString *path, AString *user, AString *pass) argument
H A DWifiDisplaySink.h140 AString *user, AString *pass);
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.h47 AString *user, AString *pass);
H A DARTSPConnection.cpp131 AString *user, AString *pass) {
136 pass->clear();
155 // Split of user:pass@ from hostname.
166 pass->setTo(userPass, colonPos + 1, userPass.size() - colonPos - 1);
248 ALOGV("user = '%s', pass = '%s'", mUser.c_str(), mPass.c_str());
129 ParseURL( const char *url, AString *host, unsigned *port, AString *path, AString *user, AString *pass) argument
H A DMyHandler.h145 // want to transmit user/pass in cleartext.
146 AString host, path, user, pass; local
149 mSessionURL.c_str(), &host, &port, &path, &user, &pass));
305 "even one, we'll let it pass for now, but this may break "
1213 AString mOriginalSessionURL; // This one still has user:pass@
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp552 for (int32_t pass = 0; pass < 2; ++pass) {
570 if (pass == 1) {
594 if (pass == 0) {
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp762 jboolean pass = env->CallBooleanMethod(mServiceObj, gServiceClassInfo.filterInputEvent, local
765 pass = true;
768 return pass;
774 // - Ignore untrusted events and pass them along.
817 // - Ignore untrusted events and pass them along.
875 // - Ignore untrusted events and pass them along.

Completed in 155 milliseconds