Searched refs:level (Results 1 – 25 of 31) sorted by relevance
12
/build/soong/ui/terminal/ |
D | status.go | 49 func (s *statusOutput) Message(level status.MsgLevel, message string) { 50 if level >= status.ErrorLvl { 52 } else if level > status.StatusLvl { 53 s.writer.Print(fmt.Sprintf("%s%s", level.Prefix(), message)) 54 } else if level == status.StatusLvl {
|
/build/soong/ui/status/ |
D | log.go | 70 func (v *verboseLog) Message(level MsgLevel, message string) { 71 fmt.Fprintf(v.w, "%s%s\n", level.Prefix(), message) 125 func (e *errorLog) Message(level MsgLevel, message string) { 126 if level < ErrorLvl {
|
D | status.go | 171 Message(level MsgLevel, msg string) 254 func (s *Status) message(level MsgLevel, msg string) { 259 o.Message(level, msg)
|
D | kati_test.go | 39 func (l *lastOutput) Message(level MsgLevel, msg string) { 40 l.msgLevel = level
|
D | status_test.go | 27 func (c counterOutput) Message(level MsgLevel, msg string) {}
|
/build/soong/ |
D | root.bp | 3 // needs a list of the top level directories that may contain Android.bp
|
D | README.md | 49 An Android.bp file may contain top-level variable assignments: 199 in Go, where high level language features can be used and implicit dependencies 202 appended to the top level properties.
|
/build/make/target/board/generic_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/soong/ui/status/ninja_frontend/ |
D | frontend.proto | 72 // Message priority level (INFO, WARNING, or ERROR). 73 optional Level level = 1 [default = INFO]; field
|
/build/blueprint/bootstrap/ |
D | build.ninja | 4 # topFile - The path to the top-level Blueprints(etc) file
|
/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/blueprint/ |
D | README.md | 12 complexity of the build logic to be maintained in a high-level language, while
|
/build/soong/ui/tracer/ |
D | status.go | 87 func (s *statusOutput) Message(level status.MsgLevel, message string) {}
|
/build/make/tools/droiddoc/templates-ndk/assets/ |
D | android-developer-docs.css | 1293 /*second level (nested) list*/ 1297 /*third level (nested) list*/ 1327 /* second-level toggle */ 1539 #api-level-toggle { 1545 #api-level-toggle label.disabled { 1549 div.api-level { 1558 #api-info-block div.api-level { 1568 div.api-level a { 1571 #api-info-block div.api-level a:link { 1574 #api-level-toggle a { [all …]
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 462 func (f *failureCount) Message(level status.MsgLevel, message string) { 463 if level >= status.ErrorLvl {
|
/build/make/tools/releasetools/ |
D | ota_package_parser.py | 215 logging.basicConfig(level=logging.INFO, format=logging_format)
|
D | validate_target_files.py | 376 logging.basicConfig(level=logging.INFO, format=logging_format,
|
/build/soong/cc/ |
D | pylintrc | 39 # no Warning level messages displayed, use"--disable=all --enable=classes 86 # Regular expression which should only match correct module level names
|
D | gen_stub_libs.py | 491 logging.basicConfig(level=verbose_map[verbosity])
|
/build/make/tools/droiddoc/templates-ndk/ |
D | class.cs | 99 >API level <?cs var:class.deprecatedsince ?></a><?cs
|
/build/make/ |
D | Changes.md | 184 level of incremental build assurances as the Android Build is attempting to do 438 Specify Framework Compatibility Matrix Version in device manifest by adding a `target-level` 440 is 26 or 27, you can add `"target-level"="1"` to your device manifest instead.
|
/build/soong/docs/ |
D | best_practices.md | 17 future, though there will be some level of exceptions for tools like `distcc`
|
12