/external/llvm/unittests/Support/ |
Path.cpp | 243 error_code EC = fs::status(TempPath2.c_str(), B); 244 EXPECT_EQ(EC, errc::no_such_file_or_directory); 291 error_code ec; local 292 for (fs::directory_iterator i(".", ec), e; i != e; i.increment(ec)) 293 ASSERT_NO_ERROR(ec); 310 + "/recursive", ec), e; i != e; i.increment(ec)){ 311 ASSERT_NO_ERROR(ec); 419 error_code EC; [all...] |
/external/icu4c/i18n/ |
decimfmt.cpp | 1925 UErrorCode ec = U_ZERO_ERROR; local 2028 UErrorCode ec = U_ZERO_ERROR; local 2037 UErrorCode ec = U_ZERO_ERROR; local 2042 UErrorCode ec = U_ZERO_ERROR; local 3288 UErrorCode ec = U_ZERO_ERROR; local 3931 UCURR_SYMBOL_NAME, &isChoiceFormat, &len, &ec); local 5312 UErrorCode ec = U_ZERO_ERROR; local [all...] |
numfmt.cpp | 675 UErrorCode ec = U_ZERO_ERROR; local 676 getEffectiveCurrency(curr, ec); 677 if (U_SUCCESS(ec)) { 678 LocalPointer<CurrencyAmount> currAmt(new CurrencyAmount(parseResult, curr, ec)); 679 if (U_FAILURE(ec)) { [all...] |
/external/aac/libMpegTPDec/src/ |
tpdec_asc.cpp | 470 int cc = 0, fc = 0, sc = 0, bc = 0, lc = 0, ec = 0; /* Channel and element counters */ local 488 *elMapping = ec; 491 ec++; 509 *elMapping = ec; 512 ec++; 530 *elMapping = ec; 533 ec++; 545 ec = pPce->NumFrontChannelElements+ pPce->NumSideChannelElements + pPce->NumBackChannelElements; 550 *elMapping = ec; 555 ec++ [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
numfmt.cpp | 603 UErrorCode ec = U_ZERO_ERROR; local 604 getEffectiveCurrency(curr, ec); 605 if (U_SUCCESS(ec)) { 607 CurrencyAmount *tempCurAmnt = new CurrencyAmount(n, curr, ec); // Use for null testing. 608 if (U_FAILURE(ec) || tempCurAmnt == NULL) { 1012 void NumberFormat::setCurrency(const UChar* theCurrency, UErrorCode& ec) { 1013 if (U_FAILURE(ec)) { 1028 void NumberFormat::getEffectiveCurrency(UChar* result, UErrorCode& ec) const { 1034 const char* loc = getLocaleID(ULOC_VALID_LOCALE, ec); 1038 ucurr_forLocale(loc, result, 4, &ec); [all...] |
/external/chromium_org/third_party/openssl/ |
openssl.target.darwin-arm.mk | 241 third_party/openssl/openssl/crypto/ec/ec2_mult.c \ 242 third_party/openssl/openssl/crypto/ec/ec2_oct.c \ 243 third_party/openssl/openssl/crypto/ec/ec2_smpl.c \ 244 third_party/openssl/openssl/crypto/ec/ec_ameth.c \ 245 third_party/openssl/openssl/crypto/ec/ec_asn1.c \ 246 third_party/openssl/openssl/crypto/ec/ec_check.c \ 247 third_party/openssl/openssl/crypto/ec/ec_curve.c \ 248 third_party/openssl/openssl/crypto/ec/ec_cvt.c \ 249 third_party/openssl/openssl/crypto/ec/ec_err.c \ 250 third_party/openssl/openssl/crypto/ec/ec_key.c [all...] |
openssl.target.darwin-mips.mk | 240 third_party/openssl/openssl/crypto/ec/ec2_mult.c \ 241 third_party/openssl/openssl/crypto/ec/ec2_oct.c \ 242 third_party/openssl/openssl/crypto/ec/ec2_smpl.c \ 243 third_party/openssl/openssl/crypto/ec/ec_ameth.c \ 244 third_party/openssl/openssl/crypto/ec/ec_asn1.c \ 245 third_party/openssl/openssl/crypto/ec/ec_check.c \ 246 third_party/openssl/openssl/crypto/ec/ec_curve.c \ 247 third_party/openssl/openssl/crypto/ec/ec_cvt.c \ 248 third_party/openssl/openssl/crypto/ec/ec_err.c \ 249 third_party/openssl/openssl/crypto/ec/ec_key.c [all...] |
openssl.target.darwin-x86.mk | 235 third_party/openssl/openssl/crypto/ec/ec2_mult.c \ 236 third_party/openssl/openssl/crypto/ec/ec2_oct.c \ 237 third_party/openssl/openssl/crypto/ec/ec2_smpl.c \ 238 third_party/openssl/openssl/crypto/ec/ec_ameth.c \ 239 third_party/openssl/openssl/crypto/ec/ec_asn1.c \ 240 third_party/openssl/openssl/crypto/ec/ec_check.c \ 241 third_party/openssl/openssl/crypto/ec/ec_curve.c \ 242 third_party/openssl/openssl/crypto/ec/ec_cvt.c \ 243 third_party/openssl/openssl/crypto/ec/ec_err.c \ 244 third_party/openssl/openssl/crypto/ec/ec_key.c [all...] |
openssl.target.linux-arm.mk | 241 third_party/openssl/openssl/crypto/ec/ec2_mult.c \ 242 third_party/openssl/openssl/crypto/ec/ec2_oct.c \ 243 third_party/openssl/openssl/crypto/ec/ec2_smpl.c \ 244 third_party/openssl/openssl/crypto/ec/ec_ameth.c \ 245 third_party/openssl/openssl/crypto/ec/ec_asn1.c \ 246 third_party/openssl/openssl/crypto/ec/ec_check.c \ 247 third_party/openssl/openssl/crypto/ec/ec_curve.c \ 248 third_party/openssl/openssl/crypto/ec/ec_cvt.c \ 249 third_party/openssl/openssl/crypto/ec/ec_err.c \ 250 third_party/openssl/openssl/crypto/ec/ec_key.c [all...] |
openssl.target.linux-mips.mk | 240 third_party/openssl/openssl/crypto/ec/ec2_mult.c \ 241 third_party/openssl/openssl/crypto/ec/ec2_oct.c \ 242 third_party/openssl/openssl/crypto/ec/ec2_smpl.c \ 243 third_party/openssl/openssl/crypto/ec/ec_ameth.c \ 244 third_party/openssl/openssl/crypto/ec/ec_asn1.c \ 245 third_party/openssl/openssl/crypto/ec/ec_check.c \ 246 third_party/openssl/openssl/crypto/ec/ec_curve.c \ 247 third_party/openssl/openssl/crypto/ec/ec_cvt.c \ 248 third_party/openssl/openssl/crypto/ec/ec_err.c \ 249 third_party/openssl/openssl/crypto/ec/ec_key.c [all...] |
openssl.target.linux-x86.mk | 235 third_party/openssl/openssl/crypto/ec/ec2_mult.c \ 236 third_party/openssl/openssl/crypto/ec/ec2_oct.c \ 237 third_party/openssl/openssl/crypto/ec/ec2_smpl.c \ 238 third_party/openssl/openssl/crypto/ec/ec_ameth.c \ 239 third_party/openssl/openssl/crypto/ec/ec_asn1.c \ 240 third_party/openssl/openssl/crypto/ec/ec_check.c \ 241 third_party/openssl/openssl/crypto/ec/ec_curve.c \ 242 third_party/openssl/openssl/crypto/ec/ec_cvt.c \ 243 third_party/openssl/openssl/crypto/ec/ec_err.c \ 244 third_party/openssl/openssl/crypto/ec/ec_key.c [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uniset.cpp | 281 UErrorCode ec = U_ZERO_ERROR; local 282 ensureCapacity(o.len, ec); 283 if (U_FAILURE(ec)) { 298 strings->assign(*o.strings, cloneUnicodeString, ec); 1026 UErrorCode ec = U_ZERO_ERROR; 1027 strings->sortedInsert(t, compareUnicodeString, ec); 1028 if (U_FAILURE(ec)) { [all...] |
/external/icu4c/common/ |
uniset.cpp | 283 UErrorCode ec = U_ZERO_ERROR; local 284 ensureCapacity(o.len, ec); 285 if (U_FAILURE(ec)) { 300 strings->assign(*o.strings, cloneUnicodeString, ec); 1028 UErrorCode ec = U_ZERO_ERROR; 1029 strings->sortedInsert(t, compareUnicodeString, ec); 1030 if (U_FAILURE(ec)) { [all...] |
/external/llvm/tools/llvm-nm/ |
llvm-nm.cpp | 134 static bool error(error_code ec, Twine path = Twine()) { 135 if (ec) { 136 error(ec.message(), path); 307 error_code ec; local 314 for (symbol_iterator i = ibegin; i != iend; i.increment(ec)) { 315 if (error(ec)) break;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
KeyPairGeneratorSpi.java | 1 package org.bouncycastle.jcajce.provider.asymmetric.ec; 32 import org.bouncycastle.math.ec.ECCurve; 33 import org.bouncycastle.math.ec.ECPoint; 44 public static class EC 71 public EC() 73 super("EC"); 74 this.algorithm = "EC"; 78 public EC( 285 extends EC 294 extends EC [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
simpletz.h | 617 int32_t& dstOffset, UErrorCode& ec) const; [all...] |
/external/icu4c/i18n/unicode/ |
simpletz.h | 617 int32_t& dstOffset, UErrorCode& ec) const; [all...] |
/external/llvm/tools/llvm-prof/ |
llvm-prof.cpp | 268 error_code ec; local 270 if (!(ec = MemoryBuffer::getFileOrSTDIN(BitcodeFile, Buffer))) { 273 ErrorMessage = ec.message();
|
/prebuilts/sdk/tools/lib/ |
signapk.jar | |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
JCEECPrivateKey.java | 42 import org.bouncycastle.math.ec.ECCurve; 47 private String algorithm = "EC"; 265 ECPrivateKeyStructure ec = new ECPrivateKeyStructure((ASN1Sequence)privKey); local 267 this.d = ec.getKey(); 268 this.publicKey = ec.getPublicKey(); 438 buf.append("EC Private Key").append(nl);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
WNafMultiplier.java | 1 package org.bouncycastle.math.ec;
|
WTauNafMultiplier.java | 1 package org.bouncycastle.math.ec; 12 * Multiplies a {@link org.bouncycastle.math.ec.ECPoint.F2m ECPoint.F2m} 41 * Multiplies a {@link org.bouncycastle.math.ec.ECPoint.F2m ECPoint.F2m} 73 * Multiplies a {@link org.bouncycastle.math.ec.ECPoint.F2m ECPoint.F2m}
|
/external/chromium_org/net/quic/crypto/ |
channel_id_openssl.cc | 8 #include <openssl/ec.h>
|
p256_key_exchange_openssl.cc | 7 #include <openssl/ec.h>
|
/external/chromium_org/remoting/host/installer/mac/Scripts/ |
remoting_postflight.sh | 34 ps -ec -u "$user" -o comm,pid | awk '$1 == "loginwindow" { print $2; exit }'
|