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

<<171172173174175176177178179180>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
imputil.py 89 parts = fqname.split('.')
warnings.py 113 parts = arg.split(':')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_bigmem.py 357 # Crudely calculate an estimate so that the result of s.split won't
362 l = s.split()
366 l = s.split('a')
371 # size. Because of internal affairs, the s.split() call produces a
379 l = s.split()
383 l = s.split('a')
389 # Crudely calculate an estimate so that the result of s.split won't
692 # Like test_concat, split in two.
736 # Like test_concat, split in two.
875 # Like test_concat, split in two.
    [all...]
test_gettext.py 81 shutil.rmtree(os.path.split(LOCALEDIR)[0])
test_poplib.py 47 cmd = line.split(' ')[0].lower()
test_repr.py 148 self.assertTrue(repr(''.split).startswith(
149 '<built-in method split of str object at 0x'))
test_scope.py 590 [bad for s in 'a b' for bad in s.split()]
test_ssl.py 682 words = path.split('/')
687 head, word = os.path.split(word)
707 self.RootedHTTPRequestHandler.root = os.path.split(CERTFILE)[0]
    [all...]
test_trace.py 328 lines, cov, module = line.split()[:3]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
asdl.py 391 lines = buf.split("\n")
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenDepex.py 161 ## Split the expression string into token list
319 GuidValueList = GuidValueString.split(",")
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
CodeFragmentCollector.py 251 BeforeHashPart = str(self.Profile.FileLinesList[Line - 1]).split(T_CHAR_HASH)[0]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
Region.py 247 Data = RegionData.split(',')
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
WorkspaceDatabase.py     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
Math64.S 7 # Need to split this into multple files to size optimize the image.
  /external/ImageMagick/scripts/
format_c_api_docs 527 # Split all words with spaces to aid with tokenization
536 TOKEN: foreach $token ( split(' ', $_ ) ) {
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 421 @imports.concat( list.split( /\s*,\s*/ ) )
  /external/autotest/client/cros/cellular/pseudomodem/
pseudomodem.py 265 path, name = os.path.split(module_abs_path)
  /external/autotest/client/cros/chameleon/
audio_widget_link.py 435 board = self._cros_host.get_board().split(':')[1]
  /external/autotest/client/cros/
cryptohome.py 126 items = line.strip().split(':')
349 return mount_line.split()
460 parts = credential.split('@')
  /external/autotest/client/cros/enterprise/
enterprise_policy_base.py 346 value_shown = value_shown.split(',')
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_summary.py 213 return metric_name.split('--')[0]
validators.py 135 return validator_name.split(VALIDATOR)[0]
723 edge_name = direction.split('_')[-1]
764 expected_count_tid = int(self.criteria_str.split('==')[-1].strip())
    [all...]
  /external/autotest/client/site_tests/graphics_Idle/
graphics_Idle.py 265 min_freq = int(utils.read_one_line(freqs_path).split()[0])
  /external/autotest/database/
migrate.py 138 for statement in script.split(';')

Completed in 1170 milliseconds

<<171172173174175176177178179180>>