Searched refs:quiet (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/tools/bit/ |
D | make.cpp | 148 BuildVars::GetBuildVar(const string& name, bool quiet) in GetBuildVar() argument 158 string output = trim(get_command_output(cmd, &err, quiet)); in GetBuildVar() 172 json_error(const string& filename, const char* error, bool quiet) in json_error() argument 174 if (!quiet) { in json_error() 201 read_modules(const string& buildOut, const string& device, map<string,Module>* result, bool quiet) in read_modules() argument 207 if (!quiet) { in read_modules() 217 json_error(filename, "can't parse json format", quiet); in read_modules() 222 json_error(filename, "root element not an object", quiet); in read_modules()
|
D | make.h | 47 string GetBuildVar(const string& name, bool quiet); 58 map<string,Module>* modules, bool quiet);
|
D | command.cpp | 101 get_command_output(const Command& command, int* err, bool quiet) in get_command_output() argument 103 if (!quiet) { in get_command_output() 127 if (!quiet) { in get_command_output()
|
D | command.h | 49 string get_command_output(const Command& command, int* err, bool quiet=false);
|
D | main.cpp | 581 get_required_env(const char* name, bool quiet) in get_required_env() argument 585 if (!quiet) { in get_required_env()
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_tls.h | 43 const char* caller, int line, EGLint error, bool quiet); 57 int line, EGLint error, T returnValue, bool quiet = false) { 58 setErrorEtcImpl(caller, line, error, quiet);
|
D | egl_tls.cpp | 92 const char* caller, int line, EGLint error, bool quiet) { in setErrorEtcImpl() argument 96 if (!quiet) { in setErrorEtcImpl()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | PreBootBroadcaster.java | 65 ProgressReporter progress, boolean quiet) { in PreBootBroadcaster() argument 69 mQuiet = quiet; in PreBootBroadcaster()
|
D | UserController.java | 508 final boolean quiet; in finishUserUnlocked() 510 quiet = !uss.tokenProvided in finishUserUnlocked() 513 quiet = false; in finishUserUnlocked() 515 mInjector.sendPreBootBroadcast(userId, quiet, in finishUserUnlocked() 2296 void sendPreBootBroadcast(int userId, boolean quiet, final Runnable onFinish) { 2297 new PreBootBroadcaster(mService, userId, null, quiet) {
|
/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
D | lit.cfg | 55 if not lit.quiet:
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/ |
D | lit.cfg | 79 if not lit.quiet:
|
/frameworks/compile/slang/lit-tests/ |
D | lit.cfg | 62 if not lit_config.quiet:
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | lit.site.cfg | 97 if not lit.quiet:
|