Home
last modified time | relevance | path

Searched refs:commandline (Results 1 – 25 of 145) sorted by relevance

123456

/third_party/glib/gio/
Dgiowin32-private.c168 _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/
Dskpbench.py95 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/
Dskpbench.py109 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/
Dgnome-terminal.desktop24 Keywords=shell;prompt;command;commandline;
27 Keywords[en_GB]=shell;prompt;command;commandline;
/third_party/python/Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/
Dclasses.nib9 commandline = NSTextField;
/third_party/python/Mac/PythonLauncher/English.lproj/MyDocument.nib/
Dclasses.nib9 commandline = NSTextField;
/third_party/flatbuffers/tests/
Dgenerate_code.sh18 commandline="'$*'"
20 if [[ $commandline == *"--cpp-std c++0x"* ]]; then
Dgenerate_code.bat20 set commandline=%* variable
23 if NOT "%commandline%"=="%commandline:--cpp-std c++0x=%" (
/third_party/python/Mac/PythonLauncher/
DMyDocument.h27 IBOutlet NSTextField *commandline; variable
DPreferencesWindowController.h20 IBOutlet NSTextField *commandline; variable
DPreferencesWindowController.m42 [commandline setStringValue: [settings commandLineForScript: @"<your script here>"]];
/third_party/python/Mac/BuildScript/
Dbuild-installer.py512 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/
Dcross-arm-linux-gnueabihf.cmake25 # Since this goes last on the compiler commandline we have to override it to a
Dcross-arm-android-gnueabi.cmake28 # Since this goes last on the compiler commandline we have to override it to a
Dcross-ming.cmake28 # Since this goes last on the compiler commandline we have to override it to a
Dcross-aarch64-qnx.cmake31 # Since this goes last on the compiler commandline we have to override it to a
Dcross-aarch64-android.cmake35 # Since this goes last on the compiler commandline we have to override it to a
Dcross-w64.cmake32 # Since this goes last on the compiler commandline we have to override it to a
Dcross-aarch64.cmake24 # Since this goes last on the compiler commandline we have to override it to a
Dcross-w32.cmake30 # Since this goes last on the compiler commandline we have to override it to a
Dcross-esp32.cmake27 # Since this goes last on the compiler commandline we have to override it to a
/third_party/libwebsockets/READMEs/
DREADME.udp.md49 with the probabilistic setting, in commandline format something like
DREADME.porting.md46 running cmake commandline as usual.
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwe/
DREADME.md4 commandline tool for creating encrypted JWE and decoding them.
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jws/
DREADME.md4 commandline tool for signing and verifying stdin.

123456