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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
files.py 123 """Find the path separator used in this string, or os.sep if none."""
175 # either separator.
180 # Normalize the result: it must end with a path separator.
193 The separator style in the result is made to match that of the result
  /external/chromium_org/third_party/WebKit/public/web/
WebMenuItemInfo.h 46 Separator,
  /external/chromium_org/tools/gyp/test/escaping/
gyptest-colon.py 23 # Windows uses : as drive separator and doesn't allow it in regular filenames.
  /external/chromium_org/ui/app_list/views/
app_list_background.cc 19 // Size of top separator between searchbox and grid view.
  /external/chromium_org/ui/base/cocoa/
menu_controller.mm 91 // Adds a separator item at the given index. As the separator doesn't need
96 NSMenuItem* separator = [NSMenuItem separatorItem];
97 [menu insertItem:separator atIndex:index];
  /external/chromium_org/ui/webui/resources/js/cr/ui/
menu.js 73 * Adds separator at the end of the list.
76 var separator = this.ownerDocument.createElement('hr');
77 cr.ui.decorate(separator, MenuItem);
78 this.appendChild(separator);
  /external/chromium_org/v8/src/
json.js 91 var separator = ",\n" + indent;
92 final = "[\n" + indent + partial.join(separator) + "\n" +
139 var separator = ",\n" + indent;
140 final = "{\n" + indent + partial.join(separator) + "\n" +
  /external/chromium_org/v8/test/webkit/fast/js/
array-tostring-ignore-separator-expected.txt 24 This test checks for regressions against 6261:Do not use a separator argument when doing toString/toLocalString.
array-tostring-ignore-separator.js 25 'This test checks for regressions against <a href="https://bugs.webkit.org/show_bug.cgi?id=6261">6261:Do not use a separator argument when doing toString/toLocalString.</a>'
  /external/e2fsprogs/lib/et/test_cases/
imap_err.c 25 "Message has no header/body separator",
  /external/openfst/src/extensions/far/
farextract.cc 33 DEFINE_string(key_separator, ",", "Separator for individual keys");
  /external/openfst/src/lib/
symbol-table.cc 29 "Set of characters used as a separator between printed fields");
52 string separator = opts.fst_field_separator + "\n"; local
53 SplitToVector(line, separator.c_str(), &col, true);
252 LOG(ERROR) << "Missing required field separator";
  /external/proguard/src/proguard/io/
FileDataEntry.java 55 .substring(directory.getPath().length() + File.separator.length())
  /external/valgrind/main/memcheck/tests/
filter_xml 30 # record separator so that it reads in the whole file as a single line
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DateUtils.java 33 * where T is the separator between the date and the time and the time zone
  /libcore/luni/src/test/java/libcore/java/io/
OldBufferedInputStreamTest.java 201 String separator = System.getProperty("file.separator"); local
202 if (fileName.charAt(fileName.length() - 1) == separator.charAt(0)) {
207 + separator, "input.tst");
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
dual_name_parameter.ipp 79 split( m_primary, m_secondary, src, separator );
id_policy.ipp 80 // if parameter has optional value separator is optional as well
modifier.hpp 52 nfp::typed_keyword<cstring,struct separator_t> separator; member in namespace:boost::BOOST_RT_PARAM_NAMESPACE::cla::__anon36045
  /packages/apps/Settings/res/layout/
preference_progress_category.xml 23 <!-- This text view has the style of the list separator text view without the background and padding. -->
  /packages/inputmethods/LatinIME/java/res/values-hy-rAM/
donottranslate.xml 29 <!-- The sentence separator code point, for capitalization -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ListViewTypeMenu.java 36 import org.eclipse.jface.action.Separator;
74 new Separator().fill(menu, -1);
112 new Separator().fill(menu, -1);
121 new Separator().fill(menu, -1);
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskBackService.java 41 /** Comma separator. */
42 private static final String SEPARATOR = ", ";
133 utterance.append(SEPARATOR);
  /development/tools/idegen/src/com/android/idegen/
StandardModule.java 87 this.intermediatesDir = new File(repoRoot.getAbsolutePath() + File.separator +
88 REL_OUT_APP_DIR + File.separator + getName() + "_intermediates" +
89 File.separator + "src");
  /external/ant-glob/src/org/apache/tools/ant/types/selectors/
SelectorUtils.java 102 // When str starts with a File.separator, pattern has to start with a
103 // File.separator.
104 // When pattern starts with a File.separator, str has to start with a
105 // File.separator.
106 if (str.startsWith(File.separator)
107 != pattern.startsWith(File.separator)) {
505 * <code>File.separator</code>.
513 return tokenizePath(path, File.separator);
520 * @param separator the separator against which to tokenize
    [all...]

Completed in 944 milliseconds

<<11121314151617181920>>