/third_party/gn/build/ |
H A D | gen.py | 260 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 D | bash.rs | 103 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 D | configure-cmake | 111 --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 D | dynamic.rs | 147 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 D | command_ls.cc | 53 Lists all executables produced by the build.
|
H A D | rust_variables.cc | 77 Static libraries, rust libraries, and executables have this field set
|
H A D | command_refs.cc | 337 Display the executable file names of all test executables
|
H A D | function_toolchain.cc | 297 "link": Linker for executables 393 The default is empty for executables, shared, and static libraries and
|
H A D | variables.cc | 1589 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 D | sancov_formatter.py | 9 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 D | unixccompiler.py | 55 executables = {'preprocessor' : None, variable in UnixCCompiler 66 executables['ranlib'] = ["ranlib"]
|
H A D | ccompiler.py | 118 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 D | bcppcompiler.py | 37 executables = {} variable in BCPPCompiler 60 # These executables are assumed to all be in the path.
|
H A D | _msvccompiler.py | 181 executables = {} variable in MSVCCompiler
|
H A D | msvccompiler.py | 210 executables = {} variable in MSVCCompiler
|
H A D | msvc9compiler.py | 309 executables = {} variable in MSVCCompiler 685 # by default, executables always get the manifest with the
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_pipeline.c | 150 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 D | v3dv_private.h | 2077 } executables; member
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_pipeline.h | 210 struct util_dynarray executables; member
|
H A D | tu_pipeline.c | 2511 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 D | helpers.cpp | 440 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 D | anv_pipeline.c | 205 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 D | configure | 20 --bindir=DIR user executables [EPREFIX/bin]
|
/third_party/vulkan-loader/loader/ |
H A D | unknown_ext_chain_gas_x86.S | 27 # 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__.py | 1828 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:
|