/external/webkit/WebKitTools/simplejson/ |
D | __init__.py | 104 separators=None, 109 allow_nan=True, cls=None, indent=None, separators=None, argument 151 cls is None and indent is None and separators is None and 159 separators=separators, encoding=encoding, **kw).iterencode(obj) 167 allow_nan=True, cls=None, indent=None, separators=None, argument 207 cls is None and indent is None and separators is None and 215 separators=separators, encoding=encoding,
|
D | encoder.py | 114 indent=None, separators=None, encoding='utf-8'): argument 161 if separators is not None: 162 self.item_separator, self.key_separator = separators
|
/external/webkit/WebKit/mac/Misc/ |
D | WebNSArrayExtras.m | 53 // Starting with a mutable array of NSMenuItems, removes any separators at the start, 54 // removes any separators at the end, and collapses any other adjacent separators to
|
/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/webkit/WebCore/mathml/ |
D | mathattrs.in | 12 separators
|
/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/webkit/JavaScriptCore/runtime/ |
D | StringPrototype.cpp | 247 …ce, const StringRange* substringRanges, int rangeCount, const UString* separators, int separatorCo… 248 …ce, const StringRange* substringRanges, int rangeCount, const UString* separators, int separatorCo… in jsSpliceSubstringsWithSeparators() argument 264 totalLength += separators[i].size(); in jsSpliceSubstringsWithSeparators() 282 UStringImpl::copyChars(buffer + bufferPos, separators[i].data(), separators[i].size()); in jsSpliceSubstringsWithSeparators() 283 bufferPos += separators[i].size(); in jsSpliceSubstringsWithSeparators()
|
/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/chromium/third_party/icu/source/data/brkitr/ |
D | sent.txt | 52 # Rule 3 - break after separators. Keep CR/LF together.
|
D | sent_el.txt | 52 # Rule 3 - break after separators. Keep CR/LF together.
|
/external/icu4c/data/brkitr/ |
D | sent.txt | 52 # Rule 3 - break after separators. Keep CR/LF together.
|
D | sent_el.txt | 52 # Rule 3 - break after separators. Keep CR/LF together.
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/ |
D | json_results_generator.py | 224 results_str = simplejson.dumps(results_json, separators=(',', ':'))
|
D | test_expectations.py | 370 return ExpectationsJsonEncoder(separators=(',', ':')).encode(
|
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
D | markdown.php | 2342 $separators = preg_split('/ *[|] */', $underline); 2343 foreach ($separators as $n => $s) {
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 1436 % Make spaces be word-separators rather than space tokens. 1465 % Make spaces be word-separators rather than space tokens. 1484 % Make spaces be word-separators rather than space tokens. 1503 % Make spaces be word-separators rather than space tokens. 1518 % Make spaces be word-separators rather than space tokens. 1532 % Make spaces be word-separators rather than space tokens.
|
/external/webkit/WebKit/mac/WebView/ |
D | WebPDFView.mm | 1129 … // Include all of PDFKit's separators for now. At the end we'll remove any ones that were made 1162 // separators that were left behind.
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-12 | 105 as separators. Also, match dash with underscore.
|
/external/bluetooth/glib/glib/ |
D | gkeyfile.c | 151 GSList **separators,
|
/external/libvpx/examples/includes/geshi/docs/ |
D | CHANGES | 258 …- Fixed incorrect treatment of unequally long multiline comment separators (related to SF #189163…
|
/external/expat/conftools/ |
D | libtool.m4 | 1337 # path with ; separators, and with drive letters. We can handle the 1920 # Look at the argument we got. We use all the common list separators. 1959 # Look at the argument we got. We use all the common list separators. 1998 # Look at the argument we got. We use all the common list separators.
|
/external/dbus/ |
D | aclocal.m4 | 1343 # path with ; separators, and with drive letters. We can handle the 1943 # Look at the argument we got. We use all the common list separators. 1982 # Look at the argument we got. We use all the common list separators. 2021 # Look at the argument we got. We use all the common list separators.
|
/external/chromium/third_party/libevent/ |
D | aclocal.m4 | 1489 # path with ; separators, and with drive letters. We can handle the 2056 # Look at the argument we got. We use all the common list separators. 2095 # Look at the argument we got. We use all the common list separators. 2134 # Look at the argument we got. We use all the common list separators.
|