HomeSort by relevance Sort by last modified time
    Searched refs:split (Results 226 - 250 of 1549) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.8-1.js 24 ECMA Section: 15.5.4.8 String.prototype.split( separator )
33 As a special case, if the separator is the empty string, the string is split
45 The length property of the split method is 2
52 var TITLE = "String.prototype.split";
63 array[item++] = new TestCase( SECTION, "String.prototype.split.length", 2, String.prototype.split.length );
64 array[item++] = new TestCase( SECTION, "delete String.prototype.split.length", false, delete String.prototype.split.length );
65 array[item++] = new TestCase( SECTION, "delete String.prototype.split.length; String.prototype.split.length", 2, eval("delete String.prototype.split.length; String.prototype.split.length") )
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
changelog_unittest.py 40 checker.check(changelog_data.split('\n'))
51 checker.check(changelog_data.split('\n'))
  /external/webkit/Tools/Scripts/webkitpy/test/
main.py 56 root_package_name = os.path.split(package_path)[1] # Equals "webkitpy".
70 (rel_path, tail) = os.path.split(rel_path)
  /frameworks/base/core/java/android/net/
MailTo.java 79 String[] queries = query.split("&");
81 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("\\.");
  /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...]
  /build/tools/releasetools/
common.py 93 for line in zip.read("META/misc_info.txt").split("\n"):
96 k, v = line.split("=", 1)
131 for line in data.split("\n"):
133 name, value = line.split(" ", 1)
167 for line in data.split("\n"):
170 name, value = line.split("=", 1)
186 for line in data.split("\n"):
189 pieces = line.split()
211 options = options.split(",")
222 for line in data.split("\n")
    [all...]
  /bionic/libc/tools/
check-symbols.py 41 for line in subprocess.check_output(['readelf', '--dyn-syms', so_file]).split('\n'):
  /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()
  /external/chromium/chrome/browser/resources/net_internals/
topmidbottomview.js 41 // Calculate the vertical split points.
46 // Position the boxes using calculated split points.
  /external/doclava/src/com/google/doclava/
Doclava2.java 57 String[] names = line.split(" ");
  /external/eigen/bench/btl/generic_bench/
btl.hh 86 std::vector<BtlString> split( const BtlString& delims = "\t\n ") const function in class:BtlString
157 std::vector<BtlString> elements = this->split("/\\");
178 std::vector<BtlString> config = BtlString(_config).split(" \t\n");
188 Instance.m_selectedActionNames = config[i+1].split(":");
  /external/guava/guava-tests/test/com/google/common/net/
HttpHeadersTest.java 62 for (String part : SPLITTER.split(constantName)) {
  /external/icu4c/common/
rbbisetb.h 50 void split(UChar32 where, UErrorCode &status); // Spit this range in two at "where", with
  /external/icu4c/test/perf/perldriver/
PerfFramework.pm 121 ($program, @argsAndTest) = split(/\ /, @{ $tests{$i} }[$j]);
178 @b = split(/\s+/, $a->[2]);
350 my @data = split(/\s+/, $t[0]->[2]);
373 @b = split(/\s+/, $a->[2]);
  /external/icu4c/tools/genrb/
prscmnts.cpp 91 pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status);
126 pattern->split(src, stringArray,MAX_SPLIT_STRINGS , *status);
151 int32_t retLen = pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status);
190 int32_t retLen = pattern->split(src, stringArray, MAX_SPLIT_STRINGS, *status);
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/
MTLLoader.java 174 String[] split = path.trim().split("\\p{javaWhitespace}+"); local
177 path = split[split.length-1];
  /external/jsilver/src/org/clearsilver/jni/
JNI.java 71 = System.getProperty("java.library.path", ".").split(

Completed in 3365 milliseconds

1 2 3 4 5 6 7 8 91011>>