/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/ |
commitmessage.py | 47 def body(self, lstrip=False): 49 if lstrip: 50 lines = [line.lstrip() for line in lines] 53 def description(self, lstrip=False, strip_url=False): 55 if lstrip: 56 line = line.lstrip()
|
/external/chromium_org/third_party/mesa/src/scons/ |
source_list.py | 74 val = self._expand_value(line[op_end:].lstrip()) 97 line = self.line_cont + line.lstrip() 103 line = line.lstrip()
|
/external/mesa3d/scons/ |
source_list.py | 74 val = self._expand_value(line[op_end:].lstrip()) 97 line = self.line_cont + line.lstrip() 103 line = line.lstrip()
|
/external/libvpx/libvpx/tools/ |
wrap-commit-msg.py | 50 if line.lstrip() == line:
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
local_file_system.py | 75 _ConvertToFilepath(path).lstrip(os.sep)) 87 _ConvertToFilepath(path).lstrip(os.sep))
|
render_servlet.py | 41 path = self._request.path.lstrip('/') 53 redirect = canonical_result.path.lstrip('/')
|
api_categorizer.py | 28 ('%s/%s' % (root, name)).lstrip('/') for name in files)
|
sidenav_data_source.py | 77 href = href.lstrip('/')
|
/external/chromium_org/chrome/test/functional/ispy/server/ |
main_view_handler.py | 52 test_runs = set([path.lstrip('/').split('/')[1] for path in 100 res['expectation'] = path.lstrip('/').split('/')[2]
|
gs_bucket.py | 26 return self.bucket + '/' + path.lstrip('/')
|
/external/chromium/build/linux/ |
rewrite_dirs.py | 29 path = path.lstrip('/')
|
/external/chromium_org/build/linux/ |
rewrite_dirs.py | 29 path = path.lstrip('/')
|
/external/llvm/utils/ |
lldbDataFormatters.py | 21 return int(name.lstrip('[').rstrip(']'))
|
sort_includes.py | 42 header = l[len('#include'):].lstrip()
|
/external/chromium/testing/gmock/scripts/generator/cpp/ |
gmock_class_test.py | 39 return '\n'.join([s.lstrip() for s in lines.split('\n')])
|
/external/chromium_org/tools/git/ |
for-all-touched-files.py | 63 line = line.lstrip()
|
/external/chromium_org/tools/valgrind/memcheck/ |
PRESUBMIT.py | 27 line = line.lstrip()
|
/external/harfbuzz/contrib/tables/ |
unicode_parse_common.py | 15 return word.lstrip().rstrip()
|
/external/llvm/utils/testgen/ |
mc-bundling-x86-gen.py | 30 '''.format(BUNDLE_SIZE_POW2).lstrip()
|
/external/icu4c/test/depstest/ |
dependencies.py | 125 line = line.lstrip() 149 name = line[9:].lstrip() 158 name = line[7:].lstrip()
|
/external/chromium_org/third_party/WebKit/Tools/lldb/ |
lldb_webkit.py | 176 return int(name.lstrip('[').rstrip(']')) 222 return int(name.lstrip('[').rstrip(']'))
|
/external/chromium_org/tools/clang/plugins/ |
ChromeClassTester.cpp | 24 std::string lstrip(const std::string& one, const std::string& two) { function in namespace:__anon14608 270 filename = lstrip(filename, "/usr/local/google");
|
/external/chromium_org/v8/tools/ |
gen-postmortem-metadata.py | 213 line = re.sub('//.*', '', line.rstrip().lstrip()); 232 types[re.sub('\s*=.*', '', entry).lstrip()] = True;
|
/external/v8/tools/ |
gen-postmortem-metadata.py | 203 line = re.sub('//.*', '', line.rstrip().lstrip()); 222 types[re.sub('\s*=.*', '', entry).lstrip()] = True;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
quoprimime.py | 98 L.append(s.lstrip()) 102 L.append(s.lstrip())
|