Searched refs:actions (Results 1 – 14 of 14) sorted by relevance
/build/soong/ui/status/build_progress_proto/ |
D | build_progress.proto | 21 // Total number of actions in a build. The total actions will increase 25 // Total number of completed build actions. This value will never decrease 32 // Total number of current actions being executed during a course of a 36 // Total number of actions that reported as a failure.
|
/build/soong/ui/status/ |
D | critical_path_test.go | 27 actions map[int]*Action member 42 t.actions[id] = action 49 Action: t.actions[id], 141 actions: make(map[int]*Action),
|
/build/bazel/rules/ |
D | cc_object.bzl | 57 actions = ctx.actions, 74 actions = ctx.actions,
|
D | cc_library_static.bzl | 77 output_file = ctx.actions.declare_file(ctx.label.name + ".a") 82 actions = ctx.actions, 107 args = ctx.actions.args() 110 ctx.actions.run(
|
/build/bazel/ |
D | common.bazelrc | 12 # Lock down the PATH variable in actions to /usr/bin and /usr/local/bin. 26 # Disable middleman actions 32 # Disable sandboxing for CppCompile actions, as headers are not fully specified. 33 # TODO(b/186116353): This is a temporary fix, as appropriately-sandboxed actions
|
/build/bazel/rules_cc/examples/ |
D | experimental_cc_shared_library.bzl | 138 actions = ctx.actions, 370 actions = ctx.actions, 391 exports_debug_file = ctx.actions.declare_file(ctx.label.name + "_exports.txt") 392 ctx.actions.write(content = "\n".join(exports.keys()), output = exports_debug_file) 394 …link_once_static_libs_debug_file = ctx.actions.declare_file(ctx.label.name + "_link_once_static_li… 395 …ctx.actions.write(content = "\n".join(link_once_static_libs), output = link_once_static_libs_debug…
|
/build/pesto/experiments/prepare_bazel_test_env/data/templates/build/bazel/rules/ |
D | cc_test.bzl.template | 21 script = ctx.actions.declare_file("%s.sh" % ctx.label.name) 22 ctx.actions.expand_template(
|
/build/soong/ui/status/build_error_proto/ |
D | build_error.proto | 30 // actions that can failed.
|
/build/bazel/docs/ |
D | concepts.md | 30 * Kati component to generate build actions in Ninja files (main.mk, Android.mk files) 32 * Kati component to generate packaging actions in Ninja files (packaging.mk file) 34 * Kati component to generate cleaning actions in Ninja files (cleanbuild.mk, CleanSpec.mk files) 36 * **soong\_build** (and **Blueprint**) component to generate build actions (Android.bp, Blueprints … 37 * **Ninja** component to execute actions from Kati-build, Kati-package and soong\_build
|
/build/make/ |
D | Usage.txt | 50 list of actions that failed during the build, and their outputs.
|
D | Changes.md | 184 rules/actions executed within it will only have access to a limited number of
|
/build/soong/android/ |
D | bazel_handler.go | 418 # actions of the build.
|
/build/soong/docs/ |
D | perf.md | 197 ninja to print out explanations on why actions were taken. Start reading from the
|
/build/make/core/ |
D | LINUX_KERNEL_COPYING | 198 distribute the Program or its derivative works. These actions are
|