Searched refs:skip (Results 1 – 17 of 17) sorted by relevance
/build/soong/tests/ |
D | lib.sh | 107 build/soong/soong_ui.bash --make-mode --skip-ninja --skip-make --skip-soong-tests "$@" 125 …GENERATE_BAZEL_FILES=true build/soong/soong_ui.bash --make-mode --skip-ninja --skip-make --skip-so…
|
/build/make/tools/warn/ |
D | cpp_warn_patterns.py | 52 def skip(description, pattern_list): function 66 skip('skip, conflicting types for ...', 113 skip('skip, near initialization for ...', 213 skip('skip, parameter name (without types) in function declaration', 224 skip('skip, ... location of the previous definition', 248 skip('skip, previous declaration ... was here', 293 skip('skip, ....', 295 skip('skip, base ...', 297 skip('skip, when initialized here', 325 skip('skip, its scope is only this ...', [all …]
|
/build/pesto/experiments/prepare_bazel_test_env/data/static/build/bazel/rules/ |
D | cc_tf_test_launcher.sh | 21 HOST_ARGS=(-n --prioritize-host-config --skip-host-arch-check) 32 --skip-loading-config-jar \
|
/build/make/core/ |
D | check_elf_file.mk | 34 --skip-bad-elf-magic \ 35 --skip-unknown-elf-machine \
|
/build/soong/androidmk/androidmk/ |
D | android.go | 73 "LOCAL_ADDITIONAL_DEPENDENCIES": skip, // TODO: check for only .mk files? 74 "LOCAL_CPP_EXTENSION": skip, 75 "LOCAL_MODULE_SUFFIX": skip, // TODO 76 "LOCAL_PATH": skip, // Nothing to do, except maybe avoid the "./" in paths? 77 "LOCAL_PRELINK_MODULE": skip, // Already phased out 78 "LOCAL_BUILT_MODULE_STEM": skip, 79 "LOCAL_USE_AAPT2": skip, // Always enabled in Soong 80 "LOCAL_JAR_EXCLUDE_FILES": skip, // Soong never excludes files from jars 82 "LOCAL_ANNOTATION_PROCESSOR_CLASSES": skip, // Soong gets the processor classes from the plugin 83 "LOCAL_CTS_TEST_PACKAGE": skip, // Obsolete [all …]
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-resource-browser.js | 136 var skip = false; 141 skip = true; 145 if (skip)
|
/build/soong/scripts/ |
D | build-ndk-prebuilts.sh | 67 m --skip-make ${SOONG_OUT}/ndk.timestamp
|
/build/bazel/ci/ |
D | bp2build.sh | 14 GENERATE_BAZEL_FILES=true "${AOSP_ROOT}/build/soong/soong_ui.bash" --make-mode nothing --skip-soong…
|
/build/blueprint/ |
D | package_ctx.go | 135 for skip := 3; ; skip++ { 136 _, funcName, ok := callerName(skip) 155 func callerName(skip int) (pkgPath, funcName string, ok bool) { 157 n := runtime.Callers(skip+1, pc[:])
|
D | provider_test.go | 365 skip string
|
/build/make/tools/ |
D | compare_builds.py | 602 for skip in BUILD_INTERNALS_PREFIX_SKIP: 603 if relative.startswith(skip): 605 for skip in BUILD_INTERNALS_SUFFIX_SKIP: 606 if relative.endswith(skip):
|
/build/bazel/scripts/milestone-2/ |
D | demo.sh | 64 …GENERATE_BAZEL_FILES=true "${AOSP_ROOT}/build/soong/soong_ui.bash" --make-mode nothing --skip-soon…
|
/build/make/target/product/ |
D | runtime_libart.mk | 119 pm.dexopt.install-fast?=skip \
|
/build/make/tools/releasetools/ |
D | test_utils.py | 48 return unittest.skip('External tools unavailable')
|
D | test_common.py | 1673 @unittest.skip("enable after we have a server for public")
|
/build/bazel/docs/ |
D | concepts.md | 68 out/soong/build.ninja, which can be skipped with the `--skip-soong-tests` 81 soong\_ui has a --skip-make flag that will skip Kati-config, Kati cleanspec,
|
/build/soong/android/ |
D | paths.go | 739 skip := 0 742 skip++ 744 list[j+skip] = list[j] 747 totalSkip += skip
|