Searched defs:silent (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/ui/
H A DRegion.cpp513 bool Region::validate(const Region& reg, const char* name, bool silent) argument
525 ALOGE_IF(!silent, "%s: region contains an invalid Rect", name);
530 ALOGE_IF(!silent, "%s: rect->right > max_value", name);
534 ALOGE_IF(!silent, "%s: rect->right > max_value", name);
543 ALOGE_IF(!silent, "%s: region's Rects not sorted", name);
548 ALOGE_IF(!silent, "%s: invalid span %p", name, cur);
551 ALOGE_IF(!silent,
557 ALOGE_IF(!silent,
568 ALOGE_IF(!silent,
576 ALOGE_IF(!silent, "
[all...]
/frameworks/native/cmds/dumpstate/
H A Dutils.cpp716 bool silent = (stdout_mode == REDIRECT_TO_STDERR); local
730 if (!silent) printf("*** fork: %s\n", strerror(errno));
738 if (!silent) printf("*** fail todrop root before running %s: %s\n", command,
744 if (silent) {
775 if (!silent) printf("*** command '%s' timed out after %.3fs (killing pid %d)\n",
781 if (!silent) printf("*** command '%s': Error after %.4fs (killing pid %d)\n",
790 if (!silent) printf("could not kill command '%s' (pid %d) even with SIGKILL.\n",
798 if (!silent) printf("*** command '%s' failed: %s\n", cmd.c_str(), strerror(errno));
804 if (!silent) printf("*** %s: Killed by signal %d\n", command, WTERMSIG(status));
807 if (!silent) print
[all...]

Completed in 99 milliseconds