/third_party/glib/gio/ |
D | giowin32-private.c | 168 _g_win32_parse_filename (const gunichar2 *commandline, in _g_win32_parse_filename() argument 182 while ((wchar_t) commandline[0] == L' ') in _g_win32_parse_filename() 183 commandline++; in _g_win32_parse_filename() 190 if ((wchar_t) commandline[0] == L'"') in _g_win32_parse_filename() 193 commandline += 1; in _g_win32_parse_filename() 196 len = g_utf16_len (commandline); in _g_win32_parse_filename() 197 p = commandline; in _g_win32_parse_filename() 199 while (p < &commandline[len]) in _g_win32_parse_filename() 210 p = &commandline[len]; in _g_win32_parse_filename() 220 p = &commandline[len]; in _g_win32_parse_filename() [all …]
|
/third_party/flutter/skia/tools/skpbench/ |
D | skpbench.py | 95 def dump_commandline_if_verbose(commandline): argument 97 quoted = ['\'%s\'' % re.sub(r'([\\\'])', r'\\\1', x) for x in commandline] 162 commandline = cls.ARGV + ['--duration', '0'] 163 dump_commandline_if_verbose(commandline) 164 out = subprocess.check_output(commandline, stderr=subprocess.STDOUT) 172 commandline = cls.ARGV + ['--duration', str(warmup_time * 1000), 175 dump_commandline_if_verbose(commandline) 176 output = subprocess.check_output(commandline, stderr=subprocess.STDOUT) 208 commandline = self.ARGV + ['--config', self.config, 214 commandline.extend(['--png', pngfile]) [all …]
|
/third_party/skia/tools/skpbench/ |
D | skpbench.py | 109 def dump_commandline_if_verbose(commandline): argument 111 quoted = ['\'%s\'' % re.sub(r'([\\\'])', r'\\\1', x) for x in commandline] 184 commandline = cls.ARGV + ['--duration', '0'] 185 dump_commandline_if_verbose(commandline) 186 out = subprocess.check_output(commandline, stderr=subprocess.STDOUT) 194 commandline = cls.ARGV + ['--duration', str(warmup_time * 1000), 197 dump_commandline_if_verbose(commandline) 198 output = subprocess.check_output(commandline, stderr=subprocess.STDOUT) 230 commandline = self.ARGV + ['--config', self.config, 236 commandline.extend(['--png', pngfile]) [all …]
|
/third_party/glib/gio/tests/desktop-files/usr/applications/ |
D | gnome-terminal.desktop | 24 Keywords=shell;prompt;command;commandline; 27 Keywords[en_GB]=shell;prompt;command;commandline;
|
/third_party/python/Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/ |
D | classes.nib | 9 commandline = NSTextField;
|
/third_party/python/Mac/PythonLauncher/English.lproj/MyDocument.nib/ |
D | classes.nib | 9 commandline = NSTextField;
|
/third_party/flatbuffers/tests/ |
D | generate_code.sh | 18 commandline="'$*'" 20 if [[ $commandline == *"--cpp-std c++0x"* ]]; then
|
D | generate_code.bat | 20 set commandline=%* variable 23 if NOT "%commandline%"=="%commandline:--cpp-std c++0x=%" (
|
/third_party/python/Mac/PythonLauncher/ |
D | MyDocument.h | 27 IBOutlet NSTextField *commandline; variable
|
D | PreferencesWindowController.h | 20 IBOutlet NSTextField *commandline; variable
|
D | PreferencesWindowController.m | 42 [commandline setStringValue: [settings commandLineForScript: @"<your script here>"]];
|
/third_party/python/Mac/BuildScript/ |
D | build-installer.py | 512 def runCommand(commandline): argument 517 fd = os.popen(commandline, 'r') 522 raise RuntimeError("command failed: %s"%(commandline,)) 527 def captureCommand(commandline): argument 528 fd = os.popen(commandline, 'r') 533 raise RuntimeError("command failed: %s"%(commandline,))
|
/third_party/libwebsockets/contrib/ |
D | cross-arm-linux-gnueabihf.cmake | 25 # Since this goes last on the compiler commandline we have to override it to a
|
D | cross-arm-android-gnueabi.cmake | 28 # Since this goes last on the compiler commandline we have to override it to a
|
D | cross-ming.cmake | 28 # Since this goes last on the compiler commandline we have to override it to a
|
D | cross-aarch64-qnx.cmake | 31 # Since this goes last on the compiler commandline we have to override it to a
|
D | cross-aarch64-android.cmake | 35 # Since this goes last on the compiler commandline we have to override it to a
|
D | cross-w64.cmake | 32 # Since this goes last on the compiler commandline we have to override it to a
|
D | cross-aarch64.cmake | 24 # Since this goes last on the compiler commandline we have to override it to a
|
D | cross-w32.cmake | 30 # Since this goes last on the compiler commandline we have to override it to a
|
D | cross-esp32.cmake | 27 # Since this goes last on the compiler commandline we have to override it to a
|
/third_party/libwebsockets/READMEs/ |
D | README.udp.md | 49 with the probabilistic setting, in commandline format something like
|
D | README.porting.md | 46 running cmake commandline as usual.
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwe/ |
D | README.md | 4 commandline tool for creating encrypted JWE and decoding them.
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jws/ |
D | README.md | 4 commandline tool for signing and verifying stdin.
|