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

<<31323334353637383940>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
SimpleHTTPServer.py 150 path = path.split('?',1)[0]
151 path = path.split('#',1)[0]
153 words = path.split('/')
158 head, word = os.path.split(word)
stringold.py 103 # Split a string into a list of space/tab-separated words
104 def split(s, sep=None, maxsplit=0): function
105 """split(str [,sep [,maxsplit]]) -> list of strings
112 (split and splitfields are synonymous)
115 return s.split(sep, maxsplit)
116 splitfields = split
372 Split the argument into words using split, capitalize each
378 return join(map(capitalize, s.split(sep)), sep or ' ')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
regrtest.py 25 libdir = os.path.split(test.__path__[0])[0]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
cvsfiles.py 53 words = e.split('/')
h2py.py 47 searchdirs=os.environ['include'].split(';')
50 searchdirs=os.environ['INCLUDE'].split(';')
54 searchdirs=os.environ['BEINCLUDES'].split(';')
56 searchdirs=os.environ['C_INCLUDE_PATH'].split(':')
nm2def.py 51 items = line.split()
rgrep.py 40 lines = buffer.split("\n")
which.py 17 pathlist = os.environ['PATH'].split(os.pathsep)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
genwincodec.py 55 ) + code.split('"""#"', 1)[1]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaFileCommentParser.py 45 for Word in Comment[0].replace('#', ' ').split():
  /external/ImageMagick/PerlMagick/demo/
lsys.pl 75 foreach $command (split(//, $string))
  /external/autotest/client/bin/
update_intel_pci_ids 71 cset_attr = cset[len('CHIPSET('):-2].split(',')
  /external/autotest/client/common_lib/cros/fake_device_server/
common_util.py 40 fields = header.split()
  /external/autotest/client/common_lib/cros/
path_utils.py 36 found_path = result.stdout.split('\n')[0].strip()
  /external/autotest/client/common_lib/cros/tendo/
buffet_dbus_helper.py 60 components = name.split('_')
  /external/autotest/client/cros/
backchannel.py 77 self.gateway, self.interface = line.strip().split(' ')
87 open_ssh = list(set(item.strip().split(':')[0] for item in
88 out.split('\n') if item.strip()))
175 return self._run(cmd).stdout.split('\n')[0]
pkcs11.py 28 for line in __run_cmd('chaps_client --list').split('\n'):
44 for line in token_list.split('\n'):
65 for line in token_list.split('\n'):
89 (user, group) = item[1].split(':')
  /external/autotest/client/site_tests/audio_CrasOutputStress/
audio_CrasOutputStress.py 67 for line in output.split('\n'):
  /external/autotest/client/site_tests/bluetooth_AdapterSanity/
bluetooth_AdapterSanity.py 34 log_entries.split('\n')
  /external/autotest/client/site_tests/hardware_GPS/
hardware_GPS.py 39 for line in gpspipe.split('\n'):
  /external/autotest/client/site_tests/kernel_PerfEventRename/
kernel_PerfEventRename.py 57 stuff = line.split()
  /external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/
main.js 54 var lines = data.split(/[\n\r]+/);
61 var cmd=line.split(/\s+/);
  /external/autotest/client/site_tests/network_WlanDriver/
network_WlanDriver.py 87 base_revision = '.'.join(full_revision.split('.')[:2])
  /external/autotest/client/site_tests/network_WlanRegulatory/
network_WlanRegulatory.py 27 self.REGULATORY_DATABASE).split()
  /external/autotest/client/site_tests/platform_KernelVersionByBoard/
platform_KernelVersionByBoard.py 28 file_board, expected = line.split()

Completed in 684 milliseconds

<<31323334353637383940>>