HomeSort by relevance Sort by last modified time
    Searched refs:CA (Results 1 - 25 of 200) sorted by null

1 2 3 4 5 6 7 8

  /external/llvm/unittests/LineEditor/
LineEditor.cpp 62 LineEditor::CompletionAction CA = LE->getCompletionAction("", 0);
63 EXPECT_EQ(LineEditor::CompletionAction::AK_Insert, CA.Kind);
64 EXPECT_EQ("foo", CA.Text);
68 CA = LE->getCompletionAction("", 0);
69 EXPECT_EQ(LineEditor::CompletionAction::AK_ShowCompletions, CA.Kind);
70 ASSERT_EQ(2u, CA.Completions.size());
71 ASSERT_EQ("int foo()", CA.Completions[0]);
72 ASSERT_EQ("int bar()", CA.Completions[1]);
80 CA = LE->getCompletionAction("", 0);
81 EXPECT_EQ(LineEditor::CompletionAction::AK_Insert, CA.Kind)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
InlineAlways.cpp 37 InlineCostAnalyzer CA;
45 return CA.getInlineCost(CS, NeverInline);
48 return CA.getInlineFudgeFactor(CS);
51 CA.resetCachedCostInfo(Caller);
54 CA.growCachedCostInfo(Caller, Callee);
61 CA.clear();
78 CA.setTargetData(getAnalysisIfAvailable<TargetData>());
InlineSimple.cpp 35 InlineCostAnalyzer CA;
45 return CA.getInlineCost(CS, NeverInline);
48 return CA.getInlineFudgeFactor(CS);
51 CA.resetCachedCostInfo(Caller);
54 CA.growCachedCostInfo(Caller, Callee);
58 CA.clear();
79 CA.setTargetData(getAnalysisIfAvailable<TargetData>());
  /external/wpa_supplicant_8/hs20/server/ca/
ocsp-responder.sh 3 openssl ocsp -index demoCA/index.txt -port 8888 -nmin 5 -rsigner ocsp.pem -rkey ocsp.key -CA demoCA/cacert.pem -text
ocsp-responder-ica.sh 3 openssl ocsp -index demoCA/index.txt -port 8888 -nmin 5 -rsigner demoCA/cacert.pem -rkey demoCA/private/cakey-plain.pem -CA demoCA/cacert.pem -resp_no_certs -text
  /external/libcxx/test/libcxx/utilities/function.objects/func.require/
bullet_7.pass.cpp 254 typedef A const CA;
260 runTestCase< R(CA&), 1, ConstCaster >();
261 runTestCase< R(CA&, CA&), 2, ConstCaster >();
262 runTestCase< R(CA&, CA&, CA&), 3, ConstCaster >();
292 runFunctorTestCase<R(CA&), 1, LValueCaster, CC>();
293 runFunctorTestCase<R(CA&) const, 1, ConstCaster, CC>();
294 runFunctorTestCase<R(CA&) volatile, 1, VolatileCaster, CC>()
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/function.objects/func.require/
bullet_7.pass.cpp 254 typedef A const CA;
260 runTestCase< R(CA&), 1, ConstCaster >();
261 runTestCase< R(CA&, CA&), 2, ConstCaster >();
262 runTestCase< R(CA&, CA&, CA&), 3, ConstCaster >();
292 runFunctorTestCase<R(CA&), 1, LValueCaster, CC>();
293 runFunctorTestCase<R(CA&) const, 1, ConstCaster, CC>();
294 runFunctorTestCase<R(CA&) volatile, 1, VolatileCaster, CC>()
    [all...]
  /external/llvm/lib/Transforms/Utils/
CtorUtils.cpp 41 Constant *CA = ConstantArray::get(ATy, CAList);
44 if (CA->getType() == OldCA->getType()) {
45 GCL->setInitializer(CA);
51 new GlobalVariable(CA->getType(), GCL->isConstant(), GCL->getLinkage(),
52 CA, "", GCL->getThreadLocalMode());
71 ConstantArray *CA = cast<ConstantArray>(GV->getInitializer());
73 Result.reserve(CA->getNumOperands());
74 for (User::op_iterator i = CA->op_begin(), e = CA->op_end(); i != e; ++i) {
95 ConstantArray *CA = cast<ConstantArray>(GV->getInitializer())
    [all...]
  /frameworks/av/media/libstagefright/foundation/
ColorUtils.cpp 30 typedef ColorAspects CA;
37 ALookup<CU::ColorRange, CA::Range> sRanges{
39 { CU::kColorRangeLimited, CA::RangeLimited },
40 { CU::kColorRangeFull, CA::RangeFull },
41 { CU::kColorRangeUnspecified, CA::RangeUnspecified },
46 ALookup<CU::ColorStandard, std::pair<CA::Primaries, CA::MatrixCoeffs>> sStandards {
48 { CU::kColorStandardUnspecified, { CA::PrimariesUnspecified, CA::MatrixUnspecified } },
49 { CU::kColorStandardBT709, { CA::PrimariesBT709_5, CA::MatrixBT709_5 } }
    [all...]
  /device/linaro/bootloader/edk2/CorebootModulePkg/Library/CbPlatformSupportLibNull/
CbPlatformSupportLibNull.inf 19 FILE_GUID = B42AA265-00CA-4d4b-AC14-DBD5268E1BC7
  /external/clang/test/CXX/drs/
dr10xx.cpp 21 typedef const A CA;
29 case 3: return CA();
  /external/curl/docs/cmdline-opts/
proxy-cacert.d 2 Help: CA certificate to verify peer against for proxy
proxy-capath.d 2 Help: CA directory to verify peer against for proxy
capath.d 3 Help: CA directory to verify peer against
12 --cacert if the --cacert file contains many CA certificates.
  /art/test/704-multiply-accumulate/src/
Main.java 23 static CA ca; field in class:Main
83 CA obj = new CA();
88 obj = ca;
145 CA obj = new CA();
150 obj = ca;
168 class CA {
  /toolchain/binutils/binutils-2.27/bfd/
cpu-i960.c 53 "80960CA" or "80960MC". */
118 CORE CA
132 #define CA bfd_mach_i960_ca /*6*/
139 { ERROR, CORE, KA, KB, MC, XA, CA, JX, HX },
140 { CORE, CORE, KA, KB, MC, XA, CA, JX, HX },
145 { CA, CA, ERROR, ERROR, ERROR, ERROR, CA, ERROR, ERROR},
166 N(bfd_mach_i960_ca, "i960:ca", FALSE, &arch_info_struct[5]),
  /external/libcxx/test/std/utilities/utility/utility.swap/
swap_array.pass.cpp 88 using CA = CopyOnly[42];
91 static_assert(can_swap<CA&>(), "");
95 CA ca; local
97 static_assert(!noexcept(std::swap(ca, ca)), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/utility.swap/
swap_array.pass.cpp 88 using CA = CopyOnly[42];
91 static_assert(can_swap<CA&>(), "");
95 CA ca; local
97 static_assert(!noexcept(std::swap(ca, ca)), "");
  /external/clang/test/SemaCXX/
attr-flatten.cpp 30 struct CA {
attr-no-split-stack.cpp 30 struct CA {
  /external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
construct_pair.pass.cpp 43 Alloc CA(P);
44 SA A(CA);
46 assert(checkConstruct<>(ptr->first, UA_AllocArg, CA));
47 assert(checkConstruct<>(ptr->second, UA_AllocLast, CA));
51 >(CA, ptr)));
66 Alloc CA(P);
67 SA A(CA);
69 assert(checkConstruct<>(ptr->first, UA_AllocArg, CA));
74 >(CA, ptr)));
construct_pair_const_lvalue_pair.pass.cpp 46 Alloc CA(P);
47 SA A(CA);
50 assert(checkConstruct<int&>(ptr->first, UA_AllocArg, CA));
51 assert(checkConstruct<int const&>(ptr->second, UA_AllocLast, CA));
55 >(CA, ptr)));
73 Alloc CA(P);
74 SA A(CA);
77 assert(checkConstruct<int const&>(ptr->first, UA_AllocArg, CA));
82 >(CA, ptr)));
construct_pair_piecewise.pass.cpp 46 Alloc CA(P);
47 SA A(CA);
51 assert(checkConstruct<int&>(ptr->first, UA_AllocArg, CA));
52 assert(checkConstruct<int const&&>(ptr->second, UA_AllocLast, CA));
56 >(CA, ptr)));
73 Alloc CA(P);
74 SA A(CA);
78 assert(checkConstruct<int&&>(ptr->first, UA_AllocArg, CA));
83 >(CA, ptr)));
construct_pair_rvalue.pass.cpp 46 Alloc CA(P);
47 SA A(CA);
50 assert(checkConstruct<int&>(ptr->first, UA_AllocArg, CA));
51 assert(checkConstruct<int const&&>(ptr->second, UA_AllocLast, CA));
55 >(CA, ptr)));
73 Alloc CA(P);
74 SA A(CA);
77 assert(checkConstruct<int&&>(ptr->first, UA_AllocArg, CA));
82 >(CA, ptr)));
construct_pair_values.pass.cpp 45 Alloc CA(P);
46 SA A(CA);
48 assert(checkConstruct<int&>(ptr->first, UA_AllocArg, CA));
49 assert(checkConstruct<int const&&>(ptr->second, UA_AllocLast, CA));
53 >(CA, ptr)));
70 Alloc CA(P);
71 SA A(CA);
73 assert(checkConstruct<int&&>(ptr->first, UA_AllocArg, CA));
78 >(CA, ptr)));

Completed in 581 milliseconds

1 2 3 4 5 6 7 8