Home
last modified time | relevance | path

Searched refs:continuations (Results 1 – 25 of 39) sorted by relevance

12

/external/cldr/tools/java/org/unicode/cldr/util/
DUnitConverter.java67 private Multimap<String, Continuation> continuations = TreeMultimap.create(); field in UnitConverter
136 continuations = ImmutableMultimap.copyOf(continuations); in freeze()
293 …c static Iterable<String> split(String derivedUnit, Multimap<String, Continuation> continuations) { in split() argument
294 return new UnitIterator(derivedUnit, continuations); in split()
299 final Multimap<String, Continuation> continuations; field in UnitConverter.Continuation.UnitIterator
302 public UnitIterator(String derivedUnit, Multimap<String, Continuation> continuations) { in UnitIterator() argument
304 this.continuations = continuations; in UnitIterator()
315 Collection<Continuation> continuationOptions = continuations.get(result); in next()
359 Continuation.addIfNeeded(source, continuations); in addRaw()
441 …UnitId uid = new UnitId(simpleBaseUnitComparator).add(continuations, buq.getKey(), true, 1).freeze… in getQuantityComparator()
[all …]
/external/python/cpython2/Lib/email/
Dutils.py295 for name, continuations in rfc2231_params.items():
299 continuations.sort()
305 for num, s, encoded in continuations:
/external/python/cpython3/Lib/email/
Dutils.py279 for name, continuations in rfc2231_params.items():
283 continuations.sort()
289 for num, s, encoded in continuations:
/external/e2fsprogs/
Ddepfix.sed12 # Remove line continuations....
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/
DDESCRIPTION18 for line continuations in string literals (ECMA-5).
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
DREADME.rst35 for line continuations in string literals (ECMA-5).
DPKG-INFO227 for line continuations in string literals (ECMA-5).
/external/deqp/external/openglcts/
D.clang-format77 # Indent width for line continuations.
/external/llvm-project/clang/test/Parser/
Dms-square-bracket-attributes.mm75 // Line continuations and macro substitution are fine though:
/external/mesa3d/docs/relnotes/
D9.2.rst185 glcpp hangs parsing line continuations
/external/e2fsprogs/doc/RelNotes/
Dv1.39.txt143 continuations are used in the .et file.
/external/kotlinx.coroutines/
DCHANGES.md119 * ClassCastException with reusable continuations bug is fixed (#1966).
128 * Memory leak with a mix of reusable and non-reusable continuations is fixed (#1855).
162 * Reusable cancellable continuations were introduced that improved the performance of various flow …
958 * Nicer-to-use debug `toString` implementations for coroutine dispatcher tasks and continuations.
1140 * Performance optimizations for cancellable continuations (fewer objects created).
/external/python/cpython2/Doc/library/
Dconfigparser.rst46 followed by ``name: value`` entries, with continuations in the style of
/external/yapf/
DREADME.rst396 Indent width used for line continuations.
DCHANGELOG478 - Make sure that continuations from a compound statement are distinguished from
/external/clang/docs/
DClangFormatStyleOptions.rst437 Indent width for line continuations.
/external/icu/icu4c/source/test/testdata/
Ddcfmtest.txt14 # One test case per line. No continuations. No multiple cases per line.
/external/python/cpython2/Misc/NEWS.d/
D2.7.4rc1.rst3153 keywords and with continuations at the start of line.
/external/python/cpython2/Lib/idlelib/
DChangeLog1134 continuations, but pymode requires Emacs's high-powered C parsing
/external/python/cpython3/Lib/idlelib/
DChangeLog1134 continuations, but pymode requires Emacs's high-powered C parsing
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst1565 Indent width for line continuations.
/external/llvm-project/llvm/docs/
DCoroutines.rst198 describes how-to obtain the continuations `async context` and every suspend
/external/pcre/dist2/doc/
Dpcre2test.txt1601 ">" prompt is used for continuations), subject lines may not. However
/external/e2fsprogs/debian/
Dchangelog2898 continuations are used in the .et file, and fix compatibility problems
3530 * Add support for OV-style continuations in compile_et. (Closes: #191900)
/external/llvm/docs/
DLangRef.rst1667 involves composing the normal and exceptional continuations, inlining
12432 Deoptimization continuations expressed using ``"deopt"`` operand bundles always
12445 The inliner composes the ``"deopt"`` continuations of the caller into the
12446 ``"deopt"`` continuations present in the inlinee, and also updates calls to this

12