HomeSort by relevance Sort by last modified time
    Searched refs:lstrip (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /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/chromium_org/third_party/libvpx/source/libvpx/tools/
wrap-commit-msg.py 50 if line.lstrip() == line:
  /external/libvpx/libvpx/tools/
wrap-commit-msg.py 50 if line.lstrip() == line:
  /external/chromium_org/build/linux/
rewrite_dirs.py 29 path = path.lstrip('/')
  /external/llvm/utils/
lldbDataFormatters.py 29 return int(name.lstrip('[').rstrip(']'))
sort_includes.py 42 header = l[len('#include'):].lstrip()
  /external/chromium_org/third_party/closure_linter/closure_linter/
error_fixer.py 111 leading_space = len(iterator.string) - len(iterator.string.lstrip())
113 iterator.string.lstrip())
143 starting_space = len(iterator.string) - len(iterator.string.lstrip())
145 iterator.string.lstrip())
245 len(start_token.string) - len(start_token.string.lstrip()))
325 if (len(token.string.lstrip()) == len(token.string) - actual and
326 token.string.lstrip()):
327 token.string = token.string.lstrip()
331 token.string = token.string.lstrip() + (' ' * expected)
  /external/chromium_org/chrome/common/extensions/docs/server2/
local_file_system.py 87 _ConvertToFilepath(path).lstrip(os.sep))
106 _ConvertToFilepath(path).lstrip(os.sep))
preview.py 46 if not posixpath.abspath(self.path.lstrip('/')).startswith(
owners_data_source.py 34 notes.append(line[len(_COMMENT_START_MARKER):].lstrip())
sidenav_data_source.py 92 href = href.lstrip('/')
  /external/chromium_org/chrome/test/ispy/server/
gs_bucket.py 26 return self.bucket + '/' + path.lstrip('/')
main_view_handler.py 106 res['expectation'] = path.lstrip('/').split('/')[2]
  /external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/memcheck/
PRESUBMIT.py 43 line = line.lstrip()
  /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/llvm/utils/testgen/
mc-bundling-x86-gen.py 30 '''.format(BUNDLE_SIZE_POW2).lstrip()
  /external/chromium_org/third_party/icu/source/test/depstest/
dependencies.py 125 line = line.lstrip()
149 name = line[9:].lstrip()
158 name = line[7:].lstrip()
  /external/icu/icu4c/source/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/Scripts/webkitpy/thirdparty/
autopep8.py 557 self.source[line_index] = ' ' * num_indent_spaces + target.lstrip()
564 if not target.lstrip().startswith('#'):
576 stripped = target.lstrip()
673 fixed = target[:c].rstrip() + target[c:].lstrip()
681 self.source[line_index + 1] = self.source[line_index + 1].lstrip()
692 comment = target[offset:].lstrip(' \t#')
758 if not target.lstrip().startswith('import'):
764 indentation + 'import ' + target[offset:].lstrip('\t ,'))
772 self.source[result['line'] - 1].lstrip().startswith('#')
831 if target.lstrip().startswith('#')
    [all...]
  /external/chromium_org/build/config/linux/
pkg-config.py 97 path = path.lstrip('/')
  /external/chromium_org/tools/clang/plugins/
ChromeClassTester.cpp 24 std::string lstrip(const std::string& one, const std::string& two) { function in namespace:__anon21044
278 filename = lstrip(filename, "/usr/local/google");
  /external/chromium_org/v8/tools/
gen-postmortem-metadata.py 253 line = re.sub('//.*', '', line.rstrip().lstrip());
272 types[re.sub('\s*=.*', '', entry).lstrip()] = True;
  /external/chromium_org/testing/gtest/scripts/
pump.py 712 if cur_line.lstrip().startswith('#'):
724 indent = len(before_comment) - len(before_comment.lstrip())
736 cur_line = seg.lstrip()
742 indent = len(line) - len(line.lstrip())
753 seg = seg.lstrip()
761 cur_line = (cur_line + seg).lstrip()
766 cur_line = seg.lstrip()

Completed in 1399 milliseconds

1 2 3 4