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

<<11121314151617181920>>

  /external/icu4c/test/intltest/
nptrans.h 110 * Ascertain if the given code point is a label separator as specified by IDNA
112 * @return TRUE is the code point is a label separator
  /external/nist-sip/java/gov/nist/core/
ParserCore.java 48 protected NameValue nameValue(char separator) throws ParseException {
63 if (la == separator ) {
  /external/open-vcdiff/gtest/src/
gtest-filepath.cc 116 // On Windows platform, '\' is the path separator, otherwise it is '/'.
127 // On Windows platform, '\' is the path separator, otherwise it is '/'.
144 // On Windows platform, uses \ as the separator rather than /.
159 // On Windows, uses \ as the separator rather than /.
188 // Don't strip off trailing separator if path is a root directory on
259 // Returns true if FilePath ends with a path separator, which indicates that
304 // If input name has a trailing separator character, remove it and return the
306 // On Windows platform, uses \ as the separator, other platforms use /.
  /external/protobuf/gtest/src/
gtest-filepath.cc 116 // On Windows platform, '\' is the path separator, otherwise it is '/'.
127 // On Windows platform, '\' is the path separator, otherwise it is '/'.
144 // On Windows platform, uses \ as the separator rather than /.
159 // On Windows, uses \ as the separator rather than /.
188 // Don't strip off trailing separator if path is a root directory on
259 // Returns true if FilePath ends with a path separator, which indicates that
304 // If input name has a trailing separator character, remove it and return the
306 // On Windows platform, uses \ as the separator, other platforms use /.
  /external/qemu/android/utils/
bufprint.h 62 ** to concat-ing the config path + path separator + 'suffix'
67 ** temporary directory. equivalent to concat-ing the temp path + path separator + 'suffix'
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContext.java 124 if (name.contains(File.separator)) {
125 throw new IllegalArgumentException("File " + name + " contains a path separator");
  /external/sonivox/docs/JET_Creator_User_Manual_files/
header.htm 29 <div style='mso-element:footnote-separator' id=fs>
31 <p class=MsoNormal><span lang=EN-IE><span style='mso-special-character:footnote-separator'><![if !supportFootnotes]>
49 <div style='mso-element:footnote-continuation-separator' id=fcs>
51 <p class=MsoNormal><span lang=EN-IE><span style='mso-special-character:footnote-continuation-separator'><![if !supportFootnotes]>
69 <div style='mso-element:endnote-separator' id=es>
71 <p class=MsoNormal><span lang=EN-IE><span style='mso-special-character:footnote-separator'><![if !supportFootnotes]>
89 <div style='mso-element:endnote-continuation-separator' id=ecs>
91 <p class=MsoNormal><span lang=EN-IE><span style='mso-special-character:footnote-continuation-separator'><![if !supportFootnotes]>
  /external/srec/seti/setiUtils/src/
platform_utils.c 67 /* found first non separator */
79 /* first occurance equals separator*/
  /libcore/luni/src/main/java/javax/xml/parsers/
FilePathToURI.java 60 char separator = java.io.File.separatorChar; local
61 path = path.replace(separator, '/');
  /libcore/luni/src/main/java/javax/xml/transform/stream/
FilePathToURI.java 60 char separator = java.io.File.separatorChar; local
61 path = path.replace(separator, '/');
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipFileTest.java 451 String separator = System.getProperty("file.separator"); local
452 if (tempFileName.charAt(tempFileName.length() - 1) == separator
458 tempFileName + separator, "gabba.zip");
488 String separator = System.getProperty("file.separator"); local
489 if (tempFileName.charAt(tempFileName.length() - 1) == separator
495 tempFileName + separator, "gabba.zip");
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/
QueryService.java 48 private static final String SEPARATOR = "|";
103 sb.append(SEPARATOR);
  /packages/apps/DeskClock/res/layout/
world_clock_item.xml 22 to have wrap_content so the separator view can have its width set to the width of the
71 android:id="@+id/separator"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
TargetMenuListener.java 92 MenuItem separator = new MenuItem(menu, SWT.SEPARATOR); local
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 189 File.expand_path( path.to_s ).split( File::Separator ).tap do |list|
190 if list.empty? then list << String.new( File::Separator )
191 elsif list.first.empty? then list.first.replace( File::Separator )
205 return relative_list.join( File::Separator )
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
CRLDistPoint.java 87 String sep = System.getProperty("line.separator");
GeneralNames.java 95 String sep = System.getProperty("line.separator");
  /external/chromium/base/
file_util_deprecated.h 31 // Appends new_ending to path, adding a separator between the two if necessary.
  /external/chromium/chrome/browser/resources/
menu.css 47 .separator {
  /external/chromium/chrome/browser/sync/
sync_ui_util_mac.mm 28 // Look for a separator immediately after the menu item.
  /external/chromium_org/ash/system/tray/
tray_details_view.h 39 // Adds a separator in scrollable list.
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_application_menu_item_model.cc 53 // Check for a separator requirement in front of this item.
  /external/chromium_org/chrome/test/base/
menu_model_test.cc 29 // that's not a separator or a submenu parent item. The returned count should
  /external/chromium_org/remoting/webapp/
menu_button.css 56 .menu-button li.menu-separator {
  /external/chromium_org/third_party/WebKit/ManualTests/
input-number-localization.html 16 e.g. "-1234.5678" for en_US locale, "-1234,5678" for fr_FR locale. The thousand separator is

Completed in 1574 milliseconds

<<11121314151617181920>>