HomeSort by relevance Sort by last modified time
    Searched refs:separators (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/chromium_org/ui/views/controls/combobox/
combobox_unittest.cc 122 void SetSeparators(const std::set<int>& separators) {
123 separators_ = separators;
215 void InitCombobox(const std::set<int>* separators) {
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.insert(0)
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...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactEntryAdapter.java 78 ContactEntryAdapter(Context context, ArrayList<ArrayList<E>> sections, boolean separators) {
82 mSeparators = separators;
90 public final void setSections(ArrayList<ArrayList<E>> sections, boolean separators) {
92 mSeparators = separators;
180 int position, boolean separators) {
185 if (separators && sectionSize == 1) {
204 boolean separators) {
210 if (separators && sectionSize == 1) {
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
mathml_store_util.js 111 * Constructs a closure that returns separators for an MathML mfenced
113 * Separators in MathML are represented by a list and used up one by one
115 * Example: a b c d e and separators [+,-,*]
117 * @param {string} separators String representing a list of mfenced separators.
121 cvox.MathmlStoreUtil.nextSeparatorFunction = function(separators) {
122 if (separators) {
123 // Mathjax does not expand empty separators.
124 if (separators.match(/^\s+$/)) {
127 var sepList = separators.replace(/\s/g, ''
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/text/
BidiTestHarness.h 97 static const std::string separators(" \t");
98 s.erase(0, s.find_first_not_of(separators));
103 static const std::string separators(" \t");
104 size_t lastNonSpace = s.find_last_not_of(separators);
124 static const std::string separators(" \t");
125 size_t lastPos = str.find_first_not_of(separators); // skip leading spaces
126 size_t pos = str.find_first_of(separators, lastPos); // find next space
130 lastPos = str.find_first_not_of(separators, pos);
131 pos = str.find_first_of(separators, lastPos);
  /external/chromium_org/ui/android/java/src/org/chromium/ui/autofill/
AutofillPopup.java 85 HashSet<Integer> separators = new HashSet<Integer>(); local
89 separators.add(cleanedData.size());
95 setAdapter(new DropdownAdapter(mContext, cleanedData, separators));
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
DropdownAdapter.java 31 public DropdownAdapter(Context context, List<DropdownItem> items, Set<Integer> separators) {
33 mSeparators = separators;
38 public DropdownAdapter(Context context, DropdownItem[] items, Set<Integer> separators) {
40 mSeparators = separators;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_separators.py 33 d2 = self.dumps(h, indent=2, sort_keys=True, separators=(' ,', ' : '))
test_indent.py 34 d2 = self.dumps(h, indent=2, sort_keys=True, separators=(',', ': '))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
tool.py 35 indent=4, separators=(',', ': '))
__init__.py 34 >>> json.dumps([1,2,3,{'4': 5, '6': 7}], sort_keys=True, separators=(',',':'))
41 ... indent=4, separators=(',', ': '))
117 separators=None, variable
123 allow_nan=True, cls=None, indent=None, separators=None,
155 You can use ``separators=(',', ': ')`` to avoid this.
157 If ``separators`` is an ``(item_separator, dict_separator)`` tuple
158 then it will be used instead of the default ``(', ', ': ')`` separators.
177 cls is None and indent is None and separators is None and
185 separators=separators, encoding=encoding
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_separators.py 33 d2 = self.dumps(h, indent=2, sort_keys=True, separators=(' ,', ' : '))
test_indent.py 34 d2 = self.dumps(h, indent=2, sort_keys=True, separators=(',', ': '))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
tool.py 35 indent=4, separators=(',', ': '))
__init__.py 34 >>> json.dumps([1,2,3,{'4': 5, '6': 7}], sort_keys=True, separators=(',',':'))
41 ... indent=4, separators=(',', ': '))
117 separators=None, variable
123 allow_nan=True, cls=None, indent=None, separators=None,
155 You can use ``separators=(',', ': ')`` to avoid this.
157 If ``separators`` is an ``(item_separator, dict_separator)`` tuple
158 then it will be used instead of the default ``(', ', ': ')`` separators.
177 cls is None and indent is None and separators is None and
185 separators=separators, encoding=encoding
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_snprintf.c 905 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
1302 int separators = (digits - ((digits % 3 == 0) ? 1 : 0)) \/ 3; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 905 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
1302 int separators = (digits - ((digits % 3 == 0) ? 1 : 0)) \/ 3; local
    [all...]
  /external/chromium_org/net/websockets/
websocket_extension_parser.cc 154 const char separators[] = "()<>@,;:\\\"/[]?={} \t"; local
155 return strchr(separators, c) != NULL;
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
devtools_file_hashes.py 42 json.dump(hashes, hashes_file, indent=4, separators=(",", ": "))
  /external/emma/core/java12/com/vladium/emma/filter/
IInclExclFilter.java 38 public static IInclExclFilter create (final String specs1, final String separators, final String [] specs2)
54 for (StringTokenizer tokenizer = new StringTokenizer (specs1, separators);
  /external/chromium_org/chrome/test/ispy/common/
ispy_utils.py 302 to be used as directory separators
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 56 # Specify separators in order to get compact encoding.
57 json_string = json.dumps(json_object, separators=(',', ':'))
  /external/llvm/lib/Support/
Path.cpp 38 const char *separators = "\\/"; member in namespace:__anon9613
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/extensions/browser/
content_verifier.cc 121 const base::FilePath::StringType separators(
125 parts[0].find_first_not_of(separators) == std::string::npos))
128 // Note that elsewhere we always normalize path separators to '/' so this
  /external/chromium_org/third_party/icu/source/samples/layout/
paragraph.cpp 81 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; local
104 LEUnicode *pEnd = u_strpbrk(pStart, separators);
  /external/emma/core/java12/com/vladium/util/
Files.java 96 final String separators = ",".concat (File.pathSeparator); local
103 final StringTokenizer tokenizer = new StringTokenizer (segment, separators);

Completed in 1381 milliseconds

1 2 3 4