Searched
refs:split (Results
426 -
450 of
2976) sorted by null
<<11121314151617181920>>
/frameworks/base/core/java/android/net/ |
MailTo.java | 80 String[] queries = query.split("&"); 82 String[] nameval = q.split("=");
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
WifiP2pConfig.java | 69 String[] tokens = supplicantEvent.split(" "); 79 String[] nameVal = tokens[2].split("=");
|
/libcore/luni/src/main/java/java/lang/ |
Package.java | 250 String[] requested = version.split("\\."); 251 String[] provided = specVersion.split("\\.");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_install_data.py | 39 rtwo = os.path.split(two)[-1] 41 rone = os.path.split(one)[-1]
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
__init__.py | 69 return '_'.join(encoding.translate(_norm_encoding_map).split()) 136 entry += (None,)*(6-len(entry)) + (mod.__name__.split(".", 1)[1],)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
IdleHistory.py | 26 lines = self.text.get(start, end).split(self.output_sep) 30 output = self.output_sep.join(source.split("\n"))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_dis.py | 95 lines = got.split('\n') 97 expected = expected.split("\n")
|
test_macos.py | 55 tp = ln.split()[-1][1:-1] 57 cr = ln.split()[-1][1:-1]
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
token.py | 100 lines = fp.read().split("\n") 120 format = fp.read().split("\n")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_install_data.py | 39 rtwo = os.path.split(two)[-1] 41 rone = os.path.split(one)[-1]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
__init__.py | 69 return '_'.join(encoding.translate(_norm_encoding_map).split()) 136 entry += (None,)*(6-len(entry)) + (mod.__name__.split(".", 1)[1],)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
IdleHistory.py | 26 lines = self.text.get(start, end).split(self.output_sep) 30 output = self.output_sep.join(source.split("\n"))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_dis.py | 95 lines = got.split('\n') 97 expected = expected.split("\n")
|
test_macos.py | 55 tp = ln.split()[-1][1:-1] 57 cr = ln.split()[-1][1:-1]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
token.py | 100 lines = fp.read().split("\n") 120 format = fp.read().split("\n")
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
PaletteMetadataDescriptor.java | 99 for (String s : initializedAttributes.split(",")) { //$NON-NLS-1$ 100 String[] nameValue = s.split("="); //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/ |
DebugPortProvider.java | 102 String[] portSegments = value.split("\\|"); //$NON-NLS-1$ 104 String[] entry = seg.split(":"); //$NON-NLS-1$
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/ |
PsdFile.java | 95 private static void writeImage(BufferedImage image, DataOutputStream out, boolean split) 98 if (!split) out.writeShort(0); 121 if (split) out.writeShort(0); 122 if (split) out.write(a); 123 if (split) out.writeShort(0); 125 if (split) out.writeShort(0); 127 if (split) out.writeShort(0); 129 if (!split) out.write(a);
|
/external/clang/lib/Rewrite/Core/ |
RewriteRope.cpp | 28 /// Once split, another string can be inserted in between the two halves by 100 /// split - Split the range containing the specified offset so that we are 106 RopePieceBTreeNode *split(unsigned Offset); 117 /// guaranteed that there is a split at Offset. 201 /// split - Split the range containing the specified offset so that we are 207 RopePieceBTreeNode *split(unsigned Offset); 219 /// guaranteed that there is a split at Offset. 228 /// split - Split the range containing the specified offset so that we ar [all...] |
/external/dnsmasq/src/ |
option.c | 508 /* find next comma, split string with zero and eliminate spaces. 529 static char *split(char *s) function 683 comma = split(arg); 846 comma = split(cp); 884 comma = split(arg); 930 comma = split(arg); [all...] |
/bionic/libc/tools/ |
check-symbols.py | 41 for line in subprocess.check_output(['readelf', '--dyn-syms', so_file]).split('\n'):
|
/cts/hostsidetests/sample/src/android/sample/cts/ |
SampleHostTest.java | 118 testString = line.split(":")[1].trim();
|
/cts/tests/tests/net/src/android/net/cts/ |
DhcpInfoTest.java | 58 String ipSegs[] = ipString.split("[.]");
|
/development/tools/axl/ |
log.py | 40 for ln in " ".join(map(str, logstrs)).split("\n"):
|
/external/chromium/build/linux/ |
rewrite_dirs.py | 36 args = line.split()
|
Completed in 2382 milliseconds
<<11121314151617181920>>