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

<<51525354555657585960>>

  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 105 // Distance between the bottom of the bar and the separator.
108 // Width of the separator between the recently bookmarked button and the
112 // Starting x-coordinate of the separator line within a separator.
    [all...]
  /external/qemu/
monitor.c 1091 char *separator; local
1102 separator = strchr(string, '-');
1103 keyname_len = separator ? separator - string : strlen(string);
1122 if (!separator)
1124 string = separator + 1;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLogger.java     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets_nonio.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets_nonio.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_facets_nonio.h     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h     [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h     [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets_nonio.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets_nonio.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets_nonio.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets_nonio.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets_nonio.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
locale_facets_nonio.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationChooser.java 213 ToolItem separator2 = new ToolItem(toolBar, SWT.SEPARATOR);
219 ToolItem separator3 = new ToolItem(toolBar, SWT.SEPARATOR);
226 ToolItem separator4 = new ToolItem(toolBar, SWT.SEPARATOR);
232 ToolItem separator5 = new ToolItem(toolBar, SWT.SEPARATOR);
245 ToolItem separator6 = new ToolItem(toolBar, SWT.SEPARATOR);
256 ToolItem separator7 = new ToolItem(rightToolBar, SWT.SEPARATOR);
    [all...]
  /external/chromium/base/
string_util.cc 130 0x180E, /* Mongolian Vowel Separator */ \
143 0x2028, /* Line Separator */ \
144 0x2029, /* Paragraph Separator */ \
    [all...]
  /external/chromium_org/chrome/browser/apps/
app_browsertest.cc 250 // separator and the developer tools, is all that should be in the menu.
304 // separator and the developer tools, is all that should be in the menu.
332 // separator and the developer tools, is all that should be in the menu.
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
choicfmt.h 75 * \htmlonly<blockquote><em>Number Separator String</em></blockquote>\endhtmlonly
80 * exclusive, depending on the <em>separator</em>. The upper limit is
90 * <p><em>Separator</em> is one of the following single characters:
  /external/javassist/src/main/javassist/
ClassPool.java 894 * It must not end with a path separator ("/").
912 * It must not end with a path separator ("/").
    [all...]
  /external/linux-tools-perf/
builtin-stat.c 1068 OPT_STRING('x', "field-separator", &csv_sep, "separator",
1069 "print counts with custom separator"),
    [all...]
  /external/llvm/lib/IR/
DataLayout.cpp 180 static std::pair<StringRef, StringRef> split(StringRef Str, char Separator) {
182 std::pair<StringRef, StringRef> Split = Str.split(Separator);
184 "a trailing separator is not allowed");
  /external/llvm/lib/Support/
Path.cpp 64 // Find the next directory separator.
264 // Find next separator.
405 // Add a separator.
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 89 // own name. Each name is separated by |separator|.
92 const string& separator) {
96 name = current->name() + separator + name;
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 134 * toString() method, each separated by the given separator character.
136 public static String combine(Object[] parts, char separator) {
144 sb.append(separator);
    [all...]

Completed in 799 milliseconds

<<51525354555657585960>>