Searched defs:found (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_util_EventLog.cpp203 int found = 0; local
204 for (int i = 0; !found && i < tagLength; ++i) {
205 found = (tag == tagValues[i]);
208 if (found) {
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
H A Dualgo.h399 ForwardIterator found = lower_bound (first, last, value); local
400 return ((found == last || value < *found) ? last : found);
H A Dupredalgo.h235 ForwardIterator found = lower_bound (first, last, value, comp); local
236 return ((found == last || comp(value, *found)) ? last : found);
H A Dustring.cpp268 const_iterator found = ::ustl::find (iat(pos), end(), c); local
269 return (found < end() ? distance(begin(),found) : npos);
/frameworks/base/media/libstagefright/omx/
H A DOMXNodeInstance.cpp471 bool found = false; local
475 found = true;
481 if (!found) {
/frameworks/base/libs/utils/
H A DAssetManager.cpp645 bool found = false; local
661 found = true;
683 if (found) {
685 LOGD("Expected file not found: '%s'\n", path.string());
692 * Either it wasn't found on disk or on the cached view of the disk.
988 * Returns "false" if we found nothing to contribute.
1015 //printf("+++ not found in cache: dir '%s'\n", (const char*) path);
1176 * Returns "false" if we found nothing to contribute.
1298 * Merge what we found in this directory with what we found i
[all...]
/frameworks/base/tools/aapt/
H A DImages.cpp175 bool found = false; local
183 found = true;
207 if (required && !found) {
208 *outError = "No marked region found along edge";
224 bool found = false; local
232 found = true;
256 if (required && !found) {
257 *outError = "No marked region found along edge";
H A DResourceTable.cpp728 "No start tag found\n");
1891 *outErrorMsg = "No resource found that matches the given name";
2348 fprintf(stdout, "aapt: warning: string '%s' has no default translation in %s; found:",
2378 // okay, no specific localization found. it's possible that we are
2640 "Type name %s not found",
3364 sourcePos.error("Internal error: config not found in mOrderedConfigs when adding entry");
3398 bool found = false; local
3414 found = true;
3432 if (!found) {
3643 fprintf(stderr, "warning: Package not found fo
[all...]
/frameworks/base/media/libstagefright/
H A DOMXCodec.cpp621 bool found = false; local
647 found = true;
653 found = true;
660 found = true;
667 if (!found) {
671 CODEC_LOGV("found a match.");

Completed in 239 milliseconds