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

<<31323334353637383940>>

  /external/chromium/chrome/browser/
process_singleton_win.cc 97 to_send.append(L"\0", 1); // Null separator.
99 to_send.append(L"\0", 1); // Null separator.
  /external/chromium/chrome/browser/ui/cocoa/
history_menu_bridge.h 114 kMostVisitedSeparator = 400, // Separator before most visited section.
120 kShowFullSeparator = 480 // Separator after the recently closed section.
  /external/chromium/chrome/browser/ui/gtk/
gtk_tree.cc 111 // Every group consists of a header and a separator row, and there is a blank
227 // Group separator.
  /external/chromium/chrome/browser/ui/views/
content_setting_bubble_contents.cc 28 #include "views/controls/separator.h"
319 layout->AddView(new views::Separator, 1, 1,
  /external/chromium/net/server/
http_server.cc 238 ST_SEPARATOR, // Receiving the separator between header name and value
255 /* SEPARATOR */ { ST_SEPARATOR, ST_ERR, ST_ERR, ST_SEPARATOR, ST_ERR, ST_ERR, ST_VALUE },
  /external/chromium_org/chrome/browser/ui/cocoa/
history_menu_bridge.h 120 kVisitedSeparator = 440, // Separator before visited section.
123 kShowFullSeparator = 480 // Separator after the visited section.
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_tree.cc 113 // Every group consists of a header and a separator row, and there is a blank
229 // Group separator.
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager_mac.mm 180 NSString* separator =
186 componentsJoinedByString:separator];
  /external/chromium_org/content/browser/speech/
google_one_shot_remote_engine.cc 178 size_t separator = accepted_language_list.find_first_of(",;"); local
179 lang_param = accepted_language_list.substr(0, separator);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/checkstyle/
checkstyle-frames.xsl 25 <xsl:decimal-format decimal-separator="." grouping-separator="," />
  /external/icu4c/test/perf/DateFmtPerf/
DateFmtPerf.h 262 // and the decimal separator '.', standard in the US locale
388 // and the decimal separator '.', standard in the US locale
  /external/jdiff/src/jdiff/
JDiff.java 274 * The file separator for the local filesystem, forward or backward slash.
276 static String DIR_SEP = System.getProperty("file.separator");
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
DistinguishedNameParser.java 200 // separator char has been found
220 // separator char or the end of DN has been found
  /external/qemu/
json-parser.c 335 parse_error(ctxt, token, "expected separator in dict");
397 parse_error(ctxt, token, "expected separator in list");
  /external/robolectric/.idea/
uiDesigner.xml 105 <item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false">
116 <item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false">
  /frameworks/base/docs/html/tools/help/uiautomator/
index.jd 50 <td><strong>Required</strong>. The {@code &lt;JARS&gt;} argument is the name of one or more JAR files that you deployed to the target device which contain your uiautomator testcases. You can list more than one JAR file by using a space as a separator.</td>
63 You can list multiple classes or methods by using a space as a separator.</p>
  /frameworks/compile/mclinker/lib/Support/
CommandLine.cpp 32 char separator = *(pArgName.data() + 1); local
33 if ('=' == separator)
  /libcore/libdvm/src/main/java/java/lang/reflect/
AccessibleObject.java 235 * separator rather than a "$" separator).
  /libcore/luni/src/main/java/javax/net/ssl/
DistinguishedNameParser.java 202 // separator char has been found
222 // separator char or the end of DN has been found
  /libcore/luni/src/main/java/javax/xml/datatype/
FactoryFinder.java 181 String configFile = javah + File.separator + "lib" + File.separator + "jaxp.properties";
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 168 String configFile = javah + File.separator +
169 "lib" + File.separator + "jaxp.properties";
  /ndk/docs/text/
IMPORT-MODULE.text 64 * Use ':' as the path separator.
66 * On Windows, use '/' as the directory separator.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
cp437.py 209 u'\x1c' # 0x001c -> FILE SEPARATOR
210 u'\x1d' # 0x001d -> GROUP SEPARATOR
211 u'\x1e' # 0x001e -> RECORD SEPARATOR
212 u'\x1f' # 0x001f -> UNIT SEPARATOR
470 0x001c: 0x001c, # FILE SEPARATOR
471 0x001d: 0x001d, # GROUP SEPARATOR
472 0x001e: 0x001e, # RECORD SEPARATOR
473 0x001f: 0x001f, # UNIT SEPARATOR
    [all...]
cp737.py 209 u'\x1c' # 0x001c -> FILE SEPARATOR
210 u'\x1d' # 0x001d -> GROUP SEPARATOR
211 u'\x1e' # 0x001e -> RECORD SEPARATOR
212 u'\x1f' # 0x001f -> UNIT SEPARATOR
470 0x001c: 0x001c, # FILE SEPARATOR
471 0x001d: 0x001d, # GROUP SEPARATOR
472 0x001e: 0x001e, # RECORD SEPARATOR
473 0x001f: 0x001f, # UNIT SEPARATOR
    [all...]
cp775.py 208 u'\x1c' # 0x001c -> FILE SEPARATOR
209 u'\x1d' # 0x001d -> GROUP SEPARATOR
210 u'\x1e' # 0x001e -> RECORD SEPARATOR
211 u'\x1f' # 0x001f -> UNIT SEPARATOR
469 0x001c: 0x001c, # FILE SEPARATOR
470 0x001d: 0x001d, # GROUP SEPARATOR
471 0x001e: 0x001e, # RECORD SEPARATOR
472 0x001f: 0x001f, # UNIT SEPARATOR
    [all...]

Completed in 1099 milliseconds

<<31323334353637383940>>