OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shlex
(Results
26 - 50
of
50
) sorted by null
1
2
/external/chromium_org/v8/tools/
run-tests.py
35
import
shlex
namespace
193
options.command_prefix =
shlex
.split(options.command_prefix)
194
options.extra_flags =
shlex
.split(options.extra_flags)
/external/chromium_org/tools/gyp/pylib/gyp/generator/
eclipse.py
25
import
shlex
namespace
177
command =
shlex
.split(cc_target)
/external/chromium_org/tools/telemetry/docs/
telemetry.unittest.system_stub.html
25
</td><td width="25%" valign=top><a href="
shlex
.html">
shlex
</a><br>
/external/skia/
gyp_skia
15
import
shlex
namespace
/external/chromium_org/tools/
nocompile_driver.py
21
import
shlex
namespace
224
cmdline.extend(
shlex
.split(cflags))
bisect-perf-regression.py
44
import
shlex
namespace
1064
args =
shlex
.split(command_to_run)
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
lit.cfg
13
import
shlex
276
link_flags +=
shlex
.split(link_flags_str)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
driver_unittest.py
56
# Validate that
shlex
works as expected.
driver.py
33
import
shlex
namespace
202
return
shlex
.split(wrapper_option) if wrapper_option else []
/external/libvpx/libvpx/examples/includes/geshi/geshi/
python.php
123
'
shlex
', 'shutil', 'signal', 'SimpleHTTPServer', 'SimpleXMLRPCServer', 'site', 'smtpd',
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.doc
140
splitted with "
shlex
", and the result is used as the new sys.argv.
webbrowser.py
6
import
shlex
namespace
37
browser =
shlex
.split(browser)
pdb.py
675
import
shlex
namespace
677
sys.argv =
shlex
.split(arg)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.doc
140
splitted with "
shlex
", and the result is used as the new sys.argv.
webbrowser.py
6
import
shlex
namespace
37
browser =
shlex
.split(browser)
pdb.py
675
import
shlex
namespace
677
sys.argv =
shlex
.split(arg)
[
all
...]
/external/chromium_org/tools/gyp/
gyptest.py
74
cmdargs =
shlex
.split(command)
/external/chromium_org/tools/gyp/pylib/gyp/
__init__.py
12
import
shlex
namespace
159
flags =
shlex
.split(flags)
xcode_emulation.py
13
import
shlex
namespace
[
all
...]
input.py
19
import
shlex
namespace
853
parsed_contents =
shlex
.split(contents)
[
all
...]
/build/tools/releasetools/
common.py
23
import
shlex
namespace
596
OPTIONS.extra_signapk_args =
shlex
.split(a)
/external/chromium_org/build/android/pylib/
android_commands.py
15
import
shlex
namespace
[
all
...]
/external/chromium_org/v8/
ChangeLog
752
tools/run-tests.py:
shlex
.split() the value of --command-prefix
[
all
...]
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3-sources.jar
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3-sources.jar
Completed in 2513 milliseconds
1
2