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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
quopri.py 21 def needsquoting(c, quotetabs, header): function
82 if needsquoting(c, quotetabs, header):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
quopri.py 21 def needsquoting(c, quotetabs, header): function
82 if needsquoting(c, quotetabs, header):
  /external/llvm/lib/Support/Windows/
Program.inc 205 bool needsQuoting = ArgNeedsQuotes(arg);
206 if (needsQuoting)
219 if (needsQuoting) {

Completed in 250 milliseconds