HomeSort by relevance Sort by last modified time
    Searched refs:split (Results 4826 - 4850 of 6499) sorted by null

<<191192193194195196197198199200>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
collections.py 264 field_names = field_names.replace(',', ' ').split() # names separated by whitespace and/or commas
htmllib.py 96 data = ' '.join(data.split())
ihooks.py 188 def path_split(self, x): return os.path.split(x)
optparse.py 673 % str(type(self.choices)).split("'")[1], self)
    [all...]
plistlib.py 267 for line in data.asBase64(maxlinelength).split("\n"):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_httplib.py 72 kv = item.split(':')
test_posix.py 386 set([int(x) for x in groups.split()]),
test_smtplib.py 357 mech, auth = arg.split()
test_zlib.py 493 sources = source.split('\n')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
minidom.py 358 return self.nodeName.split(":", 1)[-1]
662 return self.tagName.split(":", 1)[-1]
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/
ccbench.py 585 cpu = ' '.join(platform.processor().split())
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
pybench.py 843 string.join(string.split(sys.version), ' '))
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DecClassObject.py 140 (self.Identification.FileRelativePath, self.Identification.FileName) = os.path.split(Filename)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
CodeFragmentCollector.py 257 BeforeHashPart = str(self.Profile.FileLinesList[Line - 1]).split(T_CHAR_HASH)[0]
Ecc.py 292 PathParts = TmpPath.split(os.sep)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfParser.py 112 (Path, Name) = os.path.split(Filename)
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 749 String[] names = fileNames.split(pattern);
751 log("Split right hand side '" + name + "'", Project.MSG_VERBOSE);
  /external/autotest/client/bin/
base_sysinfo.py 475 kernel_vers = " ".join(keyval["sysinfo-uname"].split()[2:])
  /external/autotest/client/common_lib/cros/
arc.py 430 values = dict(line.split('=', 1) for line in f.read().splitlines())
  /external/autotest/client/cros/cellular/wardmodem/
wardmodem.py 287 parts = module_name.split('_')
  /external/autotest/client/cros/chameleon/
audio_test_utils.py 147 return host.get_board().split(':')[1]
chameleon.py 914 host_parts = dut_hostname.split('.')
  /external/autotest/client/cros/
cros_disks.py 651 self._loop_device = output.split(':')[0]
dhcp_packet.py 178 for part in domain.split("."):
power_suspend.py 222 words = line.split('=')

Completed in 941 milliseconds

<<191192193194195196197198199200>>