/external/chromium_org/third_party/WebKit/Source/web/ |
WebNode.cpp | 208 WebElement WebNode::querySelector(const WebString& tag, WebExceptionCode& ec) const 214 ec = exceptionState.code();
|
/external/chromium_org/third_party/icu/source/common/ |
uvectr32.h | 80 void assign(const UVector32& other, UErrorCode &ec); 159 void sortedInsert(int32_t elem, UErrorCode& ec);
|
util.h | 248 uprv_openRuleWhiteSpaceSet(UErrorCode* ec);
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
rbtz.h | 193 * @param ec input-output error code 197 int32_t& dstOffset, UErrorCode& ec) const; 319 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& ec) const;
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
windttst.cpp | 82 int32_t ec = TimeZone::countEquivalentIDs(zoneID); local 84 for (int z = 0; z < ec; z += 1) {
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
progs.pl | 44 elsif ( ($_ =~ /^ec$/) || ($_ =~ /^ecparam$/))
|
/external/icu/icu4c/source/common/ |
uvectr32.h | 80 void assign(const UVector32& other, UErrorCode &ec); 159 void sortedInsert(int32_t elem, UErrorCode& ec);
|
/external/icu/icu4c/source/i18n/ |
selfmt.cpp | 126 const UnicodeString& keyword, UErrorCode& ec) { 127 if (U_FAILURE(ec)) {
|
/external/icu/icu4c/source/i18n/unicode/ |
plurfmt.h | 540 * @param ec Error code. 544 virtual UnicodeString select(void *context, double number, UErrorCode& ec) const = 0; 557 virtual UnicodeString select(void *context, double number, UErrorCode& /*ec*/) const; /**< @internal */ 595 * @param ec ICU error code. 600 const PluralSelector& selector, void *context, double number, UErrorCode& ec); /**< @internal */
|
rbtz.h | 193 * @param ec input-output error code 197 int32_t& dstOffset, UErrorCode& ec) const; 319 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& ec) const;
|
/external/icu/icu4c/source/test/intltest/ |
windttst.cpp | 82 int32_t ec = TimeZone::countEquivalentIDs(zoneID); local 84 for (int z = 0; z < ec; z += 1) {
|
/external/openssl/apps/ |
progs.pl | 44 elsif ( ($_ =~ /^ec$/) || ($_ =~ /^ecparam$/))
|
/frameworks/compile/libbcc/lib/Core/ |
Source.cpp | 43 if (std::error_code ec = moduleOrError.getError()) { 45 pInput->getBufferIdentifier(), ec.message().c_str());
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cbiditst.c | 369 UErrorCode ec = U_ZERO_ERROR; local 370 const UBiDiLevel* gotLevels = ubidi_getLevels(bidi, &ec); 375 if(U_FAILURE(ec)) { 706 UErrorCode ec = U_ZERO_ERROR; local 720 ec = U_ZERO_ERROR; 721 ubidi_setPara(bidi,src,srcSize,UBIDI_DEFAULT_LTR ,NULL,&ec); 722 if(U_FAILURE(ec)){ 724 i, UBIDI_DEFAULT_LTR, u_errorName(ec)); 727 destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_DO_MIRRORING,&ec); 728 if(ec!=U_BUFFER_OVERFLOW_ERROR) [all...] |
/bootable/recovery/ |
verifier.cpp | 268 } else if (pKeys[i].key_type == Certificate::EC 272 LOGI("Not a DSA signature block for EC key %zu\n", i); 278 if (!p256_ecdsa_verify(&(pKeys[i].ec->x), &(pKeys[i].ec->y), 280 LOGI("failed to verify against EC key %zu\n", i); 284 LOGI("whole-file signature verified against EC key %zu\n", i); 323 // 5: 256-bit EC key using the NIST P-256 curve parameters and SHA-256 hash 377 cert->key_type = Certificate::EC; 378 cert->ec = (ECPublicKey*)calloc(1, sizeof(ECPublicKey)); 406 } else if (cert->key_type == Certificate::EC) { [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
WNafL2RMultiplier.java | 1 package org.bouncycastle.math.ec;
|
/external/chromium_org/crypto/ |
ec_signature_creator_openssl.cc | 8 #include <openssl/ec.h>
|
/external/chromium_org/third_party/openssl/openssl/crypto/ecdsa/ |
ecdsa.h | 68 #include <openssl/ec.h> 115 * \param eckey EC_KEY object containing a private EC key 127 * \param eckey EC_KEY object containing a private EC key 138 * \param eckey EC_KEY object containing a public EC key 171 * \param eckey EC_KEY object containing a private EC key 187 * \param eckey EC_KEY object containing a private EC key 204 * \param eckey EC_KEY object containing a private EC key 218 * \param eckey EC_KEY object containing a public EC key
|
/external/chromium_org/third_party/openssl/openssl/crypto/err/ |
err_all.c | 63 #include <openssl/ec.h>
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
ecdsa.h | 68 #include <openssl/ec.h> 115 * \param eckey EC_KEY object containing a private EC key 127 * \param eckey EC_KEY object containing a private EC key 138 * \param eckey EC_KEY object containing a public EC key 171 * \param eckey EC_KEY object containing a private EC key 187 * \param eckey EC_KEY object containing a private EC key 204 * \param eckey EC_KEY object containing a private EC key 218 * \param eckey EC_KEY object containing a public EC key
|
/external/chromium_org/third_party/opus/src/celt/ |
bands.h | 104 opus_int32 total_bits, opus_int32 balance, ec_ctx *ec, int M, int codedBands, opus_uint32 *seed);
|
/external/libopus/celt/ |
bands.h | 104 opus_int32 total_bits, opus_int32 balance, ec_ctx *ec, int M, int codedBands, opus_uint32 *seed);
|
/external/llvm/include/llvm/Object/ |
MachOUniversal.h | 88 std::error_code &ec);
|
/external/openssl/crypto/ecdsa/ |
ecdsa.h | 68 #include <openssl/ec.h> 115 * \param eckey EC_KEY object containing a private EC key 127 * \param eckey EC_KEY object containing a private EC key 138 * \param eckey EC_KEY object containing a public EC key 171 * \param eckey EC_KEY object containing a private EC key 187 * \param eckey EC_KEY object containing a private EC key 204 * \param eckey EC_KEY object containing a private EC key 218 * \param eckey EC_KEY object containing a public EC key
|
/external/openssl/crypto/err/ |
err_all.c | 63 #include <openssl/ec.h>
|