Home
last modified time | relevance | path

Searched refs:level (Results 1 – 25 of 47) sorted by relevance

12

/build/make/tools/product_config/src/com/android/build/config/
DErrorReporter.java93 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()
DOptions.java212 private void handleErrorCode(String arg, Errors.Level level) throws ParseException { in handleErrorCode() argument
223 category.setLevel(level); in handleErrorCode()
/build/soong/ui/terminal/
Dformat.go43 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 {
Dsimple_status.go39 func (s *simpleStatusOutput) Message(level status.MsgLevel, message string) {
40 if level >= status.StatusLvl {
41 fmt.Fprintln(s.writer, s.formatter.message(level, message))
Dsmart_status.go105 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/
Dlog.go78 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) {
Dstatus.go206 Message(level MsgLevel, msg string)
292 func (s *Status) message(level MsgLevel, msg string) {
297 o.Message(level, msg)
Dkati_test.go39 func (l *lastOutput) Message(level MsgLevel, msg string) {
40 l.msgLevel = level
/build/make/tools/releasetools/
Dcheck_partition_sizes.py53 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/
Dcc_tf_test_launcher.sh33 --log-level-display VERBOSE \
34 --log-level VERBOSE \
/build/pesto/experiments/prepare_bazel_test_env/
Dprepare_bazel_test_env.py40 level = logging.DEBUG if verbose else logging.INFO
41 logging.root.setLevel(level)
/build/soong/java/
Dtesting.go173 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.pylintrc3 # Two spaces for each indentation level.
/build/soong/
Droot.bp3 // needs a list of the top level directories that may contain Android.bp
/build/make/target/board/generic_64bitonly_x86_64/
DREADME.txt4 It can be used to build the entire user-level system, and
/build/make/target/board/generic_x86/
DREADME.txt4 It can be used to build the entire user-level system, and
/build/make/target/board/generic/
DREADME.txt4 It can be used to build the entire user-level system, and
/build/make/target/board/generic_x86_arm/
DREADME.txt4 It can be used to build the entire user-level system, and
/build/make/target/board/generic_x86_64_arm64/
DREADME.txt4 It can be used to build the entire user-level system, and
/build/blueprint/bootstrap/
Dbuild.ninja4 # topFile - The path to the top-level Blueprints(etc) file
/build/soong/cmd/extract_apks/bundle_proto/
Dtargeting.proto12 // Targeting on the level of variants.
21 // Targeting on the level of individual APKs.
33 // Targeting on the module level.
Dcommands.proto36 // 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/
Dandroid-developer-docs.css101 /*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/
Dfrontend.proto91 // Message priority level (DEBUG, INFO, WARNING, ERROR).
92 optional Level level = 1 [default = INFO]; field
/build/soong/docs/
Dmap_files.md80 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

12