/external/chromium_org/ui/views/controls/combobox/ |
D | combobox_unittest.cc | 108 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__.py | 135 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,
|
D | encoder.py | 108 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/ |
D | BidiTestHarness.h | 97 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/ |
D | u_snprintf.c | 905 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/ |
D | u_snprintf.c | 905 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/ |
D | AutofillPopup.java | 143 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()
|
D | AutofillListAdapter.java | 32 Set<Integer> separators) { in AutofillListAdapter() argument 34 mSeparators = separators; in AutofillListAdapter()
|
/external/llvm/lib/Support/ |
D | Path.cpp | 34 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/ |
D | websocket_extension_parser.cc | 154 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/ |
D | MathMLAttributeNames.in | 25 separators
|
/external/emma/core/java12/com/vladium/emma/filter/ |
D | IInclExclFilter.java | 38 …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/ |
D | Files.java | 96 final String separators = ",".concat (File.pathSeparator); in pathToFiles() local 103 final StringTokenizer tokenizer = new StringTokenizer (segment, separators); in pathToFiles()
|
/external/icu4c/samples/layout/ |
D | paragraph.cpp | 81 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()
|
D | pflow.c | 117 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/ |
D | ltoptions.m4 | 174 # 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/ |
D | ltoptions.m4 | 174 # 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/ |
D | sync_ui_util_mac.mm | 66 // function so we don't touch it here, and separators are always disabled.
|
/external/open-vcdiff/m4/ |
D | ltoptions.m4 | 173 # 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/ |
D | ltoptions.m4 | 174 # 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/ |
D | ltoptions.m4 | 173 # 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/ |
D | ltoptions.m4 | 173 # 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/ |
D | ltoptions.m4 | 174 # 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/ |
D | ltoptions.m4 | 173 # 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/ |
D | ltoptions.m4 | 173 # 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.
|