HomeSort by relevance Sort by last modified time
    Searched refs:needquote (Results 1 - 3 of 3) sorted by null

  /external/python/cpython2/Lib/
subprocess.py 258 needquote = False
266 needquote = (" " in arg) or ("\t" in arg) or not arg
267 if needquote:
290 if needquote:
    [all...]
  /external/python/cpython3/Lib/
subprocess.py 522 needquote = False
530 needquote = (" " in arg) or ("\t" in arg) or not arg
531 if needquote:
554 if needquote:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
TestRunner.py 199 needquote = False
208 needquote = (" " in arg) or ("\t" in arg) or ("\"" in arg) or not arg
209 if needquote:
232 if needquote:
    [all...]

Completed in 164 milliseconds