Searched refs:CA (Results 1 - 25 of 118) sorted by relevance

12345

/external/icu/icu4c/source/tools/tzcode/
H A Dicuregions11 America/Montreal CA
/external/llvm/unittests/LineEditor/
H A DLineEditor.cpp62 LineEditor::CompletionAction CA = LE->getCompletionAction("", 0); local
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
[all...]
/external/eigen/blas/
H A Dlsame.f1 LOGICAL FUNCTION LSAME(CA,CB)
8 CHARACTER CA,CB local in function:LSAME
14 * LSAME returns .TRUE. if CA is the same letter as CB regardless of
20 * CA (input) CHARACTER*1
23 * CA and CB specify the single characters to be compared.
36 LSAME = CA .EQ. CB
48 INTA = ICHAR(CA)
/external/wpa_supplicant_8/hs20/server/ca/
H A Docsp-responder.sh3 openssl ocsp -index demoCA/index.txt -port 8888 -nmin 5 -rsigner ocsp.pem -rkey ocsp.key -CA demoCA/cacert.pem -text
H A Docsp-responder-ica.sh3 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/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp57 Constant *CA = local
61 if (CA->getType() == GCL->getInitializer()->getType()) {
62 GCL->setInitializer(CA);
68 new GlobalVariable(CA->getType(), GCL->isConstant(), GCL->getLinkage(),
69 CA, "", GCL->getThreadLocalMode());
88 ConstantArray *CA = cast<ConstantArray>(GV->getInitializer());
90 Result.reserve(CA->getNumOperands());
91 for (User::op_iterator i = CA->op_begin(), e = CA->op_end(); i != e; ++i) {
112 ConstantArray *CA
[all...]
/external/openssl/android.testssl/
H A Dtestssl22 CA="-CApath ../certs"
24 CA="-CAfile $3"
39 $ssltest -ssl2 -server_auth $CA $extra || exit 1
43 $ssltest -ssl2 -client_auth $CA $extra || exit 1
46 $ssltest -ssl2 -server_auth -client_auth $CA $extra || exit 1
53 $ssltest -ssl3 -server_auth $CA $extra || exit 1
56 $ssltest -ssl3 -client_auth $CA $extra || exit 1
59 $ssltest -ssl3 -server_auth -client_auth $CA $extra || exit 1
65 $ssltest -server_auth $CA $extra || exit 1
68 $ssltest -client_auth $CA
[all...]
H A DCAss.cnf25 commonName_value = Dodgy CA
42 certificate = $dir/cacert.pem # The CA certificate
74 basicConstraints = CA:true,pathlen:1
H A DUss.cnf33 basicConstraints = CA:false
H A Dtestssl.sh68 echo "sign user certificate request with the just created CA via 'x509'"
69 $x509cmd -CAcreateserial -in $Ureq -days 30 -req -out $Ucert -CA $CAcert -CAkey $CAkey -extfile $Uconf -extensions v3_ee
/external/openssl/apps/
H A DCA.pl.in3 # CA - wrapper around ca to make it easier to use ... basically ca requires
7 # CA -newca ... will setup the right stuff
8 # CA -newreq[-nodes] ... will generate a certificate request
9 # CA -sign ... will sign the generated request and output
16 # 12-Jan-96 tjh Added more things ... including CA -signcert which
30 # 27-Apr-98 snh Translation into perl, fix existing CA bug.
51 $CA="$openssl ca $SSLEAY_CONFIG";
67 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
102 print "CA certificate filename (or enter to create)\n";
107 # ask user for existing CA certificat
[all...]
H A DCA.sh3 # CA - wrapper around ca to make it easier to use ... basically ca requires
7 # CA -newca ... will setup the right stuff
8 # CA -newreq ... will generate a certificate request
9 # CA -sign ... will sign the generated request and output
16 # 12-Jan-96 tjh Added more things ... including CA -signcert which
66 CA="$OPENSSL ca $SSLEAY_CONFIG"
116 echo "CA certificate filename (or enter to create)"
119 # ask user for existing CA certificate
129 echo "Making CA certificate ..."
132 $CA
[all...]
H A Dopenssl.cnf50 certificate = $dir/cacert.pem # The CA certificate
79 # For type CA, the listed attributes must be the same, and the optional
83 # For the CA policy
168 # requires this to avoid interpreting an end user certificate as a CA.
170 basicConstraints=CA:FALSE
221 basicConstraints = CA:FALSE
227 # Extensions for a typical CA
238 #basicConstraints = critical,CA:true
240 basicConstraints = CA:true
242 # Key usage: this is typical for a CA certificat
[all...]
H A DCA.pl3 # CA - wrapper around ca to make it easier to use ... basically ca requires
7 # CA -newca ... will setup the right stuff
8 # CA -newreq[-nodes] ... will generate a certificate request
9 # CA -sign ... will sign the generated request and output
16 # 12-Jan-96 tjh Added more things ... including CA -signcert which
30 # 27-Apr-98 snh Translation into perl, fix existing CA bug.
51 $CA="$openssl ca $SSLEAY_CONFIG";
67 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
102 print "CA certificate filename (or enter to create)\n";
107 # ask user for existing CA certificat
[all...]
/external/clang/test/SemaCXX/
H A Dattr-flatten.cpp30 struct CA { struct
H A Dattr-no-split-stack.cpp30 struct CA { struct
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DRegionCode.java36 static final String CA = "CA"; field in class:RegionCode
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h419 static bool classof(const CallEvent *CA) { argument
420 return CA->getKind() >= CE_BEG_FUNCTION_CALLS &&
421 CA->getKind() <= CE_END_FUNCTION_CALLS;
456 static bool classof(const CallEvent *CA) { argument
457 return CA->getKind() == CE_Function;
515 static bool classof(const CallEvent *CA) { argument
516 return CA->getKind() == CE_Block;
550 static bool classof(const CallEvent *CA) { argument
551 return CA->getKind() >= CE_BEG_CXX_INSTANCE_CALLS &&
552 CA
591 classof(const CallEvent *CA) argument
630 classof(const CallEvent *CA) argument
679 classof(const CallEvent *CA) argument
732 classof(const CallEvent *CA) argument
884 classof(const CallEvent *CA) argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dsimd-2.asm21 cvtdq2ps xmm1, xmm2 ; 0F 5B CA
33 cvtpd2ps xmm1, xmm2 ; 66 0F 5A CA
61 cvtsd2ss xmm1, xmm2 ; F2 0F 5A CA
/external/openssl/patches/
H A Dtestssl.sh68 echo "sign user certificate request with the just created CA via 'x509'"
69 $x509cmd -CAcreateserial -in $Ureq -days 30 -req -out $Ucert -CA $CAcert -CAkey $CAkey -extfile $Uconf -extensions v3_ee
/external/chromium_org/tools/findit/common/
H A Dcacert.pem2 ## ca-bundle.crt -- Bundle of CA Root Certificates
7 ## (CA). These were automatically extracted from Mozilla's root certificates
70 Thawte Server CA
89 Thawte Premium Server CA
109 Equifax Secure CA
129 Digital Signature Trust Co. Global CA 1
149 Digital Signature Trust Co. Global CA 3
204 GlobalSign Root CA
225 GlobalSign Root CA - R2
352 Entrust.net Secure Server CA
[all...]
/external/chromium_org/components/test/data/web_database/
H A Dversion_32.sql18 INSERT INTO "autofill_profiles" VALUES('00580526-FF81-EE2A-0546-1AC593A32E2F','John Doe, 1 Main St','John','','Doe','john@doe.com','Doe Enterprises','1 Main St','Apt 1','Los Altos','CA','94022','USA','4151112222','4153334444',1297882100);
19 INSERT INTO "autofill_profiles" VALUES('589636FD-9037-3053-200C-80ABC97D7344','John P. Doe, 1 Main St','John','P.','Doe','john@doe.com','Doe Enterprises','1 Main St','Apt 1','Los Altos','CA','94022','USA','4151112222','4153334444',1297882100);
20 INSERT INTO "autofill_profiles" VALUES('4C74A9D8-7EEE-423E-F9C2-E7FA70ED1396','Dave Smith, 2 Main Street','Dave','','Smith','','','2 Main Street','','Los Altos','CA','94022','USA','','',1297882100);
21 INSERT INTO "autofill_profiles" VALUES('722DF5C4-F74A-294A-46F0-31FFDED0D635','Dave Smith, 2 Main St','Dave','','Smith','','','2 Main St','','Los Altos','CA','94022','USA','','',1297882100);
23 INSERT INTO "autofill_profiles" VALUES('9E5FE298-62C7-83DF-6293-381BC589183F','3 Main St, Los Altos','','','','','','3 Main St','','Los Altos','CA','94022','USA','','',1297882100);
H A Dversion_35.sql23 INSERT INTO "autofill_profiles" VALUES('00000000-0000-0000-0000-000000000001','Acme Inc.','1 Main Street','Apt 2','San Francisco','CA','94102','United States','US',1300131704);
30 INSERT INTO "autofill_profiles" VALUES('00000000-0000-0000-0000-000000000002','','1 Main Street','Apt 2','San Francisco','CA','94102','United States','US',1300131704);
37 INSERT INTO "autofill_profiles" VALUES('00000000-0000-0000-0000-000000000003','','','Apt 3','San Francisco','CA','94102','United States','US',1300131704);
41 INSERT INTO "autofill_profiles" VALUES('00000000-0000-0000-0000-000000000004','Acme Inc.','4 Main Street','Apt 2','San Francisco','CA','94102','United States','US',1300131704);
49 INSERT INTO "autofill_profiles" VALUES('00000000-0000-0000-0000-000000000006','Acme Inc.','7 Main Street','Apt 2','San Francisco','CA','bogus','United States','US',1300131704);
/external/clang/test/CXX/class/class.union/
H A Dp1.cpp31 CopyAssign& operator=(CopyAssign& CA) { abort(); } argument
/external/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp781 CallAnalyzer CA(DL, TTI, *F, InlineConstants::IndirectCallThreshold);
782 if (CA.analyzeCall(CS)) {
785 Cost -= std::max(0, InlineConstants::IndirectCallThreshold - CA.getCost());
1293 CallAnalyzer CA(Callee->getDataLayout(), *TTI, *Callee, Threshold);
1294 bool ShouldInline = CA.analyzeCall(CS);
1296 DEBUG(CA.dump());
1299 if (!ShouldInline && CA.getCost() < CA.getThreshold())
1301 if (ShouldInline && CA.getCost() >= CA
[all...]

Completed in 240 milliseconds

12345