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

12 3 4 5 6 7 8

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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)));
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/LegacyRegionDxe/
LegacyRegionDxe.inf 25 FILE_GUID = 8C439043-85CA-467a-96F1-CB14F4D0DCDA
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/
ReportStatusCodeRouterPei.inf 20 FILE_GUID = A3610442-E69F-4DF3-82CA-2360C4031A23
  /external/curl/docs/cmdline-opts/
cacert.d 3 Help: CA certificate to verify peer against
7 may contain multiple CA certificates. The certificate(s) must be in PEM
12 set, and uses the given path as a path to a CA cert bundle. This option
15 The windows version of curl will automatically look for a CA certs file named
16 \'curl-ca-bundle.crt\', either in the same directory as curl.exe, or in the
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
sse-check-error.l 32 [ ]*16[ ]+CA
x86-64-sse-check-error.l 32 [ ]*16[ ]+CA
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/scripts/
ca.conf 1 # OpenSSL root CA configuration file.
2 # Copy to `/root/ca/openssl.cnf`.
4 [ ca ]
5 # `man ca`
18 private_key = $dir/private/ca.key.pem
19 certificate = $dir/certs/ca.cert.pem
23 crl = $dir/crl/ca.crl.pem
52 crl = $dir/crl/ca.crl.pem
66 # The root CA should only sign intermediate certificates that match.
67 # See the POLICY FORMAT section of `man ca`
    [all...]
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
RegionCode.java 36 static final String CA = "CA";
  /compatibility/cdd/9_security-model/
9_8_privacy.md 45 Certificate Authority (CA) store as [provided](
48 * [C-0-2] MUST ship with an empty user root CA store.
50 may be monitored, when a user root CA is added.
  /external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/
tpmtoken_import_openssl.cnf 24 # We can add new OIDs in here for use by 'ca' and 'req'.
31 [ ca ]
32 default_ca = CA_default # The default ca section
37 dir = /usr/share/ssl/CA # Where everything is kept
43 certificate = $dir/cacert.pem # The CA certificate
69 # For type CA, the listed attributes must be the same, and the optional
73 # For the CA policy
159 # These extensions are added when 'ca' signs a request.
162 # requires this to avoid interpreting an end user certificate as a CA.
164 basicConstraints=CA:FALS
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 459 static bool classof(const CallEvent *CA) {
460 return CA->getKind() >= CE_BEG_FUNCTION_CALLS &&
461 CA->getKind() <= CE_END_FUNCTION_CALLS;
496 static bool classof(const CallEvent *CA) {
497 return CA->getKind() == CE_Function;
603 static bool classof(const CallEvent *CA) {
604 return CA->getKind() == CE_Block;
639 static bool classof(const CallEvent *CA) {
640 return CA->getKind() >= CE_BEG_CXX_INSTANCE_CALLS &&
641 CA->getKind() <= CE_END_CXX_INSTANCE_CALLS
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 461 static bool classof(const CallEvent *CA) {
462 return CA->getKind() >= CE_BEG_FUNCTION_CALLS &&
463 CA->getKind() <= CE_END_FUNCTION_CALLS;
498 static bool classof(const CallEvent *CA) {
499 return CA->getKind() == CE_Function;
605 static bool classof(const CallEvent *CA) {
606 return CA->getKind() == CE_Block;
641 static bool classof(const CallEvent *CA) {
642 return CA->getKind() >= CE_BEG_CXX_INSTANCE_CALLS &&
643 CA->getKind() <= CE_END_CXX_INSTANCE_CALLS
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 461 static bool classof(const CallEvent *CA) {
462 return CA->getKind() >= CE_BEG_FUNCTION_CALLS &&
463 CA->getKind() <= CE_END_FUNCTION_CALLS;
498 static bool classof(const CallEvent *CA) {
499 return CA->getKind() == CE_Function;
605 static bool classof(const CallEvent *CA) {
606 return CA->getKind() == CE_Block;
641 static bool classof(const CallEvent *CA) {
642 return CA->getKind() >= CE_BEG_CXX_INSTANCE_CALLS &&
643 CA->getKind() <= CE_END_CXX_INSTANCE_CALLS
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 461 static bool classof(const CallEvent *CA) {
462 return CA->getKind() >= CE_BEG_FUNCTION_CALLS &&
463 CA->getKind() <= CE_END_FUNCTION_CALLS;
498 static bool classof(const CallEvent *CA) {
499 return CA->getKind() == CE_Function;
605 static bool classof(const CallEvent *CA) {
606 return CA->getKind() == CE_Block;
641 static bool classof(const CallEvent *CA) {
642 return CA->getKind() >= CE_BEG_CXX_INSTANCE_CALLS &&
643 CA->getKind() <= CE_END_CXX_INSTANCE_CALLS
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 448 static bool classof(const CallEvent *CA) {
449 return CA->getKind() >= CE_BEG_FUNCTION_CALLS &&
450 CA->getKind() <= CE_END_FUNCTION_CALLS;
485 static bool classof(const CallEvent *CA) {
486 return CA->getKind() == CE_Function;
592 static bool classof(const CallEvent *CA) {
593 return CA->getKind() == CE_Block;
628 static bool classof(const CallEvent *CA) {
629 return CA->getKind() >= CE_BEG_CXX_INSTANCE_CALLS &&
630 CA->getKind() <= CE_END_CXX_INSTANCE_CALLS
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 448 static bool classof(const CallEvent *CA) {
449 return CA->getKind() >= CE_BEG_FUNCTION_CALLS &&
450 CA->getKind() <= CE_END_FUNCTION_CALLS;
485 static bool classof(const CallEvent *CA) {
486 return CA->getKind() == CE_Function;
592 static bool classof(const CallEvent *CA) {
593 return CA->getKind() == CE_Block;
628 static bool classof(const CallEvent *CA) {
629 return CA->getKind() >= CE_BEG_CXX_INSTANCE_CALLS &&
630 CA->getKind() <= CE_END_CXX_INSTANCE_CALLS
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 448 static bool classof(const CallEvent *CA) {
449 return CA->getKind() >= CE_BEG_FUNCTION_CALLS &&
450 CA->getKind() <= CE_END_FUNCTION_CALLS;
485 static bool classof(const CallEvent *CA) {
486 return CA->getKind() == CE_Function;
592 static bool classof(const CallEvent *CA) {
593 return CA->getKind() == CE_Block;
628 static bool classof(const CallEvent *CA) {
629 return CA->getKind() >= CE_BEG_CXX_INSTANCE_CALLS &&
630 CA->getKind() <= CE_END_CXX_INSTANCE_CALLS
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 448 static bool classof(const CallEvent *CA) {
449 return CA->getKind() >= CE_BEG_FUNCTION_CALLS &&
450 CA->getKind() <= CE_END_FUNCTION_CALLS;
485 static bool classof(const CallEvent *CA) {
486 return CA->getKind() == CE_Function;
592 static bool classof(const CallEvent *CA) {
593 return CA->getKind() == CE_Block;
628 static bool classof(const CallEvent *CA) {
629 return CA->getKind() >= CE_BEG_CXX_INSTANCE_CALLS &&
630 CA->getKind() <= CE_END_CXX_INSTANCE_CALLS
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 461 static bool classof(const CallEvent *CA) {
462 return CA->getKind() >= CE_BEG_FUNCTION_CALLS &&
463 CA->getKind() <= CE_END_FUNCTION_CALLS;
498 static bool classof(const CallEvent *CA) {
499 return CA->getKind() == CE_Function;
605 static bool classof(const CallEvent *CA) {
606 return CA->getKind() == CE_Block;
641 static bool classof(const CallEvent *CA) {
642 return CA->getKind() >= CE_BEG_CXX_INSTANCE_CALLS &&
643 CA->getKind() <= CE_END_CXX_INSTANCE_CALLS
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 461 static bool classof(const CallEvent *CA) {
462 return CA->getKind() >= CE_BEG_FUNCTION_CALLS &&
463 CA->getKind() <= CE_END_FUNCTION_CALLS;
498 static bool classof(const CallEvent *CA) {
499 return CA->getKind() == CE_Function;
605 static bool classof(const CallEvent *CA) {
606 return CA->getKind() == CE_Block;
641 static bool classof(const CallEvent *CA) {
642 return CA->getKind() >= CE_BEG_CXX_INSTANCE_CALLS &&
643 CA->getKind() <= CE_END_CXX_INSTANCE_CALLS
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 461 static bool classof(const CallEvent *CA) {
462 return CA->getKind() >= CE_BEG_FUNCTION_CALLS &&
463 CA->getKind() <= CE_END_FUNCTION_CALLS;
498 static bool classof(const CallEvent *CA) {
499 return CA->getKind() == CE_Function;
605 static bool classof(const CallEvent *CA) {
606 return CA->getKind() == CE_Block;
641 static bool classof(const CallEvent *CA) {
642 return CA->getKind() >= CE_BEG_CXX_INSTANCE_CALLS &&
643 CA->getKind() <= CE_END_CXX_INSTANCE_CALLS
    [all...]

Completed in 724 milliseconds

12 3 4 5 6 7 8