|   /external/webrtc/webrtc/modules/video_coding/utility/ | 
| vp8_header_parser.cc  | 80   const uint8_t split = (range * prob) >> 8;  local  83   if (value > split) { 84     range -= split + 1; 85     br->value_ -= static_cast<uint32_t>(split + 1) << pos; 88     range = split;
  | 
|   /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/ | 
| util.py  | 26         s, rest = sys.version[i:].split(" ", 1) 67         for directory in os.environ['PATH'].split(os.pathsep): 174             parts = libname.split(".") 211                     paths = line.split()[4] 216             for dir in paths.split(":"):
  | 
|   /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ | 
| FormatParagraph.py  | 47             lines = data.split("\n") 53             # re-split and re-insert the comment header. 54             newdata = newdata.split("\n") 82     lineno, col = map(int, mark.split(".")) 107     lines = data.split("\n") 123         words = re.split("(\s+)", lines[i])
  | 
|   /prebuilts/gdb/darwin-x86/lib/python2.7/test/ | 
| test_peepholer.py  | 185         self.assertEqual(asm.split().count('RETURN_VALUE'), 1) 194         self.assertEqual(asm.split().count('RETURN_VALUE'), 2) 210         self.assertEqual(asm.split().count('RETURN_VALUE'), 6) 220         self.assertEqual(asm.split().count('JUMP_ABSOLUTE'), 1) 221         self.assertEqual(asm.split().count('RETURN_VALUE'), 2)
  | 
|   /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/ | 
| util.py  | 26         s, rest = sys.version[i:].split(" ", 1) 67         for directory in os.environ['PATH'].split(os.pathsep): 174             parts = libname.split(".") 211                     paths = line.split()[4] 216             for dir in paths.split(":"):
  | 
|   /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ | 
| FormatParagraph.py  | 47             lines = data.split("\n") 53             # re-split and re-insert the comment header. 54             newdata = newdata.split("\n") 82     lineno, col = map(int, mark.split(".")) 107     lines = data.split("\n") 123         words = re.split("(\s+)", lines[i])
  | 
|   /prebuilts/gdb/linux-x86/lib/python2.7/test/ | 
| test_peepholer.py  | 185         self.assertEqual(asm.split().count('RETURN_VALUE'), 1) 194         self.assertEqual(asm.split().count('RETURN_VALUE'), 2) 210         self.assertEqual(asm.split().count('RETURN_VALUE'), 6) 220         self.assertEqual(asm.split().count('JUMP_ABSOLUTE'), 1) 221         self.assertEqual(asm.split().count('RETURN_VALUE'), 2)
  | 
|   /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/ | 
| util.py  | 26         s, rest = sys.version[i:].split(" ", 1) 67         for directory in os.environ['PATH'].split(os.pathsep): 174             parts = libname.split(".") 211                     paths = line.split()[4] 216             for dir in paths.split(":"):
  | 
|   /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ | 
| FormatParagraph.py  | 47             lines = data.split("\n") 53             # re-split and re-insert the comment header. 54             newdata = newdata.split("\n") 82     lineno, col = map(int, mark.split(".")) 107     lines = data.split("\n") 123         words = re.split("(\s+)", lines[i])
  | 
|   /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ | 
| test_peepholer.py  | 185         self.assertEqual(asm.split().count('RETURN_VALUE'), 1) 194         self.assertEqual(asm.split().count('RETURN_VALUE'), 2) 210         self.assertEqual(asm.split().count('RETURN_VALUE'), 6) 220         self.assertEqual(asm.split().count('JUMP_ABSOLUTE'), 1) 221         self.assertEqual(asm.split().count('RETURN_VALUE'), 2)
  | 
|   /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/ | 
| util.py  | 26         s, rest = sys.version[i:].split(" ", 1) 67         for directory in os.environ['PATH'].split(os.pathsep): 174             parts = libname.split(".") 211                     paths = line.split()[4] 216             for dir in paths.split(":"):
  | 
|   /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ | 
| FormatParagraph.py  | 47             lines = data.split("\n") 53             # re-split and re-insert the comment header. 54             newdata = newdata.split("\n") 82     lineno, col = map(int, mark.split(".")) 107     lines = data.split("\n") 123         words = re.split("(\s+)", lines[i])
  | 
|   /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ | 
| test_peepholer.py  | 185         self.assertEqual(asm.split().count('RETURN_VALUE'), 1) 194         self.assertEqual(asm.split().count('RETURN_VALUE'), 2) 210         self.assertEqual(asm.split().count('RETURN_VALUE'), 6) 220         self.assertEqual(asm.split().count('JUMP_ABSOLUTE'), 1) 221         self.assertEqual(asm.split().count('RETURN_VALUE'), 2)
  | 
|   /tools/test/connectivity/acts/framework/acts/ | 
| config_parser.py  | 125     tokens = item.split(':') 139         for elem in test_case_names.split(','): 260             _ENV_ACTS_TESTPATHS].split(_PATH_SEPARATOR) 266     config_path, _ = os.path.split(utils.abs_path(test_config_path)) 273     config_path, _ = os.path.split(utils.abs_path(test_config_path))
  | 
|   /external/tpm2/generator/ | 
| tpm_table.py  | 184     """Split the passed in word by the regex used to pick TPM algorithms. 193     The split would result in a three element list: the part before !ALG 200     The first and last elements of the split are used as the prefix and suffix 204     in the selector column in table 127 (TPM_ALG_!ALG) In this case the split 210     split returns a single element list, the second element set to None is 214       word: a string, the encoded algorithm string to be split. 217       a tuple of two strings, first and last elements of the split, either one 221     parts = self._alg_macro.split(word) 223       parts = word.split('!ALG') 341       type_name = self._title.split()[4     [all...] | 
|   /packages/apps/Bluetooth/src/com/android/bluetooth/map/ | 
| BluetoothMapbMessage.java  | 258                     parts = line.split("[^\\\\]:"); // Split on "un-escaped" ':' 265                     parts = line.split("[^\\\\]:"); // Split on "un-escaped" ':' 272                     parts = line.split("[^\\\\]:"); // Split on "un-escaped" ':' 274                         String[] subParts = parts[1].split("[^\\\\];"); 283                     parts = line.split("[^\\\\]:"); // Split on "un-escaped" : 285                         String[] subParts = parts[1].split("[^\\\\];")     [all...] | 
|   /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/ | 
| VectorAverage.java  | 152         String[] lines = string.split(System.getProperty("line.separator")); 162                 String[] separated = lines[nIndex].split("="); 174                     String[] separated = lines[nIndex].split("=");
  | 
|   /cts/hostsidetests/tv/src/com/android/cts/tv/ | 
| TvInputManagerHostTest.java  | 117                     testString = line.split(":")[1].trim(); 139             for (String feature: commandOutput.split("\\s+")) { 141                 String[] tokens = feature.split(":");
  | 
|   /cts/tools/cts-media-preparer-app/src/android/mediastress/cts/preconditions/app/ | 
| MediaPreparerAppTest.java  | 127             for (String trackFormatString : formatString.split(";")) { 142         for (String entry : trackFormatString.split(",")) { 143             String[] kv = entry.split("=");
  | 
|   /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/ | 
| markov.py  | 48         print 'Input files (default stdin) are split in paragraphs'
 49         print 'separated blank lines and each paragraph is split'
 80             paralist = text.split('\n\n')
 83                 words = para.split()
 108             words = data.split()
  | 
|   /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ | 
| logmerge.py  | 75     Split the chunk in parts separated by sep2.
 120                     tag, rev = line.split()
 137         words = dateline.split()
 152         words = revline.split()
  | 
|   /external/autotest/client/cros/cellular/pseudomodem/ | 
| client.py  | 116         arglist = args.split(' ', 1) 147         arglist = args.split(' ') 178         arglist = args.split()
  | 
|   /external/autotest/client/site_tests/hardware_Badblocks/ | 
| hardware_Badblocks.py  | 108         lines = stdout.split('\n') 119             sublines = line[line.find(':') + 2:].split('\n') 126         min_sec = re.match(r'(\w+):(\w+)', lines[-2].split()[-4])
  | 
|   /external/autotest/client/site_tests/security_AccountsBaseline/ | 
| security_AccountsBaseline.py  | 82         if set(expected[3].split(',')) != set(actual[3].split(',')): 92         return [x.strip().split(':') for x in open(path).readlines()]
  | 
|   /external/autotest/client/site_tests/security_RootCA/ | 
| security_RootCA.py  | 108             fingerprint = f.split('=')[1] 109             for field in i.split('/'): 110                 items = field.split('=')
  |