Searched refs:quiet (Results 1 – 5 of 5) sorted by relevance
123 quiet="no"162 quiet="yes"414 if [ "$quiet" = "yes" ]; then551 if [ "$dev_mode" = "yes" -a "$quiet" = "yes" ]; then
21 ART_CPPLINT_FLAGS := --quiet --root=$(ANDROID_BUILD_TOP)
46 cmd: "$(location verify-asm-support) --quiet \"$(location cpp-define-generator-data)\" \"$(out)\""
100 if args.quiet:
566 self.quiet = False # global setting.581 last_quiet = self.quiet582 self.quiet = level659 return _cpplint_state.quiet3972 if not _cpplint_state.quiet or old_errors != _cpplint_state.error_count:4026 quiet = _Quiet()4037 quiet = True4065 _SetQuiet(quiet)4087 if not _cpplint_state.quiet or _cpplint_state.error_count > 0: