/external/grpc-grpc/test/core/security/ |
D | auth_context_test.cc | 85 grpc_auth_context* chained = grpc_auth_context_create(nullptr); in test_chained_context() local 86 grpc_auth_context* ctx = grpc_auth_context_create(chained); in test_chained_context() 91 GRPC_AUTH_CONTEXT_UNREF(chained, "chained"); in test_chained_context() 92 grpc_auth_context_add_cstring_property(chained, "name", "padapo"); in test_chained_context() 93 grpc_auth_context_add_cstring_property(chained, "foo", "baz"); in test_chained_context() 107 for (i = 0; i < chained->properties.count; i++) { in test_chained_context() 109 GPR_ASSERT(p == &chained->properties.array[i]); in test_chained_context() 117 &chained->properties.array[1]); in test_chained_context() 126 &chained->properties.array[0]); in test_chained_context()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
D | TestIDNARef.java | 556 StringBuffer chained; in doTestChainingToASCII() local 560 chained = expected; in doTestChainingToASCII() 562 chained = IDNAReference.convertIDNtoASCII(chained,IDNAReference.DEFAULT); in doTestChainingToASCII() 564 if(!expected.toString().equals(chained.toString())){ in doTestChainingToASCII() 569 chained = expected; in doTestChainingToASCII() 571 chained = IDNAReference.convertToASCII(chained,IDNAReference.DEFAULT); in doTestChainingToASCII() 573 if(!expected.toString().equals(chained.toString())){ in doTestChainingToASCII() 588 StringBuffer chained; in doTestChainingToUnicode() local 592 chained = expected; in doTestChainingToUnicode() 594 chained = IDNAReference.convertIDNToUnicode(chained,IDNAReference.DEFAULT); in doTestChainingToUnicode() [all …]
|
D | TestIDNA.java | 470 StringBuffer chained; in doTestChainingToASCII() local 474 chained = expected; in doTestChainingToASCII() 476 chained = IDNA.convertIDNToASCII(chained,IDNA.DEFAULT); in doTestChainingToASCII() 478 if(!expected.toString().equals(chained.toString())){ in doTestChainingToASCII() 483 chained = expected; in doTestChainingToASCII() 485 chained = IDNA.convertToASCII(chained,IDNA.DEFAULT); in doTestChainingToASCII() 487 if(!expected.toString().equals(chained.toString())){ in doTestChainingToASCII() 496 StringBuffer chained; in doTestChainingToUnicode() local 500 chained = expected; in doTestChainingToUnicode() 502 chained = IDNA.convertIDNToUnicode(chained,IDNA.DEFAULT); in doTestChainingToUnicode() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/ |
D | TestIDNARef.java | 559 StringBuffer chained; in doTestChainingToASCII() local 563 chained = expected; in doTestChainingToASCII() 565 chained = IDNAReference.convertIDNtoASCII(chained,IDNAReference.DEFAULT); in doTestChainingToASCII() 567 if(!expected.toString().equals(chained.toString())){ in doTestChainingToASCII() 572 chained = expected; in doTestChainingToASCII() 574 chained = IDNAReference.convertToASCII(chained,IDNAReference.DEFAULT); in doTestChainingToASCII() 576 if(!expected.toString().equals(chained.toString())){ in doTestChainingToASCII() 591 StringBuffer chained; in doTestChainingToUnicode() local 595 chained = expected; in doTestChainingToUnicode() 597 chained = IDNAReference.convertIDNToUnicode(chained,IDNAReference.DEFAULT); in doTestChainingToUnicode() [all …]
|
D | TestIDNA.java | 473 StringBuffer chained; in doTestChainingToASCII() local 477 chained = expected; in doTestChainingToASCII() 479 chained = IDNA.convertIDNToASCII(chained,IDNA.DEFAULT); in doTestChainingToASCII() 481 if(!expected.toString().equals(chained.toString())){ in doTestChainingToASCII() 486 chained = expected; in doTestChainingToASCII() 488 chained = IDNA.convertToASCII(chained,IDNA.DEFAULT); in doTestChainingToASCII() 490 if(!expected.toString().equals(chained.toString())){ in doTestChainingToASCII() 499 StringBuffer chained; in doTestChainingToUnicode() local 503 chained = expected; in doTestChainingToUnicode() 505 chained = IDNA.convertIDNToUnicode(chained,IDNA.DEFAULT); in doTestChainingToUnicode() [all …]
|
/external/grpc-grpc/src/core/lib/security/context/ |
D | security_context.cc | 122 grpc_auth_context* grpc_auth_context_create(grpc_auth_context* chained) { in grpc_auth_context_create() argument 126 if (chained != nullptr) { in grpc_auth_context_create() 127 ctx->chained = GRPC_AUTH_CONTEXT_REF(chained, "chained"); in grpc_auth_context_create() 129 ctx->chained->peer_identity_property_name; in grpc_auth_context_create() 169 GRPC_AUTH_CONTEXT_UNREF(ctx->chained, "chained"); 223 if (it->ctx->chained == nullptr) return nullptr; 224 it->ctx = it->ctx->chained;
|
D | security_context.h | 44 struct grpc_auth_context* chained; member 52 grpc_auth_context* grpc_auth_context_create(grpc_auth_context* chained);
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | DiscreteComparator.java | 269 if (item.chained) { in getCycle() 302 private boolean chained = false; field in DiscreteComparator.Node 320 currentNode.chained = true; in visit() 322 if (subNode.chained) { in visit() 330 currentNode.chained = false; in visit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | swp-chain-refs.ll | 5 ; Test that we do not schedule chained references too far apart, 7 ; not be pipelined when the chained references are constrained correctly.
|
/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/fonttools/Tests/mtiLib/data/mti/ |
D | chained-glyph.txt | 1 lookup raucontext-sinh chained
|
D | chainedclass.txt | 2 lookup swashes-knda chained
|
D | chainedcoverage.txt | 1 lookup slashcontext chained
|
/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/fonttools/Tests/mtiLib/data/ |
D | mixed-toplevels.txt | 2 lookup 0 chained
|
D | lookupnames-backward.txt | 9 lookup l0 chained
|
D | lookupnames-forward.txt | 2 lookup l0 chained
|
/external/clang/test/PCH/ |
D | chain-predecl.m | 4 // Test predeclarations across chained PCH.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/IVUsers/ |
D | quadradic-exit-value.ll | 37 ; SCEV does not know how to denormalize chained recurrences, so make 69 ; SCEV does not know how to denormalize chained recurrences, so make
|
/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2011-06-03-x87chain.ll | 6 ; Insure x87 ops are properly chained, order preserved.
|