Searched refs:disabled (Results 1 – 25 of 33) sorted by relevance
12
/build/make/core/tasks/ |
D | test_mapping.mk | 30 rm -rf $@ $(dir $@)/disabled-presubmit-tests 31 …echo $(sort $(PRIVATE_all_disabled_presubmit_tests)) | tr " " "\n" > $(dir $@)/disabled-presubmit-… 32 …$(SOONG_ZIP) -o $@ -C . -l $(PRIVATE_test_mapping_list) -C $(dir $@) -f $(dir $@)/disabled-presubm… 34 rm -f $(dir $@)/disabled-presubmit-tests
|
D | README.dex_preopt_check.md | 27 1. Dexpreopting is disabled for the system server java library. This can be due
|
/build/bazel/toolchains/clang/host/linux-x86/ |
D | cc_toolchain_features_ubsan_test.bzl | 117 disabled, 120 if disabled: 145 disabled): 150 disabled = disabled, 158 disabled): 163 disabled = disabled, 171 disabled): 176 disabled = disabled, 194 disabled = True, 216 disabled = False, [all …]
|
/build/make/tools/fs_config/ |
D | pylintrc | 2 disable=fixme,design,locally-disabled,too-many-lines
|
/build/make/ci/ |
D | ci_test_lib.py | 84 logging.getLogger().disabled = True
|
/build/make/tools/releasetools/merge/ |
D | Android.bp | 60 // libs dep "releasetools_ota_from_target_files" is disabled on darwin
|
/build/make/core/ |
D | java_library.mk | 37 ifeq ($(LOCAL_PROGUARD_ENABLED),disabled)
|
D | java.mk | 51 ifeq ($(LOCAL_PROGUARD_ENABLED),disabled)
|
D | package_internal.mk | 258 ifeq ($(LOCAL_PROGUARD_ENABLED),disabled)
|
/build/make/tools/releasetools/ |
D | Android.bp | 178 // required module "brillo_update_payload" is disabled on darwin 415 // required module "delta_generator" is disabled on darwin 639 // libs dep "releasetools_ota_from_target_files" is disabled on darwin
|
D | pylintrc | 65 …many-instance-attributes,too-many-lines,too-many-public-methods,locally-disabled,fixme,not-callable 261 # List of optional constructs for which whitespace checking is disabled 343 # given file (report RP0402 must not be disabled) 347 # not be disabled) 351 # not be disabled)
|
/build/soong/android/ |
D | androidmk.go | 660 func (a *AndroidMkEntries) disabled() bool { func 667 if a.disabled() { 919 if !data.Entries.disabled() { 931 if data.Entries.disabled() { 961 if len(entriesList) > 0 && !entriesList[0].disabled() {
|
D | module_test.go | 244 …er(FixtureExpectsAtLeastOneErrorMatchingPattern(`module "foo": depends on disabled module "bar"`)).
|
/build/bazel/rules/java/ |
D | library.bzl | 46 RUN_ERROR_PRONE). Error Prone can be force disabled for an individual
|
/build/bazel/rules/kotlin/ |
D | kt_jvm_library.bzl | 56 RUN_ERROR_PRONE). Error Prone can be force disabled for an individual
|
/build/bazel/rules/cc/ |
D | clang_tidy.bzl | 111 # List of tidy checks that should be disabled globally. When the compiler is 112 # updated, some checks enabled by this module may be disabled if they have 123 # so if we just disabled an argument that was explicitly enabled we must
|
/build/bazel/rules/android/ |
D | android_library.bzl | 45 RUN_ERROR_PRONE). Error Prone can be force disabled for an individual
|
D | android_binary.bzl | 87 RUN_ERROR_PRONE). Error Prone can be force disabled for an individual
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.proto | 168 // Whether the user explicitly disabled bazel mixed builds for this build. 349 // and disabled for Mixed Builds. This implies that some variants
|
/build/bazel/utils/ |
D | schema_validation.scl | 395 can be disabled for performance. However, some of the checks 396 about the schema are hardcoded and cannot be disabled.
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | jquery-1.6.2.min.js | 16 …disabled||a.button&&a.type==="click")){a.namespace&&(n=new RegExp("(^|\\.)"+a.namespace.split(".")… 17 …},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){ret…
|
D | jquery-resizable.min.js | 19 …disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:functi… 29 …disabled:"a"==l||"area"==l?k.href||!isNaN(j):!isNaN(j))&&!c(k)["area"==l?"parents":"closest"](":hi… property 40 …andles){if(c(this.handles[d])[0]==e.target){f=true}}return this.options.disabled||!!f},_mouseStart…
|
D | android-developer-docs.css | 353 #api-level-toggle label.disabled { 1501 body .ui-resizable-disabled .ui-resizable-handle { display: none; }
|
/build/bazel/ |
D | common.bazelrc | 64 # These are disabled when running under soong_ui (default = auto). Force enable them here.
|
/build/soong/docs/ |
D | tidy.md | 67 disabled, although `cert-*` is selected.
|
12