/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/ |
D | TestIDNARef.java | 554 StringBuffer chained; in doTestChainingToASCII() local 558 chained = expected; in doTestChainingToASCII() 560 chained = IDNAReference.convertIDNtoASCII(chained,IDNAReference.DEFAULT); in doTestChainingToASCII() 562 if(!expected.toString().equals(chained.toString())){ in doTestChainingToASCII() 567 chained = expected; in doTestChainingToASCII() 569 chained = IDNAReference.convertToASCII(chained,IDNAReference.DEFAULT); in doTestChainingToASCII() 571 if(!expected.toString().equals(chained.toString())){ in doTestChainingToASCII() 586 StringBuffer chained; in doTestChainingToUnicode() local 590 chained = expected; in doTestChainingToUnicode() 592 chained = IDNAReference.convertIDNToUnicode(chained,IDNAReference.DEFAULT); in doTestChainingToUnicode() [all …]
|
D | TestIDNA.java | 468 StringBuffer chained; in doTestChainingToASCII() local 472 chained = expected; in doTestChainingToASCII() 474 chained = IDNA.convertIDNToASCII(chained,IDNA.DEFAULT); in doTestChainingToASCII() 476 if(!expected.toString().equals(chained.toString())){ in doTestChainingToASCII() 481 chained = expected; in doTestChainingToASCII() 483 chained = IDNA.convertToASCII(chained,IDNA.DEFAULT); in doTestChainingToASCII() 485 if(!expected.toString().equals(chained.toString())){ in doTestChainingToASCII() 494 StringBuffer chained; in doTestChainingToUnicode() local 498 chained = expected; in doTestChainingToUnicode() 500 chained = IDNA.convertIDNToUnicode(chained,IDNA.DEFAULT); in doTestChainingToUnicode() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
D | TestIDNARef.java | 553 StringBuffer chained; in doTestChainingToASCII() local 557 chained = expected; in doTestChainingToASCII() 559 chained = IDNAReference.convertIDNtoASCII(chained,IDNAReference.DEFAULT); in doTestChainingToASCII() 561 if(!expected.toString().equals(chained.toString())){ in doTestChainingToASCII() 566 chained = expected; in doTestChainingToASCII() 568 chained = IDNAReference.convertToASCII(chained,IDNAReference.DEFAULT); in doTestChainingToASCII() 570 if(!expected.toString().equals(chained.toString())){ in doTestChainingToASCII() 585 StringBuffer chained; in doTestChainingToUnicode() local 589 chained = expected; in doTestChainingToUnicode() 591 chained = IDNAReference.convertIDNToUnicode(chained,IDNAReference.DEFAULT); in doTestChainingToUnicode() [all …]
|
D | TestIDNA.java | 467 StringBuffer chained; in doTestChainingToASCII() local 471 chained = expected; in doTestChainingToASCII() 473 chained = IDNA.convertIDNToASCII(chained,IDNA.DEFAULT); in doTestChainingToASCII() 475 if(!expected.toString().equals(chained.toString())){ in doTestChainingToASCII() 480 chained = expected; in doTestChainingToASCII() 482 chained = IDNA.convertToASCII(chained,IDNA.DEFAULT); in doTestChainingToASCII() 484 if(!expected.toString().equals(chained.toString())){ in doTestChainingToASCII() 493 StringBuffer chained; in doTestChainingToUnicode() local 497 chained = expected; in doTestChainingToUnicode() 499 chained = IDNA.convertIDNToUnicode(chained,IDNA.DEFAULT); in doTestChainingToUnicode() [all …]
|
/external/clang/test/PCH/ |
D | chain-predecl.m | 4 // Test predeclarations across chained PCH.
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86GenDAGISel.inc | 20 /*6*/ OPC_RecordNode, // #0 = 'st' chained node 180 /*361*/ OPC_RecordNode, // #1 = 'ld' chained node 518 /*1077*/ OPC_RecordNode, // #1 = 'ld' chained node 856 /*1793*/ OPC_RecordNode, // #1 = 'ld' chained node 1198 /*2517*/ OPC_RecordNode, // #1 = 'ld' chained node 1270 /*2670*/ OPC_RecordNode, // #1 = 'ld' chained node 1457 /*3094*/ OPC_RecordNode, // #1 = 'ld' chained node 1721 /*3710*/ OPC_RecordNode, // #2 = 'ld' chained node 1786 /*3862*/ OPC_RecordNode, // #1 = 'ld' chained node 2289 /*5054*/ OPC_RecordNode, // #2 = 'ld' chained node [all …]
|
/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>`. 190 A chained PCH file (that is, one that references another PCH) and a module 195 For chained precompiled headers, the language options, target architecture and 458 .. _pchinternals-chained: 474 this case, Clang will create the precompiled preamble as a chained precompiled 483 the semantic model of chained precompiled headers, because the most-recent 489 There are several ways in which chained precompiled headers generalize the AST 502 When writing a chained precompiled header, Clang attempts to write only [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2011-06-03-x87chain.ll | 6 ; Insure x87 ops are properly chained, order preserved.
|
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/ |
D | tripcount_compute.ll | 94 ; CHECK: @chained 97 define i32 @chained() {
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | tripcount_compute.ll | 94 ; CHECK-LABEL: @chained( 97 define i32 @chained() {
|
/external/clang/test/CodeGenObjC/ |
D | exceptions.m | 116 // This is a switch or maybe some chained branches, but relying 121 // This is a switch or maybe some chained branches, but relying
|
/external/llvm/test/CodeGen/X86/ |
D | 2011-06-03-x87chain.ll | 6 ; Insure x87 ops are properly chained, order preserved.
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | quadradic-exit-value.ll | 27 ; SCEV does not know how to denormalize chained recurrences, so make
|
/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/compiler-rt/lib/msan/ |
D | msan.cc | 304 Origin chained = Origin::CreateChainedOrigin(o, stack); in ChainOrigin() local 305 return chained.raw_id(); in ChainOrigin()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/ |
D | crash.ll | 26 ; This function creates 4 chained INSERT_SUBREGS and then invokes the register scavenger.
|
/external/libese/libese-teq1/ |
D | teq1.c | 254 int chained = 0; in teq1_frame_error_check() local 270 chained = bs_get(PCB.I.more_data, tx_frame->header.PCB); in teq1_frame_error_check()
|
/external/skia/infra/bots/ |
D | README.md | 12 pool. Tasks may be chained together, eg. one task to compile test binaries and
|
/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/SystemZ/ |
D | dag-combine-01.ll | 2 ; incorrectly drop a chain dependency to a store previously chained to
|
/external/llvm/test/CodeGen/Thumb2/ |
D | crash.ll | 27 ; This function creates 4 chained INSERT_SUBREGS and then invokes the register scavenger.
|
/external/vboot_reference/ |
D | README | 171 a firmware image. Since verification is chained - RO firmware verifies
|
/external/avb/ |
D | README.md | 44 image hashes, image hashtree metadata, and so-called *chained 59 A chained partition descriptor is used to delegate authority - it 64 ![AVB with a chained partition](docs/avb-chained-partition.png) 447 + For a chained partition descriptor its contents is compared
|
/external/vulkan-validation-layers/layers/ |
D | README.md | 15 may be the driver. Multiple layer libraries can be chained (actually a hierarchy) together.
|
/external/lz4/ |
D | NEWS | 192 lz4.c : corrected compression efficiency issue 97 in 64-bits chained mode (-BD) for streams > 4 GB …
|