Searched refs:ec (Results 126 - 150 of 600) sorted by relevance

1234567891011>>

/external/libpng/contrib/visupng/
H A Dcexcept.h102 void init_exception_context(struct exception_context *ec);
209 #define init_exception_context(ec) ((void)((ec)->penv = 0))
/external/openssl/crypto/ec/
H A Dec_ameth.c61 #include <openssl/ec.h>
105 EC_KEY *ec_key = pkey->pkey.ec;
229 const EC_GROUP *group = EC_KEY_get0_group(b->pkey.ec);
230 const EC_POINT *pa = EC_KEY_get0_public_key(a->pkey.ec),
231 *pb = EC_KEY_get0_public_key(b->pkey.ec);
320 ec_key = pkey->pkey.ec;
369 return ECDSA_size(pkey->pkey.ec);
383 group = EC_KEY_get0_group(pkey->pkey.ec);
397 if (EC_KEY_get0_group(pkey->pkey.ec) == NULL)
404 EC_GROUP *group = EC_GROUP_dup(EC_KEY_get0_group(from->pkey.ec));
565 EC_KEY *ec; local
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DAbstractECMultiplier.java1 package org.bouncycastle.math.ec;
H A DWNafPreCompInfo.java1 package org.bouncycastle.math.ec;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
H A DECDomainParameters.java5 import org.bouncycastle.math.ec.ECConstants;
6 import org.bouncycastle.math.ec.ECCurve;
7 import org.bouncycastle.math.ec.ECPoint;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8ThrowException.cpp47 v8::Handle<v8::Value> V8ThrowException::createDOMException(int ec, const String& sanitizedMessage, const String& unsanitizedMessage, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate) argument
49 if (ec <= 0 || v8::V8::IsExecutionTerminating())
52 ASSERT(ec == SecurityError || unsanitizedMessage.isEmpty());
54 if (ec == V8GeneralError)
56 if (ec == V8TypeError)
58 if (ec == V8RangeError)
60 if (ec == V8SyntaxError)
62 if (ec == V8ReferenceError)
65 RefPtrWillBeRawPtr<DOMException> domException = DOMException::create(ec, sanitizedMessage, unsanitizedMessage);
80 v8::Handle<v8::Value> V8ThrowException::throwDOMException(int ec, cons argument
[all...]
H A DV8ThrowException.h36 static v8::Handle<v8::Value> createDOMException(int ec, const String& message, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate) argument
38 return createDOMException(ec, message, String(), creationContext, isolate);
42 static v8::Handle<v8::Value> throwDOMException(int ec, const String& message, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate) argument
44 return throwDOMException(ec, message, String(), creationContext, isolate);
/external/chromium_org/third_party/icu/source/i18n/
H A Dtranslit.cpp975 UErrorCode ec = U_ZERO_ERROR; local
980 if (HAVE_REGISTRY(ec)) {
981 t = registry->get(id, alias, ec);
985 if (U_FAILURE(ec)) {
1005 TransliteratorParser parser(ec);
1006 alias->parse(parser, pe, ec);
1012 if (HAVE_REGISTRY(ec)) {
1013 t = registry->reget(id, parser, alias, ec);
1019 t = alias->create(pe, ec);
1024 if (U_FAILURE(ec)) {
1214 UErrorCode ec = U_ZERO_ERROR; local
1225 UErrorCode ec = U_ZERO_ERROR; local
1253 UErrorCode ec = U_ZERO_ERROR; local
1260 UErrorCode ec = U_ZERO_ERROR; local
1267 UErrorCode ec = U_ZERO_ERROR; local
1275 UErrorCode ec = U_ZERO_ERROR; local
1289 UErrorCode ec = U_ZERO_ERROR; local
1304 UErrorCode ec = U_ZERO_ERROR; local
1320 UErrorCode ec = U_ZERO_ERROR; local
1329 getAvailableIDs(UErrorCode& ec) argument
1345 UErrorCode ec = U_ZERO_ERROR; local
1352 UErrorCode ec = U_ZERO_ERROR; local
1361 UErrorCode ec = U_ZERO_ERROR; local
1369 UErrorCode ec = U_ZERO_ERROR; local
1379 UErrorCode ec = U_ZERO_ERROR; local
1388 UErrorCode ec = U_ZERO_ERROR; local
[all...]
H A Dtridpars.cpp81 UErrorCode ec = U_ZERO_ERROR; local
82 UnicodeSet *set = new UnicodeSet(filter, ec);
83 if (U_FAILURE(ec)) {
274 UErrorCode ec = U_ZERO_ERROR; local
275 filter = new UnicodeSet(id, ppos, USET_IGNORE_SPACE, NULL, ec);
281 if (U_FAILURE(ec)) {
356 UErrorCode ec = U_ZERO_ERROR; local
384 SingleID* single = parseSingleID(id, pos, dir, ec);
389 list.addElement(single, ec);
391 list.insertElementAt(single, 0, ec);
467 instantiateList(UVector& list, UErrorCode& ec) argument
724 UErrorCode ec = U_ZERO_ERROR; local
[all...]
H A Dolsontz.h122 * @param ec input-output error code
127 UErrorCode& ec);
169 int32_t millis, UErrorCode& ec) const;
177 UErrorCode& ec) const;
183 int32_t& dstOffset, UErrorCode& ec) const;
189 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) const;
217 virtual UBool inDaylightTime(UDate date, UErrorCode& ec) const;
H A Dmsgfmt.cpp200 void formatAndAppend(const Format* formatter, const Formattable& arg, UErrorCode& ec) { argument
202 formatter->format(arg, s, ec);
203 if (U_SUCCESS(ec)) {
208 const UnicodeString &argString, UErrorCode& ec) {
210 if (U_SUCCESS(ec)) {
214 formatAndAppend(formatter, arg, ec);
314 UErrorCode ec = U_ZERO_ERROR; local
315 copyObjects(that, ec);
316 if (U_FAILURE(ec)) {
379 UErrorCode ec local
207 formatAndAppend(const Format* formatter, const Formattable& arg, const UnicodeString &argString, UErrorCode& ec) argument
410 UErrorCode ec = U_ZERO_ERROR; local
481 applyPattern(const UnicodeString& pattern, UParseError& parseError, UErrorCode& ec) argument
1308 copyObjects(const MessageFormat& that, UErrorCode& ec) argument
1501 UErrorCode ec = U_ZERO_ERROR; local
1568 makeRBNF(URBNFRuleSetTag tag, const Locale& locale, const UnicodeString& defaultRuleSet, UErrorCode& ec) argument
1677 createAppropriateFormat(UnicodeString& type, UnicodeString& style, Formattable::Type& formattableType, UParseError& parseError, UErrorCode& ec) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dtranslit.cpp975 UErrorCode ec = U_ZERO_ERROR; local
980 if (HAVE_REGISTRY(ec)) {
981 t = registry->get(id, alias, ec);
985 if (U_FAILURE(ec)) {
1005 TransliteratorParser parser(ec);
1006 alias->parse(parser, pe, ec);
1012 if (HAVE_REGISTRY(ec)) {
1013 t = registry->reget(id, parser, alias, ec);
1019 t = alias->create(pe, ec);
1024 if (U_FAILURE(ec)) {
1214 UErrorCode ec = U_ZERO_ERROR; local
1225 UErrorCode ec = U_ZERO_ERROR; local
1253 UErrorCode ec = U_ZERO_ERROR; local
1260 UErrorCode ec = U_ZERO_ERROR; local
1267 UErrorCode ec = U_ZERO_ERROR; local
1275 UErrorCode ec = U_ZERO_ERROR; local
1289 UErrorCode ec = U_ZERO_ERROR; local
1304 UErrorCode ec = U_ZERO_ERROR; local
1320 UErrorCode ec = U_ZERO_ERROR; local
1329 getAvailableIDs(UErrorCode& ec) argument
1345 UErrorCode ec = U_ZERO_ERROR; local
1352 UErrorCode ec = U_ZERO_ERROR; local
1361 UErrorCode ec = U_ZERO_ERROR; local
1369 UErrorCode ec = U_ZERO_ERROR; local
1379 UErrorCode ec = U_ZERO_ERROR; local
1388 UErrorCode ec = U_ZERO_ERROR; local
[all...]
H A Dtridpars.cpp81 UErrorCode ec = U_ZERO_ERROR; local
82 UnicodeSet *set = new UnicodeSet(filter, ec);
83 if (U_FAILURE(ec)) {
274 UErrorCode ec = U_ZERO_ERROR; local
275 filter = new UnicodeSet(id, ppos, USET_IGNORE_SPACE, NULL, ec);
281 if (U_FAILURE(ec)) {
356 UErrorCode ec = U_ZERO_ERROR; local
384 SingleID* single = parseSingleID(id, pos, dir, ec);
389 list.addElement(single, ec);
391 list.insertElementAt(single, 0, ec);
467 instantiateList(UVector& list, UErrorCode& ec) argument
724 UErrorCode ec = U_ZERO_ERROR; local
[all...]
H A Dolsontz.h122 * @param ec input-output error code
127 UErrorCode& ec);
169 int32_t millis, UErrorCode& ec) const;
177 UErrorCode& ec) const;
183 int32_t& dstOffset, UErrorCode& ec) const;
189 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) const;
217 virtual UBool inDaylightTime(UDate date, UErrorCode& ec) const;
H A Dmsgfmt.cpp200 void formatAndAppend(const Format* formatter, const Formattable& arg, UErrorCode& ec) { argument
202 formatter->format(arg, s, ec);
203 if (U_SUCCESS(ec)) {
208 const UnicodeString &argString, UErrorCode& ec) {
210 if (U_SUCCESS(ec)) {
214 formatAndAppend(formatter, arg, ec);
314 UErrorCode ec = U_ZERO_ERROR; local
315 copyObjects(that, ec);
316 if (U_FAILURE(ec)) {
379 UErrorCode ec local
207 formatAndAppend(const Format* formatter, const Formattable& arg, const UnicodeString &argString, UErrorCode& ec) argument
410 UErrorCode ec = U_ZERO_ERROR; local
481 applyPattern(const UnicodeString& pattern, UParseError& parseError, UErrorCode& ec) argument
1308 copyObjects(const MessageFormat& that, UErrorCode& ec) argument
1501 UErrorCode ec = U_ZERO_ERROR; local
1568 makeRBNF(URBNFRuleSetTag tag, const Locale& locale, const UnicodeString& defaultRuleSet, UErrorCode& ec) argument
1677 createAppropriateFormat(UnicodeString& type, UnicodeString& style, Formattable::Type& formattableType, UParseError& parseError, UErrorCode& ec) argument
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dusettest.c30 UErrorCode* ec);
84 UErrorCode ec; local
106 ec = U_ZERO_ERROR;
107 set = uset_openPattern(PAT, PAT_LEN, &ec);
108 if(U_FAILURE(ec)) {
109 log_err("uset_openPattern([a-c{ab}]) failed - %s\n", u_errorName(ec));
115 expect(set, "abc{ab}", "def{bc}", &ec);
163 uset_applyIntPropertyValue(set, UCHAR_ASCII_HEX_DIGIT, 1, &ec);
164 if(U_FAILURE(ec)) {
165 log_err("uset_applyIntPropertyValue([UCHAR_ASCII_HEX_DIGIT]) failed - %s\n", u_errorName(ec));
236 expect(const USet* set, const char* inList, const char* outList, UErrorCode* ec) argument
259 UErrorCode ec; local
361 UErrorCode ec; local
520 UErrorCode ec = U_ZERO_ERROR; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dusettest.c30 UErrorCode* ec);
84 UErrorCode ec; local
106 ec = U_ZERO_ERROR;
107 set = uset_openPattern(PAT, PAT_LEN, &ec);
108 if(U_FAILURE(ec)) {
109 log_err("uset_openPattern([a-c{ab}]) failed - %s\n", u_errorName(ec));
115 expect(set, "abc{ab}", "def{bc}", &ec);
163 uset_applyIntPropertyValue(set, UCHAR_ASCII_HEX_DIGIT, 1, &ec);
164 if(U_FAILURE(ec)) {
165 log_err("uset_applyIntPropertyValue([UCHAR_ASCII_HEX_DIGIT]) failed - %s\n", u_errorName(ec));
236 expect(const USet* set, const char* inList, const char* outList, UErrorCode* ec) argument
259 UErrorCode ec; local
361 UErrorCode ec; local
520 UErrorCode ec = U_ZERO_ERROR; local
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
H A DECNamedCurveSpec.java9 import org.bouncycastle.math.ec.ECCurve;
50 org.bouncycastle.math.ec.ECPoint g)
59 org.bouncycastle.math.ec.ECPoint g,
81 org.bouncycastle.math.ec.ECPoint g,
105 org.bouncycastle.math.ec.ECPoint g,
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
H A DEC5Util.java13 import org.bouncycastle.math.ec.ECCurve;
48 EllipticCurve ec)
50 ECField field = ec.getField();
51 BigInteger a = ec.getA();
52 BigInteger b = ec.getB();
108 public static org.bouncycastle.math.ec.ECPoint convertPoint(
116 public static org.bouncycastle.math.ec.ECPoint convertPoint(
47 convertCurve( EllipticCurve ec) argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dthcoll.cpp82 UErrorCode ec = U_ZERO_ERROR; local
83 TextFile names("TestNames_Thai.txt", "UTF16LE", ec);
84 if (U_FAILURE(ec)) {
86 u_errorName(ec));
97 while (names.readLineSkippingComments(word, ec, FALSE) && U_SUCCESS(ec)) {
113 assertSuccess("readLine", ec);
129 UErrorCode ec = U_ZERO_ERROR; local
130 TextFile riwords("riwords.txt", "UTF8", ec);
131 if (U_FAILURE(ec)) {
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dthcoll.cpp83 UErrorCode ec = U_ZERO_ERROR; local
84 TextFile names("TestNames_Thai.txt", "UTF16LE", ec);
85 if (U_FAILURE(ec)) {
87 u_errorName(ec));
98 while (names.readLineSkippingComments(word, ec, FALSE) && U_SUCCESS(ec)) {
114 assertSuccess("readLine", ec);
130 UErrorCode ec = U_ZERO_ERROR; local
131 TextFile riwords("riwords.txt", "UTF8", ec);
132 if (U_FAILURE(ec)) {
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Duvector.cpp96 void UVector::assign(const UVector& other, UElementAssigner *assign, UErrorCode &ec) { argument
97 if (ensureCapacity(other.count, ec)) {
98 setSize(other.count, ec);
99 if (U_SUCCESS(ec)) {
440 void UVector::sortedInsert(void* obj, UElementComparator *compare, UErrorCode& ec) { argument
443 sortedInsert(e, compare, ec);
451 void UVector::sortedInsert(int32_t obj, UElementComparator *compare, UErrorCode& ec) { argument
454 sortedInsert(e, compare, ec);
458 void UVector::sortedInsert(UElement e, UElementComparator *compare, UErrorCode& ec) { argument
475 if (ensureCapacity(count + 1, ec)) {
524 sorti(UErrorCode &ec) argument
546 sort(UElementComparator *compare, UErrorCode &ec) argument
557 sortWithUComparator(UComparator *compare, const void *context, UErrorCode &ec) argument
[all...]
/external/icu/icu4c/source/common/
H A Duvector.cpp96 void UVector::assign(const UVector& other, UElementAssigner *assign, UErrorCode &ec) { argument
97 if (ensureCapacity(other.count, ec)) {
98 setSize(other.count, ec);
99 if (U_SUCCESS(ec)) {
440 void UVector::sortedInsert(void* obj, UElementComparator *compare, UErrorCode& ec) { argument
443 sortedInsert(e, compare, ec);
451 void UVector::sortedInsert(int32_t obj, UElementComparator *compare, UErrorCode& ec) { argument
454 sortedInsert(e, compare, ec);
458 void UVector::sortedInsert(UElement e, UElementComparator *compare, UErrorCode& ec) { argument
475 if (ensureCapacity(count + 1, ec)) {
524 sorti(UErrorCode &ec) argument
546 sort(UElementComparator *compare, UErrorCode &ec) argument
557 sortWithUComparator(UComparator *compare, const void *context, UErrorCode &ec) argument
[all...]
/external/valgrind/main/coregrind/
H A Dm_execontext.c166 ExeContext* ec; local
169 for (ec = ec_htab[i]; ec; ec = ec->chain) {
171 ec->ecu, ec->n_ips);
172 VG_(pp_StackTrace)( ec->ips, ec->n_ips );
199 void VG_(pp_ExeContext) ( ExeContext* ec )
486 ExeContext* ec; local
[all...]
/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp224 /// @return If ec == errc::success, The absolute path to the program. Otherwise
227 std::error_code &ec) {
249 ec = windows_error(::GetLastError());
252 ec = windows_error(ERROR_BUFFER_OVERFLOW);
256 ec = std::error_code();
319 std::error_code ec; local
320 ProgramToRun = FindProgram(ProgramToRun, ec);
321 if (ec) {
323 << "': " << ec.message() << '\n';
392 ec
226 FindProgram(const std::string &Program, std::error_code &ec) argument
[all...]

Completed in 450 milliseconds

1234567891011>>