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

/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_copy_test.java26 boolean pass = true; field in class:UT_copy_test
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
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 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...]
/frameworks/av/media/libstagefright/rtsp/
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.h149 // want to transmit user/pass in cleartext.
150 AString host, path, user, pass; local
153 mSessionURL.c_str(), &host, &port, &path, &user, &pass));
367 "even one, we'll let it pass for now, but this may break "
508 // want to transmit user/pass in cleartext.
509 AString host, path, user, pass; local
512 mSessionURL.c_str(), &host, &port, &path, &user, &pass)
1553 AString mOriginalSessionURL; // This one still has user:pass@
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp842 jboolean pass = env->CallBooleanMethod(mServiceObj, gServiceClassInfo.filterInputEvent, local
845 pass = true;
848 return pass;
854 // - Ignore untrusted events and pass them along.
890 // - Ignore untrusted events and pass them along.
935 // - Ignore untrusted events and pass them along.

Completed in 126 milliseconds