| /external/autotest/server/ |
| server_job.py | [all...] |
| /external/deqp/modules/gles3/scripts/ |
| genutil.py | 46 lines = text.split("\n") 96 repl = "\n".join(["%s%s" % (ws, line) for line in value.split("\n")])
|
| /external/deqp/modules/gles31/scripts/ |
| genutil.py | 46 lines = text.split("\n") 96 repl = "\n".join(["%s%s" % (ws, line) for line in value.split("\n")])
|
| /external/llvm/utils/TableGen/ |
| FixedLenDecoderEmitter.cpp | [all...] |
| /external/nanohttpd/core/src/main/java/fi/iki/elonen/ |
| NanoHTTPD.java | 261 String[] tokens = raw.split(";"); 263 String[] data = token.trim().split("="); [all...] |
| /external/protobuf/js/binary/ |
| encoder.js | 78 * Encodes a 64-bit integer in 32:32 split representation into its wire-format
|
| /external/python/cpython2/Lib/ |
| cookielib.py | 472 for ii, param in enumerate(ns_header.split(';')): [all...] |
| /external/python/cpython2/Lib/idlelib/ |
| PyShell.py | 693 lines = source.split("\n") [all...] |
| /external/python/cpython2/Lib/test/ |
| test_optparse.py | [all...] |
| /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/ |
| vt320.java | [all...] |
| /external/spirv-llvm/lib/SPIRV/ |
| SPIRVUtil.cpp | 392 R.split(Postfix, "_", -1, false); [all...] |
| /external/toybox/generated/ |
| newtoys.h | 216 USE_SPLIT(NEWTOY(split, ">2a#<1=2>9b#<1l#<1[!bl]", TOYFLAG_USR|TOYFLAG_BIN))
|
| /frameworks/base/core/java/android/view/ |
| ViewDebug.java | 449 final String[] params = parameters.split(" "); 468 final String[] ids = parameter.split("@"); [all...] |
| /frameworks/native/cmds/installd/ |
| dexopt.cpp | 165 static int split(char *buf, const char **argv) function in namespace:android::installd 447 i += split(dex2oat_flags, argv + i); [all...] |
| /libcore/ojluni/src/main/java/java/net/ |
| URI.java | 2250 static private void split(char[] path, int[] segs) { method 2457 split(path, segs); method [all...] |
| /packages/apps/Contacts/src/com/android/contacts/list/ |
| ContactListItemView.java | 1816 private static List<String> split(String content) { method in class:ContactListItemView [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| cookielib.py | 467 for ii, param in enumerate(re.split(r";\s*", ns_header)): 473 k, v = re.split(r"\s*=\s*", param, 1) [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
| PyShell.py | 663 lines = source.split("\n") [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_codecs.py | 103 for (i, lineend) in enumerate(u"\n \r\n \r \u2028".split()): 112 for lineend in u"\n \r\n \r \u2028".split(): [all...] |
| test_collections.py | 667 words = Counter('which witch had which witches wrist watch'.split()) [all...] |
| test_optparse.py | [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| cookielib.py | 467 for ii, param in enumerate(re.split(r";\s*", ns_header)): 473 k, v = re.split(r"\s*=\s*", param, 1) [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
| PyShell.py | 663 lines = source.split("\n") [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_codecs.py | 103 for (i, lineend) in enumerate(u"\n \r\n \r \u2028".split()): 112 for lineend in u"\n \r\n \r \u2028".split(): [all...] |
| test_collections.py | 667 words = Counter('which witch had which witches wrist watch'.split()) [all...] |