Home
last modified time | relevance | path

Searched refs:lstrip (Results 1 – 25 of 135) sorted by relevance

123456

/external/mesa3d/scons/
Dsource_list.py74 val = self._expand_value(line[op_end:].lstrip())
97 line = self.line_cont + line.lstrip()
103 line = line.lstrip()
/external/icu/icu4c/source/test/depstest/
Ddependencies.py130 line = line.lstrip()
154 name = line[9:].lstrip()
163 name = line[7:].lstrip()
/external/llvm/utils/
DlldbDataFormatters.py35 return int(name.lstrip('[').rstrip(']'))
74 return int(name.lstrip('[').rstrip(']'))
/external/autotest/client/site_tests/network_Ipv6SimpleNegotiation/
Dnetwork_Ipv6SimpleNegotiation.py41 parts = line.lstrip().split()
62 parts = line.lstrip().split(' ')
/external/python/cpython2/Lib/distutils/
Dtext_file.py237 line = line.lstrip()
263 line = line.lstrip()
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
Dpump.py712 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()
/external/v8/testing/gtest/scripts/
Dpump.py712 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()
/external/googletest/googletest/scripts/
Dpump.py712 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()
/external/google-breakpad/src/testing/gtest/scripts/
Dpump.py712 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()
/external/python/cpython2/Lib/
Dinspect.py352 return len(expline) - len(string.lstrip(expline))
381 content = len(string.lstrip(line))
387 lines[0] = lines[0].lstrip()
612 if end >= 0 and string.lstrip(lines[end])[:1] == '#' and \
614 comments = [string.lstrip(string.expandtabs(lines[end]))]
617 comment = string.lstrip(string.expandtabs(lines[end]))
622 comment = string.lstrip(string.expandtabs(lines[end]))
Dstringold.py84 def lstrip(s): function
90 return s.lstrip()
/external/protobuf/gtest/scripts/
Dpump.py705 if cur_line.lstrip().startswith('#'):
717 indent = len(before_comment) - len(before_comment.lstrip())
729 cur_line = seg.lstrip()
735 indent = len(line) - len(line.lstrip())
746 seg = seg.lstrip()
754 cur_line = (cur_line + seg).lstrip()
759 cur_line = seg.lstrip()
/external/python/cpython2/Doc/tools/
Drstlint.py112 if line.lstrip()[0] not in '+|' and \
114 not line.lstrip().startswith(('.. function',
/external/python/cpython2/Lib/email/
Dquoprimime.py97 L.append(s.lstrip())
101 L.append(s.lstrip())
/external/python/cpython2/Doc/includes/sqlite3/
Dcomplete_statement.py24 if buffer.lstrip().upper().startswith("SELECT"):
/external/libvpx/libvpx/tools/
Dwrap-commit-msg.py50 if line.lstrip() == line:
/external/toolchain-utils/dejagnu/
Drun_dejagnu.py249 self._gcc_source_dir.lstrip('/'))
276 self._gcc_top_build_dir.lstrip('/'))
313 self._gcc_build_dir.lstrip('/'))
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/scripts/
Dgen_llvm_ir_macros.py160 return_type = func.group(1).lstrip() + '*'
173 arg = arg.lstrip()
/external/autotest/client/cros/
Dcertificate_util.py60 self._subject = subject.lstrip(' /').split('/')
/external/llvm/utils/testgen/
Dmc-bundling-x86-gen.py30 '''.format(BUNDLE_SIZE_POW2).lstrip()
/external/autotest/site_utils/lxc/
Dcontainer.py292 destination = destination.lstrip('/')
402 constants.CONTROL_TEMP_PATH.lstrip(os.path.sep))
/external/libyuv/files/tools_libyuv/valgrind/memcheck/
DPRESUBMIT.py43 line = line.lstrip()
/external/webrtc/tools/valgrind-webrtc/memcheck/
DPRESUBMIT.py43 line = line.lstrip()
/external/libmojo/mojo/public/tools/bindings/
Dgenerate_type_mappings.py85 values[key].append(value.lstrip('/'))
/external/autotest/site_utils/suite_scheduler/
Dtask.py129 tot_mstone_num = tot_mstone.lstrip('R')
551 spec.lstrip('>=R'))
555 spec.lstrip('<=R'))
560 spec.lstrip('==R'))

123456