| /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/flutter/flutter/packages/flutter_tools/lib/src/macos/ |
| D | application_package.dart | 30 /// "~/Library/Developer/Xcode/DerivedData/" and contains an executable 40 executable: executableAndId.executable, 44 /// Look up the executable name for a macOS application bundle. 75 final String executable = fs.path.join(bundleDir.path, 'Contents', 'MacOS', executableName); 76 if (!fs.file(executable).existsSync()) { 77 printError('Could not find macOS binary at $executable'); 79 return _ExecutableAndId(executable, id); 87 String executable(BuildMode buildMode); 95 @required String executable, 96 }) : _executable = executable, [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 | 31 * SCRIPT_WRAPPER is used to choose one of the variants of an executable built 34 * looks for a script name related to the executable name and runs that script 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() 330 /* ip->executable is data_size long */ in _locate_pythons_for_key() [all …]
|
| /third_party/python/Lib/distutils/ |
| D | spawn.py | 6 executable name. 29 executable. 31 If 'search_path' is true (the default), the system's executable 33 must be the exact path to the executable. If 'dry_run' is true, 48 executable = find_executable(cmd[0]) 49 if executable is not None: 50 cmd[0] = executable 95 def find_executable(executable, path=None): argument 96 """Tries to find 'executable' in the directories listed in 'path'. 101 _, ext = os.path.splitext(executable) [all …]
|
| /third_party/flutter/flutter/packages/flutter_tools/lib/src/windows/ |
| D | application_package.dart | 23 /// Creates a new [WindowsApp] from an existing executable. 25 /// `applicationBinary` is the path to the executable. 28 executable: applicationBinary.path, 35 String executable(BuildMode buildMode); 40 @required String executable, 41 }) : _executable = executable, 42 super(projectBundleId: executable); 47 String executable(BuildMode buildMode) => _executable; 61 String executable(BuildMode buildMode) { 64 throwToolExit('Failed to find Windows executable name');
|
| /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/flutter/flutter/packages/flutter_tools/lib/src/linux/ |
| D | application_package.dart | 23 /// Creates a new [LinuxApp] from an existing executable. 25 /// `applicationBinary` is the path to the executable. 28 executable: applicationBinary.path, 35 String executable(BuildMode buildMode); 40 @required String executable, 41 }) : _executable = executable, 42 super(projectBundleId: executable); 47 String executable(BuildMode buildMode) => _executable; 59 String executable(BuildMode buildMode) {
|
| /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 …]
|
| /third_party/flutter/engine/flutter/lib/snapshot/ |
| D | BUILD.gn | 64 # binary file. Places the symbol in a text section if 'executable' is true, 70 assert(defined(invoker.executable), "Must define boolean executable") 94 if (invoker.executable) { 95 args += [ "--executable" ] 111 assert(defined(invoker.executable), "Must define executable") 133 if (invoker.executable) { 134 args += [ "--executable" ] 163 executable = false 170 executable = true 177 executable = false [all …]
|
| /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/ltp/testcases/commands/file/ |
| D | file01.sh | 62 3) file_test in.sh "POSIX shell script, ASCII text executable" \ 63 "POSIX shell script text executable" \ 65 "Bourne shell script text executable";; 69 7) file_test in.pl "[pP]erl script, ASCII text executable" \ 70 "[pP]erl script text executable" \ 72 8) file_test in.py "[pP]ython3\{0,1\} script, ASCII text executable" \ 73 "[pP]ython3\{0,1\} script text executable";; 76 10) file_test in "ELF .*-bit $TEST_ARCH executable, .*" \ 78 "ELF .*-bit $TEST_ARCH pie executable, .*" \
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | ShaderExecutable11.cpp | 8 // executable implementation details. 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/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | ShaderExecutable11.cpp | 8 // executable implementation details. 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/gn/src/gn/ |
| D | command_clean_stale.cc | 56 R"(gn clean_stale [--ninja-executable=...] <out_dir>... 63 This command requires a ninja executable of at least version 1.10.0. The 64 executable must be provided by the --ninja-executable switch. 68 --ninja-executable=<string> 69 Can be used to specify the ninja executable to use. 83 Err(Location(), "No --ninja-executable provided.", in RunCleanStale() 84 "--clean-stale requires a ninja executable to run. You can " in RunCleanStale() 85 "provide one on the command line via --ninja-executable.") in RunCleanStale()
|
| D | resolved_target_data_unittest.cc | 52 // Executable target shouldn't get either by depending on shared. in TEST() 53 TestTarget exec(setup, "//foo:exec", Target::EXECUTABLE); in TEST() 103 // Executable target shouldn't get either by depending on shared. in TEST() 104 TestTarget exec(setup, "//foo:exec", Target::EXECUTABLE); in TEST() 117 // A (executable) -> B (shared lib) -> C (static lib) -> D (source set) in TEST() 118 TestTarget a(setup, "//foo:a", Target::EXECUTABLE); in TEST() 158 TestTarget a(setup, "//foo:a", Target::EXECUTABLE); in TEST() 169 // The executable should not have inherited the source set across the in TEST() 182 // A (executable) -> B (complete static lib) -> C (source set) in TEST() 183 TestTarget a(setup, "//foo:a", Target::EXECUTABLE); in TEST() [all …]
|
| /third_party/rust/crates/clang-sys/src/ |
| D | support.rs | 19 /// A `clang` executable. 22 /// The path to this `clang` executable. 24 /// The version of this `clang` executable if it could be parsed. 26 /// The directories searched by this `clang` executable for C headers if 29 /// The directories searched by this `clang` executable for C++ headers if 44 /// Returns a `clang` executable if one can be found. 76 // Collect the paths to search for a `clang` executable in. in find() 102 // First, look for a target-prefixed `clang` executable. in find() 115 // Otherwise, look for any other `clang` executable. in find() 171 /// Attempts to run an executable, returning the `stdout` and `stderr` output if [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/elfutils/doc/ |
| D | debuginfod-find.1 | 25 .B debuginfod-find [\fIOPTION\fP]... executable \fIBUILDID\fP 27 .B debuginfod-find [\fIOPTION\fP]... executable \fIPATH\fP 74 \fBstrip\fP, or it may be an original unstripped executable. 76 .SS executable \fIBUILDID\fP 79 in a binary object that contains the normal executable segments. This 80 may be a executable stripped by \fBstrip\fP, or it may be an original 81 unstripped executable. \fBET_DYN\fP shared libraries are considered 82 to be a type of executable. 90 individual compilation unit AT_comp_dir paths, and yet an executable
|
| /third_party/node/deps/npm/node_modules/node-gyp/lib/ |
| D | find-python.js | 19 argsExecutable: ['-c', 'import sys; print(sys.executable);'], 171 this.log.verbose(`- executing "${command}" to get executable path`) 174 // - Error: not in PATH, not executable or execution fails 176 // - Absolute path to executable 181 this.addLog(`- executable path is "${execPath}"`) 189 // Python launcher which is more likely to exist than the Python executable 194 // executable for "execFile", we have to use the launcher to figure out 195 // where the actual "python.exe" executable is located. 198 `- executing "${this.pyLauncher}" to get Python 2 executable path`) 207 this.addLog(`- executable path is "${execPath}"`) [all …]
|
| /third_party/python/Lib/distutils/command/ |
| D | build_scripts.py | 24 ('executable=', 'e', "specify final destination interpreter path"), 34 self.executable = None 41 ('executable', 'executable')) 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/Doc/library/ |
| D | zipapp.rst | 1 :mod:`zipapp` --- Manage executable Python zip archives 5 :synopsis: Manage executable Python zip archives 12 single: Executable Zip Files 26 can be used to create an executable archive from a directory containing 70 to run. Also, on POSIX, make the archive executable. The default is to 71 write no ``#!`` line, and not make the file executable. 143 filename, the executable bit of the target file will be set. 153 would not be executable. 203 To make the application directly executable on POSIX, specify an interpreter 295 This will produce a standalone executable, which can be run on any machine with [all …]
|
| /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/python/Lib/unittest/ |
| D | __main__.py | 7 # use executable without path, unquoted 9 # (if you have spaces in your executable you get what you deserve!) 10 executable = os.path.basename(sys.executable) variable 11 sys.argv[0] = executable + " -m unittest"
|
| /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 …]
|