/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/ |
Splitter.java | 39 * <p>Here is the most basic example of {@code Splitter} usage: <pre> {@code 41 * Splitter.on(',').split("foo,bar")}</pre> 46 * <p>By default {@code Splitter}'s behavior is very simplistic: <pre> {@code 48 * Splitter.on(',').split("foo,,bar, quux")}</pre> 51 * Notice that the splitter does not assume that you want empty strings removed, 55 * private static final Splitter MY_SPLITTER = Splitter.on(',') 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('/') [all...] |
/external/chromium/chrome/browser/resources/shared/js/cr/ui/table/ |
table_splitter.js | 6 * @fileoverview This implements a splitter element which can be used to resize 9 * Each splitter is associated with certain column and resizes it when dragged. 14 const Splitter = cr.ui.Splitter; 17 * Creates a new table splitter element. 20 * @extends {Splitter} 25 __proto__: Splitter.prototype, 35 Splitter.prototype.decorate.call(this); 37 this.classList.add('table-header-splitter'); 41 * Handles start of the splitter dragging [all...] |
table_header.js | 101 // splitter should use CSS for background image. 102 var splitter = new TableSplitter({table: this.table_}); 103 splitter.columnIndex = i; 107 splitter.style.left = rtl ? 100 - leftPercent + '%' : leftPercent + '%'; 109 this.headerInner_.appendChild(splitter);
|
/external/guava/guava/src/com/google/common/base/ |
Splitter.java | 42 * <p>Here is the most basic example of {@code Splitter} usage: <pre> {@code 44 * Splitter.on(',').split("foo,bar")}</pre> 49 * <p>By default {@code Splitter}'s behavior is very simplistic: <pre> {@code 51 * Splitter.on(',').split("foo,,bar, quux")}</pre> 54 * Notice that the splitter does not assume that you want empty strings removed, 58 * private static final Splitter MY_SPLITTER = Splitter.on(',') 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('/') [all...] |
package-info.java | 33 * <li>{@link com.google.common.base.Splitter}
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
splitter.js | 6 * @fileoverview This implements a splitter element which can be used to resize 9 * The parent of the splitter should be an hbox (display: -webkit-box) with at 10 * least one previous element sibling. The splitter controls the width of the 15 * <div class=splitter></div> 24 // right of the splitter. 56 * Creates a new splitter element. 61 var Splitter = cr.ui.define('div'); 63 Splitter.prototype = { 75 * Starts the dragging of the splitter. Adds listeners for mouse move and 76 * mouse up events and calls splitter drag start handler [all...] |
/external/guava/guava-tests/test/com/google/common/base/ |
SplitterTest.java | 41 private static final Splitter COMMA_SPLITTER = Splitter.on(','); 59 Iterable<String> letters = Splitter.on('.').split(simple); 88 Iterable<String> testCharacteringMotto = Splitter.on('-').split( 95 Iterable<String> testCharacteringMotto = Splitter 104 Iterable<String> letters = Splitter.on('.') 111 Iterable<String> letters = Splitter.on('.').trimResults() 118 Iterable<String> letters = Splitter.on('.') 124 Iterable<String> nothing = Splitter.on('.').split(""); 129 ASSERT.that(Splitter.on('.').omitEmptyStrings().split("")).isEmpty() [all...] |
/external/guava/guava-tests/test/com/google/common/net/ |
HttpHeadersTest.java | 21 import com.google.common.base.Splitter; 52 private static final Splitter SPLITTER = Splitter.on('_'); 62 for (String part : SPLITTER.split(constantName)) {
|
/external/chromium/chrome/browser/resources/sync_internals/ |
sync_node_browser.html | 13 <div id="sync-node-splitter"></div> 66 cr.ui.decorate('#sync-node-splitter', cr.ui.Splitter);
|
sync_node_browser.css | 33 #sync-node-splitter { 41 html[os=win] #sync-node-splitter {
|
sync_index.html | 17 <script src="chrome://resources/js/cr/ui/splitter.js"></script>
|
/packages/inputmethods/PinyinIME/res/xml/ |
skb_sym2.xml | 26 <keys splitter="|" labels="~|±|×|÷|?|°|<|>|{|}"/> 30 <keys splitter="|" labels="©|£|?|^|®"/> 34 <keys splitter="|" labels="_|="/> 52 <keys splitter=" " labels="+ | \\ ?"/>
|
skb_sym1.xml | 26 <keys splitter="|" labels="1|2|3|4|5|6|7|8|9|0" 31 <keys splitter="|" labels="\@|#"/> 35 <keys splitter="|" labels="%|"|*"/> 43 <keys splitter="|" labels="(|)"/>
|
skb_qwerty.xml | 28 <keys splitter="|" labels="Q|W|E|R|T|Y|U|I|O|P" 33 <keys splitter="|" labels="A|S|D|F|G|H|J|K|L" 52 <keys splitter="|" labels="Z|X|C|V|B|N|M"
|
/external/chromium/chrome/browser/chromeos/login/ |
user_image_view.cc | 33 // 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; 131 // Splitter. 154 // Set height for splitter view explicitly otherwise it's set to 0
|
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/ |
guava-14.0.jar | |
/dalvik/dx/tests/086-ssa-edge-split/ |
Blort.java | 20 * This method requires the edge-splitter to add a node
|
/prebuilts/misc/common/tradefed/ |
tradefed-prebuilt.jar | |
/external/chromium/chrome/browser/resources/ |
offline_load.html | 99 .splitter { 147 <div class="splitter"></div>
|
mobile_setup.html | 68 .splitter { 187 <div class="splitter"></div>
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
DataRowHandlerForStructuredPostal.java | 49 ContactAggregator aggregator, PostalSplitter splitter) { 51 mSplitter = splitter;
|
/external/chromium/chrome/browser/resources/shared/css/ |
table.css | 101 .table-header-splitter {
|
/packages/apps/Email/src/org/apache/commons/io/output/ |
TeeOutputStream.java | 23 * Classic splitter of OutputStream. Named after the unix 'tee'
|
/development/tools/idegen/src/com/android/idegen/ |
MakeFileParser.java | 21 import com.google.common.base.Splitter; 74 return Splitter.on(VALUE_DELIMITER)
|
/libcore/luni/src/main/java/java/util/regex/ |
Splitter.java | 27 public class Splitter { 31 private Splitter() {
|