HomeSort by relevance Sort by last modified time
    Searched full:strip (Results 1201 - 1225 of 6288) sorted by null

<<41424344454647484950>>

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
ToolDefClassObject.py 79 Line = FileContent[Index].strip()
87 Name = NameValuePair[0].strip()
88 Value = NameValuePair[1].strip()
102 MacroName = MacroDefinition[0].strip()
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/Xml/
XmlRoutines.py 135 return XmlNode(Dom, String).firstChild.data.strip()
151 return Dom.firstChild.data.strip()
182 return Dom.getAttribute(Attribute).strip()
198 return Dom.nodeName.strip()
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Parser.py 52 Line = Line.strip()
74 ReservedLine = (ReservedLine + TAB_SPACE_SPLIT + Line).strip()
83 ReservedLine = ReservedLine + TAB_SPACE_SPLIT + Line[0:-1].strip()
274 IfLine = Line[NewLine.find(TAB_IF_EXIST) + len(TAB_IF_EXIST) + 1:].strip()
284 IfLine = Line[NewLine.find(TAB_IF_DEF) + len(TAB_IF_DEF) + 1:].strip()
291 IfLine = Line[NewLine.find(TAB_IF_N_DEF) + len(TAB_IF_N_DEF) + 1:].strip()
298 IfLine = Line[NewLine.find(TAB_IF) + len(TAB_IF) + 1:].strip()
303 IfLine = Line[NewLine.find(TAB_ELSE_IF) + len(TAB_ELSE_IF) + 1:].strip()
396 Variable = Variable.strip()
415 NewVariableValue = NewVariableValueList[1].strip()
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/Xml/
XmlRoutines.py 137 return XmlNode(Dom, String).firstChild.data.strip()
143 # Similar with XmlElement, but do not strip all the leading and tailing space
169 return Dom.firstChild.data.strip()
210 return Dom.nodeName.strip()
  /external/antlr/antlr-3.4/runtime/Python/tests/
t054main.py 184 stdout = stdout.getvalue().strip()
225 stdout = stdout.getvalue().strip()
268 stdout = stdout.getvalue().strip()
313 stdout = stdout.getvalue().strip()
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
main-scripts.rb 117 output = output.string.strip
154 output = output.string.strip
192 output = output.string.strip
221 output = output.string.strip
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
WhiteSpaceInfo.java 66 * to strip whitespaces
  /external/autotest/client/common_lib/brillo/
hal_utils.py 35 if result.exit_status == 0 and result.stdout.strip():
  /external/autotest/client/site_tests/firmware_TouchMTB/
common_util.py 41 return stdout.strip()
  /external/autotest/client/site_tests/hardware_GPS/
hardware_GPS.py 40 line = line.strip()
  /external/autotest/client/site_tests/platform_CleanShutdown/
platform_CleanShutdown.py 29 contents = utils.read_file(filename).strip()
  /external/autotest/client/site_tests/platform_KernelVersionByBoard/
platform_KernelVersionByBoard.py 32 return expected.strip()
  /external/autotest/client/site_tests/platform_Rootdev/
platform_Rootdev.py 53 text = text.strip()
  /external/autotest/client/site_tests/power_WakeupRTC/
power_WakeupRTC.py 16 return file(sysfs_path).read().strip()
  /external/autotest/client/site_tests/security_CroshModules/
security_CroshModules.py 21 return set(line.strip() for line in fp
  /external/autotest/frontend/tko/
preconfigs.py 51 self._preconfigs[type][name][parts[0]] = parts[1].strip()
  /external/autotest/server/control_segments/
cleanup 19 labels_list = [l.strip() for l in job_labels.split(',') if l]
repair 11 labels_list = [l.strip() for l in job_labels.split(',') if l]
  /external/autotest/server/site_tests/brillo_MemorySizeTest/
brillo_MemorySizeTest.py 39 meminfo_dict = dict([[tok.strip() for tok in line.split(':', 1)]
  /external/autotest/server/site_tests/brillo_WebservdSanity/
brillo_WebservdSanity.py 27 pid = int(host.run('pgrep %s' % _WEBSERVD_TEST_CLIENT).stdout.strip())
  /external/autotest/site_utils/
set_tree_status.py 30 return open(password_file, 'r').read().strip()
  /external/autotest/test_suites/
control.cts_N 37 # Strip off the cheets_CTS_N. from the test name before comparing to args
control.cts_N_preconditions 37 # Strip off the cheets_CTS_N. from the test name before comparing to args
  /external/autotest/tko/
reason_qualifier.py 36 reason_reduced = reason.strip()
status_lib.py 25 """Strip blacklisted characters from raw_line."""

Completed in 1566 milliseconds

<<41424344454647484950>>