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

<<919293949596979899100>>

  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/
RichSettingsFragment.java 80 String[] a = serviceName.split("\\.");
  /development/ndk/
build_symbol_db.py 49 versions.append(int(name.split('-')[1]))
  /development/python-packages/fastboot/
device.py 70 return len(devices) == 1 and devices[0].split()[1] == 'fastboot'
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DictionaryDatabase.java 211 String[] strings = TextUtils.split(line, "-");
  /development/testrunner/
am_instrument_parser.py 90 for line in result.split('\n'):
  /development/tools/axl/
chewie.py 77 splitup = line.split()
  /development/tools/
monkey 171 lines = [line.strip() for line in text.split("\n")][1:]
172 lines = [[s.strip() for s in line.split(":", 1)] for line in lines]
  /development/vndk/tools/definition-tool/tools/
update_dataset.py 28 mod_names = line[len(key) + assign_len:].strip().split(' ')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/
wiki.py 42 for word in re.split('(\W+)', line):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
spawn.py 159 paths = path.split(os.pathsep)
version.py 173 # string is split up into a tuple of integer and string components, and
178 # numbers: just split on period and compare the numbers as tuples.
274 self.component_re.split(vstring))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
fixer_base.py 185 pkg = self.skip_on.split(".")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_glob.py 14 base, file = os.path.split(filename)
test_ntpath.py 42 tester('ntpath.split("c:\\foo\\bar")', ('c:\\foo', 'bar'))
43 tester('ntpath.split("\\\\conky\\mountpoint\\foo\\bar")',
46 tester('ntpath.split("c:\\")', ('c:\\', ''))
47 tester('ntpath.split("\\\\conky\\mountpoint\\")',
50 tester('ntpath.split("c:/")', ('c:/', ''))
51 tester('ntpath.split("//conky/mountpoint/")', ('//conky/mountpoint', ''))
171 currentdir = os.path.split(os.getcwd())[-1]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
textwrap.py 92 # This less funky little regex just split on recognized spaces. E.g.
158 Split the text to wrap into indivisible chunks. Chunks are
180 chunks = pat.split(text)
189 and split() will convert that to [..., "foo.", " ", "Bar", ...]
406 for line in text.split("\n"):
uu.py 111 hdrfields = hdr.split(' ', 2)
webbrowser.py 36 # User gave us a command line, split it into name and args
37 browser = shlex.split(browser)
84 cmd = browser.split()[0]
129 for d in path.split(os.pathsep):
631 _userchoices = os.environ["BROWSER"].split(os.pathsep)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
util.py 93 path_parts = path_info.split('/')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
msgfmt.py 164 l = l.split(']', 1)[1]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
patchcheck.py 47 st = subprocess.Popen(cmd.split(), stdout=subprocess.PIPE)
pathfix.py 101 head, tail = os.path.split(filename)
pdeps.py 84 words = line[a1:b1].split(',')
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
InfParserLite.py 74 (self.Identification.FileRelativePath, self.Identification.FileName) = os.path.split(Filename)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
AprioriSection.py 96 GuidPart = Guid.split('-')
CapsuleData.py 195 Guid = self.ImageTypeId.split('-')

Completed in 1110 milliseconds

<<919293949596979899100>>