Home
last modified time | relevance | path

Searched defs:commands (Results 1 – 25 of 131) sorted by relevance

123456

/external/python/oauth2client/
Dtox.ini21 commands = nosetests --ignore-files=test_appengine\.py --ignore-files=test__appengine_ndb\.py {posa… key
25 commands = key
56 commands = key
70 commands = key
86 commands = key
94 commands = key
112 commands = {toxinidir}/scripts/build_docs.sh key
118 commands = key
130 commands = key
141 commands = key
[all …]
/external/python/apitools/
Dtox.ini8 commands = key
14 commands = key
25 commands = nosetests [] key
33 commands = nosetests [] key
42 commands = key
54 commands = key
67 commands = key
82 commands = key
/external/python/mock/
Dtox.ini6 commands={envbindir}/unit2 discover [] key
9 commands= key
17 commands= key
/external/fonttools/
Dtox.ini16 commands = key
25 commands = key
36 commands = key
46 commands = pip wheel -w {envtmpdir}/build --no-deps . key
59 commands = key
74 commands = key
/external/python/uritemplates/
Dtox.ini14 commands = py.test {posargs} key
19 commands = key
26 commands = key
/external/python/dateutil/
Dtox.ini19 commands = python -m pytest -m "not xfail" {posargs: "{toxinidir}/dateutil/test" --cov-config="{tox… key
29 commands = coverage erase key
38 commands = codecov --file {toxworkdir}/coverage.xml key
43 commands = python -m pip list --format=columns key
58 commands = sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" {posargs:-W --c… key
/external/python/rsa/
Dtox.ini10 commands= key
15 commands= key
/external/fonttools/Lib/fontTools/cffLib/
Dspecializer.py67 def commandsToProgram(commands): argument
207 def generalizeCommands(commands, ignoreErrors=False): argument
270 def specializeCommands(commands, argument
550 commands = programToCommands(program) variable
/external/python/setuptools/
Dtox.ini16 commands=pytest --cov-config={toxinidir}/tox.ini --cov-report= {posargs} key
26 commands=coverage erase key
34 commands=codecov --file {toxworkdir}/coverage.xml key
/external/swiftshader/third_party/LLVM/utils/lit/lit/
DTestRunner.py239 def executeScriptInternal(test, litConfig, tmpBase, commands, cwd): argument
263 def executeTclScriptInternal(test, litConfig, tmpBase, commands, cwd): argument
339 def executeScript(test, litConfig, tmpBase, commands, cwd): argument
/external/yapf/
Dtox.ini5 commands= key
/external/brotli/c/enc/
Dcompress_fragment_two_pass.c119 uint32_t insertlen, uint32_t** commands) { in EmitInsertLen()
148 static BROTLI_INLINE void EmitCopyLen(size_t copylen, uint32_t** commands) { in EmitCopyLen()
172 size_t copylen, uint32_t** commands) { in EmitCopyLenLastDistance()
210 static BROTLI_INLINE void EmitDistance(uint32_t distance, uint32_t** commands) { in EmitDistance()
242 uint8_t** literals, uint32_t** commands) { in CreateCommands()
457 const uint32_t* commands, const size_t num_commands, in StoreCommands()
570 uint32_t* commands = command_buf; in BrotliCompressFragmentTwoPassImpl() local
/external/python/cpython2/Lib/test/
Dtest_commands.py12 commands = import_module('commands', deprecated=True) variable
/external/python/google-api-python-client/
Dtox.ini22 commands = nosetests --with-coverage --cover-package=googleapiclient --nocapture --cover-erase --co… key
/external/python/futures/
Dtox.ini5 commands = {envpython} test_futures.py {posargs} key
/external/smali/baksmali/src/main/java/org/jf/baksmali/
DListHelpCommand.java52 private List<String> commands; field in ListHelpCommand
/external/smali/smali/src/main/java/org/jf/smali/
DHelpCommand.java51 private List<String> commands; field in HelpCommand
/external/autotest/client/bin/
Dos_dep.py19 def commands(*cmds): function
/external/skia/tools/skiaserve/urlhandlers/
DDataHandler.cpp25 SkTArray<SkString> commands; in handle() local
DOpBoundsHandler.cpp24 SkTArray<SkString> commands; in handle() local
DClipAlphaHandler.cpp25 SkTArray<SkString> commands; in handle() local
/external/skqp/tools/skiaserve/urlhandlers/
DOpBoundsHandler.cpp24 SkTArray<SkString> commands; in handle() local
DDataHandler.cpp25 SkTArray<SkString> commands; in handle() local
DClipAlphaHandler.cpp25 SkTArray<SkString> commands; in handle() local
/external/python/cpython3/Lib/test/
Dtest_pdb.py1148 def _run_pdb(self, pdb_args, commands): argument
1162 def run_pdb_script(self, script, commands): argument
1170 def run_pdb_module(self, script, commands): argument

123456