Searched refs:ec (Results 201 - 225 of 600) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/config/
H A Dmh-beos77 @$(SHELL) -ec '$(GEN_DEPS.c) $< \
83 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
H A Dmh-hpux-gcc68 @$(SHELL) -ec '$(GEN_DEPS.c) $< \
74 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
H A Dmh-irix57 @$(SHELL) -ec '$(GEN_DEPS.c) $< \
63 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
H A Dmh-linux55 @$(SHELL) -ec '$(GEN_DEPS.c) $< \
61 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
H A Dmh-linux-va63 @$(SHELL) -ec '$(GEN_DEPS.c) $< > /dev/null'
67 @$(SHELL) -ec '$(GEN_DEPS.cc) $< > /dev/null'
H A Dmh-solaris-gcc57 @$(SHELL) -ec '$(GEN_DEPS.c) $< \
63 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
H A Dmh-aix-gcc93 @$(SHELL) -ec "echo '#! $*.a($*.so)' | cat - $< > $@"
110 @$(SHELL) -ec '$(GEN_DEPS.c) $< \
116 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
/external/icu/icu4c/source/i18n/
H A Danytrans.h97 * @param ec error code, fails if the internal hashtable cannot be
104 UErrorCode& ec);
H A Ducal.cpp32 _createTimeZone(const UChar* zoneID, int32_t len, UErrorCode* ec) { argument
34 if (ec!=NULL && U_SUCCESS(*ec)) {
43 *ec = U_MEMORY_ALLOCATION_ERROR;
51 const int32_t* rawOffset, UErrorCode* ec) {
53 zoneType, region, rawOffset, *ec), ec);
57 ucal_openTimeZones(UErrorCode* ec) { argument
58 return uenum_openFromStringEnumeration(TimeZone::createEnumeration(), ec);
62 ucal_openCountryTimeZones(const char* country, UErrorCode* ec) { argument
50 ucal_openTimeZoneIDEnumeration(USystemTimeZoneType zoneType, const char* region, const int32_t* rawOffset, UErrorCode* ec) argument
67 ucal_getDefaultTimeZone(UChar* result, int32_t resultCapacity, UErrorCode* ec) argument
84 ucal_setDefaultTimeZone(const UChar* zoneID, UErrorCode* ec) argument
92 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) argument
[all...]
H A Dcollationsets.cpp44 TailoredSet::forData(const CollationData *d, UErrorCode &ec) { argument
45 if(U_FAILURE(ec)) { return; }
46 errorCode = ec; // Preserve info & warning codes.
51 ec = errorCode;
390 ContractionsAndExpansions::forData(const CollationData *d, UErrorCode &ec) { argument
391 if(U_FAILURE(ec)) { return; }
392 errorCode = ec; // Preserve info & warning codes.
400 ec = errorCode;
408 ec = errorCode;
412 ContractionsAndExpansions::forCodePoint(const CollationData *d, UChar32 c, UErrorCode &ec) { argument
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dmeasure.h49 * @param ec input-output error code. If the amount or the unit
54 UErrorCode& ec);
/external/openssl/crypto/ecdh/
H A Decdh.h78 #include <openssl/ec.h>
/external/openssl/include/openssl/
H A Decdh.h78 #include <openssl/ec.h>
/external/clang/test/SemaCXX/
H A Dclass.cpp147 void f(const EnclosingClass &ec) { argument
148 ec.member = 0;
/external/openssl/crypto/cms/
H A Dcms_pwri.c326 CMS_EncryptedContentInfo *ec; local
337 ec = cms->d.envelopedData->encryptedContentInfo;
406 if (!kek_wrap_key(NULL, &keylen, ec->key, ec->keylen, &kekctx))
414 if (!kek_wrap_key(key, &keylen, ec->key, ec->keylen, &kekctx))
438 ec->key = key;
439 ec->keylen = keylen;
/external/chromium_org/third_party/icu/source/common/
H A Duvectr32.cpp74 void UVector32::assign(const UVector32& other, UErrorCode &ec) { argument
75 if (ensureCapacity(other.count, ec)) {
279 UErrorCode ec = U_ZERO_ERROR; local
280 if (!ensureCapacity(newSize, ec)) {
298 void UVector32::sortedInsert(int32_t tok, UErrorCode& ec) { argument
316 if (ensureCapacity(count + 1, ec)) {
/external/chromium_org/third_party/icu/source/config/
H A Dmh-aix-gcc93 @$(SHELL) -ec "echo '#! $*.a($*.so)' | cat - $< > $@"
110 @$(SHELL) -ec '$(GEN_DEPS.c) $< \
116 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
/external/icu/icu4c/source/common/
H A Duvectr32.cpp74 void UVector32::assign(const UVector32& other, UErrorCode &ec) { argument
75 if (ensureCapacity(other.count, ec)) {
279 UErrorCode ec = U_ZERO_ERROR; local
280 if (!ensureCapacity(newSize, ec)) {
298 void UVector32::sortedInsert(int32_t tok, UErrorCode& ec) { argument
316 if (ensureCapacity(count + 1, ec)) {
/external/chromium_org/third_party/icu/source/i18n/
H A Ducal.cpp32 _createTimeZone(const UChar* zoneID, int32_t len, UErrorCode* ec) { argument
34 if (ec!=NULL && U_SUCCESS(*ec)) {
43 *ec = U_MEMORY_ALLOCATION_ERROR;
51 const int32_t* rawOffset, UErrorCode* ec) {
53 zoneType, region, rawOffset, *ec), ec);
57 ucal_openTimeZones(UErrorCode* ec) { argument
58 return uenum_openFromStringEnumeration(TimeZone::createEnumeration(), ec);
62 ucal_openCountryTimeZones(const char* country, UErrorCode* ec) { argument
50 ucal_openTimeZoneIDEnumeration(USystemTimeZoneType zoneType, const char* region, const int32_t* rawOffset, UErrorCode* ec) argument
67 ucal_getDefaultTimeZone(UChar* result, int32_t resultCapacity, UErrorCode* ec) argument
84 ucal_setDefaultTimeZone(const UChar* zoneID, UErrorCode* ec) argument
92 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) argument
[all...]
H A Dtransreg.h95 UParseError& pe, UErrorCode& ec) const;
206 UErrorCode& ec);
217 UErrorCode& ec);
229 UErrorCode& ec);
240 UErrorCode& ec);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcalregts.cpp2260 UErrorCode ec = U_ZERO_ERROR; local
2268 Calendar* pcal = Calendar::createInstance(Locale::getUS(), ec);
2269 if(U_FAILURE(ec)) {
2270 dataerrln("Error creating calendar %s", u_errorName(ec));
2276 SimpleDateFormat fmt(UnicodeString("MMM dd yyyy",""), ec);
2279 if (U_SUCCESS(ec)) {
2290 UDate date1 = cal.getTime(ec);
2291 if (failure(ec, "getTime"))
2294 UDate date2 = cal.getTime(ec);
2295 if (failure(ec, "getTim
2364 UErrorCode ec = U_ZERO_ERROR; local
2477 UErrorCode ec = U_ZERO_ERROR; local
2550 UErrorCode ec = U_ZERO_ERROR; local
2564 UErrorCode ec = U_ZERO_ERROR; local
2642 UErrorCode ec = U_ZERO_ERROR; local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcalregts.cpp2260 UErrorCode ec = U_ZERO_ERROR; local
2268 Calendar* pcal = Calendar::createInstance(Locale::getUS(), ec);
2269 if(U_FAILURE(ec)) {
2270 dataerrln("Error creating calendar %s", u_errorName(ec));
2276 SimpleDateFormat fmt(UnicodeString("MMM dd yyyy",""), ec);
2279 if (U_SUCCESS(ec)) {
2290 UDate date1 = cal.getTime(ec);
2291 if (failure(ec, "getTime"))
2294 UDate date2 = cal.getTime(ec);
2295 if (failure(ec, "getTim
2364 UErrorCode ec = U_ZERO_ERROR; local
2477 UErrorCode ec = U_ZERO_ERROR; local
2550 UErrorCode ec = U_ZERO_ERROR; local
2564 UErrorCode ec = U_ZERO_ERROR; local
2642 UErrorCode ec = U_ZERO_ERROR; local
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcintltst.c655 U_CFUNC UBool assertSuccessCheck(const char* msg, UErrorCode* ec, UBool possibleDataError) { argument
656 U_ASSERT(ec!=NULL);
657 if (U_FAILURE(*ec)) {
659 log_data_err("FAIL: %s (%s)\n", msg, u_errorName(*ec));
661 log_err_status(*ec, "FAIL: %s (%s)\n", msg, u_errorName(*ec));
668 U_CFUNC UBool assertSuccess(const char* msg, UErrorCode* ec) { argument
669 U_ASSERT(ec!=NULL);
670 return assertSuccessCheck(msg, ec, FALSE);
/external/icu/icu4c/source/test/cintltst/
H A Dcintltst.c655 U_CFUNC UBool assertSuccessCheck(const char* msg, UErrorCode* ec, UBool possibleDataError) { argument
656 U_ASSERT(ec!=NULL);
657 if (U_FAILURE(*ec)) {
659 log_data_err("FAIL: %s (%s)\n", msg, u_errorName(*ec));
661 log_err_status(*ec, "FAIL: %s (%s)\n", msg, u_errorName(*ec));
668 U_CFUNC UBool assertSuccess(const char* msg, UErrorCode* ec) { argument
669 U_ASSERT(ec!=NULL);
670 return assertSuccessCheck(msg, ec, FALSE);
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3ecc.c293 privKey = SECKEY_CreateECPrivateKey(&svrPubKey->u.ec.DEREncodedParams,
301 pubKey->u.ec.publicValue.data,
302 pubKey->u.ec.publicValue.len));
336 pubKey->u.ec.publicValue.len + 1);
342 pubKey->u.ec.publicValue.data,
343 pubKey->u.ec.publicValue.len, 1);
380 clntPubKey.u.ec.DEREncodedParams.len =
381 srvrPubKey->u.ec.DEREncodedParams.len;
382 clntPubKey.u.ec.DEREncodedParams.data =
383 srvrPubKey->u.ec
[all...]

Completed in 505 milliseconds

1234567891011>>