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

<<21222324252627282930>>

  /frameworks/base/core/java/android/util/
JsonWriter.java 137 * The name/value separator; either ":" or ": ".
139 private String separator = ":"; field in class:JsonWriter
166 this.separator = ":";
169 this.separator = ": ";
516 out.append(separator);
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Address.java 263 * Get human readable address strings joined with the specified separator.
266 * @param separator Separator
269 public static String toString(Address[] addresses, String separator) {
278 sb.append(separator);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Address.java 293 * Get human readable address strings joined with the specified separator.
296 * @param separator Separator
299 public static String toString(Address[] addresses, String separator) {
308 sb.append(separator);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
cp424.py 76 u'\x1c' # 0x1C -> FILE SEPARATOR
77 u'\x1d' # 0x1D -> GROUP SEPARATOR
78 u'\x1e' # 0x1E -> RECORD SEPARATOR
79 u'\x1f' # 0x1F -> UNIT SEPARATOR
82 u'\x82' # 0x22 -> FIELD SEPARATOR
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
cp424.py 76 u'\x1c' # 0x1C -> FILE SEPARATOR
77 u'\x1d' # 0x1D -> GROUP SEPARATOR
78 u'\x1e' # 0x1E -> RECORD SEPARATOR
79 u'\x1f' # 0x1F -> UNIT SEPARATOR
82 u'\x82' # 0x22 -> FIELD SEPARATOR
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtConstants.java 72 /** Separator for workspace path, i.e. "/". */
74 /** Separator character for workspace path, i.e. '/'. */
107 /** Leaf of the javaDoc folder. Does not start with a separator. */
112 * This is an OS path, ending with a separator.
114 public final static String OS_SDK_SAMPLES_FOLDER = SdkConstants.FD_SAMPLES + File.separator;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LinearLayoutRuleTest.java 135 assertTrue(contextMenu.get(1) instanceof RuleAction.Separator);
138 assertTrue(contextMenu.get(4) instanceof RuleAction.Separator);
239 assertTrue(nestedActions.get(1) instanceof RuleAction.Separator);
243 assertTrue(nestedActions.get(5) instanceof RuleAction.Separator);
245 assertTrue(nestedActions.get(7) instanceof RuleAction.Separator);
  /libcore/luni/src/main/java/java/text/
NumberFormat.java 507 * grouping separator.
509 * @return {@code true} if a grouping separator is used; {@code false}
518 * stops if a decimal separator is encountered.
596 * grouping separator.
599 * {@code true} if a grouping separator is used; {@code false}
667 * value then subsequent parsing attempts will stop if a decimal separator
785 * This constant stands for the decimal separator.
787 public static final Field DECIMAL_SEPARATOR = new Field("decimal separator");
790 * This constant stands for the grouping separator.
792 public static final Field GROUPING_SEPARATOR = new Field("grouping separator");
    [all...]
  /external/chromium_org/chrome/browser/ui/views/website_settings/
website_settings_popup_view.cc 41 #include "ui/views/controls/separator.h"
600 pane->AddChildView(new views::Separator(views::Separator::HORIZONTAL));
605 pane->AddChildView(new views::Separator(views::Separator::HORIZONTAL));
610 pane->AddChildView(new views::Separator(views::Separator::HORIZONTAL));
  /external/chromium_org/third_party/icu/source/common/
uidna.cpp 122 * Ascertain if the given code point is a label separator as
126 * @return true if the char is a label separator
141 // returns the length of the label excluding the separator
142 // if *limit == separator then the length returned does not include
705 if(!(labelLen==0 && done)){// make sure this is not a root label separator.
738 // add the label separator
836 // add the label separator
  /external/icu4c/common/
locdispnames.cpp 290 static const char _kSeparator[] = "separator";
482 const UChar *separator; local
511 separator=ures_getStringByKeyWithFallback(dspbundle, _kSeparator, &sepLen, &status);
520 separator = defaultSeparator;
661 /* we addeed a component, so add separator and write it if there's room. */
665 *p++=separator[i];
670 /* remove separator if we added it */
uidna.cpp 122 * Ascertain if the given code point is a label separator as
126 * @return true if the char is a label separator
141 // returns the length of the label excluding the separator
142 // if *limit == separator then the length returned does not include
705 if(!(labelLen==0 && done)){// make sure this is not a root label separator.
738 // add the label separator
836 // add the label separator
  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerBaseTest.java 631 doValidateZeroLongFile(path + File.separator + "subdir1", "FiftyLongs", 50, true);
634 doValidateIntContents(path + File.separator + "subdir2", "OneToOneThousandInts", 0, 1000);
637 doValidateZeroLongFile(path + File.separator + "subdir2" + File.separator + "subdir2a",
641 doValidateIntContents(path + File.separator + "subdir2" + File.separator + "subdir2a"
642 + File.separator + "subdir2a1", "OneToOneThousandInts", 0, 1000);
  /external/chromium_org/chrome/browser/ui/views/
avatar_menu_bubble_view.cc 43 #include "ui/views/controls/separator.h"
731 separator_ = new views::Separator(views::Separator::HORIZONTAL);
741 separator_ = new views::Separator(views::Separator::HORIZONTAL);
761 separator_ = new views::Separator(views::Separator::HORIZONTAL);
780 separator_switch_users_ = new views::Separator(views::Separator::HORIZONTAL);
  /cts/tools/dasm/src/dasm/
Scanner.java 91 * Separator characters
124 * Checks if a character code is a separator character
495 "Missed separator after ''-enclosed name");
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
gUnit.g 205 {// also determine the appropriate newline separator and get info of the first and last 2 characters (exclude '<<' and '>>')
206 String newline = System.getProperty("line.separator");
217 else {// must be 2, e.g. Windows System which uses \r\n as a line separator
  /external/antlr/antlr-3.4/runtime/Python/tests/
t055templates.py 58 [<args; separator={<op>}>]
128 "<r; separator=\",\">"
229 [<args; separator={<op>}>]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
XSLOutputAttributes.java 193 * <li> "{http://xml.apache.org/xalan}line-separator"
216 * <li> "{http://xml.apache.org/xalan}line-separator"
231 * <li> "{http://xml.apache.org/xalan}line-separator"
  /external/apache-xml/src/main/java/org/apache/xml/utils/
TreeWalker.java 94 m_locator.setSystemId(System.getProperty("user.dir") + File.separator + "dummy.xsl");
113 m_locator.setSystemId(System.getProperty("user.dir") + File.separator + "dummy.xsl");
132 m_locator.setSystemId(System.getProperty("user.dir") + File.separator + "dummy.xsl");
  /external/chromium/chrome/common/extensions/
url_pattern.cc 43 const char* kParseErrorMissingSchemeSeparator = "Missing scheme separator.";
121 // Some urls also use ':' alone as the scheme separator.
137 // Advance past the scheme separator.
  /external/chromium_org/base/strings/
string_util_unittest.cc 768 // Test for JoinString overloaded with std::string separator
770 std::string separator(", ");
772 EXPECT_EQ(std::string(), JoinString(parts, separator));
775 EXPECT_EQ("a", JoinString(parts, separator));
779 EXPECT_EQ("a, b, c", JoinString(parts, separator));
782 EXPECT_EQ("a, b, c, ", JoinString(parts, separator));
787 // Test for JoinString overloaded with string16 separator
789 string16 separator = ASCIIToUTF16(", "); local
791 EXPECT_EQ(string16(), JoinString(parts, separator));
794 EXPECT_EQ(ASCIIToUTF16("a"), JoinString(parts, separator));
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/context_menus/
context_menus_api.cc 105 return extensions::MenuItem::SEPARATOR;
206 if (title.empty() && type != MenuItem::SEPARATOR) {
282 if (title.empty() && item->type() != MenuItem::SEPARATOR) {
  /external/chromium_org/chrome/browser/ui/gtk/
global_history_menu.cc 334 GtkWidget* separator = gtk_separator_menu_item_new(); local
335 gtk_widget_show(separator);
336 gtk_menu_shell_append(GTK_MENU_SHELL(submenu), separator); local
  /external/chromium_org/chrome/common/extensions/api/
context_menus.json 96 "enum": ["normal", "checkbox", "radio", "separator"],
108 "description": "The text to be displayed in the item; this is <em>required</em> unless <em>type</em> is 'separator'. When the context is 'selection', you can use <code>%s</code> within the string to show the selected text. For example, if this parameter's value is \"Translate '%s' to Pig Latin\" and the user selects the word \"cool\", the context menu item for the selection is \"Translate 'cool' to Pig Latin\"."
198 "enum": ["normal", "checkbox", "radio", "separator"],
  /external/chromium_org/components/autofill/core/browser/
autofill_external_delegate.cc 64 // Add a separator to go between the values and menu items.
83 // Remove the separator if it is the last element.
331 // Insert the separator between the datalist and Autofill values (if there

Completed in 654 milliseconds

<<21222324252627282930>>