Searched refs:found (Results 26 - 38 of 38) sorted by relevance

12

/frameworks/base/core/java/android/provider/
H A DCalendar.java1252 Log.d(TAG, "missed alarms found: " + cursor.getCount());
1294 * the given event id, begin time and alarm time. If one is found
1318 boolean found = false;
1321 found = true;
1328 return found;
/frameworks/base/core/java/android/view/
H A DViewDebug.java1184 final View found = findView((ViewGroup) view, className, hashCode);
1185 if (found != null) {
1186 return 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...]
H A DResourceTypes.cpp1128 LOGW("Bad XML block: no root element node found\n");
1776 LOGW("Multiple string chunks found in resource table.");
1780 LOGW("More package chunks were found than the %d declared in the header.",
1798 LOGW("Fewer package chunks (%d) were found than the %d declared in the header.",
1804 LOGW("No string values found in resource table!");
2145 // Bag not found, we need to compute it!
2492 TABLE_NOISY(printf("Type not found in package %s\n", String8(group->name).string()));
2498 TABLE_NOISY(printf("Name not found in package %s\n", String8(group->name).string()));
2506 TABLE_NOISY(printf("Expected type structure not found in package %s for idnex %d\n",
3003 accessor->reportError(accessorCookie, "No resource found tha
[all...]
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java622 boolean found = false;
630 found = true;
635 if (found && u != null) {
639 // none found!
686 if (DBG) Slog.d(TAG, "ignoring stopUsingNetworkFeature as dup is found");
1238 // nothing found - delete
H A DWifiService.java646 Slog.e(TAG,"AP settings not found, returning");
1565 boolean found = false;
1568 found = true;
1572 if (!found) {
/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.");
/frameworks/base/tools/aapt/
H A DXMLNode.cpp228 fprintf(stderr, "%s:%d: warning: empty '%s' span found in text '%s'\n",
383 printf("%s*** BAD END NS PREFIX: found=%s, expected=%s\n",
389 printf("%s *** BAD END NS URI: found=%s, expected=%s\n",
600 sp<XMLNode> found = mChildren.itemAt(i)->searchElement(tagNamespace, tagName);
601 if (found != NULL) {
602 return found;
834 "No resource identifier found for attribute '%s' in package '%s'\n",
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/core/java/android/content/res/
H A DResources.java112 * can not be found.
342 * possibly styled text information, or def if id is 0 or not found.
888 boolean found = mAssets.getResourceValue(id, outValue, resolveRefs);
889 if (found) {
1098 * used only if defStyleAttr is 0 or can not be found
1173 * @return boolean Returns true if the attribute was found and
1414 * resource was found. (0 is not a valid resource ID.)
/frameworks/base/core/java/android/content/
H A DSyncStorageEngine.java1770 boolean found = false;
1776 found = true;
1780 if (!found) {
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java527 boolean found = false;
531 found = true;
535 if (!found || certs.length != localCerts.length) {
660 outError[0] = "No start tag found";
695 outError[0] = "No start tag found";
1973 + " not found in manifest";
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DRIL.java2068 boolean found = false;

Completed in 2393 milliseconds

12