Searched
refs:split (Results
4901 -
4925 of
6499) sorted by null
<<191192193194195196197198199200>>
| /external/protobuf/python/google/protobuf/internal/ |
| well_known_types.py | 88 return self.type_url.split('/')[-1] 387 for path in value.split(','): 454 parts = path.split('.') 514 for name in path.split('.'): 537 for name in path.split('.'):
|
| /external/protobuf/python/google/protobuf/ |
| json_format.py | 231 type_name = type_url.split('/')[-1]
|
| /external/python/cpython2/Demo/tkinter/guido/ |
| AttrDialog.py | 444 widget = string.split(item)[0]
|
| /external/python/cpython2/Lib/bsddb/test/ |
| test_associate.py | 288 genre = priData.split('|')[2]
|
| test_dbshelve.py | 292 self.filename = os.path.split(self.filename)[1]
|
| /external/python/cpython2/Lib/ctypes/ |
| __init__.py | 29 if int(_os.uname()[2].split('.')[0]) < 8:
|
| /external/python/cpython2/Lib/ |
| htmllib.py | 96 data = ' '.join(data.split())
|
| ihooks.py | 188 def path_split(self, x): return os.path.split(x)
|
| optparse.py | 674 % str(type(self.choices)).split("'")[1], self) [all...] |
| plistlib.py | 267 for line in data.asBase64(maxlinelength).split("\n"):
|
| sysconfig.py | 89 _PY_VERSION = sys.version.split()[0]
|
| /external/python/cpython2/Lib/idlelib/ |
| TreeWidget.py | 456 width, height, x, y = list(map(int, re.split('[x+]', parent.geometry())))
|
| tabbedpages.py | 473 width, height, x, y = list(map(int, re.split('[x+]', parent.geometry())))
|
| /external/python/cpython2/Lib/test/ |
| test_gettext.py | 81 shutil.rmtree(os.path.split(LOCALEDIR)[0])
|
| test_smtplib.py | 383 mech, auth = arg.split()
|
| test_string.py | 162 for field in format_string.split('|'): 231 for part in name.split('.'):
|
| test_uuid.py | 412 path = os.environ.get("PATH", os.defpath).split(os.pathsep)
|
| /external/python/cpython2/Lib/xml/dom/ |
| minidom.py | 359 return self.nodeName.split(":", 1)[-1] 660 return self.tagName.split(":", 1)[-1] [all...] |
| /external/python/cpython2/Tools/ccbench/ |
| ccbench.py | 585 cpu = ' '.join(platform.processor().split())
|
| /external/python/cpython2/Tools/pybench/ |
| pybench.py | 843 string.join(string.split(sys.version), ' '))
|
| /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/ |
| ResourceLoader.java | 504 String[] tokens = name.split("\\.9\\.png$");
|
| /external/selinux/prebuilts/bin/ |
| seinfo.py | 213 ports = [int(i) for i in args.portconquery.split("-")]
|
| /external/selinux/python/semanage/ |
| semanage | 80 for v in value.split(): 760 l = line.split() [all...] |
| /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
| ScriptManager.java | 528 String contents[] = result.split("\n", 2);
|
| /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/ |
| OatFile.java | 177 return Arrays.asList(bcp.split(":"));
|
Completed in 1417 milliseconds
<<191192193194195196197198199200>>