/prebuilts/clang/host/linux-x86/3.8/tools/scan-view/ |
Reporter.py | 204 if not component.strip(): 206 if not componentVersion.strip():
|
/prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-view/share/ |
Reporter.py | 204 if not component.strip(): 206 if not componentVersion.strip():
|
/prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-view/share/ |
Reporter.py | 204 if not component.strip(): 206 if not componentVersion.strip():
|
/prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-view/share/ |
Reporter.py | 204 if not component.strip(): 206 if not componentVersion.strip():
|
/prebuilts/clang/linux-x86/host/3.6/tools/scan-view/ |
Reporter.py | 204 if not component.strip(): 206 if not componentVersion.strip():
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
cgi.py | 256 terminator = line.strip() 265 # Strip final line terminator 300 yield f.strip() 315 name = p[:i].strip().lower() 316 value = p[i+1:].strip() 701 strippedline = line.strip() 734 strippedline = line.strip() 837 return v.strip() 873 if key in self.dict: return self.dict[key][0].strip() [all...] |
stringold.py | 73 # Strip leading and trailing tabs and spaces 74 def strip(s): function 75 """strip(s) -> string 81 return s.strip() 83 # Strip leading tabs and spaces 92 # Strip trailing tabs and spaces
|
textwrap.py | 282 if self.drop_whitespace and chunks[-1].strip() == '' and lines: 303 if self.drop_whitespace and cur_line and cur_line[-1].strip() == '':
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_imaplib.py | 63 if verbose: print "SENT:", message.strip() 87 if verbose: print 'GOT:', line.strip()
|
test_popen2.py | 40 # end. So we strip whitespace off both ends for comparison. 41 expected = teststr.strip() 66 self.assertEqual(expected_out, got.strip(), "wrote %r read %r" %
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
cgi.py | 256 terminator = line.strip() 265 # Strip final line terminator 300 yield f.strip() 315 name = p[:i].strip().lower() 316 value = p[i+1:].strip() 701 strippedline = line.strip() 734 strippedline = line.strip() 837 return v.strip() 873 if key in self.dict: return self.dict[key][0].strip() [all...] |
stringold.py | 73 # Strip leading and trailing tabs and spaces 74 def strip(s): function 75 """strip(s) -> string 81 return s.strip() 83 # Strip leading tabs and spaces 92 # Strip trailing tabs and spaces
|
textwrap.py | 282 if self.drop_whitespace and chunks[-1].strip() == '' and lines: 303 if self.drop_whitespace and cur_line and cur_line[-1].strip() == '':
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_imaplib.py | 63 if verbose: print "SENT:", message.strip() 87 if verbose: print 'GOT:', line.strip()
|
test_popen2.py | 40 # end. So we strip whitespace off both ends for comparison. 41 expected = teststr.strip() 66 self.assertEqual(expected_out, got.strip(), "wrote %r read %r" %
|
/prebuilts/misc/darwin-x86/analyzer/tools/scan-view/ |
Reporter.py | 204 if not component.strip(): 206 if not componentVersion.strip():
|
/prebuilts/misc/linux-x86/analyzer/tools/scan-view/ |
Reporter.py | 204 if not component.strip(): 206 if not componentVersion.strip():
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cgi.py | 256 terminator = line.strip() 265 # Strip final line terminator 300 yield f.strip() 315 name = p[:i].strip().lower() 316 value = p[i+1:].strip() 701 strippedline = line.strip() 734 strippedline = line.strip() 837 return v.strip() 873 if key in self.dict: return self.dict[key][0].strip() [all...] |
stringold.py | 73 # Strip leading and trailing tabs and spaces 74 def strip(s): function 75 """strip(s) -> string 81 return s.strip() 83 # Strip leading tabs and spaces 92 # Strip trailing tabs and spaces
|
textwrap.py | 282 if self.drop_whitespace and chunks[-1].strip() == '' and lines: 303 if self.drop_whitespace and cur_line and cur_line[-1].strip() == '':
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_imaplib.py | 63 if verbose: print "SENT:", message.strip() 87 if verbose: print 'GOT:', line.strip()
|
test_popen2.py | 40 # end. So we strip whitespace off both ends for comparison. 41 expected = teststr.strip() 66 self.assertEqual(expected_out, got.strip(), "wrote %r read %r" %
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cgi.py | 256 terminator = line.strip() 265 # Strip final line terminator 300 yield f.strip() 315 name = p[:i].strip().lower() 316 value = p[i+1:].strip() 701 strippedline = line.strip() 734 strippedline = line.strip() 837 return v.strip() 873 if key in self.dict: return self.dict[key][0].strip() [all...] |
stringold.py | 73 # Strip leading and trailing tabs and spaces 74 def strip(s): function 75 """strip(s) -> string 81 return s.strip() 83 # Strip leading tabs and spaces 92 # Strip trailing tabs and spaces
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_imaplib.py | 63 if verbose: print "SENT:", message.strip() 87 if verbose: print 'GOT:', line.strip()
|