HomeSort by relevance Sort by last modified time
    Searched refs:rstrip (Results 26 - 50 of 652) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/python/cpython3/Lib/idlelib/
rstrip.py 3 class Rstrip:
19 cut = len(txt.rstrip())
  /external/python/cpython3/Lib/
secrets.py 73 return base64.urlsafe_b64encode(tok).rstrip(b'=').decode('ascii')
  /external/python/cpython3/Tools/clinic/
cpp.py 86 self.continuation = line[:-1].rstrip() + " "
121 line = before.rstrip() + ' ' + after.lstrip()
125 line = before.rstrip()
132 line = before.rstrip()
  /external/u-boot/cmd/
ini.c 39 static char *rstrip(char *s) function
136 start = lskip(rstrip(line));
173 name = rstrip(start);
178 rstrip(value);
  /external/u-boot/scripts/
fill_scrapyard.py 99 toplevel = toplevel.rstrip()
157 line = line.rstrip() + '\n'
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
CommentGenerating.py 46 TailCommentLines = TailCommentLines.rstrip(END_OF_LINE)
60 CommentLines = CommentLines.rstrip(END_OF_LINE)
139 Abstract = Abstract.rstrip('\r\n')
147 Description = Description.rstrip('\r\n')
156 Copyright = Copyright.rstrip('\r\n')
162 License = License.rstrip('\r\n')
  /external/u-boot/tools/buildman/
test.py 219 errors[0].rstrip().replace('\n', '\nw+'))
229 errors[1].rstrip().replace('\n', '\n+'))
238 errors[1].rstrip().replace('\n', '\n-'))
242 errors[2].rstrip().replace('\n', '\nw+'))
250 expect = errors[3].rstrip().split('\n')
256 errors[2].rstrip().replace('\n', '\nw-'))
262 expect = errors[3].rstrip().split('\n')
268 errors[0].rstrip().replace('\n', '\nw-'))
274 expect_str = errors[4].rstrip().replace('%(basedir)s', '').split('\n')
  /external/python/cpython3/Lib/test/test_asyncio/
test_windows_utils.py 112 out = ovout.getresult().rstrip()
113 err = overr.getresult().rstrip()
118 self.assertTrue(msg.upper().rstrip().startswith(out))
  /external/autotest/client/profilers/perf/
perf.py 30 self.sort_keys = [k.rstrip(",") for k in line.split() if
31 k.rstrip(",") != 'dso']
  /external/autotest/client/tests/memory_api/
memory_api.py 32 open("/proc/sys/vm/vma_max_shift").read().rstrip())
37 output = p1.stdout.readline().rstrip()
  /external/deqp-deps/SPIRV-Tools/utils/
update_build_version.py 111 return command_output(['git', 'describe'], directory).rstrip().decode()
115 ['git', 'rev-parse', 'HEAD'], directory).rstrip().decode()
  /external/llvm/utils/
lldbDataFormatters.py 35 return int(name.lstrip('[').rstrip(']'))
74 return int(name.lstrip('[').rstrip(']'))
  /external/selinux/mcstrans/share/util/
mlstrans-test 42 line = line.rstrip('\n')
  /external/skia/tools/lua/
trigger_ct_lua 68 user = subprocess.check_output(['git', 'config', 'user.email']).rstrip()
73 password = f.read().rstrip()
  /external/skia/tools/
sanitize_source_files.py 87 stripped_line = line.rstrip() + '\n'
120 file_content = file_content.rstrip()
  /external/skqp/tools/lua/
trigger_ct_lua 68 user = subprocess.check_output(['git', 'config', 'user.email']).rstrip()
73 password = f.read().rstrip()
  /external/skqp/tools/
sanitize_source_files.py 87 stripped_line = line.rstrip() + '\n'
120 file_content = file_content.rstrip()
  /external/swiftshader/third_party/SPIRV-Tools/utils/
update_build_version.py 111 return command_output(['git', 'describe'], directory).rstrip().decode()
115 ['git', 'rev-parse', 'HEAD'], directory).rstrip().decode()
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/
lldbDataFormatters.py 35 return int(name.lstrip('[').rstrip(']'))
74 return int(name.lstrip('[').rstrip(']'))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
combinerefs.py 114 print '??? new object created while tearing down:', line.rstrip()
  /external/autotest/client/bin/
update_intel_pci_ids 70 cset_attr[i] = cset_attr[i].strip(' "').rstrip(' "')
  /external/autotest/client/site_tests/kernel_Delay/
kernel_Delay.py 100 return [self._get_file(p).rstrip() for p in self._governor_paths]
111 return self._get_file(self.QUIET_GOVERNOR_PATH).rstrip()
161 governor = self._get_file(p).rstrip()
187 line = line.rstrip()
  /external/autotest/client/site_tests/policy_RestoreOnStartupURLs/
policy_RestoreOnStartupURLs.py 53 tab_urls = [tab.url.encode('utf8').rstrip('/')
  /external/autotest/server/hosts/
adb_label.py 21 _NAME = constants.BOARD_PREFIX.rstrip(':')
  /external/autotest/server/site_tests/camera_HAL3Server/
camera_HAL3Server.py 31 self.BRIGHTNESS_CMD).stdout.rstrip()

Completed in 1283 milliseconds

12 3 4 5 6 7 8 91011>>