HomeSort by relevance Sort by last modified time
    Searched defs:ec (Results 126 - 150 of 339) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECAlgorithms.java 1 package org.bouncycastle.math.ec;
5 import org.bouncycastle.math.ec.endo.ECEndomorphism;
6 import org.bouncycastle.math.ec.endo.GLVEndomorphism;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP192K1FieldElement.java 1 package org.bouncycastle.math.ec.custom.sec;
5 import org.bouncycastle.math.ec.ECFieldElement;
SecP192K1Point.java 1 package org.bouncycastle.math.ec.custom.sec;
3 import org.bouncycastle.math.ec.ECCurve;
4 import org.bouncycastle.math.ec.ECFieldElement;
5 import org.bouncycastle.math.ec.ECPoint;
SecP192R1Field.java 1 package org.bouncycastle.math.ec.custom.sec;
SecP192R1FieldElement.java 1 package org.bouncycastle.math.ec.custom.sec;
5 import org.bouncycastle.math.ec.ECFieldElement;
SecP224K1FieldElement.java 1 package org.bouncycastle.math.ec.custom.sec;
5 import org.bouncycastle.math.ec.ECFieldElement;
SecP224K1Point.java 1 package org.bouncycastle.math.ec.custom.sec;
3 import org.bouncycastle.math.ec.ECCurve;
4 import org.bouncycastle.math.ec.ECFieldElement;
5 import org.bouncycastle.math.ec.ECPoint;
SecP224R1Field.java 1 package org.bouncycastle.math.ec.custom.sec;
SecP256K1FieldElement.java 1 package org.bouncycastle.math.ec.custom.sec;
5 import org.bouncycastle.math.ec.ECFieldElement;
SecP256K1Point.java 1 package org.bouncycastle.math.ec.custom.sec;
3 import org.bouncycastle.math.ec.ECCurve;
4 import org.bouncycastle.math.ec.ECFieldElement;
5 import org.bouncycastle.math.ec.ECPoint;
SecP256R1Field.java 1 package org.bouncycastle.math.ec.custom.sec;
SecP256R1FieldElement.java 1 package org.bouncycastle.math.ec.custom.sec;
5 import org.bouncycastle.math.ec.ECFieldElement;
SecP384R1Field.java 1 package org.bouncycastle.math.ec.custom.sec;
SecP384R1FieldElement.java 1 package org.bouncycastle.math.ec.custom.sec;
5 import org.bouncycastle.math.ec.ECFieldElement;
SecP521R1FieldElement.java 1 package org.bouncycastle.math.ec.custom.sec;
5 import org.bouncycastle.math.ec.ECFieldElement;
SecP521R1Point.java 1 package org.bouncycastle.math.ec.custom.sec;
3 import org.bouncycastle.math.ec.ECCurve;
4 import org.bouncycastle.math.ec.ECFieldElement;
5 import org.bouncycastle.math.ec.ECPoint;
  /external/curl/docs/examples/
asiohiper.cpp 358 boost::system::error_code ec; local
359 tcp_socket->open(boost::asio::ip::tcp::v4(), ec); local
361 if(ec)
364 std::cout << std::endl << "Couldn't open socket [" << ec << "][" << ec.message() << "]";
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
searchcvs.php 53 $ec = ", $match AS `relevance`"; variable
71 $sql = "SELECT SQL_CALC_FOUND_ROWS `cvsname`, `revision`, `date`, `author`, `message`, `keyword_subs`, `bugid`, `revision` AS `orev`, `fid` AS `ofid`, $branch AS `branch`$ec FROM `cvsfiles` NATURAL JOIN `commits` NATURAL LEFT JOIN `bugs` $where GROUP BY `fid`, `revision`, `bugid` $having $order LIMIT $offset, $pagesize";
  /external/icu/icu4c/source/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/icu/icu4c/source/i18n/
anytrans.cpp 127 UErrorCode ec = U_ZERO_ERROR; local
141 s = uscript_getScript(ch, &ec);
153 s = uscript_getScript(ch, &ec);
183 UErrorCode& ec) :
187 cache = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &ec);
188 if (U_FAILURE(ec)) {
212 UErrorCode ec = U_ZERO_ERROR; local
213 cache = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &ec);
214 if (U_FAILURE(ec)) {
286 UErrorCode ec = U_ZERO_ERROR local
332 UErrorCode ec = U_ZERO_ERROR; local
354 UErrorCode ec = U_ZERO_ERROR; local
    [all...]
currpinf.cpp 244 UErrorCode ec = U_ZERO_ERROR; local
245 UResourceBundle *rb = ures_open(NULL, loc.getName(), &ec);
246 UResourceBundle *numElements = ures_getByKeyWithFallback(rb, gNumberElementsTag, NULL, &ec);
247 rb = ures_getByKeyWithFallback(numElements, ns->getName(), rb, &ec);
248 rb = ures_getByKeyWithFallback(rb, gPatternsTag, rb, &ec);
250 const UChar* numberStylePattern = ures_getStringByKeyWithFallback(rb, gDecimalFormatTag, &ptnLen, &ec);
252 if ( ec == U_MISSING_RESOURCE_ERROR && uprv_strcmp(ns->getName(),gLatnTag)) {
253 ec = U_ZERO_ERROR;
254 rb = ures_getByKeyWithFallback(numElements, gLatnTag, rb, &ec);
255 rb = ures_getByKeyWithFallback(rb, gPatternsTag, rb, &ec);
    [all...]
datefmt.cpp 284 UErrorCode ec = U_ZERO_ERROR; local
285 calClone->setTime(date, ec);
286 if (U_SUCCESS(ec)) {
338 UErrorCode ec = U_ZERO_ERROR; local
339 d = calClone->getTime(ec);
340 if (U_FAILURE(ec)) {
windtfmt.cpp 298 int32_t ec = TimeZone::countEquivalentIDs(icuid); local
300 for (int z = 0; z < ec; z += 1) {
  /external/icu/icu4c/source/test/cintltst/
usettest.c 29 UErrorCode* ec);
83 UErrorCode ec; local
105 ec = U_ZERO_ERROR;
106 set = uset_openPattern(PAT, PAT_LEN, &ec);
107 if(U_FAILURE(ec)) {
108 log_err("uset_openPattern([a-c{ab}]) failed - %s\n", u_errorName(ec));
114 expect(set, "abc{ab}", "def{bc}", &ec);
162 uset_applyIntPropertyValue(set, UCHAR_ASCII_HEX_DIGIT, 1, &ec);
163 if(U_FAILURE(ec)) {
164 log_err("uset_applyIntPropertyValue([UCHAR_ASCII_HEX_DIGIT]) failed - %s\n", u_errorName(ec));
258 UErrorCode ec; local
360 UErrorCode ec; local
519 UErrorCode ec = U_ZERO_ERROR; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
cpdtrtst.cpp 423 UErrorCode ec = U_ZERO_ERROR; local
424 t.transliterate(rsource, index, ec);

Completed in 662 milliseconds

1 2 3 4 56 7 8 91011>>