Searched defs:pass (Results 1 - 8 of 8) 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.
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.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.h153 // want to transmit user/pass in cleartext.
154 AString host, path, user, pass; local
157 mSessionURL.c_str(), &host, &port, &path, &user, &pass));
371 "even one, we'll let it pass for now, but this may break "
512 // want to transmit user/pass in cleartext.
513 AString host, path, user, pass; local
516 mSessionURL.c_str(), &host, &port, &path, &user, &pass)
1570 AString mOriginalSessionURL; // This one still has user:pass@
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp863 jboolean pass = env->CallBooleanMethod(mServiceObj, gServiceClassInfo.filterInputEvent, local
866 pass = true;
869 return pass;
875 // - Ignore untrusted events and pass them along.
911 // - Ignore untrusted events and pass them along.
956 // - Ignore untrusted events and pass them along.
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 484 milliseconds