Home
last modified time | relevance | path

Searched refs:new_executable (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/bazelbuild-rules_rust/examples/nix_cross_compiling/bazel/
H A Dtransitions.bzl31 new_executable = None
43 new_executable = ctx.actions.declare_file(paths.join(ctx.label.name, new_executable_name))
45 output = new_executable,
49 files = depset(direct = [new_executable], transitive = [files])
50 runfiles = runfiles.merge(ctx.runfiles([new_executable]))
56 executable = new_executable,
/aosp_15_r20/external/bazelbuild-platforms/experimental/platform_data/
H A Ddefs.bzl48 new_executable = ctx.actions.declare_file(ctx.attr.name)
51 output = new_executable,
56 files = depset(direct = [new_executable], transitive = [files])
57 runfiles = runfiles.merge(ctx.runfiles([new_executable]))
63 executable = new_executable,
/aosp_15_r20/external/bazelbuild-rules_go/go/private/rules/
H A Dcross.bzl61 new_executable = ctx.actions.declare_file(ctx.attr.name)
62 ctx.actions.symlink(output = new_executable, target_file = old_executable)
64 files = depset([new_executable]),
66 executable = new_executable,
H A Dtransition.bzl269 new_executable = None
276new_executable = ctx.actions.declare_file(paths.join(ctx.label.name, original_executable.basename))
278 output = new_executable,
282 default_runfiles = default_runfiles.merge(ctx.runfiles([new_executable]))
289 executable = new_executable,
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dget_compiler_ir.cc190 xla::Executable* new_executable = executable->executable(); in GetCompilerIr() local
192 return new_executable->module().ToProto().SerializeAsString(); in GetCompilerIr()
194 return new_executable->module().ToString(); in GetCompilerIr()