/build/make/tools/product_config/src/com/android/build/config/ |
D | ErrorReporter.java | 93 public Category(int code, boolean isLevelSettable, Level level, String help) { in Category() argument 94 if (!isLevelSettable && level != Level.ERROR) { in Category() 99 mLevel = level; in Category() 120 public void setLevel(Level level) { in setLevel() argument 124 mLevel = level; in setLevel() 250 final Level level = category.getLevel(); in add() local 251 if (level == Level.WARNING || level == Level.ERROR) { in add() 254 if (level == Level.ERROR) { in add()
|
D | Options.java | 212 private void handleErrorCode(String arg, Errors.Level level) throws ParseException { in handleErrorCode() argument 223 category.setLevel(level); in handleErrorCode()
|
/build/soong/ui/terminal/ |
D | format.go | 43 func (s formatter) message(level status.MsgLevel, message string) string { 44 if level >= status.ErrorLvl { 46 } else if level > status.StatusLvl { 47 return fmt.Sprintf("%s%s", level.Prefix(), message) 48 } else if level == status.StatusLvl {
|
D | simple_status.go | 39 func (s *simpleStatusOutput) Message(level status.MsgLevel, message string) { 40 if level >= status.StatusLvl { 41 fmt.Fprintln(s.writer, s.formatter.message(level, message))
|
D | smart_status.go | 105 func (s *smartStatusOutput) Message(level status.MsgLevel, message string) { 106 if level < status.StatusLvl { 110 str := s.formatter.message(level, message) 115 if level > status.StatusLvl {
|
/build/soong/ui/status/ |
D | log.go | 78 func (v *verboseLog) Message(level MsgLevel, message string) { 79 fmt.Fprintf(v.w, "%s%s\n", level.Prefix(), message) 134 func (e *errorLog) Message(level MsgLevel, message string) { 135 if level < ErrorLvl { 192 func (e *errorProtoLog) Message(level MsgLevel, message string) { 193 if level > ErrorLvl { 231 func (b *buildProgressLog) Message(level MsgLevel, message string) {
|
D | status.go | 206 Message(level MsgLevel, msg string) 292 func (s *Status) message(level MsgLevel, msg string) { 297 o.Message(level, msg)
|
D | kati_test.go | 39 func (l *lastOutput) Message(level MsgLevel, msg string) { 40 l.msgLevel = level
|
/build/make/tools/releasetools/ |
D | check_partition_sizes.py | 53 def CheckLe(self, other, level=logging.ERROR): argument 61 if level == logging.ERROR: 64 logger.log(level, msg) 66 def CheckLt(self, other, level=logging.ERROR): argument 75 if level == logging.ERROR: 78 logger.log(level, msg) 172 sum_size.CheckLe(warn_size, level=logging.WARNING) 273 sum_size_plus_metadata.CheckLe(max_size, level=logging.WARNING)
|
/build/pesto/experiments/prepare_bazel_test_env/data/static/build/bazel/rules/ |
D | cc_tf_test_launcher.sh | 33 --log-level-display VERBOSE \ 34 --log-level VERBOSE \
|
/build/pesto/experiments/prepare_bazel_test_env/ |
D | prepare_bazel_test_env.py | 40 level = logging.DEBUG if verbose else logging.INFO 41 logging.root.setLevel(level)
|
/build/soong/java/ |
D | testing.go | 173 for _, level := range apiLevels { 176 fs[fmt.Sprintf("prebuilts/sdk/%s/%s/%s.jar", level, scope, lib)] = nil 178 if level != "current" { 179 fs[fmt.Sprintf("prebuilts/sdk/%s/%s/api/%s.txt", level, scope, lib)] = nil 180 fs[fmt.Sprintf("prebuilts/sdk/%s/%s/api/%s-removed.txt", level, scope, lib)] = nil 184 fs[fmt.Sprintf("prebuilts/sdk/%s/public/framework.aidl", level)] = nil
|
/build/make/tools/warn/ |
D | .pylintrc | 3 # Two spaces for each indentation level.
|
/build/soong/ |
D | root.bp | 3 // needs a list of the top level directories that may contain Android.bp
|
/build/make/target/board/generic_64bitonly_x86_64/ |
D | README.txt | 4 It can be used to build the entire user-level system, and
|
/build/make/target/board/generic_x86/ |
D | README.txt | 4 It can be used to build the entire user-level system, and
|
/build/make/target/board/generic/ |
D | README.txt | 4 It can be used to build the entire user-level system, and
|
/build/make/target/board/generic_x86_arm/ |
D | README.txt | 4 It can be used to build the entire user-level system, and
|
/build/make/target/board/generic_x86_64_arm64/ |
D | README.txt | 4 It can be used to build the entire user-level system, and
|
/build/blueprint/bootstrap/ |
D | build.ninja | 4 # topFile - The path to the top-level Blueprints(etc) file
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | targeting.proto | 12 // Targeting on the level of variants. 21 // Targeting on the level of individual APKs. 33 // Targeting on the module level.
|
D | commands.proto | 36 // Variant-level targeting. 37 // This targeting is fairly high-level and each APK has its own targeting as 84 // Module level metadata.
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-docs.css | 101 /*second level (nested) list*/ 105 /*third level (nested) list*/ 135 /* second-level toggle */ 347 #api-level-toggle { 353 #api-level-toggle label.disabled { 357 div.api-level { 366 #api-info-block div.api-level { 376 div.api-level a { 379 #api-info-block div.api-level a:link { 382 #api-level-toggle a { [all …]
|
/build/soong/ui/status/ninja_frontend/ |
D | frontend.proto | 91 // Message priority level (DEBUG, INFO, WARNING, ERROR). 92 optional Level level = 1 [default = INFO]; field
|
/build/soong/docs/ |
D | map_files.md | 80 level. This is an arbitrarily high API level used to define APIs that have not 91 API level 21. This tag can be applied to either a version definition or an 97 determine which API level an API was added in. The `first_version` property of 104 allows the actual number of the API level to remain vague during development of
|