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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
locale.h 59 char *thousands_sep; /* Thousands separator. */
70 Fourth char is the separator. Fifth char is '\0'. */
74 char *mon_thousands_sep; /* Thousands separator. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ChooseAssetTypePage.java 81 Label separator = new Label(container, SWT.SEPARATOR | SWT.HORIZONTAL); local
84 separator.setLayoutData(gdSeparator);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PlayAnimationMenu.java 36 import org.eclipse.jface.action.Separator;
112 new Separator().fill(menu, -1);
122 new Separator().fill(menu, -1);
  /external/android-mock/src/com/google/android/testing/mocking/
FileUtils.java 65 // On non-Linux, files use the native separator, but jar entries use /... sigh
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
JSystem.cs 73 case "line.separator":
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
JSystem.cs 72 case "line.separator":
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 81 o.separator 'Input Options:'
391 opt.separator ""
392 opt.separator( "Parser Configuration:" )
410 opt.separator ''
411 opt.separator "Debug Mode Options:"
505 opt.separator ''
506 opt.separator "Tree Parser Configuration:"
539 opt.separator ''
540 opt.separator "Debug Mode Options:"
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileInputStreamTest.java 437 String separator = System.getProperty("file.separator"); local
438 if (fileName.charAt(fileName.length() - 1) == separator.charAt(0))
443 + separator, "input.tst");
  /external/apache-http/src/org/apache/http/impl/io/
ChunkedInputStream.java 225 int separator = this.buffer.indexOf(';'); local
226 if (separator < 0) {
227 separator = this.buffer.length();
230 return Integer.parseInt(this.buffer.substringTrimmed(0, separator), 16);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DistributionPoint.java 124 String sep = System.getProperty("line.separator");
DistributionPointName.java 108 String sep = System.getProperty("line.separator");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
BCRSAPublicKey.java 121 String nl = System.getProperty("line.separator");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCERSAPublicKey.java 123 String nl = System.getProperty("line.separator");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
PemWriter.java 30 String nl = System.getProperty("line.separator");
  /external/chromium/base/
path_service.h 24 // to NOT have a path separator at the end. For example, "c:\windows\temp"
  /external/chromium/chrome/browser/autofill/
phone_field.h 49 // Separator of the area code in the case fields are formatted without
  /external/chromium/chrome/browser/bookmarks/
bookmark_context_menu_controller.h 73 // Adds a separator to the menu.
recently_used_folders_combo_model.cc 24 // TODO(sky): bug 1173415 add a separator in the combobox here.
  /external/chromium/chrome/browser/extensions/
extension_context_menu_api.cc 99 } else if (type_string == "separator") {
100 *result = ExtensionMenuItem::SEPARATOR;
231 if (title.empty() && type != ExtensionMenuItem::SEPARATOR) {
303 if (title.empty() && type != ExtensionMenuItem::SEPARATOR) {
  /external/chromium/chrome/browser/resources/
keyboard_overlay.js 240 const SEPARATOR = '<>';
244 return modifiers.join(SEPARATOR);
248 return action.join(SEPARATOR);
251 return [keycode].concat(modifiers).join(SEPARATOR);
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu_bridge_unittest.mm 95 // The bare menu after loading has a separator and an "Other Bookmarks"
99 // menu contents plus two new separator, the new bookmark and three
107 // because the separator should have been removed as well.
128 // submenus removed, and all separator items are gone.
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_background.cc 75 // Now draw the separator at the bottom.
  /external/chromium_org/ash/system/tray/
tray_popup_label_button_border.cc 77 // visible child, the separator bar should be omitted.
  /external/chromium_org/chrome/browser/resources/chromeos/
menu.css 52 .separator {
  /external/chromium_org/chrome/browser/ui/autofill/
data_model_wrapper.cc 81 const base::string16& separator) {
83 separator + GetInfoForDisplay(AutofillType(ADDRESS_HOME_LINE1));
86 address += separator + address2;
90 address += separator +

Completed in 753 milliseconds

<<11121314151617181920>>