Home
last modified time | relevance | path

Searched refs:separators (Results 1 – 25 of 80) sorted by relevance

1234

/external/chromium_org/ui/views/controls/combobox/
Dcombobox_unittest.cc108 void SetSeparators(const std::set<int>& separators) { in SetSeparators() argument
109 separators_ = separators; in SetSeparators()
288 std::set<int> separators; in TEST_F() local
289 separators.insert(2); in TEST_F()
290 model_->SetSeparators(separators); in TEST_F()
310 std::set<int> separators; in TEST_F() local
311 separators.insert(0); in TEST_F()
312 model_->SetSeparators(separators); in TEST_F()
332 std::set<int> separators; in TEST_F() local
333 separators.insert(model_->GetItemCount() - 1); in TEST_F()
[all …]
/external/chromium_org/third_party/simplejson/
D__init__.py135 separators=None,
146 allow_nan=True, cls=None, indent=None, separators=None, argument
221 cls is None and indent is None and separators is None and
231 separators=separators, encoding=encoding,
246 allow_nan=True, cls=None, indent=None, separators=None, argument
316 cls is None and indent is None and separators is None and
327 separators=separators, encoding=encoding, default=default,
501 separators=None,
Dencoder.py108 indent=None, separators=None, encoding='utf-8', default=None, argument
187 if separators is not None:
188 self.item_separator, self.key_separator = separators
/external/chromium_org/third_party/WebKit/Source/platform/text/
DBidiTestHarness.h97 static const std::string separators(" \t"); in ltrim()
98 s.erase(0, s.find_first_not_of(separators)); in ltrim()
103 static const std::string separators(" \t"); in rtrim()
104 size_t lastNonSpace = s.find_last_not_of(separators); in rtrim()
124 static const std::string separators(" \t"); in parseStringList()
125 size_t lastPos = str.find_first_not_of(separators); // skip leading spaces in parseStringList()
126 size_t pos = str.find_first_of(separators, lastPos); // find next space in parseStringList()
130 lastPos = str.find_first_not_of(separators, pos); in parseStringList()
131 pos = str.find_first_of(separators, lastPos); in parseStringList()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_snprintf.c905 int separators = (flags & PRINT_F_QUOTE); in fmtint() local
943 if (separators) /* Get the number of group separators we'll print. */ in fmtint()
944 separators = getnumsep(pos); in fmtint()
946 zpadlen = precision - pos - separators; in fmtint()
948 - separators /* Number of separators. */ in fmtint()
986 if (separators > 0 && pos > 0 && pos % 3 == 0) in fmtint()
1018 int separators = (flags & PRINT_F_QUOTE); in fmtflt() local
1216 if (separators) /* Get the number of group separators we'll print. */ in fmtflt()
1217 separators = getnumsep(ipos); in fmtflt()
1223 - separators /* Number of group separators. */ in fmtflt()
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_snprintf.c905 int separators = (flags & PRINT_F_QUOTE); in fmtint() local
943 if (separators) /* Get the number of group separators we'll print. */ in fmtint()
944 separators = getnumsep(pos); in fmtint()
946 zpadlen = precision - pos - separators; in fmtint()
948 - separators /* Number of separators. */ in fmtint()
986 if (separators > 0 && pos > 0 && pos % 3 == 0) in fmtint()
1018 int separators = (flags & PRINT_F_QUOTE); in fmtflt() local
1216 if (separators) /* Get the number of group separators we'll print. */ in fmtflt()
1217 separators = getnumsep(ipos); in fmtflt()
1223 - separators /* Number of group separators. */ in fmtflt()
[all …]
/external/chromium_org/ui/android/java/src/org/chromium/ui/autofill/
DAutofillPopup.java143 HashSet<Integer> separators = new HashSet<Integer>(); in show() local
150 separators.add(cleanedData.size()); in show()
153 setAdapter(new AutofillListAdapter(mContext, cleanedData, separators)); in show()
DAutofillListAdapter.java32 Set<Integer> separators) { in AutofillListAdapter() argument
34 mSeparators = separators; in AutofillListAdapter()
/external/llvm/lib/Support/
DPath.cpp34 const char *separators = "\\/"; variable
37 const char separators = '/'; variable
65 size_t end = path.find_first_of(separators, 2); in find_first_component()
80 size_t end = path.find_first_of(separators, 2); in find_first_component()
93 size_t pos = str.find_last_of(separators, str.size() - 1); in filename_pos()
127 return str.find_first_of(separators, 2); in root_dir_start()
235 size_t end_pos = Path.find_first_of(separators, Position); in operator ++()
396 size_t loc = i->find_first_not_of(separators); in append()
666 assert(P.find_first_of(separators) == StringRef::npos && in createTemporaryFile()
/external/chromium_org/net/websockets/
Dwebsocket_extension_parser.cc154 const char separators[] = "()<>@,;:\\\"/[]?={} \t"; in IsSeparator() local
155 return strchr(separators, c) != NULL; in IsSeparator()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DMathMLAttributeNames.in25 separators
/external/emma/core/java12/com/vladium/emma/filter/
DIInclExclFilter.java38 …public static IInclExclFilter create (final String specs1, final String separators, final String [… in create() argument
54 for (StringTokenizer tokenizer = new StringTokenizer (specs1, separators); in create()
/external/emma/core/java12/com/vladium/util/
DFiles.java96 final String separators = ",".concat (File.pathSeparator); in pathToFiles() local
103 final StringTokenizer tokenizer = new StringTokenizer (segment, separators); in pathToFiles()
/external/icu4c/samples/layout/
Dparagraph.cpp81 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; in Paragraph() local
104 LEUnicode *pEnd = u_strpbrk(pStart, separators); in Paragraph()
Dpflow.c117 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; in pf_create() local
156 LEUnicode *pEnd = u_strpbrk(pStart, separators); in pf_create()
/external/libcap-ng/libcap-ng-0.7/m4/
Dltoptions.m4174 # Look at the argument we got. We use all the common list separators.
228 # Look at the argument we got. We use all the common list separators.
282 # Look at the argument we got. We use all the common list separators.
336 # Look at the argument we got. We use all the common list separators.
/external/openfst/m4/
Dltoptions.m4174 # Look at the argument we got. We use all the common list separators.
228 # Look at the argument we got. We use all the common list separators.
282 # Look at the argument we got. We use all the common list separators.
336 # Look at the argument we got. We use all the common list separators.
/external/chromium/chrome/browser/sync/
Dsync_ui_util_mac.mm66 // function so we don't touch it here, and separators are always disabled.
/external/open-vcdiff/m4/
Dltoptions.m4173 # Look at the argument we got. We use all the common list separators.
227 # Look at the argument we got. We use all the common list separators.
281 # Look at the argument we got. We use all the common list separators.
/external/libexif/auto-m4/
Dltoptions.m4174 # Look at the argument we got. We use all the common list separators.
228 # Look at the argument we got. We use all the common list separators.
282 # Look at the argument we got. We use all the common list separators.
/external/chromium_org/third_party/tcmalloc/vendor/m4/
Dltoptions.m4173 # Look at the argument we got. We use all the common list separators.
227 # Look at the argument we got. We use all the common list separators.
281 # Look at the argument we got. We use all the common list separators.
/external/protobuf/m4/
Dltoptions.m4173 # Look at the argument we got. We use all the common list separators.
227 # Look at the argument we got. We use all the common list separators.
281 # Look at the argument we got. We use all the common list separators.
/external/qemu/distrib/sdl-1.2.15/acinclude/
Dltoptions.m4174 # Look at the argument we got. We use all the common list separators.
228 # Look at the argument we got. We use all the common list separators.
282 # Look at the argument we got. We use all the common list separators.
/external/libmtp/m4/
Dltoptions.m4173 # Look at the argument we got. We use all the common list separators.
227 # Look at the argument we got. We use all the common list separators.
281 # Look at the argument we got. We use all the common list separators.
/external/chromium_org/sdch/open-vcdiff/m4/
Dltoptions.m4173 # Look at the argument we got. We use all the common list separators.
227 # Look at the argument we got. We use all the common list separators.
281 # Look at the argument we got. We use all the common list separators.

1234