/external/wpa_supplicant_8/src/eap_common/ |
eap_pwd_common.h | 13 #include <openssl/ec.h>
|
/libcore/ojluni/src/main/java/sun/security/ec/ |
ECPublicKeyImpl.java | 26 package sun.security.ec; 38 * Key implementation for EC public keys. 73 return "EC"; 101 throw new InvalidKeyException("Invalid EC key", e); 103 throw new InvalidKeyException("Invalid EC key", e); 109 return "Sun EC public key, " + params.getCurve().getField().getFieldSize()
|
/packages/services/Telecomm/scripts/ |
telecom_testing.sh | 89 adb pull /data/user/0/com.android.server.telecom.tests/files/coverage.ec /tmp/ 96 --coverage-file "/tmp/coverage.ec" \
|
/system/keymaster/include/keymaster/ |
ec_key_factory.h | 20 #include <openssl/ec.h>
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
booke.d | 27 3c: (7c 09 55 ec|ec 55 09 7c) dcba r9,r10
|
vle.d | 20 28: 19 ec c2 37 e_andi r12,r15,3604480 21 2c: 78 00 00 ec e_b 118 <middle_label> 30 48: 73 ec b5 ef e_cmph16i r12,-529 71 ec: 34 61 55 f0 e_stb r3,22000\(r1\) 84 11a: 21 ec se_addi r28,31
|
ppc750ps.d | 69 ec: (10 45 52 55|55 52 45 10) ps_sum0. f2,f5,f9,f10 72 f8: (10 03 2f ec|ec 2f 03 10) dcbz_l r3,r5
|
simpshft.d | 27 44: (ec 07 64 78|78 64 07 ec) rldimi r4,r3,0,63 69 ec: (3e 20 65 5c|5c 65 20 3e) rotlw r5,r3,r4
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/ |
sparc5vis4.d | 20 28: 8b b2 a5 ec fpcmpule32 %f10, %f12, %g5 36 68: 9d b2 aa ec fpsubus8 %f10, %f12, %f14
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
tlsso32.d | 46 .*: (00 01 03 ec|ec 03 01 00) .*
|
/external/icu/icu4c/source/test/intltest/ |
tmsgfmt.cpp | 1461 UErrorCode ec = U_ZERO_ERROR; local 1515 UErrorCode ec = U_ZERO_ERROR; local 1630 UErrorCode ec = U_ZERO_ERROR; local [all...] |
/external/libopus/celt/ |
rate.c | 251 int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwidth) 359 ec_enc_bit_logp(ec, 1, 1); 362 ec_enc_bit_logp(ec, 0, 1); 363 } else if (ec_dec_bit_logp(ec, 1)) { 393 ec_enc_uint(ec, *intensity-start, codedBands+1-start); 396 *intensity = start+ec_dec_uint(ec, codedBands+1-start); 408 ec_enc_bit_logp(ec, *dual_stereo, 1); 410 *dual_stereo = ec_dec_bit_logp(ec, 1); 527 opus_int32 total, opus_int32 *balance, int *pulses, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwidth) 634 pulses, ebits, fine_priority, C, LM, ec, encode, prev, signalBandwidth) [all...] |
/external/nist-sip/java/gov/nist/core/ |
GenericObject.java | 155 Class<?> ec = c.getComponentType(); local 156 if (! ec.isPrimitive()) 159 if (ec == Character.TYPE) 161 else if (ec == Boolean.TYPE) 163 if (ec == Byte.TYPE) 165 else if (ec == Short.TYPE) 167 else if (ec == Integer.TYPE) 169 else if (ec == Long.TYPE) 171 else if (ec == Float.TYPE) 173 else if (ec == Double.TYPE [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
DexFile.java | 555 ExceptionWithContext ec; local 557 ec = (ExceptionWithContext) ex; 559 ec = new ExceptionWithContext(ex); 561 ec.addContext("...while writing section " + i); 562 throw ec;
|
/dalvik/dx/src/com/android/dx/dex/file/ |
DexFile.java | 572 ExceptionWithContext ec; local 574 ec = (ExceptionWithContext) ex; 576 ec = new ExceptionWithContext(ex); 578 ec.addContext("...while writing section " + i); 579 throw ec;
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
DexFile.java | 574 ExceptionWithContext ec; local 576 ec = (ExceptionWithContext) ex; 578 ec = new ExceptionWithContext(ex); 580 ec.addContext("...while writing section " + i); 581 throw ec;
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
CheckTags.java | 95 int ec = stack[index].errorCount; // index already decremented local 96 if (ec > 0 || index == 0) { // always report for outermost element 98 output("(" + ec + (ec == 1 ? " error" : " errors") + ")", false, true, index); 103 stack[index-1].errorCount += ec;
|
/external/icu/icu4c/source/test/cintltst/ |
cmsgtst.c | 183 UErrorCode ec = U_ZERO_ERROR; local 186 UMessageFormat formatter = umsg_open(testCasePatterns[0],patternLength,"en_US",NULL,&ec); 188 if(U_FAILURE(ec)){ 189 log_data_err("umsg_open() failed for testCasePattens[%d]. -> %s (Are you missing data?)\n",i, u_errorName(ec)); 202 umsg_applyPattern(formatter,testCasePatterns[i],patternLength,&parseError,&ec); 203 if(U_FAILURE(ec)){ 208 resultLength = umsg_format(formatter,result,resultLength,&ec,1,3456.00,d1); 209 if(ec==U_BUFFER_OVERFLOW_ERROR){ 210 ec=U_ZERO_ERROR; 212 resultLength = umsg_format(formatter,result,resultLength+2,&ec,1,3456.00,d1) [all...] |
/external/icu/icu4c/source/common/ |
uset.cpp | 272 UErrorCode* ec) { 273 if (U_FAILURE(*ec)) return 0; 278 *ec = U_ILLEGAL_ARGUMENT_ERROR; 288 return s->extract(str, strCapacity, *ec); 290 *ec = U_INDEX_OUTOFBOUNDS_ERROR; 332 uset_serialize(const USet* set, uint16_t* dest, int32_t destCapacity, UErrorCode* ec) { 333 if (ec==NULL || U_FAILURE(*ec)) { 337 return ((const UnicodeSet*) set)->UnicodeSet::serialize(dest, destCapacity,* ec);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
JCEECPublicKey.java | 46 import org.bouncycastle.math.ec.ECCurve; 47 import org.bouncycastle.math.ec.custom.sec.SecP256K1Point; 48 import org.bouncycastle.math.ec.custom.sec.SecP256R1Point; 54 private String algorithm = "EC"; 55 private org.bouncycastle.math.ec.ECPoint q; 455 public org.bouncycastle.math.ec.ECPoint getQ() 465 public org.bouncycastle.math.ec.ECPoint engineGetQ() 485 buf.append("EC Public Key").append(nl);
|
/external/testng/src/main/java/org/testng/internal/ |
ClassHelper.java | 339 Class<?> ec = getEnclosingClass(declaringClass); local 343 if ((null != ec) && !isStatic) { 344 parameterTypes = new Class[] { ec }; 348 IClass enclosingIClass = classes.get(ec); 353 Object o = objectFactory.newInstance(ec.getConstructor(parameterTypes)); 359 enclosingInstances = new Object[] { ec.newInstance() }; 363 // Utils.createInstance(ec, classes, xmlTest, finder);
|
/external/valgrind/none/tests/s390x/ |
opcodes.h | 107 #define AGHIK(r1,r3,i2) RIE_RRI0(ec,r1,r3,i2,00,d9) 112 #define AHIK(r1,r3,i2) RIE_RRI0(ec,r1,r3,i2,00,d8) 117 #define ALGHSIK(r1,r3,i2) RIE_RRI0(ec,r1,r3,i2,00,db) 122 #define ALHSIK(r1,r3,i2) RIE_RRI0(ec,r1,r3,i2,00,da) 161 #define CGIB(r1,m3,b4,d4,i2) RIS_RURDI(ec,r1,m3,b4,d4,i2,fc) 162 #define CGIJ(r1,m3,i4,i2) RIE_RUPI(ec,r1,m3,i4,i2,7c) 163 #define CGRB(r1,r2,b4,d4,m3) RRS(ec,r1,r2,b4,d4,m3,0,e4) 164 #define CGRJ(r1,r2,i4,m3) RIE_RRPU(ec,r1,r2,i4,m3,0,64) 175 #define CIB(r1,m3,b4,d4,i2) RIS_RURDI(ec,r1,m3,b4,d4,i2,fe) 177 #define CIJ(r1,m3,i4,i2) RIE_RUPI(ec,r1,m3,i4,i2,7e [all...] |
/frameworks/compile/libbcc/bcinfo/tools/ |
main.cpp | 357 std::error_code ec = moduleOrError.getError(); local 358 if (!ec) { 360 ec = module->materializeAll(); 363 if (ec) { 364 errmsg = ec.message(); 375 new llvm::tool_output_file(outFile.c_str(), ec,
|
/frameworks/compile/libbcc/lib/Core/ |
Compiler.cpp | 276 std::error_code ec = module.materializeAll(); local 277 if (ec) { 279 module.getModuleIdentifier().c_str(), ec.message().c_str()); 452 std::error_code ec = module.materializeAll(); local 453 if (ec) { 455 module.getModuleIdentifier().c_str(), ec.message().c_str());
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
CharsetDecoderTest.java | 96 CharsetDecoder ec = new MockCharsetDecoder(cs, 1, MAX_BYTES); local 97 assertSame(ec.charset(), cs); 98 assertEquals(1.0, ec.averageCharsPerByte(), 0.0); 99 assertTrue(ec.maxCharsPerByte() == MAX_BYTES); 105 ec = new MockCharsetDecoder(null, 1, MAX_BYTES); 106 assertNull(ec.charset()); 107 assertEquals(1.0, ec.averageCharsPerByte(), 0.0); 108 assertTrue(ec.maxCharsPerByte() == MAX_BYTES); 110 ec = new MockCharsetDecoder(new CharsetEncoderTest.MockCharset("mock", 115 // ec = new MockCharsetDecoder(cs, MAX_BYTES, 1) [all...] |