HomeSort by relevance Sort by last modified time
    Searched refs:ec (Results 351 - 375 of 1226) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/test/intltest/
calregts.cpp 2260 UErrorCode ec = U_ZERO_ERROR; local
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...]
numfmtst.cpp 1243 UErrorCode ec = U_ZERO_ERROR; local
1658 UErrorCode ec = U_ZERO_ERROR; local
1659 DecimalFormatSymbols US(Locale::getUS(), ec); local
2154 UErrorCode ec = U_ZERO_ERROR; local
2261 UErrorCode ec = U_ZERO_ERROR; local
2348 UErrorCode ec = U_ZERO_ERROR; local
2388 UErrorCode ec = U_ZERO_ERROR; local
2463 UErrorCode ec = U_ZERO_ERROR; local
2515 DecimalFormatSymbols sym2(Locale::getUS(), ec); local
2533 UErrorCode ec = U_ZERO_ERROR; local
2540 DecimalFormatSymbols sym(Locale::getUS(), ec); local
2567 UErrorCode ec = U_ZERO_ERROR; local
2629 UErrorCode ec = U_ZERO_ERROR; local
3020 UErrorCode ec = U_ZERO_ERROR; local
3587 UErrorCode ec; local
    [all...]
usettest.cpp 116 UErrorCode ec = U_ZERO_ERROR; local
129 ec = U_ZERO_ERROR;
130 UnicodeSet s(OTHER_TOPATTERN_TESTS[j], ec);
131 if (U_FAILURE(ec)) {
132 dataerrln((UnicodeString)"FAIL: bad pattern " + OTHER_TOPATTERN_TESTS[j] + " - " + UnicodeString(u_errorName(ec)));
157 ec = U_ZERO_ERROR;
158 UnicodeSet* s = new UnicodeSet("[a-z {aa} {ab}]", ec);
164 if (U_FAILURE(ec)) break;
172 s->applyPattern(UNICODE_STRING_SIMPLE("[a-z {\\{l} {r\\}}]"), ec);
173 if (U_FAILURE(ec)) break
251 UErrorCode ec = U_ZERO_ERROR; local
745 UErrorCode ec = U_ZERO_ERROR; local
826 UErrorCode ec = U_ZERO_ERROR; local
1167 UErrorCode ec = U_ZERO_ERROR; local
1177 UErrorCode ec = U_ZERO_ERROR; local
1204 UErrorCode ec = U_ZERO_ERROR; local
1393 UErrorCode ec = U_ZERO_ERROR; local
1642 UErrorCode ec = U_ZERO_ERROR; local
1651 sym.add(UnicodeString(DATA[i], -1, US_INV), UnicodeString(DATA[i+1], -1, US_INV), ec); local
1703 UErrorCode ec = U_ZERO_ERROR; local
1744 UErrorCode ec = U_ZERO_ERROR; local
1930 UErrorCode ec = U_ZERO_ERROR; local
1944 UErrorCode ec = U_ZERO_ERROR; local
2024 UErrorCode ec = U_ZERO_ERROR; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CharsetEncoderTest.java 121 CharsetEncoder ec = new MockCharsetEncoder(cs, 1, MAX_BYTES); local
122 assertSame(ec.charset(), cs);
123 assertEquals(1.0, ec.averageBytesPerChar(), 0);
124 assertTrue(ec.maxBytesPerChar() == MAX_BYTES);
131 ec = new MockCharsetEncoder(null, 1, MAX_BYTES);
136 ec = new MockCharsetEncoder(new MockCharset("mock", new String[0]), 1,
141 // ec = new MockCharsetEncoder(cs, MAX_BYTES, 1);
142 // assertTrue(ec.averageBytesPerChar() == MAX_BYTES);
143 // assertTrue(ec.maxBytesPerChar() == 1);
147 ec = new MockCharsetEncoder(cs, 0, MAX_BYTES)
177 CharsetEncoder ec = new MockCharsetEncoder(cs, 1, MAX_BYTES, ba); local
    [all...]
  /external/llvm/lib/Object/
Archive.cpp 90 std::error_code *EC)
99 if ((*EC = MemberSize.getError()))
120 if (std::error_code EC = Size.getError())
121 return EC;
129 if (std::error_code EC = Size.getError())
130 return EC;
142 if (std::error_code EC = Size.getError())
143 return EC;
147 if (std::error_code EC = Name.getError())
148 return EC;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msctf.h     [all...]
  /external/icu/icu4c/source/i18n/
collationsets.cpp 44 TailoredSet::forData(const CollationData *d, UErrorCode &ec) {
45 if(U_FAILURE(ec)) { return; }
46 errorCode = ec; // Preserve info & warning codes.
51 ec = errorCode;
390 ContractionsAndExpansions::forData(const CollationData *d, UErrorCode &ec) {
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) {
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cintltst.c 663 U_CFUNC UBool assertSuccessCheck(const char* msg, UErrorCode* ec, UBool possibleDataError) {
664 U_ASSERT(ec!=NULL);
665 if (U_FAILURE(*ec)) {
667 log_data_err("FAIL: %s (%s)\n", msg, u_errorName(*ec));
669 log_err_status(*ec, "FAIL: %s (%s)\n", msg, u_errorName(*ec));
676 U_CFUNC UBool assertSuccess(const char* msg, UErrorCode* ec) {
677 U_ASSERT(ec!=NULL);
678 return assertSuccessCheck(msg, ec, FALSE);
cloctst.c 733 UErrorCode ec=U_ZERO_ERROR; local
736 int32_t preflightLen=uloc_getDisplayName(locale, displayLocale, NULL, 0, &ec);
738 if(ec==U_BUFFER_OVERFLOW_ERROR) {
739 ec=U_ZERO_ERROR;
741 len=uloc_getDisplayName(locale, displayLocale, result, UPRV_LENGTHOF(result), &ec);
742 if(U_FAILURE(ec)) {
744 locale, displayLocale, u_errorName(ec));
2487 UErrorCode ec = U_ZERO_ERROR; local
2686 UErrorCode ec = U_ZERO_ERROR; local
2697 UErrorCode ec = U_USELESS_COLLATOR_ERROR; local
2710 UErrorCode ec = U_ZERO_ERROR; local
    [all...]
  /external/libopus/celt/
bands.c 646 ec_ctx *ec; member in struct:band_ctx
679 ec_ctx *ec; local
686 ec = ctx->ec;
703 tell = ec_tell_frac(ec);
720 ec_encode(ec,x<=x0?p0*x:(x-1-x0)+(x0+1)*p0,x<=x0?p0*(x+1):(x-x0)+(x0+1)*p0,ft);
723 fs=ec_decode(ec,ft);
728 ec_dec_update(ec,x<=x0?p0*x:(x-1-x0)+(x0+1)*p0,x<=x0?p0*(x+1):(x-x0)+(x0+1)*p0,ft);
734 ec_enc_uint(ec, itheta, qn+1);
736 itheta = ec_dec_uint(ec, qn+1)
846 ec_ctx *ec; local
901 ec_ctx *ec; local
1214 ec_ctx *ec; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X9ECParameters.java 12 import org.bouncycastle.math.ec.ECAlgorithms;
13 import org.bouncycastle.math.ec.ECCurve;
14 import org.bouncycastle.math.ec.ECPoint;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
evex-lig256.d 36 [ ]*[a-f0-9]+: 62 f1 d7 2f c2 ec ab vcmpsd \$0xab,%xmm4,%xmm5,%k5\{%k7\}
37 [ ]*[a-f0-9]+: 62 f1 d7 1f c2 ec ab vcmpsd \$0xab,\{sae\},%xmm4,%xmm5,%k5\{%k7\}
38 [ ]*[a-f0-9]+: 62 f1 d7 2f c2 ec 7b vcmpsd \$0x7b,%xmm4,%xmm5,%k5\{%k7\}
39 [ ]*[a-f0-9]+: 62 f1 d7 1f c2 ec 7b vcmpsd \$0x7b,\{sae\},%xmm4,%xmm5,%k5\{%k7\}
46 [ ]*[a-f0-9]+: 62 f1 d7 2f c2 ec 00 vcmpeqsd %xmm4,%xmm5,%k5\{%k7\}
47 [ ]*[a-f0-9]+: 62 f1 d7 1f c2 ec 00 vcmpeqsd \{sae\},%xmm4,%xmm5,%k5\{%k7\}
54 [ ]*[a-f0-9]+: 62 f1 d7 2f c2 ec 00 vcmpeqsd %xmm4,%xmm5,%k5\{%k7\}
55 [ ]*[a-f0-9]+: 62 f1 d7 1f c2 ec 00 vcmpeqsd \{sae\},%xmm4,%xmm5,%k5\{%k7\}
62 [ ]*[a-f0-9]+: 62 f1 d7 2f c2 ec 01 vcmpltsd %xmm4,%xmm5,%k5\{%k7\}
63 [ ]*[a-f0-9]+: 62 f1 d7 1f c2 ec 01 vcmpltsd \{sae\},%xmm4,%xmm5,%k5\{%k7\
    [all...]
evex-lig512.d 36 [ ]*[a-f0-9]+: 62 f1 d7 4f c2 ec ab vcmpsd \$0xab,%xmm4,%xmm5,%k5\{%k7\}
37 [ ]*[a-f0-9]+: 62 f1 d7 1f c2 ec ab vcmpsd \$0xab,\{sae\},%xmm4,%xmm5,%k5\{%k7\}
38 [ ]*[a-f0-9]+: 62 f1 d7 4f c2 ec 7b vcmpsd \$0x7b,%xmm4,%xmm5,%k5\{%k7\}
39 [ ]*[a-f0-9]+: 62 f1 d7 1f c2 ec 7b vcmpsd \$0x7b,\{sae\},%xmm4,%xmm5,%k5\{%k7\}
46 [ ]*[a-f0-9]+: 62 f1 d7 4f c2 ec 00 vcmpeqsd %xmm4,%xmm5,%k5\{%k7\}
47 [ ]*[a-f0-9]+: 62 f1 d7 1f c2 ec 00 vcmpeqsd \{sae\},%xmm4,%xmm5,%k5\{%k7\}
54 [ ]*[a-f0-9]+: 62 f1 d7 4f c2 ec 00 vcmpeqsd %xmm4,%xmm5,%k5\{%k7\}
55 [ ]*[a-f0-9]+: 62 f1 d7 1f c2 ec 00 vcmpeqsd \{sae\},%xmm4,%xmm5,%k5\{%k7\}
62 [ ]*[a-f0-9]+: 62 f1 d7 4f c2 ec 01 vcmpltsd %xmm4,%xmm5,%k5\{%k7\}
63 [ ]*[a-f0-9]+: 62 f1 d7 1f c2 ec 01 vcmpltsd \{sae\},%xmm4,%xmm5,%k5\{%k7\
    [all...]
x86-64-evex-lig256-intel.d 36 [ ]*[a-f0-9]+: 62 91 97 27 c2 ec ab vcmpsd k5\{k7\},xmm29,xmm28,0xab
37 [ ]*[a-f0-9]+: 62 91 97 17 c2 ec ab vcmpsd k5\{k7\},xmm29,xmm28,\{sae\},0xab
38 [ ]*[a-f0-9]+: 62 91 97 27 c2 ec 7b vcmpsd k5\{k7\},xmm29,xmm28,0x7b
39 [ ]*[a-f0-9]+: 62 91 97 17 c2 ec 7b vcmpsd k5\{k7\},xmm29,xmm28,\{sae\},0x7b
46 [ ]*[a-f0-9]+: 62 91 97 27 c2 ec 00 vcmpeqsd k5\{k7\},xmm29,xmm28
47 [ ]*[a-f0-9]+: 62 91 97 17 c2 ec 00 vcmpeqsd k5\{k7\},xmm29,xmm28,\{sae\}
54 [ ]*[a-f0-9]+: 62 91 97 27 c2 ec 00 vcmpeqsd k5\{k7\},xmm29,xmm28
55 [ ]*[a-f0-9]+: 62 91 97 17 c2 ec 00 vcmpeqsd k5\{k7\},xmm29,xmm28,\{sae\}
62 [ ]*[a-f0-9]+: 62 91 97 27 c2 ec 01 vcmpltsd k5\{k7\},xmm29,xmm28
63 [ ]*[a-f0-9]+: 62 91 97 17 c2 ec 01 vcmpltsd k5\{k7\},xmm29,xmm28,\{sae\
    [all...]
x86-64-evex-lig256.d 36 [ ]*[a-f0-9]+: 62 91 97 27 c2 ec ab vcmpsd \$0xab,%xmm28,%xmm29,%k5\{%k7\}
37 [ ]*[a-f0-9]+: 62 91 97 17 c2 ec ab vcmpsd \$0xab,\{sae\},%xmm28,%xmm29,%k5\{%k7\}
38 [ ]*[a-f0-9]+: 62 91 97 27 c2 ec 7b vcmpsd \$0x7b,%xmm28,%xmm29,%k5\{%k7\}
39 [ ]*[a-f0-9]+: 62 91 97 17 c2 ec 7b vcmpsd \$0x7b,\{sae\},%xmm28,%xmm29,%k5\{%k7\}
46 [ ]*[a-f0-9]+: 62 91 97 27 c2 ec 00 vcmpeqsd %xmm28,%xmm29,%k5\{%k7\}
47 [ ]*[a-f0-9]+: 62 91 97 17 c2 ec 00 vcmpeqsd \{sae\},%xmm28,%xmm29,%k5\{%k7\}
54 [ ]*[a-f0-9]+: 62 91 97 27 c2 ec 00 vcmpeqsd %xmm28,%xmm29,%k5\{%k7\}
55 [ ]*[a-f0-9]+: 62 91 97 17 c2 ec 00 vcmpeqsd \{sae\},%xmm28,%xmm29,%k5\{%k7\}
62 [ ]*[a-f0-9]+: 62 91 97 27 c2 ec 01 vcmpltsd %xmm28,%xmm29,%k5\{%k7\}
63 [ ]*[a-f0-9]+: 62 91 97 17 c2 ec 01 vcmpltsd \{sae\},%xmm28,%xmm29,%k5\{%k7\
    [all...]
x86-64-evex-lig512-intel.d 36 [ ]*[a-f0-9]+: 62 91 97 47 c2 ec ab vcmpsd k5\{k7\},xmm29,xmm28,0xab
37 [ ]*[a-f0-9]+: 62 91 97 17 c2 ec ab vcmpsd k5\{k7\},xmm29,xmm28,\{sae\},0xab
38 [ ]*[a-f0-9]+: 62 91 97 47 c2 ec 7b vcmpsd k5\{k7\},xmm29,xmm28,0x7b
39 [ ]*[a-f0-9]+: 62 91 97 17 c2 ec 7b vcmpsd k5\{k7\},xmm29,xmm28,\{sae\},0x7b
46 [ ]*[a-f0-9]+: 62 91 97 47 c2 ec 00 vcmpeqsd k5\{k7\},xmm29,xmm28
47 [ ]*[a-f0-9]+: 62 91 97 17 c2 ec 00 vcmpeqsd k5\{k7\},xmm29,xmm28,\{sae\}
54 [ ]*[a-f0-9]+: 62 91 97 47 c2 ec 00 vcmpeqsd k5\{k7\},xmm29,xmm28
55 [ ]*[a-f0-9]+: 62 91 97 17 c2 ec 00 vcmpeqsd k5\{k7\},xmm29,xmm28,\{sae\}
62 [ ]*[a-f0-9]+: 62 91 97 47 c2 ec 01 vcmpltsd k5\{k7\},xmm29,xmm28
63 [ ]*[a-f0-9]+: 62 91 97 17 c2 ec 01 vcmpltsd k5\{k7\},xmm29,xmm28,\{sae\
    [all...]
x86-64-evex-lig512.d 36 [ ]*[a-f0-9]+: 62 91 97 47 c2 ec ab vcmpsd \$0xab,%xmm28,%xmm29,%k5\{%k7\}
37 [ ]*[a-f0-9]+: 62 91 97 17 c2 ec ab vcmpsd \$0xab,\{sae\},%xmm28,%xmm29,%k5\{%k7\}
38 [ ]*[a-f0-9]+: 62 91 97 47 c2 ec 7b vcmpsd \$0x7b,%xmm28,%xmm29,%k5\{%k7\}
39 [ ]*[a-f0-9]+: 62 91 97 17 c2 ec 7b vcmpsd \$0x7b,\{sae\},%xmm28,%xmm29,%k5\{%k7\}
46 [ ]*[a-f0-9]+: 62 91 97 47 c2 ec 00 vcmpeqsd %xmm28,%xmm29,%k5\{%k7\}
47 [ ]*[a-f0-9]+: 62 91 97 17 c2 ec 00 vcmpeqsd \{sae\},%xmm28,%xmm29,%k5\{%k7\}
54 [ ]*[a-f0-9]+: 62 91 97 47 c2 ec 00 vcmpeqsd %xmm28,%xmm29,%k5\{%k7\}
55 [ ]*[a-f0-9]+: 62 91 97 17 c2 ec 00 vcmpeqsd \{sae\},%xmm28,%xmm29,%k5\{%k7\}
62 [ ]*[a-f0-9]+: 62 91 97 47 c2 ec 01 vcmpltsd %xmm28,%xmm29,%k5\{%k7\}
63 [ ]*[a-f0-9]+: 62 91 97 17 c2 ec 01 vcmpltsd \{sae\},%xmm28,%xmm29,%k5\{%k7\
    [all...]
  /external/icu/icu4c/source/common/unicode/
uset.h 277 * @param ec the error code
282 UErrorCode* ec);
292 * @param ec the error code
298 UErrorCode* ec);
440 * @param ec error code input/output parameter
446 UProperty prop, int32_t value, UErrorCode* ec);
479 * @param ec error code input/output parameter
487 UErrorCode* ec);
513 * @param ec error code.
521 UErrorCode* ec);
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucal.h 561 * @param ec A pointer to an UErrorCode to receive any errors
564 * *ec will indicate the error.
569 const int32_t* rawOffset, UErrorCode* ec);
574 * @param ec input/output error code
577 * uenum_close(), or NULL upon failure. In case of failure *ec will
583 ucal_openTimeZones(UErrorCode* ec);
593 * @param ec input/output error code
596 * uenum_close(), or NULL upon failure. In case of failure *ec will
602 ucal_openCountryTimeZones(const char* country, UErrorCode* ec);
613 * @param ec input/output error cod
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
insns-dwarf2.d 63 1c: ec 00 ldd 0x0,x
89 41: 18 ce ff ec ldy #0xffec <stack_end\+0xfbec>
91 45: 18 ec 0c ldd 0xc,y
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-frv/
fdpic-pie-1.d 26 [0-9a-f ]+: 80 40 ff ec addi gr15,-20,gr0
27 [0-9a-f ]+: 80 fc ff ec setlos 0xf+fec,gr0
28 [0-9a-f ]+: 80 f4 ff ec setlo 0xffec,gr0
fdpic-shared-1.d 26 [0-9a-f ]+: 80 40 ff ec addi gr15,-20,gr0
27 [0-9a-f ]+: 80 fc ff ec setlos 0xf+fec,gr0
28 [0-9a-f ]+: 80 f4 ff ec setlo 0xffec,gr0
  /external/clang/test/SemaCXX/
class.cpp 147 void f(const EnclosingClass &ec) {
148 ec.member = 0;
  /external/e2fsprogs/debugfs/
extent_cmds.ct 74 extent_close, ec;
  /external/e2fsprogs/lib/et/
et_c.awk 150 /^[ \t]*(error_code|ec)[ \t]+[A-Z_0-9]+,[^ \t]/ {
155 /^[ \t]*(error_code|ec)[ \t]+[A-Z_0-9]+,[ \t]*$/ {
161 /^[ \t]*(error_code|ec)[ \t]+[A-Z_0-9]+,[ \t]*".*"[ \t]*$/ {
171 /^[ \t]*(error_code|ec)[ \t]+[A-Z_0-9]+,[ \t]*".*\\[ \t]*$/ {

Completed in 1312 milliseconds

<<11121314151617181920>>