Searched refs:silent (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A DDumpstateUtil.cpp244 bool silent = (options.OutputMode() == REDIRECT_TO_STDERR); local
265 if (!silent) dprintf(fd, "*** fork: %s\n", strerror(errno));
273 if (!silent) {
281 if (silent) {
316 if (!silent)
322 if (!silent)
332 if (!silent)
342 if (!silent)
347 if (!silent) dprintf(fd, "*** command '%s' failed: exit code %d\n", command, status);
/frameworks/native/libs/ui/
H A DRegion.cpp514 bool Region::validate(const Region& reg, const char* name, bool silent) argument
526 ALOGE_IF(!silent, "%s: region contains an invalid Rect", name);
531 ALOGE_IF(!silent, "%s: rect->right > max_value", name);
535 ALOGE_IF(!silent, "%s: rect->right > max_value", name);
544 ALOGE_IF(!silent, "%s: region's Rects not sorted", name);
549 ALOGE_IF(!silent, "%s: invalid span %p", name, cur);
552 ALOGE_IF(!silent,
558 ALOGE_IF(!silent,
569 ALOGE_IF(!silent,
577 ALOGE_IF(!silent, "
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DBridgeInflater.java320 * @param silent if true, errors while loading the view won't be reported and, if the view
323 private View loadCustomView(String name, AttributeSet attrs, boolean silent) throws Exception { argument
335 Object customView = silent ?
/frameworks/native/include/ui/
H A DRegion.h171 const char* name, bool silent = false);

Completed in 1523 milliseconds