Home
last modified time | relevance | path

Searched refs:chained (Results 1 – 25 of 38) sorted by relevance

12

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DTestIDNARef.java543 StringBuffer chained; in doTestChainingToASCII() local
547 chained = expected; in doTestChainingToASCII()
549 chained = IDNAReference.convertIDNtoASCII(chained,IDNAReference.DEFAULT); in doTestChainingToASCII()
551 if(!expected.toString().equals(chained.toString())){ in doTestChainingToASCII()
556 chained = expected; in doTestChainingToASCII()
558 chained = IDNAReference.convertToASCII(chained,IDNAReference.DEFAULT); in doTestChainingToASCII()
560 if(!expected.toString().equals(chained.toString())){ in doTestChainingToASCII()
575 StringBuffer chained; in doTestChainingToUnicode() local
579 chained = expected; in doTestChainingToUnicode()
581 chained = IDNAReference.convertIDNToUnicode(chained,IDNAReference.DEFAULT); in doTestChainingToUnicode()
[all …]
DTestIDNA.java456 StringBuffer chained; in doTestChainingToASCII() local
460 chained = expected; in doTestChainingToASCII()
462 chained = IDNA.convertIDNToASCII(chained,IDNA.DEFAULT); in doTestChainingToASCII()
464 if(!expected.toString().equals(chained.toString())){ in doTestChainingToASCII()
469 chained = expected; in doTestChainingToASCII()
471 chained = IDNA.convertToASCII(chained,IDNA.DEFAULT); in doTestChainingToASCII()
473 if(!expected.toString().equals(chained.toString())){ in doTestChainingToASCII()
481 StringBuffer chained; in doTestChainingToUnicode() local
485 chained = expected; in doTestChainingToUnicode()
487 chained = IDNA.convertIDNToUnicode(chained,IDNA.DEFAULT); in doTestChainingToUnicode()
[all …]
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Dwsgilib.py108 def __init__(self, *chained): argument
109 self.app_iters = chained
110 self.chained = [iter(item) for item in chained]
117 if len(self.chained) == 1:
118 return self.chained[0].next()
121 return self.chained[0].next()
123 self.chained.pop(0)
/external/v8/src/
Dsnapshot-source-sink.h101 explicit DebugSnapshotSink(SnapshotByteSink* chained) : sink_(chained) {} in DebugSnapshotSink() argument
/external/v8/test/webkit/fast/js/
DPromise-resolve-chain-expected.txt1 Test chained Promise resolutions.
DPromise-onFulfilled-deep-expected.txt1 Test whether deeply chained then-s work.
DPromise-onRejected-deep-expected.txt1 Test whether deeply chained then-s work.
DPromise-chained-then-expected.txt1 Test chained Promise.prototype.then.
/external/clang/test/PCH/
Dchain-predecl.m4 // Test predeclarations across chained PCH.
/external/clang/docs/
DPCHInternals.rst114 Precompiled headers can be chained. When you create a PCH while including an
121 mechanisms behind chained precompiled headers are discussed in a :ref:`later
122 section <pchinternals-chained>`.
180 A chained PCH file (that is, one that references another PCH) and a module
185 For chained precompiled headers, the language options, target architecture and
448 .. _pchinternals-chained:
464 this case, Clang will create the precompiled preamble as a chained precompiled
473 the semantic model of chained precompiled headers, because the most-recent
479 There are several ways in which chained precompiled headers generalize the AST
492 When writing a chained precompiled header, Clang attempts to write only
[all …]
/external/clang/test/CodeGenObjC/
Dexceptions.m114 // This is a switch or maybe some chained branches, but relying
119 // This is a switch or maybe some chained branches, but relying
/external/llvm/test/Transforms/IndVarSimplify/
Dtripcount_compute.ll94 ; CHECK-LABEL: @chained(
97 define i32 @chained() {
/external/llvm/test/CodeGen/X86/
D2011-06-03-x87chain.ll6 ; Insure x87 ops are properly chained, order preserved.
/external/llvm/test/CodeGen/AArch64/
Darm64-collect-loh-garbage-crash.ll2 ; Check that the LOH analysis does not crash when the analysed chained
/external/llvm/test/Transforms/LoopStrengthReduce/
Dquadradic-exit-value.ll27 ; SCEV does not know how to denormalize chained recurrences, so make
/external/compiler-rt/lib/msan/
Dmsan.cc280 Origin chained = Origin::CreateChainedOrigin(o, stack); in ChainOrigin() local
281 return chained.raw_id(); in ChainOrigin()
/external/libogg/doc/
Drfc3533.txt257 chained logical bitstream MUST have a unique serial number within the
264 bitstream that obeys all the rules of both grouped and chained
268 different logical bitstreams grouped and chained
274 In this example, there are two chained physical bitstreams, the first
276 The second physical bitstream is chained after the end of the grouped
/external/llvm/test/CodeGen/Thumb2/
Dcrash.ll27 ; This function creates 4 chained INSERT_SUBREGS and then invokes the register scavenger.
/external/lz4/
DNEWS109 lz4.c : corrected compression efficiency issue 97 in 64-bits chained mode (-BD) for streams > 4 GB …
/external/vboot_reference/
DREADME171 a firmware image. Since verification is chained - RO firmware verifies
/external/libvorbis/doc/
Da1-encapsulation-ogg.tex33 The Ogg stream may be chained, i.e., contain multiple, contigous logical streams (links).
Drfc5215.txt480 For non-chained streams, the recommended Configuration delivery
637 following shows the Packed header payload for each chained Vorbis
1140 If the stream comprises chained Vorbis files and all of them are
/external/llvm/test/Transforms/LoopStrengthReduce/X86/
Divchain-X86.ll50 ; @user is not currently chained because the IV is live across memory ops.
/external/llvm/docs/TableGen/
DBackEnds.rst160 chained by matching styles, returning false on no match.
/external/llvm/test/Transforms/LoopStrengthReduce/ARM/
Divchain-ARM.ll39 ; @user is not currently chained because the IV is live across memory ops.

12