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

/frameworks/base/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.
140 // final pass and restart of framework
217 * 3. For each pass
245 unsigned int pass; local
[all...]
H A DhwcColorEquiv.cpp171 unsigned int pass; local
185 // Delay between completion of final pass and restart
/frameworks/base/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 LOGV("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.h144 // want to transmit user/pass in cleartext.
145 AString host, path, user, pass; local
148 mSessionURL.c_str(), &host, &port, &path, &user, &pass));
304 "even one, we'll let it pass for now, but this may break "
1205 AString mOriginalSessionURL; // This one still has user:pass@
/frameworks/base/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp447 for (int32_t pass = 0; pass < 2; ++pass) {
465 if (pass == 1) {
489 if (pass == 0) {
/frameworks/base/services/jni/
H A Dcom_android_server_InputManager.cpp744 jboolean pass = env->CallBooleanMethod(mCallbacksObj, gCallbacksClassInfo.filterInputEvent, local
747 pass = true;
750 return pass;
756 // - Ignore untrusted events and pass them along.
799 // - Ignore untrusted events and pass them along.
857 // - Ignore untrusted events and pass them along.

Completed in 170 milliseconds