/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()
|
/build/bazel/rules/common/ |
D | api_test.bzl | 25 for level, expected in _LEVELS_UNDER_TEST.items(): 26 … asserts.equals(env, expected, api.is_preview(level), "unexpected is_preview value for %s" % level) 130 # unchecked non final api level (not finalized, not preview, not current) 149 for level, expected in _LEVELS_UNDER_TEST.items(): 150 …s(env, expected, api.parse_api_level_from_version(level), "unexpected api level parsed for %s" % l… 180 for level, expected in _LEVELS_UNDER_TEST.items(): 184 api.final_or_future(api.parse_api_level_from_version(level)), 185 "unexpected final or future api for %s" % level,
|
D | api.bzl | 15 # An API level, can be a finalized (numbered) API, a preview (codenamed) API, or 16 # the future API level (10000). Can be parsed from a string with 45 # api can be either the codename or the int level (9000+) 76 """converts the given string `version` to an api level 83 Returns: The api level as an int. 86 fail("API level string must be non-empty") 96 # If the level is the codename of an API level that has been finalized, this 97 # function returns the API level number associated with that API level. If 125 """default_app_target_sdk returns the API level that platform apps are targeting. 134 # EffectiveVersionString converts an api level string into the concrete version string that the mod… [all …]
|
/build/pesto/experiments/prepare_bazel_test_env/data/static/build/bazel/rules/ |
D | java_tf_test_launcher.sh | 33 --log-level-display VERBOSE \ 34 --log-level VERBOSE \
|
D | android_tf_test_launcher.sh | 34 --log-level-display VERBOSE \ 35 --log-level VERBOSE \
|
D | cc_tf_test_launcher.sh | 33 --log-level-display VERBOSE \ 34 --log-level VERBOSE \
|
/build/soong/ui/terminal/ |
D | simple_status.go | 41 func (s *simpleStatusOutput) Message(level status.MsgLevel, message string) { 42 if level >= status.StatusLvl { 43 output := s.formatter.message(level, message)
|
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 {
|
/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/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) {
|
/build/make/tools/warn/ |
D | .pylintrc | 3 # Two spaces for each indentation level.
|
/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 | 258 for _, level := range apiLevels { 259 apiLevel := android.ApiLevelForTest(level) 263 fs[fmt.Sprintf("prebuilts/sdk/%s/%s/core-for-system-modules.jar", level, sdkKind)] = nil 268 fs[fmt.Sprintf("prebuilts/sdk/%s/%s/%s.jar", level, sdkKind, lib)] = nil 271 if level != "current" { 272 fs[fmt.Sprintf("prebuilts/sdk/%s/%s/api/%s.txt", level, sdkKind, lib)] = nil 273 fs[fmt.Sprintf("prebuilts/sdk/%s/%s/api/%s-removed.txt", level, sdkKind, lib)] = nil 277 if level == "current" { 280 fs[fmt.Sprintf("prebuilts/sdk/%s/public/framework.aidl", level)] = nil 287 for _, level := range extensionLevels { [all …]
|
/build/release/flag_declarations/ |
D | RELEASE_BOARD_API_LEVEL.textproto | 3 description: "The API level of current vendor API surface. It has YYYYMM format."
|
D | RELEASE_BOARD_API_LEVEL_FROZEN.textproto | 3 description: "Set to True to freeze the board API level with vendor FRC"
|
/build/soong/starlark_fmt/ |
D | format.go | 30 func Indention(level int) string { 31 if level < 0 { 32 panic(fmt.Errorf("indent level cannot be less than 0, but got %d", level)) 34 return strings.Repeat(" ", level*indent)
|
/build/bazel/scripts/difftool/ |
D | difftool.py | 128 level: DiffLevel) -> list[DiffFunction]: 135 if level >= DiffLevel.WARNING: 205 level=DiffLevel.SEVERE, argument 227 for fn in _diff_fns(file_type, level): 354 level = args.level 381 file_diff_errors = file_differences(left_path, right_path, level,
|
/build/soong/ |
D | root.bp | 3 // needs a list of the top level directories that may contain Android.bp
|
/build/bazel_common_rules/dist/ |
D | dist.py | 154 level = getattr(logging, log_level_str.upper(), None) 155 if not isinstance(level, int): 158 logging.basicConfig(level=level, format="[dist] %(levelname)s: %(message)s")
|
/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/soong/ui/metrics/mk_metrics_proto/ |
D | mk_metrics.proto | 25 // Number of top-level mk files present in the workspace. 26 // A mk file is "top level" if there are no mk files in its parent
|
/build/bazel/json_module_graph/ |
D | findModulesWithTestSuitesValue.jq | 1 … test_suites property with $arg as one of its value. Use $arg2 as the top level field key to be co…
|
/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
|