Searched defs:splitter (Results 1 - 13 of 13) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
H A DRSSFeedWatcherTask.java57 private static final String splitter = "[;\t\r\n]+"; //$NON-NLS-1$ field in class:RSSFeedWatcherTask
93 this.feedWatchActions = feedWatchActions.split(splitter);
102 this.feedWatchActions = feedWatchActions.split(splitter);
/external/guava/guava/src/com/google/common/base/
H A DSplitter.java54 * Notice that the splitter does not assume that you want empty strings removed,
69 * <p><b>Warning: splitter instances are always immutable</b>; a configuration
71 * is invoked on! You must store and use the new splitter instance returned by
76 * Splitter splitter = Splitter.on('/');
77 * splitter.trimResults(); // does nothing!
78 * return splitter.split("wrong / wrong / wrong");}</pre>
80 * The separator recognized by the splitter does not have to be a single
117 * Returns a splitter that uses the given single-character separator. For
122 * @return a splitter, with default settings, that recognizes that separator
129 * Returns a splitter tha
463 iterator(Splitter splitter, CharSequence toSplit) argument
488 SplittingIterator(Splitter splitter, CharSequence toSplit) argument
[all...]
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DSplitter.java51 * Notice that the splitter does not assume that you want empty strings removed,
66 * <p><b>Warning: splitter instances are always immutable</b>; a configuration
68 * is invoked on! You must store and use the new splitter instance returned by
73 * Splitter splitter = Splitter.on('/');
74 * splitter.trimResults(); // does nothing!
75 * return splitter.split("wrong / wrong / wrong");}</pre>
77 * The separator recognized by the splitter does not have to be a single
114 * Returns a splitter that uses the given single-character separator. For
119 * @return a splitter, with default settings, that recognizes that separator
126 * Returns a splitter tha
405 iterator(Splitter splitter, CharSequence toSplit) argument
430 SplittingIterator(Splitter splitter, CharSequence toSplit) argument
[all...]
/external/chromium/chrome/browser/chromeos/login/
H A Duser_image_view.cc33 // Color for splitter separating contents from OK button.
35 // Height for the splitter.
42 kSplitterRow, // Place for the splitter.
47 views::View* splitter = new views::View(); local
48 splitter->set_background(views::Background::CreateSolidBackground(color));
49 return splitter;
154 // Set height for splitter view explicitly otherwise it's set to 0
H A Dnew_user_view.cc259 views::View* splitter = new views::View(); local
260 splitter->set_background(views::Background::CreateSolidBackground(color));
261 AddChildView(splitter);
262 return splitter;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
H A DRSSFeedAddEntryTask.java121 private static final String splitter = "[,\t " + NL + "]+"; //$NON-NLS-1$ //$NON-NLS-2$ field in class:RSSFeedAddEntryTask
201 public void setDependencyURLs(String dependencyURLs) { if (!isNullString(dependencyURLs)) { this.dependencyURLs = dependencyURLs.split(splitter); } }
204 public void setReleases(String releases) { if (!isNullString(releases)) { this.releases = releases.split(splitter); } }
232 public void setJUnitTestResults(String JUnitTestResults) { if (!isNullString(JUnitTestResults)) { this.JUnitTestResults = JUnitTestResults.split(splitter); } }
233 public void setPerformanceTestResults(String performanceTestResults) { if (!isNullString(performanceTestResults)) { this.performanceTestResults = performanceTestResults.split(splitter); } }
234 public void setAPITestResults(String APITestResults) { if (!isNullString(APITestResults)) { this.APITestResults = APITestResults.split(splitter); } }
/external/guava/guava-tests/test/com/google/common/base/
H A DSplitterTest.java453 * splitter's behaviour is not well defined if the char sequence it's
456 private void assertSplitterIterableIsLazy(Splitter splitter) { argument
458 Iterator<String> iterator = splitter.split(builder).iterator();
/external/chromium/chrome/browser/resources/bookmark_manager/js/
H A Dmain.js90 var splitter = document.querySelector('.main > .splitter'); variable
91 cr.ui.Splitter.decorate(splitter);
93 // The splitter persists the size of the left component in the local store.
95 splitter.previousElementSibling.style.width = localStorage['treeWidth'];
96 splitter.addEventListener('resize', function(e) {
97 localStorage['treeWidth'] = splitter.previousElementSibling.style.width;
/external/webkit/Tools/QtTestBrowser/
H A Dlauncherwindow.cpp66 QSplitter* splitter = new QSplitter(Qt::Vertical, this); local
67 setCentralWidget(splitter);
101 QSplitter* splitter = static_cast<QSplitter*>(centralWidget()); local
104 WebViewTraditional* view = new WebViewTraditional(splitter);
111 WebViewGraphicsBased* view = new WebViewGraphicsBased(splitter);
139 splitter->addWidget(m_inspector);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DfeedTools.jar ... SEP private static final String SP private static final String splitter private java.io.File file private String project ...
/external/freetype/src/raster/
H A Dftraster.c1249 /* splitter :: The function to split Bezier arcs. */
1260 TSplitter splitter,
1339 splitter( arc );
1382 /* splitter :: The function to split Bezier arcs. */
1393 TSplitter splitter,
1409 result = Bezier_Up( RAS_VARS degree, splitter, -maxy, -miny );
1259 Bezier_Up( RAS_ARGS Int degree, TSplitter splitter, Long miny, Long maxy ) argument
1392 Bezier_Down( RAS_ARGS Int degree, TSplitter splitter, Long miny, Long maxy ) argument
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...

Completed in 357 milliseconds