Home
last modified time | relevance | path

Searched refs:toSplit (Results 1 – 12 of 12) sorted by relevance

/external/guava/guava/src/com/google/common/base/
DSplitter.java148 Splitter splitter, final CharSequence toSplit) { in on()
149 return new SplittingIterator(splitter, toSplit) { in on()
151 return separatorMatcher.indexIn(toSplit, start); in on()
176 Splitter splitter, CharSequence toSplit) {
177 return new SplittingIterator(splitter, toSplit) {
182 for (int p = start, last = toSplit.length() - separatorLength;
185 if (toSplit.charAt(i + p) != separator.charAt(i)) {
222 final Splitter splitter, CharSequence toSplit) {
223 final Matcher matcher = separatorPattern.matcher(toSplit);
224 return new SplittingIterator(splitter, toSplit) {
[all …]
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
DSplitter.java145 Splitter splitter, final CharSequence toSplit) { in on()
146 return new SplittingIterator(splitter, toSplit) { in on()
148 return separatorMatcher.indexIn(toSplit, start); in on()
173 Splitter splitter, CharSequence toSplit) {
174 return new SplittingIterator(splitter, toSplit) {
179 for (int p = start, last = toSplit.length() - separatorLength;
182 if (toSplit.charAt(i + p) != separator.charAt(i)) {
223 final Splitter splitter, CharSequence toSplit) {
224 return new SplittingIterator(splitter, toSplit) {
227 return (nextChunkStart < toSplit.length() ? nextChunkStart : -1);
[all …]
/external/opencv3/modules/flann/include/opencv2/flann/
Dkmeans_index.h1092 KMeansNodePtr toSplit = clusters[splitIndex]; in getMinVarianceClusters() local
1093 clusters[splitIndex] = toSplit->childs[0]; in getMinVarianceClusters()
1095 clusters[clusterCount++] = toSplit->childs[i]; in getMinVarianceClusters()
/external/guava/guava-tests/test/com/google/common/base/
DSplitterTest.java364 String toSplit = ":foo::barbaz:"; in testPatternSplitLookBehind() local
366 Iterable<String> split = Splitter.onPattern(regexPattern).split(toSplit); in testPatternSplitLookBehind()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp692 SmallVector<std::pair<TerminatorInst*, unsigned>, 4> toSplit; member in __anon4436d4200211::GVN
2660 toSplit.push_back(std::make_pair(PREPred->getTerminator(), SuccNum)); in performScalarPRE()
2749 if (toSplit.empty()) in splitCriticalEdges()
2752 std::pair<TerminatorInst*, unsigned> Edge = toSplit.pop_back_val(); in splitCriticalEdges()
2755 } while (!toSplit.empty()); in splitCriticalEdges()
/external/guice/lib/build/
Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/ ...
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/testng/ant/3rdparty/
Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...
/external/guice/lib/
Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...