/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
D | TestIDNARef.java | 543 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 …]
|
D | TestIDNA.java | 456 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/ |
D | wsgilib.py | 108 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/ |
D | snapshot-source-sink.h | 101 explicit DebugSnapshotSink(SnapshotByteSink* chained) : sink_(chained) {} in DebugSnapshotSink() argument
|
/external/v8/test/webkit/fast/js/ |
D | Promise-resolve-chain-expected.txt | 1 Test chained Promise resolutions.
|
D | Promise-onFulfilled-deep-expected.txt | 1 Test whether deeply chained then-s work.
|
D | Promise-onRejected-deep-expected.txt | 1 Test whether deeply chained then-s work.
|
D | Promise-chained-then-expected.txt | 1 Test chained Promise.prototype.then.
|
/external/clang/test/PCH/ |
D | chain-predecl.m | 4 // Test predeclarations across chained PCH.
|
/external/clang/docs/ |
D | PCHInternals.rst | 114 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/ |
D | exceptions.m | 114 // 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/ |
D | tripcount_compute.ll | 94 ; CHECK-LABEL: @chained( 97 define i32 @chained() {
|
/external/llvm/test/CodeGen/X86/ |
D | 2011-06-03-x87chain.ll | 6 ; Insure x87 ops are properly chained, order preserved.
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-collect-loh-garbage-crash.ll | 2 ; Check that the LOH analysis does not crash when the analysed chained
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | quadradic-exit-value.ll | 27 ; SCEV does not know how to denormalize chained recurrences, so make
|
/external/compiler-rt/lib/msan/ |
D | msan.cc | 280 Origin chained = Origin::CreateChainedOrigin(o, stack); in ChainOrigin() local 281 return chained.raw_id(); in ChainOrigin()
|
/external/libogg/doc/ |
D | rfc3533.txt | 257 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/ |
D | crash.ll | 27 ; This function creates 4 chained INSERT_SUBREGS and then invokes the register scavenger.
|
/external/lz4/ |
D | NEWS | 109 lz4.c : corrected compression efficiency issue 97 in 64-bits chained mode (-BD) for streams > 4 GB …
|
/external/vboot_reference/ |
D | README | 171 a firmware image. Since verification is chained - RO firmware verifies
|
/external/libvorbis/doc/ |
D | a1-encapsulation-ogg.tex | 33 The Ogg stream may be chained, i.e., contain multiple, contigous logical streams (links).
|
D | rfc5215.txt | 480 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/ |
D | ivchain-X86.ll | 50 ; @user is not currently chained because the IV is live across memory ops.
|
/external/llvm/docs/TableGen/ |
D | BackEnds.rst | 160 chained by matching styles, returning false on no match.
|
/external/llvm/test/Transforms/LoopStrengthReduce/ARM/ |
D | ivchain-ARM.ll | 39 ; @user is not currently chained because the IV is live across memory ops.
|