/packages/apps/Email/src/com/android/email/mail/store/ |
ImapStore.java | 457 * the fact that the prefix is set, but, the path separator is not set. 463 /** Sets the path separator */ 485 * path separator. 488 // Make sure the path prefix ends with the path separator 565 * Returns UIDs of Messages joined with "," as the separator.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
os.py | 9 - os.sep is the (or a most common) pathname separator ('/' or ':' or '\\') 10 - os.extsep is the extension separator ('.' or '/') 11 - os.altsep is the alternate pathname separator (None or '/') 12 - os.pathsep is the component separator used in $PATH etc 13 - os.linesep is the line separator in text files ('\r' or '\n' or '\r\n')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
os.py | 9 - os.sep is the (or a most common) pathname separator ('/' or ':' or '\\') 10 - os.extsep is the extension separator ('.' or '/') 11 - os.altsep is the alternate pathname separator (None or '/') 12 - os.pathsep is the component separator used in $PATH etc 13 - os.linesep is the line separator in text files ('\r' or '\n' or '\r\n')
|
/external/chromium_org/v8/src/arm/ |
full-codegen-arm.cc | 3920 Register separator = r1; local [all...] |
/external/chromium_org/v8/src/mips/ |
full-codegen-mips.cc | 3973 Register separator = a1; local [all...] |
/cts/tests/src/android/widget/cts/util/ |
ListScenario.java | 88 * Return whether the item at position is selectable (i.e is a separator). 169 * Set a position as unselectable (a.k.a a separator) 179 * Set positions as unselectable (a.k.a a separator)
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
Constants.java | 199 ATTRNAME_DECIMALSEPARATOR = "decimal-separator", 213 ATTRNAME_GROUPINGSEPARATOR = "grouping-separator", 244 ATTRNAME_PATTERNSEPARATOR = "pattern-separator",
|
/external/chromium/chrome/browser/ui/views/infobars/ |
infobar_view.cc | 165 // of the separator, while the fill path is a closed path that extends up 166 // through the entire height of the separator and down to the bottom of 175 // Move the top of the fill path up to the top of the separator and then
|
/external/chromium/testing/gtest/test/ |
gtest-filepath_test.cc | 160 // Tests that RemoveDirectoryName() works with the alternate separator 229 // Tests that RemoveFileName() works with the alternate separator on 558 // except for the trailing separator character that distinquishes
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
new_tab.css | 418 #vertical-separator { 428 /* Show the separator only if one of the menus is visible. */ 430 ~ #vertical-separator {
|
/external/chromium_org/chrome/browser/ui/cocoa/browser/ |
profile_chooser_controller.mm | 207 NSBox* separator = 209 [contentView addSubview:separator]; 210 yOffset = NSMaxY([separator frame]) + kVerticalSpacing;
|
/external/chromium_org/chrome/browser/ui/views/ |
content_setting_bubble_contents.cc | 35 #include "ui/views/controls/separator.h" 373 layout->AddView(new views::Separator(views::Separator::HORIZONTAL), 1, 1,
|
/external/chromium_org/chrome/browser/ui/views/infobars/ |
infobar_view.cc | 208 // of the separator, while the fill path is a closed path that extends up 209 // through the entire height of the separator and down to the bottom of 218 // Move the top of the fill path up to the top of the separator and then
|
/external/chromium_org/content/public/android/java/strings/ |
android_content_strings.grd | 38 <message desc="Separator used between hours and minutes in the time pickerr dialog (hh:mm) [CHAR-LIMIT=1]" name="IDS_TIME_PICKER_DIALOG_HOUR_MINUTE_SEPARATOR"> 41 <message desc="Separator used between minutes and seconds in the time picker dialog (hh:mm:ss) [CHAR-LIMIT=1]" name="IDS_TIME_PICKER_DIALOG_MINUTE_SECOND_SEPARATOR"> 44 <message desc="Separator used between seconds and subseconds in the time picker dialog (hh:mm:ss.sss) [CHAR-LIMIT=1]" name="IDS_TIME_PICKER_DIALOG_SECOND_SUBSECOND_SEPARATOR">
|
/external/chromium_org/extensions/common/ |
url_pattern.cc | 46 const char kParseErrorMissingSchemeSeparator[] = "Missing scheme separator."; 166 // Some urls also use ':' alone as the scheme separator. 182 // Advance past the scheme separator.
|
/external/chromium_org/testing/gtest/test/ |
gtest-filepath_test.cc | 159 // Tests that RemoveDirectoryName() works with the alternate separator 222 // Tests that RemoveFileName() works with the alternate separator on 542 // except for the trailing separator character that distinquishes
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
TimelineModel.js | 500 const separator = ",\n"; 517 var itemLength = item.length + separator.length; 526 stream.write(data.join(separator), this._writeNextChunk.bind(this));
|
/external/chromium_org/third_party/icu/source/tools/genctd/ |
genctd.cpp | 301 breaks.add(0x2028); // Line Separator 302 breaks.add(0x2029); // Paragraph Separator 340 if(uc == 0x0009){ //separator is a tab char, read in number after space
|
/external/chromium_org/ui/views/controls/menu/ |
menu_item_view.h | 82 SEPARATOR, 203 // Adds a separator to this menu 453 // Type of menu. NOTE: MenuItemView doesn't itself represent SEPARATOR,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
ComponentsView.java | 28 import org.eclipse.jface.action.Separator; 243 manager.add(new Separator()); 249 manager.add(new Separator());
|
/external/gtest/test/ |
gtest-filepath_test.cc | 160 // Tests that RemoveDirectoryName() works with the alternate separator 229 // Tests that RemoveFileName() works with the alternate separator on 562 // except for the trailing separator character that distinquishes
|
/external/linux-tools-perf/ |
builtin-report.c | 459 OPT_STRING('t', "field-separator", &symbol_conf.field_sep, "separator", 460 "separator for columns, no spaces will be added between "
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/ |
ResourceLoader.java | 356 return path.contains( File.separator + "layout" ); 360 return path.contains( File.separator + "drawable" ); 364 return path.contains( File.separator + "menu" );
|
/frameworks/base/core/tests/coretests/src/android/util/ |
ListScenario.java | 87 * Return whether the item at position is selectable (i.e is a separator). 168 * Set a position as unselectable (a.k.a a separator) 178 * Set positions as unselectable (a.k.a a separator)
|
/libcore/dalvik/src/main/java/dalvik/system/ |
DexPathList.java | 137 * separator, pruning out any elements that do not refer to existing 147 * using the path separator ({@code File.pathSeparator}, which 166 * separator, combining the results and filtering out elements
|