Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 17 of 17) sorted by relevance

/build/soong/tests/
Dlib.sh107 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/
Dcpp_warn_patterns.py52 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/
Dcc_tf_test_launcher.sh21 HOST_ARGS=(-n --prioritize-host-config --skip-host-arch-check)
32 --skip-loading-config-jar \
/build/make/core/
Dcheck_elf_file.mk34 --skip-bad-elf-magic \
35 --skip-unknown-elf-machine \
/build/soong/androidmk/androidmk/
Dandroid.go73 "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/
Dandroid-developer-resource-browser.js136 var skip = false;
141 skip = true;
145 if (skip)
/build/soong/scripts/
Dbuild-ndk-prebuilts.sh67 m --skip-make ${SOONG_OUT}/ndk.timestamp
/build/bazel/ci/
Dbp2build.sh14 GENERATE_BAZEL_FILES=true "${AOSP_ROOT}/build/soong/soong_ui.bash" --make-mode nothing --skip-soong…
/build/blueprint/
Dpackage_ctx.go135 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[:])
Dprovider_test.go365 skip string
/build/make/tools/
Dcompare_builds.py602 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/
Ddemo.sh64 …GENERATE_BAZEL_FILES=true "${AOSP_ROOT}/build/soong/soong_ui.bash" --make-mode nothing --skip-soon…
/build/make/target/product/
Druntime_libart.mk119 pm.dexopt.install-fast?=skip \
/build/make/tools/releasetools/
Dtest_utils.py48 return unittest.skip('External tools unavailable')
Dtest_common.py1673 @unittest.skip("enable after we have a server for public")
/build/bazel/docs/
Dconcepts.md68 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/
Dpaths.go739 skip := 0
742 skip++
744 list[j+skip] = list[j]
747 totalSkip += skip