Home
last modified time | relevance | path

Searched refs:executables (Results 1 - 25 of 36) sorted by relevance

12

/third_party/gn/build/
H A Dgen.py260 def WriteGenericNinja(path, static_libraries, executables,
344 for executable, settings in executables.items():
790 executables = {
951 executables['gn']['libs'].extend(static_libraries.keys())
952 executables['gn_unittests']['libs'].extend(static_libraries.keys())
954 WriteGenericNinja(path, static_libraries, executables, cxx, ar, ld,
/third_party/rust/crates/clap/clap_complete/tests/
H A Dbash.rs103 let executables = [name]; in register_minimal()
108 clap_complete::dynamic::bash::register(name, executables, completer, &behavior, &mut buf) in register_minimal()
/third_party/skia/third_party/externals/brotli/
H A Dconfigure-cmake111 --bindir=DIR user executables [PREFIX/bin]
112 --sbindir=DIR system admin executables [PREFIX/sbin]
113 --libexecdir=DIR program executables [PREFIX/libexec]
/third_party/rust/crates/clap/clap_complete/src/
H A Ddynamic.rs147 executables: impl IntoIterator<Item = impl AsRef<str>>, in register()
161 let executables = executables in register()
197 .replace("EXECUTABLES", &executables) in register()
/third_party/gn/src/gn/
H A Dcommand_ls.cc53 Lists all executables produced by the build.
H A Drust_variables.cc77 Static libraries, rust libraries, and executables have this field set
H A Dcommand_refs.cc337 Display the executable file names of all test executables
H A Dfunction_toolchain.cc297 "link": Linker for executables
393 The default is empty for executables, shared, and static libraries and
H A Dvariables.cc1589 executables (see "gn help tool"). You will have to consult that for the
2134 For binary targets (source sets, executables, and libraries), the known file
/third_party/node/deps/v8/tools/sanitizers/
H A Dsancov_formatter.py9 all: Writes a json file with all instrumented lines of all executables.
24 The executables are sorted and determine the test bit mask. Their index+1 is
106 def executables(build_dir): function
197 referenced by all executables.
220 exe_list = list(executables(options.build_dir))
221 logging.info('Reading instrumented lines from %d executables.',
232 logging.info('Read data from %d executables, which covers %d files.',
289 # List of executables and mapping to the test bit mask. The number of
374 logging.info('Merged data from %d executables, which covers %d files.',
/third_party/python/Lib/distutils/
H A Dunixccompiler.py55 executables = {'preprocessor' : None, variable in UnixCCompiler
66 executables['ranlib'] = ["ranlib"]
H A Dccompiler.py118 for key in self.executables.keys():
119 self.set_executable(key, self.executables[key])
122 """Define the executables (and options for them) that will be run
124 executables that may be specified here depends on the compiler
125 class (via the 'executables' class attribute), but most will have:
128 linker_exe linker used to create binary executables
148 if key not in self.executables:
822 # * executables are named by appending an extension (possibly
H A Dbcppcompiler.py37 executables = {} variable in BCPPCompiler
60 # These executables are assumed to all be in the path.
H A D_msvccompiler.py181 executables = {} variable in MSVCCompiler
H A Dmsvccompiler.py210 executables = {} variable in MSVCCompiler
H A Dmsvc9compiler.py309 executables = {} variable in MSVCCompiler
685 # by default, executables always get the manifest with the
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline.c150 if (pipeline->executables.mem_ctx) in v3dv_destroy_pipeline()
151 ralloc_free(pipeline->executables.mem_ctx); in v3dv_destroy_pipeline()
3466 if (pipeline->executables.mem_ctx) in pipeline_collect_executable_data()
3469 pipeline->executables.mem_ctx = ralloc_context(NULL); in pipeline_collect_executable_data()
3470 util_dynarray_init(&pipeline->executables.data, in pipeline_collect_executable_data()
3471 pipeline->executables.mem_ctx); in pipeline_collect_executable_data()
3493 nir_shader_as_str(nir, pipeline->executables.mem_ctx) : NULL; in pipeline_collect_executable_data()
3500 qpu_str = rzalloc_size(pipeline->executables.mem_ctx, in pipeline_collect_executable_data()
3515 util_dynarray_append(&pipeline->executables.data, in pipeline_collect_executable_data()
3525 assert(index < util_dynarray_num_elements(&pipeline->executables in pipeline_get_executable()
[all...]
H A Dv3dv_private.h2077 } executables; member
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.h210 struct util_dynarray executables; member
H A Dtu_pipeline.c2511 util_dynarray_append(&pipeline->executables, struct tu_pipeline_executable, exe); in tu_append_executable()
3784 util_dynarray_init(&(*pipeline)->executables, (*pipeline)->executables_mem_ctx); in tu_pipeline_builder_build()
4092 util_dynarray_init(&pipeline->executables, pipeline->executables_mem_ctx); in tu_compute_pipeline_create()
4288 assert(index < util_dynarray_num_elements(&pipeline->executables, in tu_pipeline_get_executable()
4291 &pipeline->executables, struct tu_pipeline_executable, index); in tu_pipeline_get_executable()
4306 util_dynarray_foreach (&pipeline->executables, struct tu_pipeline_executable, exe) { in tu_GetPipelineExecutablePropertiesKHR()
/third_party/mesa3d/src/amd/compiler/tests/
H A Dhelpers.cpp440 VkPipelineExecutablePropertiesKHR executables[16]; in print_pipeline_ir() local
445 ASSERTED VkResult result = GetPipelineExecutablePropertiesKHR(device, &pipeline_info, &executable_count, executables); in print_pipeline_ir()
450 if (executables[executable].stages == stages) in print_pipeline_ir()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_pipeline.c205 util_dynarray_init(&pipeline->executables, pipeline->mem_ctx); in anv_pipeline_init()
1253 util_dynarray_append(&pipeline->executables, in anv_pipeline_add_executable()
2295 /* TODO: Figure out executables for resume shaders */ in compile_upload_rt_shader()
3002 util_dynarray_foreach (&pipeline->executables, struct anv_pipeline_executable, exe) { in anv_GetPipelineExecutablePropertiesKHR()
3034 assert(index < util_dynarray_num_elements(&pipeline->executables, in anv_pipeline_get_executable()
3037 &pipeline->executables, struct anv_pipeline_executable, index); in anv_pipeline_get_executable()
/third_party/musl/
H A Dconfigure20 --bindir=DIR user executables [EPREFIX/bin]
/third_party/vulkan-loader/loader/
H A Dunknown_ext_chain_gas_x86.S27 # The .hidden directive is only supported in ELF executables so in APPLE builds, the directive is removed
/third_party/python/Lib/test/support/
H A D__init__.py1828 Check for the existence of the compiler executables whose names are listed
1829 in 'cmd_names' or all the compiler executables when 'cmd_names' is empty
1839 # MSVC has no executables, so check whether initialization succeeds
1844 for name in compiler.executables:

Completed in 41 milliseconds

12