Searched
full:separator (Results
251 -
275 of
2854) sorted by null
<<11121314151617181920>>
/external/chromium_org/chrome/browser/ui/toolbar/ |
recent_tabs_sub_menu_model_unittest.cc | 135 // 1 <separator> 172 // 3 <separator> 256 // 1 <separator> 276 // 4 <separator> 348 // 1 <separator> 351 // 6 <separator> 355 // 11 <separator> 426 // 1 <separator> 429 // 4 <separator> 432 // 7 <separator> [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
table_of_contents_renderer.py | 48 items_for_section[0]['separator'] = True
|
/external/chromium_org/chrome/common/metrics/variations/ |
experiment_labels.h | 20 // and |other_labels|, appropriately appending a separator based on their
|
/external/chromium_org/chrome/common/ |
time_format_browsertest.cc | 31 // Some locales use a comma ',' instead of a dot '.' as the separator for
|
/external/chromium_org/chrome/test/base/ |
menu_model_test.h | 38 // that's not a separator or a submenu parent item. The returned count should
|
/external/chromium_org/third_party/WebKit/Source/web/resources/ |
suggestionPicker.css | 53 .suggestion-list .separator {
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/ |
prettify.rb | 17 opts.separator ""
|
/external/chromium_org/third_party/icu/source/common/ |
ulocimp.h | 38 /*returns TRUE if a is an ID separator FALSE otherwise*/
|
/external/chromium_org/third_party/icu/source/i18n/ |
ulocdata.c | 303 const UChar *separator = NULL; local 324 separator = ures_getStringByKey(separatorBundle, "separator", &len, &localStatus); 339 u_strncpy(result, separator, resultCapacity);
|
/external/chromium_org/third_party/skia/include/utils/ |
SkParse.h | 18 static int Count(const char str[], char separator);
|
/external/chromium_org/tools/perf/measurements/ |
skpicture_printer.py | 30 # Replace win32 path separator char '\' with '\\'.
|
/external/chromium_org/ui/base/models/ |
combobox_model.h | 24 // Should return true if the item at |index| is a non-selectable separator
|
/external/chromium_org/ui/message_center/cocoa/ |
settings_entry_view.h | 18 // and an optional horizontal separator line.
|
/external/chromium_org/v8/test/webkit/ |
testcfg.py | 137 # If a stress test separator is found: 139 # Iterate over all lines before a separator except the first. 144 # The next block of ouput lines starts after the separator. 146 # Iterate over complete output if no separator was found.
|
/external/icu4c/common/ |
ulocimp.h | 38 /*returns TRUE if a is an ID separator FALSE otherwise*/
|
/external/icu4c/i18n/ |
ulocdata.c | 306 const UChar *separator = NULL; local 327 separator = ures_getStringByKey(separatorBundle, "separator", &len, &localStatus); 342 u_strncpy(result, separator, resultCapacity);
|
/external/icu4c/samples/layout/ |
LayoutSample.rc | 43 MENUITEM SEPARATOR
|
/external/linux-tools-perf/Documentation/ |
perf-report.txt | 73 --field-separator=:: 75 Use a special separator character and don't pad with spaces, replacing 76 all occurrences of this separator in symbol names (and other output) 77 with a '.' character, that thus it's the only non valid separator.
|
/external/openfst/src/extensions/far/ |
strings.cc | 23 "Set of characters used as a separator between printed fields");
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
ContextTest.java | 181 fileInputStream = context.openFileInput("data" + File.separator + "test"); 216 fos = context.openFileOutput(File.separator + "data" + File.separator + "test" + File.separator + "hi", 0);
|
/external/skia/include/utils/ |
SkParse.h | 18 static int Count(const char str[], char separator);
|
/external/smack/src/org/apache/qpid/management/common/sasl/ |
PlainSaslClient.java | 42 private static byte SEPARATOR = 0; 75 2 + // SEPARATOR 83 response[size++] = SEPARATOR; 86 response[size++] = SEPARATOR;
|
/frameworks/base/core/java/android/content/pm/ |
VerifierDeviceIdentity.java | 101 private static final char SEPARATOR = '-'; 115 * Make sure we don't put a separator at the beginning. Since we're 121 encoded[--index] = SEPARATOR; 154 } else if (group == SEPARATOR) {
|
/frameworks/opt/datetimepicker/res/layout/ |
time_header_label.xml | 37 android:layout_toLeftOf="@+id/separator" 62 android:id="@+id/separator" 78 android:layout_toRightOf="@+id/separator" 116 android:layout_alignBaseline="@+id/separator"
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldFileInputStreamTest.java | 191 String separator = System.getProperty("file.separator"); local 192 if (fileName.charAt(fileName.length() - 1) == separator.charAt(0)) 197 + separator, "input.tst");
|
Completed in 1285 milliseconds
<<11121314151617181920>>