Searched refs:ignored (Results 1 – 9 of 9) sorted by relevance
/build/bazel/scripts/bp2build_progress/ |
D | dependency_analysis.py | 263 ignored = set() 275 ignored.add(key) 285 if module_key in ignored or module_key in visited: 306 if key in ignored: 334 if ignore_json_dep(dep, module["Name"], ignored, ignore_java_auto_deps): 411 ignored = set() 430 ignored.add(name_with_variant) 443 if name_with_variant in ignored or name_with_variant in visited: 451 if dep_name_with_variant in ignored:
|
/build/soong/ui/build/ |
D | build.go | 232 var ignored []string 235 ignored = append(ignored, a) 238 if len(ignored) > 0 { 239 ctx.Printf("ignoring arguments %q", ignored)
|
/build/bazel/mkcompare/ |
D | mkfile_test.go | 24 ignored
|
/build/make/tools/ |
D | list_files.py | 123 Non-java files in the input directory will be ignored.")
|
/build/make/tools/releasetools/ |
D | pylintrc | 116 # Tells whether missing members accessed in mixin class should be ignored. A 123 ignored-modules= 127 ignored-classes=SQLObject 308 # Argument names that match this expression will be ignored. Default to name 310 ignored-argument-names=_.*
|
/build/make/tools/acp/ |
D | README | 36 On most systems it is ignored, but on MinGW/Cygwin it allows "cp foo bar"
|
/build/bazel_common_rules/dist/ |
D | dist.py | 95 strip_components, archive_prefix, wipe_dist_dir, allow_duplicate_filenames, **ignored): argument
|
/build/soong/docs/ |
D | map_files.md | 54 available to users via `dlsym`. Note: All comments are ignored in this case. Any
|
/build/soong/mk2rbc/ |
D | mk2rbc.go | 979 _, ignored := ignoredDefines[macro_name] 981 if !ignored && !known {
|