| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
| message.py | 29 # Split header parameters. BAW: this may be too simple. It isn't 465 return ctype.split('/')[0] 474 return ctype.split('/')[1] 504 name, val = p.split('=', 1) 519 split on the `=' sign. The left hand side of the `=' is the key,
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| mimify.py | 117 match = ' '.join(match.split('_')) 213 d, f = os.path.split(infile) 421 d, f = os.path.split(infile)
|
| smtplib.py | 418 resp = self.ehlo_resp.split('\n') 580 authlist = self.esmtp_features["auth"].split() 845 toaddrs = prompt("To").split(',')
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_wsgiref.py | 104 "Server: WSGIServer/0.1 Python/"+sys.version.split()[0]+"\r\n" 279 ).split(): 286 ).split():
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
| install.py | 33 for _path in os.environ["PATH"].split(os.pathsep): 328 py_version = (string.split(sys.version))[0] 551 self.extra_path = string.split(self.extra_path, ',')
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
| message.py | 29 # Split header parameters. BAW: this may be too simple. It isn't 465 return ctype.split('/')[0] 474 return ctype.split('/')[1] 504 name, val = p.split('=', 1) 519 split on the `=' sign. The left hand side of the `=' is the key,
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| mimify.py | 117 match = ' '.join(match.split('_')) 213 d, f = os.path.split(infile) 421 d, f = os.path.split(infile)
|
| smtplib.py | 418 resp = self.ehlo_resp.split('\n') 580 authlist = self.esmtp_features["auth"].split() 845 toaddrs = prompt("To").split(',')
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_wsgiref.py | 104 "Server: WSGIServer/0.1 Python/"+sys.version.split()[0]+"\r\n" 279 ).split(): 286 ).split():
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/ |
| AttrsXmlParser.java | 388 for (String parent : parents.split("[ \t\n\r\f,|]")) { //$NON-NLS-1$ 397 for (String name : parent.split("\\.")) { //$NON-NLS-1$ 509 for (String f : attrFormat.getNodeValue().split("\\|")) { //$NON-NLS-1$
|
| /test/vts/utils/python/coverage/ |
| coverage_utils.py | 194 TARGET_COVERAGE_PATH).split("\n") 292 parts = os.path.normpath(str(project_name)).split(os.sep, 1) 452 product = build_flavor.split("-", 1)[0]
|
| /tools/test/connectivity/acts/tests/google/tel/lab/ |
| TelLabMobilityTest.py | 134 sim_model = (self.anritsu.get_simulation_model()).split(",") 198 simmodel = self.anritsu.get_simulation_model().split(',') 227 destination_ip = (destination_ip.decode("utf-8")).split("\n")[0]
|
| /tools/tradefederation/core/prod-tests/src/com/android/media/tests/ |
| CameraPerformanceTest.java | 348 // Split summary and KPIs from stdout passes as parameter. 349 String[] output = result.split(SUMMARY_SEPARATOR); 374 String[] details = output[1].split(LOG_SEPARATOR); 380 for (String value : detailMatcher.group("values").split("\\s+")) {
|
| /tools/tradefederation/core/prod-tests/src/com/android/ota/tests/ |
| SideloadOtaStabilityTest.java | 409 String[] lastLogLines = StreamUtil.getStringFromSource(lastLog).split("\n"); 549 String[] lastLogLines = StreamUtil.getStringFromSource(status).split("\n"); 552 String[] elements = endLine.split(":");
|
| /external/icu/icu4c/source/test/intltest/ |
| regextst.cpp | [all...] |
| csdetest.cpp | 112 static UnicodeString *split(const UnicodeString &src, UChar ch, int32_t &splits) function 124 int32_t split = 0; local 128 src.extractBetween(start, end, result[split++]); 132 src.extractBetween(start, src.length(), result[split]); 161 UnicodeString *eSplit = split(encoding, CH_SLASH, splits); 570 UnicodeString *encodingList = split(*encodings, CH_SPACE, encodingCount); [all...] |
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
| InfClassObject.py | 305 TokenList = Section.split(TAB_SPLIT)
330 (self.Identification.FileRelativePath, self.Identification.FileName) = os.path.split(Filename)
579 List = D[1].split(DataType.TAB_VALUE_SPLIT)
601 List = D[1].split(DataType.TAB_EQUAL_SPLIT)
607 List = D[1].split(DataType.TAB_EQUAL_SPLIT)
765 KeyList = Key[0].split(DataType.TAB_VALUE_SPLIT)
[all...] |
| /external/autotest/server/ |
| autotest.py | 599 _, number, _ = log.split('.', 2) 732 stderr_lines = stderr.split("\n")[1:] [all...] |
| /external/llvm/utils/ |
| llvm-compilers-check | 91 paths = path.split(os.pathsep) 100 pathext = os.environ['PATHEXT'].lower().split(os.pathsep) 474 "").split())
|
| /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
| BluetoothPbapVcardManager.java | [all...] |
| /art/test/968-default-partial-compile-gen/util-src/ |
| generate_smali.py | 566 for split in SUBTREES[num]: 568 for sub in split:
|
| /cts/apps/CameraITS/tests/sensor_fusion/ |
| test_sensor_fusion.py | 34 NAME = os.path.basename(__file__).split(".")[0] 116 # Split by comma and convert each dimension to int. 117 [w, h] = map(int, s[9:].split(","))
|
| /cts/tests/filesystem/src/android/filesystem/cts/ |
| FileUtil.java | 229 amount.mRd = Double.parseDouble(line.split(" ")[1]); 231 amount.mWr = Double.parseDouble(line.split(" ")[1]);
|
| /cts/tests/tests/database/src/android/database/cts/ |
| MergeCursorTest.java | 115 String[] tableColumns = TABLE3_COLUMN_NAMES.split("[,]"); 121 tableColumns = TABLE2_COLUMN_NAMES.split("[,]");
|
| /cts/tests/tests/os/src/android/os/cts/ |
| DebugTest.java | 235 String[] buckets = s.split(","); 240 String[] kv = bucket.split(":");
|