| /external/autotest/client/cros/cellular/wardmodem/ |
| at_transceiver.py | 518 parts = atcom.split('=') 531 return (at, tuple(parts[1].split(','))) 620 parts = raw_at.split(ARG_PLACEHOLDER)
|
| /external/autotest/client/cros/input_playback/ |
| input_playback.py | 297 fw_id = result.stdout.split()[-1] 468 start = float(lines[0].split(' ')[1]) 469 end = float(lines[-1].split(' ')[1])
|
| /external/autotest/client/site_tests/longevity_Tracker/ |
| longevity_Tracker.py | 54 self.temp_dir = os.path.split(self.tmpdir)[0] 271 version_parts = version_num.split('.') 518 kiosk_app_attributes.rstrip().split(':'))
|
| /external/autotest/frontend/client/src/autotest/common/ |
| Utils.java | 169 String[] components = urlArguments.split("&"); 171 String[] parts = component.split("="); 253 String[] parts = list.split(splitRegex);
|
| /external/autotest/server/cros/network/ |
| netperf_runner.py | 47 throughput=float(lines[6].split()[4])) 64 udp_tokens = lines[5].split() 86 transaction_rate=float(lines[6].split()[5]))
|
| /external/autotest/server/cros/servo/ |
| firmware_programmer.py | 79 key, value = item.split(':') 96 key, value = item.split(':') 198 original_hwid = gbb_hwid_output.split(':', 1)[1].strip()
|
| /external/autotest/server/hosts/ |
| cros_label.py | 38 return [label.split(':')[-1]] 60 return [label.split(':')[-1]] 161 active = host.run('ectool motionsense active').stdout.split('\n')
|
| /external/autotest/utils/ |
| check_patch.py | 113 for line in status.split("\n"): 125 for line in status.split("\n"): 232 reindent_results = reindent_raw.split(" ")[-1].strip(".")
|
| /external/clang/docs/tools/ |
| dump_ast_matchers.py | 175 result_types = [r.strip() for r in results.split(',')] 201 result_types = [r.strip() for r in results.split(',')] 300 args = ', '.join(p.strip() for p in args.split(','))
|
| /external/doclava/src/com/google/doclava/ |
| Doclava.java | 284 for (String pkg : a[1].split(":")) { 289 for (String pkg : a[1].split(":")) { 599 String[] words = line.split("\\s+", 2); 2101 String[] split; local [all...] |
| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| RBBISetBuilder.java | 63 // RangeDesriptor::split() 66 void split(int where) { method in class:RBBISetBuilder.RangeDescriptor 71 // Only need to update those that are different after the split. 193 // the start of the range from the unicode set, split the range list range 196 // Then continue the loop; the post-split current range will then be skipped 199 rlRange.split(inputSetRangeBegin); 205 // the end of the range from the unicode set, split the range list 206 // range in two. The first part of the split range will be 209 rlRange.split(inputSetRangeEnd+1);
|
| /external/icu/icu4c/source/common/ |
| rbbisetb.cpp | 182 // the start of the range from the unicode set, split the range list range 185 // Then continue the loop; the post-split current range will then be skipped 188 rlRange->split(inputSetRangeBegin, *fStatus); 197 // the end of the range from the unicode set, split the range list 198 // range in two. The first part of the split range will be 201 rlRange->split(inputSetRangeEnd+1, *fStatus); 632 // RangeDesriptor::split() 635 void RangeDescriptor::split(UChar32 where, UErrorCode &status) { function in class:RangeDescriptor 647 // Only need to update those that are different after the split.
|
| /external/icu/icu4c/source/test/intltest/ |
| cpdtrtst.cpp | 250 UnicodeString *array=split(ID, 0x003b, count); 264 array=split(ID2, 0x003b, count); 323 UnicodeString* CompoundTransliteratorTest::split(const UnicodeString& str, UChar seperator, int32_t& count) { function in class:CompoundTransliteratorTest
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| RBBISetBuilder.java | 62 // RangeDesriptor::split() 65 void split(int where) { method in class:RBBISetBuilder.RangeDescriptor 70 // Only need to update those that are different after the split. 192 // the start of the range from the unicode set, split the range list range 195 // Then continue the loop; the post-split current range will then be skipped 198 rlRange.split(inputSetRangeBegin); 204 // the end of the range from the unicode set, split the range list 205 // range in two. The first part of the split range will be 208 rlRange.split(inputSetRangeEnd+1);
|
| /external/jsoncpp/ |
| makerelease.py | 208 for line in stdout.split('\n'): 217 path = line.strip().split()[-1:] 353 for platform in options.platforms.split(','):
|
| /external/markdown/markdown/ |
| __init__.py | 385 # Split into lines and run the line preprocessors. 386 self.lines = source.split("\n") 522 pairs = [x.split("=") for x in ext_args.split(",")]
|
| /external/python/cpython2/Lib/ |
| UserString.py | 118 def split(self, sep=None, maxsplit=-1): member in class:UserString 119 return self.data.split(sep, maxsplit) 223 called_in_dir, called_as = os.path.split(sys.argv[0])
|
| /external/python/cpython2/Lib/distutils/command/ |
| bdist_rpm.py | 366 l = string.split(string.strip(line)) 540 spec_file.extend(string.split(open(val, 'r').read(), '\n')) 571 for line in string.split(string.strip(changelog), '\n'):
|
| /external/python/cpython2/Lib/email/ |
| _parseaddr.py | 50 data = data.split() 61 stuff = data[0].split('-') 94 tm = tm.split(':')
|
| /external/python/cpython2/Tools/freeze/ |
| freeze.py | 147 options = open(sys.argv[pos+1]).read().split() 197 apply(modulefinder.AddPackagePath, tuple(a.split("=", 2))) 199 f,r = a.split("=", 2)
|
| /external/selinux/gui/ |
| portsPage.py | 122 p1 = int(treemodel.get_value(iter1, PORT_COL).split('-')[0]) 123 p2 = int(treemodel.get_value(iter2, PORT_COL).split('-')[0]) 214 for i in port_number.split("-"):
|
| /external/toolchain-utils/binary_search_tool/test/ |
| binary_search_tool_tester.py | 95 bad_ones = bad_ones.split() 329 bad_ones = bad_ones.split() 382 bad_ones = bad_ones.split()
|
| /external/toolchain-utils/cros_utils/ |
| misc.py | 37 lsb_build = int(lsb_version.split('.')[0]) 194 base_board = board.split('_')[0] 208 base_board = board.split('_')[0] 479 patch_list = gerrit_patch_string.split(' ')
|
| /external/vixl/tools/ |
| test.py | 267 opt, val = option.split('=') 367 for target in (option.split('='))[1].split(','): 380 for target in args.target[0].split(','):
|
| /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
| GraphReader.java | 297 String[] sourceParts = sourceTag.split(":"); 314 String[] targetParts = targetTag.split(":"); 420 String[] floatStrings = TextUtils.split(strValue, ",");
|