Searched refs:lunch (Results 1 – 15 of 15) sorted by relevance
/build/make/orchestrator/core/ |
D | test_lunch.py | 21 import lunch 26 self.assertEqual([x for x in lunch.FindDirs("test/configs", "multitree_combos")], [ 34 self.assertEqual(lunch.FindFile("test/configs", "v.mcombo"), 38 self.assertEqual([x for x in lunch.FindConfigDirs("test/configs")], [ 45 self.assertEqual(lunch.FindNamedConfig("test/configs", "b"), 49 self.assertEqual(lunch.FindNamedConfig("test/configs", "nested"), 53 self.assertEqual(lunch.FindNamedConfig("test/configs", "v"), 57 self.assertEqual(lunch.FindNamedConfig("test/configs", "d"), 61 self.assertIsNone(lunch.FindNamedConfig("test/configs", "too_deep")) 66 self.assertEqual(lunch.ChooseConfigFromArgs("test/configs", [""]), [all …]
|
/build/make/tests/ |
D | envsetup_tests.sh | 9 echo lunch $1 11 lunch $1 > /dev/null 2> /dev/null
|
/build/make/core/tasks/ |
D | ide.mk | 33 ifneq ($(filter lunch,$(eclipse_project_modules)),) 34 eclipse_project_modules := $(filter-out lunch,$(eclipse_project_modules))
|
/build/bazel/rules/ |
D | BUILD.bazel | 1 exports_files(["lunch.bzl"])
|
/build/make/ |
D | finalize_branch_for_release.sh | 8 lunch aosp_arm64-userdebug
|
D | Usage.txt | 14 lunch [<product>-<variant>] # Selects the device and variant to target. 19 This is saved in the shell environment as $TARGET_PRODUCT by `lunch`. 23 `lunch`.
|
D | envsetup.sh | 7 - lunch: lunch <product_name>-<build_variant> 419 complete -F _lunch lunch 457 build/make/orchestrator/core/lunch.py "$@" 468 results=($(build/make/orchestrator/core/lunch.py --lunch "$@")) 696 function lunch() function
|
D | help.sh | 63 lunch aosp_arm-userdebug
|
/build/make/tools/docker/ |
D | README.md | 16 > lunch aosp_arm-eng
|
/build/pesto/experiments/prepare_bazel_test_env/data/templates/build/bazel/rules/ |
D | BUILD.bazel.template | 19 exports_files(["lunch.bzl", "tf_test_executable.sh.template"])
|
/build/bazel/examples/queryview/ |
D | README.md | 14 lunch aosp_arm # or your preferred target
|
/build/ |
D | envsetup.sh | 7 - lunch: lunch <product_name>-<build_variant> 419 complete -F _lunch lunch 457 build/make/orchestrator/core/lunch.py "$@" 468 results=($(build/make/orchestrator/core/lunch.py --lunch "$@")) 696 function lunch() function
|
/build/make/core/ |
D | config.mk | 465 $(info *** If you use envsetup/lunch/choosecombo:) 467 $(info *** - Re-run lunch or choosecombo)
|
D | main.mk | 162 $(info Set TARGET_BUILD_VARIANT in buildspec.mk, or use lunch or)
|
/build/bazel/docs/ |
D | internal_concepts.md | 339 * Specifying a target (via lunch, banchan, tapas, or Soong’s command line
|