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

1 2 3 4 5 6 7 8 91011>>

  /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.
203 /// split - Split the range containing the specified offset so that we are
209 RopePieceBTreeNode *split(unsigned Offset);
221 /// guaranteed that there is a split at Offset.
231 /// 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...]
  /cts/suite/pts/hostTests/ptshostutil/src/com/android/pts/ptsutil/
LogcatMonitor.java 92 for (String line : lines.split("\n")) {
  /cts/suite/pts/utils/
get_csv_report.py 77 messages = message.split('|')
79 average = messages[1].split()[1]
80 stddev = messages[2].split()[1]
126 p = subprocess.Popen(command.split(), stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
  /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/clang/utils/C++Tests/LLVM-Code-Symbols/
check-symbols 16 lines = data.split('\n')
  /external/dexmaker/src/main/java/com/google/dexmaker/
AppDataDirGuesser.java 61 for (String potential : input.split(":")) {
  /external/doclava/src/com/google/doclava/
Doclava2.java 57 String[] names = line.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(
  /external/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_armv5.asm 84 addcs r2, r2, r4 ; if (bb) lowvalue += split
85 subcs r4, r5, r4 ; if (bb) range = range-split
180 add r4, r7, r4, lsr #8 ; split = 1 + (((range-1) * pp[i>>1]) >> 8)
182 addcs r2, r2, r4 ; if (bb) lowvalue += split
183 subcs r4, r5, r4 ; if (bb) range = range-split
238 lsr r4, r4, #1 ; split = (range + 1) >> 1
239 addne r2, r2, r4 ; lowvalue += split
240 subne r4, r5, r4 ; range = range-split
  /external/llvm/docs/
conf.py 145 # If true, the index is split into individual pages for each letter.
243 # Split the name out of the title.
244 name,description = title.split(' - ', 1)
  /external/markdown/markdown/
blockparser.py 67 blocks which will be split on blank lines, it could contain only one
75 self.parseBlocks(parent, text.split('\n\n'))
  /external/markdown/markdown/extensions/
fenced_code.py 100 return text.split("\n")
  /external/oprofile/gui/
oprof_start_config.cpp 72 string val = split(str, '=');
  /external/oprofile/libutil++/
string_manip.h 29 /// split string s by first occurence of char c, returning the second part.
30 /// s is set to the first part. Neither include the split character
31 std::string split(std::string & s, char c);
  /external/smali/util/src/main/java/org/jf/util/
ConsoleUtil.java 62 String[] vals = output.split(" ");
  /external/v8/tools/
disasm.py 79 lines = out.split("\n")

Completed in 606 milliseconds

1 2 3 4 5 6 7 8 91011>>