/external/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/ |
D | bullet_7.pass.cpp | 253 typedef A const CA; in main() typedef 259 runTestCase< R(CA&), 1, ConstCaster >(); in main() 260 runTestCase< R(CA&, CA&), 2, ConstCaster >(); in main() 261 runTestCase< R(CA&, CA&, CA&), 3, ConstCaster >(); in main() 291 runFunctorTestCase<R(CA&), 1, LValueCaster, CC>(); in main() 292 runFunctorTestCase<R(CA&) const, 1, ConstCaster, CC>(); in main() 293 runFunctorTestCase<R(CA&) volatile, 1, VolatileCaster, CC>(); in main() 294 runFunctorTestCase<R(CA&) const volatile, 1, CVCaster, CC>(); in main() 295 runFunctorTestCase<R(CA&, CA&), 2, LValueCaster, CC>(); in main() 296 runFunctorTestCase<R(CA&, CA&) const, 2, ConstCaster, CC>(); in main() [all …]
|
/external/libcxx/test/libcxx/utilities/function.objects/func.require/ |
D | bullet_7.pass.cpp | 254 typedef A const CA; in main() typedef 260 runTestCase< R(CA&), 1, ConstCaster >(); in main() 261 runTestCase< R(CA&, CA&), 2, ConstCaster >(); in main() 262 runTestCase< R(CA&, CA&, CA&), 3, ConstCaster >(); in main() 292 runFunctorTestCase<R(CA&), 1, LValueCaster, CC>(); in main() 293 runFunctorTestCase<R(CA&) const, 1, ConstCaster, CC>(); in main() 294 runFunctorTestCase<R(CA&) volatile, 1, VolatileCaster, CC>(); in main() 295 runFunctorTestCase<R(CA&) const volatile, 1, CVCaster, CC>(); in main() 296 runFunctorTestCase<R(CA&, CA&), 2, LValueCaster, CC>(); in main() 297 runFunctorTestCase<R(CA&, CA&) const, 2, ConstCaster, CC>(); in main() [all …]
|
/external/llvm/unittests/LineEditor/ |
D | LineEditor.cpp | 62 LineEditor::CompletionAction CA = LE->getCompletionAction("", 0); in TEST_F() local 63 EXPECT_EQ(LineEditor::CompletionAction::AK_Insert, CA.Kind); in TEST_F() 64 EXPECT_EQ("foo", CA.Text); in TEST_F() 68 CA = LE->getCompletionAction("", 0); in TEST_F() 69 EXPECT_EQ(LineEditor::CompletionAction::AK_ShowCompletions, CA.Kind); in TEST_F() 70 ASSERT_EQ(2u, CA.Completions.size()); in TEST_F() 71 ASSERT_EQ("int foo()", CA.Completions[0]); in TEST_F() 72 ASSERT_EQ("int bar()", CA.Completions[1]); in TEST_F() 80 CA = LE->getCompletionAction("", 0); in TEST_F() 81 EXPECT_EQ(LineEditor::CompletionAction::AK_Insert, CA.Kind); in TEST_F() [all …]
|
/external/llvm-project/llvm/unittests/LineEditor/ |
D | LineEditor.cpp | 61 LineEditor::CompletionAction CA = LE->getCompletionAction("", 0); in TEST_F() local 62 EXPECT_EQ(LineEditor::CompletionAction::AK_Insert, CA.Kind); in TEST_F() 63 EXPECT_EQ("foo", CA.Text); in TEST_F() 67 CA = LE->getCompletionAction("", 0); in TEST_F() 68 EXPECT_EQ(LineEditor::CompletionAction::AK_ShowCompletions, CA.Kind); in TEST_F() 69 ASSERT_EQ(2u, CA.Completions.size()); in TEST_F() 70 ASSERT_EQ("int foo()", CA.Completions[0]); in TEST_F() 71 ASSERT_EQ("int bar()", CA.Completions[1]); in TEST_F() 79 CA = LE->getCompletionAction("", 0); in TEST_F() 80 EXPECT_EQ(LineEditor::CompletionAction::AK_Insert, CA.Kind); in TEST_F() [all …]
|
/external/llvm/lib/Transforms/Utils/ |
D | CtorUtils.cpp | 41 Constant *CA = ConstantArray::get(ATy, CAList); in removeGlobalCtors() local 44 if (CA->getType() == OldCA->getType()) { in removeGlobalCtors() 45 GCL->setInitializer(CA); in removeGlobalCtors() 51 new GlobalVariable(CA->getType(), GCL->isConstant(), GCL->getLinkage(), in removeGlobalCtors() 52 CA, "", GCL->getThreadLocalMode()); in removeGlobalCtors() 71 ConstantArray *CA = cast<ConstantArray>(GV->getInitializer()); in parseGlobalCtors() local 73 Result.reserve(CA->getNumOperands()); in parseGlobalCtors() 74 for (User::op_iterator i = CA->op_begin(), e = CA->op_end(); i != e; ++i) { in parseGlobalCtors() 95 ConstantArray *CA = cast<ConstantArray>(GV->getInitializer()); in findGlobalCtors() local 97 for (User::op_iterator i = CA->op_begin(), e = CA->op_end(); i != e; ++i) { in findGlobalCtors()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | CtorUtils.cpp | 38 Constant *CA = ConstantArray::get(ATy, CAList); in removeGlobalCtors() local 41 if (CA->getType() == OldCA->getType()) { in removeGlobalCtors() 42 GCL->setInitializer(CA); in removeGlobalCtors() 48 new GlobalVariable(CA->getType(), GCL->isConstant(), GCL->getLinkage(), in removeGlobalCtors() 49 CA, "", GCL->getThreadLocalMode()); in removeGlobalCtors() 68 ConstantArray *CA = cast<ConstantArray>(GV->getInitializer()); in parseGlobalCtors() local 70 Result.reserve(CA->getNumOperands()); in parseGlobalCtors() 71 for (auto &V : CA->operands()) { in parseGlobalCtors() 92 ConstantArray *CA = cast<ConstantArray>(GV->getInitializer()); in findGlobalCtors() local 94 for (auto &V : CA->operands()) { in findGlobalCtors()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CtorUtils.cpp | 38 Constant *CA = ConstantArray::get(ATy, CAList); in removeGlobalCtors() local 41 if (CA->getType() == OldCA->getType()) { in removeGlobalCtors() 42 GCL->setInitializer(CA); in removeGlobalCtors() 48 new GlobalVariable(CA->getType(), GCL->isConstant(), GCL->getLinkage(), in removeGlobalCtors() 49 CA, "", GCL->getThreadLocalMode()); in removeGlobalCtors() 68 ConstantArray *CA = cast<ConstantArray>(GV->getInitializer()); in parseGlobalCtors() local 70 Result.reserve(CA->getNumOperands()); in parseGlobalCtors() 71 for (auto &V : CA->operands()) { in parseGlobalCtors() 92 ConstantArray *CA = cast<ConstantArray>(GV->getInitializer()); in findGlobalCtors() local 94 for (auto &V : CA->operands()) { in findGlobalCtors()
|
/external/rust/crates/csv/examples/data/ |
D | uspop-null.csv | 12 Colton,CA,52335,34.0738889,-117.3127778 13 Fontana,CA,169160,34.0922222,-117.4341667 14 Fountain Valley,CA,56133,33.7091667,-117.9527778 15 Kings Beach,CA,,39.2377778,-120.0255556 16 Milpitas,CA,62636,37.4283333,-121.9055556 17 Mokelumne City,CA,,38.2530556,-121.4380556 18 Mount Eden,CA,,37.6361111,-122.0988889 19 San Clemente,CA,62272,33.4269444,-117.6111111 20 Seal Beach,CA,24404,33.7413889,-118.1038889 21 West Hollywood,CA,37031,34.0900000,-118.3608333
|
D | uspop-latin1.csv | 12 Colton,CA,52335,34.0738889,-117.3127778 13 Fontana,CA,169160,34.0922222,-117.4341667 14 Fountain Valley,CA,56133,33.7091667,-117.9527778 15 Kings Beach,CA,,39.2377778,-120.0255556 16 Milpitas,CA,62636,37.4283333,-121.9055556 17 Mokelumne City,CA,,38.2530556,-121.4380556 18 Mount Eden,CA,,37.6361111,-122.0988889 19 San Clemente,CA,62272,33.4269444,-117.6111111 20 Seal Beach,CA,24404,33.7413889,-118.1038889 21 West Hollywood,CA,37031,34.0900000,-118.3608333
|
D | uspop.csv | 12 Colton,CA,52335,34.0738889,-117.3127778 13 Fontana,CA,169160,34.0922222,-117.4341667 14 Fountain Valley,CA,56133,33.7091667,-117.9527778 15 Kings Beach,CA,,39.2377778,-120.0255556 16 Milpitas,CA,62636,37.4283333,-121.9055556 17 Mokelumne City,CA,,38.2530556,-121.4380556 18 Mount Eden,CA,,37.6361111,-122.0988889 19 San Clemente,CA,62272,33.4269444,-117.6111111 20 Seal Beach,CA,24404,33.7413889,-118.1038889 21 West Hollywood,CA,37031,34.0900000,-118.3608333
|
/external/rust/crates/rayon/src/iter/ |
D | unzip.rs | 75 pub(super) fn unzip_indexed<I, A, B, CA, CB>(pi: I, left: CA, right: CB) -> (CA::Result, CB::Result) in unzip_indexed() argument 78 CA: Consumer<A>, in unzip_indexed() 239 struct UnzipB<'r, I, OP, CA> 243 CA: UnindexedConsumer<OP::Left>, 244 CA::Result: 'r, 248 left_consumer: CA, 249 left_result: &'r mut Option<CA::Result>, 252 impl<'r, I, OP, CA> ParallelIterator for UnzipB<'r, I, OP, CA> 256 CA: UnindexedConsumer<OP::Left>, 286 struct UnzipConsumer<'a, OP, CA, CB> { [all …]
|
/external/capstone/msvc/ |
D | capstone.sln | 4 …pstone_static", "capstone_static\capstone_static.vcxproj", "{5B01D900-2359-44CA-9914-6B0C6AFB7BE7}" 8 {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} = {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} 13 {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} = {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} 18 {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} = {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} 23 {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} = {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} 28 {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} = {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} 33 {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} = {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} 38 {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} = {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} 43 {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} = {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} 48 {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} = {5B01D900-2359-44CA-9914-6B0C6AFB7BE7} [all …]
|
/external/curl/docs/ |
D | SSLCERTS.md | 23 This system is about trust. In your local CA certificate store you have certs 38 by using a CA certificate store that the SSL library can use to make sure the 45 If the remote server uses a self-signed certificate, if you don't install a CA 46 cert store, if the server uses a certificate signed by a CA that isn't 56 2. Get a CA certificate that can verify the remote server and use the proper 57 option to point out this CA cert for verification when connecting. For 62 3. Add the CA cert for your server to the existing default CA certificate 63 store. The default CA certificate store can be changed at compile time with 66 --with-ca-bundle=FILE: use the specified file as CA certificate store. CA 69 --with-ca-path=PATH: use the specified path as CA certificate store. CA [all …]
|
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
D | PopulateSwitch.cpp | 87 const SelectionTree::Node *CA = Sel.ASTSelection.commonAncestor(); in REGISTER_TWEAK() local 88 if (!CA) in REGISTER_TWEAK() 91 const Stmt *CAStmt = CA->ASTNode.get<Stmt>(); in REGISTER_TWEAK() 99 CA = CA->Parent; in REGISTER_TWEAK() 100 if (!CA) in REGISTER_TWEAK() 103 CAStmt = CA->ASTNode.get<Stmt>(); in REGISTER_TWEAK() 108 DeclCtx = &CA->getDeclContext(); in REGISTER_TWEAK()
|
/external/tpm2-tss/script/ekca/ |
D | root-ca.cnf | 51 # Root CA Request Options 65 # Root CA Request Extensions 77 # Root CA Certificate Extensions 79 basicConstraints = critical, CA:true 90 # Intermediate CA Certificate Extensions 92 basicConstraints = critical, CA:true, pathlen:0 124 # Certificate download addresses for the root CA 129 # CRL Download address for the root CA
|
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
D | construct_pair.pass.cpp | 43 Alloc CA(P); in test_no_inner_alloc() local 44 SA A(CA); in test_no_inner_alloc() 46 assert(checkConstruct<>(ptr->first, UA_AllocArg, CA)); in test_no_inner_alloc() 47 assert(checkConstruct<>(ptr->second, UA_AllocLast, CA)); in test_no_inner_alloc() 51 >(CA, ptr))); in test_no_inner_alloc() 66 Alloc CA(P); in test_no_inner_alloc() local 67 SA A(CA); in test_no_inner_alloc() 69 assert(checkConstruct<>(ptr->first, UA_AllocArg, CA)); in test_no_inner_alloc() 74 >(CA, ptr))); in test_no_inner_alloc()
|
D | construct_pair_rvalue.pass.cpp | 46 Alloc CA(P); in test_no_inner_alloc() local 47 SA A(CA); in test_no_inner_alloc() 50 assert(checkConstruct<int&>(ptr->first, UA_AllocArg, CA)); in test_no_inner_alloc() 51 assert(checkConstruct<int const&&>(ptr->second, UA_AllocLast, CA)); in test_no_inner_alloc() 55 >(CA, ptr))); in test_no_inner_alloc() 73 Alloc CA(P); in test_no_inner_alloc() local 74 SA A(CA); in test_no_inner_alloc() 77 assert(checkConstruct<int&&>(ptr->first, UA_AllocArg, CA)); in test_no_inner_alloc() 82 >(CA, ptr))); in test_no_inner_alloc()
|
D | construct_pair_const_lvalue_pair.pass.cpp | 46 Alloc CA(P); in test_no_inner_alloc() local 47 SA A(CA); in test_no_inner_alloc() 50 assert(checkConstruct<int&>(ptr->first, UA_AllocArg, CA)); in test_no_inner_alloc() 51 assert(checkConstruct<int const&>(ptr->second, UA_AllocLast, CA)); in test_no_inner_alloc() 55 >(CA, ptr))); in test_no_inner_alloc() 73 Alloc CA(P); in test_no_inner_alloc() local 74 SA A(CA); in test_no_inner_alloc() 77 assert(checkConstruct<int const&>(ptr->first, UA_AllocArg, CA)); in test_no_inner_alloc() 82 >(CA, ptr))); in test_no_inner_alloc()
|
D | construct_pair_piecewise.pass.cpp | 46 Alloc CA(P); in test_no_inner_alloc() local 47 SA A(CA); in test_no_inner_alloc() 51 assert(checkConstruct<int&>(ptr->first, UA_AllocArg, CA)); in test_no_inner_alloc() 52 assert(checkConstruct<int const&&>(ptr->second, UA_AllocLast, CA)); in test_no_inner_alloc() 56 >(CA, ptr))); in test_no_inner_alloc() 73 Alloc CA(P); in test_no_inner_alloc() local 74 SA A(CA); in test_no_inner_alloc() 78 assert(checkConstruct<int&&>(ptr->first, UA_AllocArg, CA)); in test_no_inner_alloc() 83 >(CA, ptr))); in test_no_inner_alloc()
|
D | construct_pair_values.pass.cpp | 45 Alloc CA(P); in test_no_inner_alloc() local 46 SA A(CA); in test_no_inner_alloc() 48 assert(checkConstruct<int&>(ptr->first, UA_AllocArg, CA)); in test_no_inner_alloc() 49 assert(checkConstruct<int const&&>(ptr->second, UA_AllocLast, CA)); in test_no_inner_alloc() 53 >(CA, ptr))); in test_no_inner_alloc() 70 Alloc CA(P); in test_no_inner_alloc() local 71 SA A(CA); in test_no_inner_alloc() 73 assert(checkConstruct<int&&>(ptr->first, UA_AllocArg, CA)); in test_no_inner_alloc() 78 >(CA, ptr))); in test_no_inner_alloc()
|
/external/llvm-project/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
D | construct_pair.pass.cpp | 44 Alloc CA(P); in test_no_inner_alloc() local 45 SA A(CA); in test_no_inner_alloc() 47 assert(checkConstruct<>(ptr->first, UA_AllocArg, CA)); in test_no_inner_alloc() 48 assert(checkConstruct<>(ptr->second, UA_AllocLast, CA)); in test_no_inner_alloc() 52 >(CA, ptr))); in test_no_inner_alloc() 67 Alloc CA(P); in test_no_inner_alloc() local 68 SA A(CA); in test_no_inner_alloc() 70 assert(checkConstruct<>(ptr->first, UA_AllocArg, CA)); in test_no_inner_alloc() 75 >(CA, ptr))); in test_no_inner_alloc()
|
D | construct_pair_const_lvalue_pair.pass.cpp | 47 Alloc CA(P); in test_no_inner_alloc() local 48 SA A(CA); in test_no_inner_alloc() 51 assert(checkConstruct<int&>(ptr->first, UA_AllocArg, CA)); in test_no_inner_alloc() 52 assert(checkConstruct<int const&>(ptr->second, UA_AllocLast, CA)); in test_no_inner_alloc() 56 >(CA, ptr))); in test_no_inner_alloc() 74 Alloc CA(P); in test_no_inner_alloc() local 75 SA A(CA); in test_no_inner_alloc() 78 assert(checkConstruct<int const&>(ptr->first, UA_AllocArg, CA)); in test_no_inner_alloc() 83 >(CA, ptr))); in test_no_inner_alloc()
|
D | construct_pair_piecewise.pass.cpp | 47 Alloc CA(P); in test_no_inner_alloc() local 48 SA A(CA); in test_no_inner_alloc() 52 assert(checkConstruct<int&>(ptr->first, UA_AllocArg, CA)); in test_no_inner_alloc() 53 assert(checkConstruct<int const&&>(ptr->second, UA_AllocLast, CA)); in test_no_inner_alloc() 57 >(CA, ptr))); in test_no_inner_alloc() 74 Alloc CA(P); in test_no_inner_alloc() local 75 SA A(CA); in test_no_inner_alloc() 79 assert(checkConstruct<int&&>(ptr->first, UA_AllocArg, CA)); in test_no_inner_alloc() 84 >(CA, ptr))); in test_no_inner_alloc()
|
D | construct_pair_values.pass.cpp | 46 Alloc CA(P); in test_no_inner_alloc() local 47 SA A(CA); in test_no_inner_alloc() 49 assert(checkConstruct<int&>(ptr->first, UA_AllocArg, CA)); in test_no_inner_alloc() 50 assert(checkConstruct<int const&&>(ptr->second, UA_AllocLast, CA)); in test_no_inner_alloc() 54 >(CA, ptr))); in test_no_inner_alloc() 71 Alloc CA(P); in test_no_inner_alloc() local 72 SA A(CA); in test_no_inner_alloc() 74 assert(checkConstruct<int&&>(ptr->first, UA_AllocArg, CA)); in test_no_inner_alloc() 79 >(CA, ptr))); in test_no_inner_alloc()
|
/external/harfbuzz_ng/test/shaping/data/in-house/tests/ |
D | khmer-mark-order.tests | 1 ../fonts/b6031119874ae9ff1dd65383a335e361c0962220.ttf::U+179F,U+17CA,U+17BE,U+1794:[uni17C1=0+288|u… 8 ../fonts/b6031119874ae9ff1dd65383a335e361c0962220.ttf::U+179F,U+17CA,U+17BE,U+17BB,U+1794:[uni17C1=… 9 ../fonts/b6031119874ae9ff1dd65383a335e361c0962220.ttf::U+179F,U+17CA,U+17C1,U+17B8,U+17BB,U+1794:[u… 10 ../fonts/b6031119874ae9ff1dd65383a335e361c0962220.ttf::U+179F,U+17CA,U+17B8,U+17C1,U+17BB,U+1794:[u… 11 ../fonts/b6031119874ae9ff1dd65383a335e361c0962220.ttf::U+179F,U+17CA,U+17BE,U+17BB,U+17BB,U+1794:[u… 12 ../fonts/b6031119874ae9ff1dd65383a335e361c0962220.ttf::U+179F,U+17CA,U+17C1,U+17B8,U+17BB,U+17BB,U+… 13 ../fonts/b6031119874ae9ff1dd65383a335e361c0962220.ttf::U+179F,U+17CA,U+17B8,U+17C1,U+17BB,U+17BB,U+… 18 ../fonts/b6031119874ae9ff1dd65383a335e361c0962220.ttf::U+179F,U+17CA,U+17BE,U+17B8,U+1794:[uni17C1=… 19 ../fonts/b6031119874ae9ff1dd65383a335e361c0962220.ttf::U+179F,U+17CA,U+17B8,U+17BE,U+1794:[uni179F=… 20 ../fonts/b6031119874ae9ff1dd65383a335e361c0962220.ttf::U+179F,U+17CA,U+17BE,U+17B8,U+17BB,U+1794:[u… [all …]
|