/third_party/mesa3d/src/util/ |
D | 00-mesa-defaults.conf | 38 executable CDATA #IMPLIED 61 <application name="Unigine Sanctuary" executable="Sanctuary"> 67 <application name="Unigine Tropics" executable="Tropics"> 74 <application name="Xwayland" executable="Xwayland"> 78 <application name="Unigine Heaven (32-bit)" executable="heaven_x86"> 84 <application name="Unigine Heaven (64-bit)" executable="heaven_x64"> 90 <application name="Unigine Heaven (Windows)" executable="heaven.exe"> 96 <application name="Unigine Valley (32-bit)" executable="valley_x86"> 102 <application name="Unigine Valley (64-bit)" executable="valley_x64"> 108 <application name="Unigine Valley (Windows)" executable="valley.exe"> [all …]
|
/third_party/python/PC/ |
D | python_uwp.cpp | 89 std::wstring executable; in set_process_name() local 98 executable = std::wstring(localAppData) in set_process_name() 109 if (home.empty() && executable.empty()) { in set_process_name() 110 executable.resize(MAX_PATH); in set_process_name() 113 NULL, executable.data(), (DWORD)executable.size()); in set_process_name() 115 executable.clear(); in set_process_name() 117 } else if (len == executable.size() && in set_process_name() 119 executable.resize(len * 2); in set_process_name() 121 executable.resize(len); in set_process_name() 125 size_t i = executable.find_last_of(L"/\\"); in set_process_name() [all …]
|
D | launcher.c | 174 wchar_t executable[MAX_PATH]; member 224 if (_wcsicmp(path, ip->executable) == 0) { in find_existing_python() 302 data_size = sizeof(ip->executable) - 1; in _locate_pythons_for_key() 306 (LPBYTE)ip->executable, &data_size); in _locate_pythons_for_key() 312 data_size = sizeof(ip->executable) - 1; in _locate_pythons_for_key() 314 (LPBYTE)ip->executable, &data_size); in _locate_pythons_for_key() 328 if (ip->executable[data_size - 1] == L'\\') in _locate_pythons_for_key() 334 _snwprintf_s(&ip->executable[data_size], in _locate_pythons_for_key() 339 attrs = GetFileAttributesW(ip->executable); in _locate_pythons_for_key() 343 ip->executable, message); in _locate_pythons_for_key() [all …]
|
/third_party/node/doc/contributing/maintaining/ |
D | maintaining-single-executable-application-support.md | 3 Support for [single executable applications][] is one of the key technical 11 ### Compile with Node.js into executable 17 executable application. 19 ### Bundle into existing Node.js executable 24 elements which are required in the Node.js executable in order to enable 27 * Looking for a segment within the executable that holds bundled code. 34 * Add a segment to an existing Node.js executable which contains 36 * Re-generate or removing signatures on the resulting executable 46 Planning for this feature takes place in the [single-executable repository][]. 56 * [XCOFF][] executable format. [all …]
|
D | maintaining-shared-library-support.md | 31 * executable - node 34 The node executable is a thin wrapper around libnode which is 38 The executable and library will have extensions as appropriate 41 the executable. 58 * the same directory as the node executable 59 * ../lib with the expectation that the executable is 64 place the executable and library. 67 that both the executable and shared library will 91 exported by the node executable. As a result any 92 pre-built binaries expect symbols to be exported from the executable [all …]
|
/third_party/python/Lib/test/ |
D | test_subprocess.py | 67 ZERO_RETURN_CMD = (sys.executable, '-c', 'pass') 143 rc = subprocess.call([sys.executable, "-c", 153 [sys.executable, "-c", "while True: pass"], 164 subprocess.check_call([sys.executable, "-c", 171 [sys.executable, "-c", "print('BDFL')"]) 178 [sys.executable, "-c", "import sys; sys.exit(5)"]) 184 [sys.executable, "-c", "import sys; sys.stderr.write('BDFL')"], 195 [sys.executable, "-c", 203 [sys.executable, "-c", 211 [sys.executable, "-c", [all …]
|
D | test_cmd_line.py | 77 args = (sys.executable, '-E') + args 94 cmd = [sys.executable] 181 [sys.executable, "-c", code], 213 base_cmd = [sys.executable, '-c', code] 216 cmd = [sys.executable, '-c', code, arg] 220 cmd = [sys.executable, '-c', code, arg] 227 cmd = [sys.executable, '-X', 'utf8', '-c', code, arg] 263 (sys.executable, "-c", code, text), 278 args = [sys.executable, '-c', code] 348 [sys.executable, '-i'], [all …]
|
/third_party/python/Lib/distutils/ |
D | spawn.py | 48 executable = find_executable(cmd[0]) 49 if executable is not None: 50 cmd[0] = executable 95 def find_executable(executable, path=None): argument 101 _, ext = os.path.splitext(executable) 103 executable = executable + '.exe' 105 if os.path.isfile(executable): 106 return executable 125 f = os.path.join(p, executable)
|
/third_party/mesa3d/src/amd/vulkan/ |
D | 00-radv-defaults.conf | 17 executable CDATA #IMPLIED 70 <application name="RAGE 2" executable="RAGE2.exe"> 74 <application name="Path of Exile (64-bit, Steam)" executable="PathOfExile_x64Steam.exe"> 78 <application name="Path of Exile (32-bit, Steam)" executable="PathOfExileSteam.exe"> 82 <application name="Path of Exile (64-bit)" executable="PathOfExile_x64.exe"> 86 <application name="Path of Exile (32-bit)" executable="PathOfExile.exe"> 171 <application name="Black Geyser: Couriers of Darkness" executable="BlackGeyser.x86_64"> 176 <application name="7 Days to Die" executable="7DaysToDie.x86_64"> 179 <application name="7 Days to Die" executable="7DaysToDie.x86"> 183 …<application name="Monolith demo5" executable="runner" sha1="0c40d509a74e357f0280cb1bd882e9cd94b91… [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | ShaderExecutable11.cpp | 21 d3d11::PixelShader &&executable) in ShaderExecutable11() argument 23 mPixelExecutable(std::move(executable)), in ShaderExecutable11() 32 d3d11::VertexShader &&executable, in ShaderExecutable11() argument 36 mVertexExecutable(std::move(executable)), in ShaderExecutable11() 44 d3d11::GeometryShader &&executable) in ShaderExecutable11() argument 48 mGeometryExecutable(std::move(executable)), in ShaderExecutable11() 55 d3d11::ComputeShader &&executable) in ShaderExecutable11() argument 61 mComputeExecutable(std::move(executable)) in ShaderExecutable11()
|
/third_party/node/benchmark/ |
D | _http-benchmarkers.js | 16 this.executable = 18 const result = child_process.spawnSync(this.executable, ['-h']); 34 const child = child_process.spawn(this.executable, args); 55 this.executable = 'wrk'; 56 const result = child_process.spawnSync(this.executable, ['-h']); 74 const child = child_process.spawn(this.executable, args); 98 this.executable = path.resolve(__dirname, '_test-double-benchmarker.js'); 99 this.present = fs.existsSync(this.executable); 112 const child = child_process.fork(this.executable, 135 this.executable = 'h2load'; [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | TransformFeedbackVk.cpp | 93 const gl::ProgramExecutable *executable = contextVk->getState().getProgramExecutable(); in begin() local 94 ASSERT(executable); in begin() 95 size_t xfbBufferCount = executable->getTransformFeedbackBufferCount(); in begin() 174 const gl::ProgramExecutable *executable = contextVk->getState().getProgramExecutable(); in pause() local 175 ASSERT(executable); in pause() 176 size_t xfbBufferCount = executable->getTransformFeedbackBufferCount(); in pause() 193 const gl::ProgramExecutable *executable = contextVk->getState().getProgramExecutable(); in resume() local 194 ASSERT(executable); in resume() 195 size_t xfbBufferCount = executable->getTransformFeedbackBufferCount(); in resume() 276 const gl::ProgramExecutable *executable = contextVk->getState().getProgramExecutable(); in updateDescriptorSet() local [all …]
|
/third_party/node/deps/v8/src/heap/ |
D | memory-allocator.cc | 244 Executability executable, void* hint, VirtualMemory* controller) { in AllocateAlignedMemory() argument 245 v8::PageAllocator* page_allocator = this->page_allocator(executable); in AllocateAlignedMemory() 266 if (executable == EXECUTABLE) { in AllocateAlignedMemory() 301 Executability executable) { in ComputeChunkSize() argument 302 if (executable == EXECUTABLE) { in ComputeChunkSize() 333 DCHECK_EQ(executable, NOT_EXECUTABLE); in ComputeChunkSize() 341 Executability executable, in AllocateUninitializedChunk() argument 354 size_t chunk_size = ComputeChunkSize(area_size, executable); in AllocateUninitializedChunk() 359 executable, address_hint, &reservation); in AllocateUninitializedChunk() 365 if (executable == EXECUTABLE) { in AllocateUninitializedChunk() [all …]
|
/third_party/node/deps/v8/tools/sanitizers/ |
D | sancov_merger.py | 69 keep, coverage_dir, executable, index, bucket = args 80 result_file_name = '%s.result.%d.sancov' % (executable, index) 83 result_file_name = '%s.result.sancov' % executable 89 return executable, result_file_name 103 for executable, files in file_map.iteritems(): 114 inputs.extend([(keep, coverage_dir, executable, i, b) 146 for executable, f in results: 147 file_map.setdefault(executable, []).append(f) 152 inputs = [(options.keep, options.coverage_dir, executable, None, files) 153 for executable, files in file_map.iteritems()]
|
D | sancov_formatter.py | 158 def get_instrumented_lines(executable): argument 176 (executable, SANITIZE_PCS, SYMBOLIZER, executable), 185 return process_symbolizer_output(output, os.path.dirname(executable)) 253 cov_dir, executable, sancov_file = args 263 executable), 273 process_symbolizer_output(output, os.path.dirname(executable)), 274 os.path.basename(executable), 329 file_map, executable = result 332 merge_lines(files[file_name], lines, test_bit_masks[executable])
|
/third_party/libfuse/test/ |
D | meson.build | 4 td += executable(prog, prog + '.c', 10 td += executable('test_syscalls', 'test_syscalls.c', 13 td += executable('readdir_inode', 'readdir_inode.c', 16 td += executable('release_unlink_race', 'release_unlink_race.c', 30 test('libfuse is a subproject, skipping tests', executable('wrong_command', 34 test('wrong_command', executable('wrong_command', 'wrong_command.c',
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
D | _manylinux.py | 28 def _is_linux_armhf(executable: str) -> bool: 32 with _parse_elf(executable) as f: 43 def _is_linux_i686(executable: str) -> bool: 44 with _parse_elf(executable) as f: 53 def _have_compatible_abi(executable: str, archs: Sequence[str]) -> bool: 55 return _is_linux_armhf(executable) 57 return _is_linux_i686(executable) 218 if not _have_compatible_abi(sys.executable, archs):
|
/third_party/python/Lib/distutils/command/ |
D | build_scripts.py | 34 self.executable = None 100 executable = self.executable 102 executable = os.path.join( 106 executable = os.fsencode(executable) 107 shebang = b"#!" + executable + post_interp + b"\n"
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_subprocess.py | 19 PROGRAM_BLOCKED = [sys.executable, '-c', 'import time; time.sleep(3600)'] 23 sys.executable, '-c', 205 args = [sys.executable, '-c', code] 234 sys.executable, '-c', 'pass', 286 sys.executable, '-c', code, 314 sys.executable, '-c', code, 333 sys.executable, '-c', code, 352 sys.executable, '-c', code, 371 sys.executable, '-c', code, 390 sys.executable, '-c', code, [all …]
|
/third_party/node/doc/api/ |
D | single-executable-applications.md | 1 # Single executable applications 18 Node.js supports the creation of [single executable applications][] by allowing 23 The single executable application feature only supports running a single 26 A bundled JavaScript file can be turned into a single executable application 29 Here are the steps for creating a single executable application using one such 37 2. Create a copy of the `node` executable and name it according to your needs: 62 * `hello` - The name of the copy of the `node` executable created in step 2. 121 application into a standalone JavaScript file to inject into the executable. 141 ### Single executable application creation process 143 A tool aiming to create a single executable Node.js application must [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | ProgramPipeline.cpp | 378 const ProgramExecutable &executable = shaderProgram->getExecutable(); in updateLinkedVaryings() local 380 executable.getLinkedOutputVaryings(shaderType); in updateLinkedVaryings() 382 executable.getLinkedInputVaryings(shaderType); in updateLinkedVaryings() 389 const ProgramExecutable &executable = computeProgram->getExecutable(); in updateLinkedVaryings() local 391 executable.getLinkedOutputVaryings(ShaderType::Compute); in updateLinkedVaryings() 393 executable.getLinkedInputVaryings(ShaderType::Compute); in updateLinkedVaryings() 405 const ProgramExecutable &executable = shaderProgram->getExecutable(); in updateHasBooleans() local 407 if (executable.hasUniformBuffers()) in updateHasBooleans() 411 if (executable.hasStorageBuffers()) in updateHasBooleans() 415 if (executable.hasAtomicCounterBuffers()) in updateHasBooleans() [all …]
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/run-parallel/ |
D | main.go | 38 run-parallel is a tool to run an executable with the provided templated 42 run-parallel <executable> [arguments...] -- [per-instance-value...] 44 executable - the path to the executable to run. 45 arguments - a list of arguments to pass to the executable. 48 per-instance-value - a list of values. The executable will be invoked for each
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_pipeline_executable_properties/ |
D | pipelines.txt | 62 [open,refpage='VkPipelineExecutablePropertiesKHR',desc='Structure describing a pipeline executable'… 73 to compile this pipeline executable. 76 readable name for this pipeline executable. 79 description for this pipeline executable. 81 executable is dispatched. 86 executable is available. 93 executable. 98 …tisticsKHR',desc='Get compile time statistics associated with a pipeline executable',type='protos'] 100 Each pipeline executable may: have a set of statistics associated with it 106 To query the compile-time statistics associated with a pipeline executable, [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | ShaderExecutable9.cpp | 19 IDirect3DPixelShader9 *executable) in ShaderExecutable9() argument 22 mPixelExecutable = executable; in ShaderExecutable9() 28 IDirect3DVertexShader9 *executable) in ShaderExecutable9() argument 31 mVertexExecutable = executable; in ShaderExecutable9()
|
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/ |
D | v8_commands.py | 77 def __init__(self, options, label, executable, config_flags): argument 79 self.executable = executable 88 args = [self.executable] + self.flags + self.files + [testcase] 92 if self.executable.endswith('.py'): 94 args = [sys.executable] + args
|