Searched defs:separators (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/ui/android/java/src/org/chromium/ui/
H A DDropdownAdapter.java31 public DropdownAdapter(Context context, List<DropdownItem> items, Set<Integer> separators) { argument
33 mSeparators = separators;
38 public DropdownAdapter(Context context, DropdownItem[] items, Set<Integer> separators) { argument
40 mSeparators = separators;
/external/chromium_org/net/websockets/
H A Dwebsocket_extension_parser.cc154 const char separators[] = "()<>@,;:\\\"/[]?={} \t"; local
155 return strchr(separators, c) != NULL;
/external/emma/core/java12/com/vladium/emma/filter/
H A DIInclExclFilter.java38 public static IInclExclFilter create (final String specs1, final String separators, final String [] specs2) argument
54 for (StringTokenizer tokenizer = new StringTokenizer (specs1, separators);
/external/llvm/lib/Support/
H A DPath.cpp38 const char *separators = "\\/"; member in namespace:__anon25915
41 const char separators = '/';
69 size_t end = path.find_first_of(separators, 2);
84 size_t end = path.find_first_of(separators);
97 size_t pos = str.find_last_of(separators, str.size() - 1);
131 return str.find_first_of(separators, 2);
146 // Skip separators except for root dir.
270 // Both POSIX and Windows treat paths that begin with exactly two separators
277 // Handle separators.
290 // Skip extra separators
[all...]
/external/chromium_org/third_party/icu/source/samples/layout/
H A Dparagraph.cpp81 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; local
104 LEUnicode *pEnd = u_strpbrk(pStart, separators);
H A Dpflow.c117 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; local
156 LEUnicode *pEnd = u_strpbrk(pStart, separators);
/external/chromium_org/ui/views/controls/combobox/
H A Dcombobox_unittest.cc122 void SetSeparators(const std::set<int>& separators) { argument
123 separators_ = separators;
215 void InitCombobox(const std::set<int>* separators) { argument
218 if (separators)
219 model_->SetSeparators(*separators);
322 std::set<int> separators; local
323 separators.insert(2);
324 InitCombobox(&separators);
343 std::set<int> separators; local
344 separators
364 std::set<int> separators; local
380 std::set<int> separators; local
404 std::set<int> separators; local
420 std::set<int> separators; local
441 std::set<int> separators; local
[all...]
/external/icu/icu4c/source/samples/layout/
H A Dparagraph.cpp81 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; local
104 LEUnicode *pEnd = u_strpbrk(pStart, separators);
H A Dpflow.c117 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; local
156 LEUnicode *pEnd = u_strpbrk(pStart, separators);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_snprintf.c905 int separators = (flags & PRINT_F_QUOTE); local
943 if (separators) /* Get the number of group separators we'll print. */
944 separators = getnumsep(pos);
946 zpadlen = precision - pos - separators;
948 - separators /* Number of separators. */
986 if (separators > 0 && pos > 0 && pos % 3 == 0)
1018 int separators = (flags & PRINT_F_QUOTE); local
1216 if (separators) /* Ge
1302 int separators = (digits - ((digits % 3 == 0) ? 1 : 0)) / 3; local
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_snprintf.c905 int separators = (flags & PRINT_F_QUOTE); local
943 if (separators) /* Get the number of group separators we'll print. */
944 separators = getnumsep(pos);
946 zpadlen = precision - pos - separators;
948 - separators /* Number of separators. */
986 if (separators > 0 && pos > 0 && pos % 3 == 0)
1018 int separators = (flags & PRINT_F_QUOTE); local
1216 if (separators) /* Ge
1302 int separators = (digits - ((digits % 3 == 0) ? 1 : 0)) / 3; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 460 milliseconds