HomeSort by relevance Sort by last modified time
    Searched full:separator (Results 276 - 300 of 2854) sorted by null

<<11121314151617181920>>

  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
ResultActivity.java 189 View separator = new View(this); local
192 separator.setLayoutParams(params);
193 separator.setBackgroundColor(Color.rgb(33, 66, 33));
194 table.addView(separator);
  /packages/apps/Mms/src/com/android/mms/data/
ContactList.java 92 public String formatNames(String separator) {
98 return TextUtils.join(separator, names);
101 public String formatNamesAndNumbers(String separator) {
107 return TextUtils.join(separator, nans);
  /packages/apps/Music/res/values/
strings2.xml 21 <!-- Do not translate. This is the separator character used when building the string that shows number of albums and songs. -->
  /packages/apps/UnifiedEmail/res/layout/
folder_list_header.xml 19 <!-- This is a separator between different sections in the
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactEntryAdapter.java 153 // The section only contains a separator and nothing else, skip it
157 // The first item in a section is always the separator
186 // The section only contains a separator and nothing else, skip it
211 // The section only contains a separator and nothing else, skip it
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ActivityMenuListener.java 99 MenuItem separator = new MenuItem(menu, SWT.SEPARATOR); local
128 MenuItem separator = new MenuItem(menu, SWT.SEPARATOR); local
OrientationMenuAction.java 30 import org.eclipse.jface.action.Separator;
74 manager.add(new Separator());
81 manager.add(new Separator());
84 manager.add(new Separator());
  /external/chromium/chrome/browser/ui/views/
page_info_bubble_view.cc 22 #include "views/controls/separator.h"
152 // Add separator after all sections.
155 layout->AddView(new views::Separator());
181 views::Separator separator; local
182 gfx::Size separator_size = separator.GetPreferredSize();
190 // Account for the Help Center link and the separator above it.
  /external/chromium_org/chrome/browser/ui/views/extensions/
media_galleries_dialog_views.cc 24 #include "ui/views/controls/separator.h"
154 // Separator line.
155 views::Separator* separator = new views::Separator( local
156 views::Separator::HORIZONTAL);
157 scroll_container->AddChildView(separator);
  /external/valgrind/main/VEX/priv/
host_s390_disasm.c 287 HChar separator; local
293 separator = 0;
301 if (argkind == S390_ARG_CABM) separator = 0; /* optional */
303 /* Write out the separator */
304 if (separator) *p++ = separator;
310 separator = ' ';
319 separator = ' ';
339 separator = ',';
445 separator = ','
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FilenameUtils.java 52 * Note that this class works best if directory filenames end with a separator.
53 * If you omit the last separator, it is impossible to determine if the filename
96 * The extension separator character.
102 * The extension separator String.
108 * The Unix separator character.
113 * The Windows separator character.
118 * The system separator character.
123 * The separator character that is the opposite of the system separator.
153 * Checks if the character is a separator.
    [all...]
  /development/ide/xcode/SampleCode/English.lproj/main.nib/
objects.xib 33 <boolean name="separator">TRUE</boolean>
56 <boolean name="separator">TRUE</boolean>
97 <boolean name="separator">TRUE</boolean>
162 <boolean name="separator">TRUE</boolean>
173 <boolean name="separator">TRUE</boolean>
  /development/ide/xcode/animatorTest/English.lproj/main.nib/
objects.xib 41 <boolean name="separator">TRUE</boolean>
64 <boolean name="separator">TRUE</boolean>
95 <boolean name="separator">TRUE</boolean>
122 <boolean name="separator">TRUE</boolean>
154 <boolean name="separator">TRUE</boolean>
  /external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model.h 67 // Is the item at |index| a separator?
104 // include the separator line after the history items (nor the separator for
110 // returned does not include the separator lines before and after the
150 // vector. |index| can point to a separator, or the
  /external/chromium_org/chrome/browser/resources/ntp_android/
bookmarks.css 61 .bookmark-separator {
70 html[dir='rtl'] .bookmark-separator {
227 .bookmark-separator {
254 .bookmark-separator {
269 .bookmark-separator {
  /external/chromium_org/chrome/browser/ui/toolbar/
back_forward_menu_model.h 79 // Is the item at |index| a separator?
119 // include the separator line after the history items (nor the separator for
125 // returned does not include the separator lines before and after the
165 // vector. |index| can point to a separator, or the
  /external/chromium_org/ui/base/models/
simple_menu_model.h 84 // Adds a separator of the specified type to the model.
85 // - Adding a separator after another separator is always invalid if they
87 // - Adding a separator to an empty model is invalid, unless they are NORMAL
91 // Removes separators until the model's last entry is not a separator, or the
  /external/guava/guava/src/com/google/common/primitives/
SignedBytes.java 133 * by {@code separator}. For example, {@code join(":", 0x01, 0x02, -0x01)}
136 * @param separator the text that should appear between consecutive values in
140 public static String join(String separator, byte... array) {
141 checkNotNull(separator);
150 builder.append(separator).append(array[i]);
  /external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DOMSerializer.java 56 /** The line separator to use (default is the based on the current system settings). */
57 private String lineSeparator = System.getProperty("line.separator", "\n");
132 * Set the line separator that will be used when serializing documents.
135 * {@code line.separator} system property.
137 * @param lineSeparator the line separator to set.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinter.java 53 * @param lineSeparator the line separator to use, such as "\n" (can be null, in which case the
54 * system default is looked up via the line.separator property)
70 * @param lineSeparator the line separator to use, such as "\n" (can be null, in which
71 * case the system default is looked up via the line.separator property)
120 * @param lineSeparator the line separator to use, or null to use the
  /external/v8/src/
string.js 581 function StringSplit(separator, limit) {
589 // ECMA-262 says that if separator is undefined, the result should
591 if (IS_UNDEFINED(separator)) {
596 if (!IS_REGEXP(separator)) {
597 separator = TO_STRING_INLINE(separator);
601 var separator_length = separator.length;
603 // If the separator string is empty then return the elements in the subject.
606 var result = %StringSplit(subject, separator, limit);
613 // Separator is a regular expression
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 25 import com.android.ide.common.api.RuleAction.Separator;
167 if (!(itemActions.get(0) instanceof RuleAction.Separator)) {
235 } else if (!(prevAction instanceof RuleAction.Separator)) {
260 // Must be a separator, or a label (which we insert for nested widgets)
261 assert (style & SWT.SEPARATOR) != 0 || !item.getText().isEmpty() : item;
272 // add a separator at the end of these groups in case there are no more
273 // actions at the end so that we don't have a trailing separator)
285 if (action instanceof Separator) {
312 /** Add a separator to the toolbar, unless there already is one there at the end already */
315 if (n > 0 && (toolBar.getItem(n - 1).getStyle() & SWT.SEPARATOR) == 0)
316 ToolItem separator = new ToolItem(toolBar, SWT.SEPARATOR); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
ConfigResultsElement.java 370 String separator = ""; local
383 localBuffer.append(separator);
387 separator = "+";
430 localBuffer.append(separator);
458 separator = "+";
473 localBuffer.append(separator);
475 separator = "+";
485 localBuffer.append(separator);
487 separator = "+";
  /frameworks/base/core/java/android/net/
Uri.java 177 * scheme separator ':' and the fragment separator '#'. If this is a
188 * scheme separator ':' and the fragment separator '#'. If this is a
273 * the query separator ('?') and before the fragment separator ('#'). This
283 * the query separator ('?') and before the fragment separator ('#'). This
486 /** Cached scheme separator index. */
496 /** Cached fragment separator index. *
1573 int separator = query.indexOf('=', start); local
1624 int separator = query.indexOf('=', start); local
1680 int separator = query.indexOf('=', start); local
    [all...]
  /external/proguard/src/proguard/gui/
GUIResources.properties 186 <li><code>?</code> for any single character, except the package separator.\
187 <li><code>*</code> for any number of any characters, except the package separator.\
231 <li><code>?</code> for any single character, except the directory separator.\
232 <li><code>*</code> for any number of any characters, except the directory separator.\
269 <li><code>?</code> for any single character, except the directory separator.\
270 <li><code>*</code> for any number of any characters, except the directory separator.\
394 <li><code>?</code> for any single character, except the package separator.\
395 <li><code>*</code> for any number of any characters, except the package separator.\
403 <li><code>?</code> for any single character, except the package separator.\
404 <li><code>*</code> for any number of any characters, except the package separator.
    [all...]

Completed in 1370 milliseconds

<<11121314151617181920>>