HomeSort by: relevance | last modified time | path
    Searched refs:shlex (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
shell.py 8 import shlex
19 Previous implementation was shlex.split method, but that's not good
65 return [unescape(arg) for arg in shlex.split(string)]
__init__.py 13 import shlex
204 'cc': shlex.split(args.cc),
205 'cxx': shlex.split(args.cxx)
  /src/external/apache2/llvm/dist/libcxx/utils/
ssh.py 20 import shlex
27 from shlex import quote as cmd_quote
35 cmd.extend(shlex.split(args.extra_ssh_args))
42 cmd.extend(shlex.split(args.extra_scp_args))
  /src/external/gpl3/gcc/dist/contrib/header-tools/
replace-header 4 import shlex
count-headers 4 import shlex
graph-include-web 4 import shlex
included-by 4 import shlex
show-headers 4 import shlex
graph-header-logs 4 import shlex
  /src/external/gpl3/gcc.old/dist/contrib/header-tools/
replace-header 4 import shlex
count-headers 4 import shlex
graph-include-web 4 import shlex
included-by 4 import shlex
show-headers 4 import shlex
graph-header-logs 4 import shlex
  /src/external/apache2/llvm/dist/llvm/utils/
remote-exec.py 20 import shlex
30 cmd.extend(shlex.split(args.extra_ssh_args))
37 cmd.extend(shlex.split(args.extra_scp_args))
update_cc_test_checks.py 23 import shlex
113 return shlex.split(value)
185 extra_args = shlex.split(extra_command)
240 exec_args = shlex.split(commands[0])
collect_and_build_with_pgo.py 22 import shlex
168 'Running `%s` in %s' % (cmd, shlex.quote(cwd or os.getcwd())))
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/
googletest.py 3 import shlex
165 cmd = shlex.split(self.run_under) + cmd
  /src/external/apache2/llvm/dist/clang/utils/
clangdiag.py 15 import shlex
166 command_args = shlex.split(command)
creduce-clang-crash.py 18 import shlex
104 cmd = shlex.split(line)
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
cl_arguments.py 4 import shlex
202 env_args = shlex.split(os.environ.get("LIT_OPTS", ""))
  /src/external/bsd/zstd/dist/tests/fuzz/
fuzz.py 17 import shlex
404 cppflags = shlex.split(args.cppflags)
405 cflags = shlex.split(args.cflags)
406 ldflags = shlex.split(args.ldflags)
407 cxxflags = shlex.split(args.cxxflags)
408 mflags = shlex.split(args.mflags)
  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
config.py 14 import shlex
252 self.cxx.compile_flags += shlex.split(compile_flags_str)
267 self.cxx.compile_flags += shlex.split(additional_flags)
379 self.cxx.link_flags += shlex.split(link_flags_str)
394 self.cxx.link_flags += shlex.split(additional_flags)
  /src/external/apache2/llvm/dist/clang/utils/perf-training/
perf-helper.py 17 import shlex
135 cc1_cmd = shlex.split(cc_commands[0])

Completed in 37 milliseconds

1 2