Searched refs:newE (Results 1 – 10 of 10) sorted by relevance
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | OpenSSLCipherRSA.java | 317 IllegalBlockSizeException newE = new IllegalBlockSizeException(); in engineWrap() 318 newE.initCause(e); in engineWrap() 319 throw newE; in engineWrap() 375 IllegalBlockSizeException newE = new IllegalBlockSizeException(); in doCryptoOperation() 376 newE.initCause(e); in doCryptoOperation() 377 throw newE; in doCryptoOperation()
|
D | OpenSSLCipher.java | 183 … NoSuchAlgorithmException newE = new NoSuchAlgorithmException("No such mode: " + modeStr); in engineSetMode() 184 newE.initCause(e); in engineSetMode() 185 throw newE; in engineSetMode() 198 NoSuchPaddingException newE = new NoSuchPaddingException("No such padding: " in engineSetPadding() 200 newE.initCause(e); in engineSetPadding() 201 throw newE; in engineSetPadding() 395 IllegalBlockSizeException newE = new IllegalBlockSizeException(); in engineWrap() 396 newE.initCause(e); in engineWrap() 397 throw newE; in engineWrap()
|
/external/clang/lib/ARCMigrate/ |
D | FileRemapper.cpp | 156 const FileEntry *newE = FileMgr->getFile(tempPath); in flushToFile() local 157 remap(origFE, newE); in flushToFile() 158 infoOut << newE->getName() << '\n'; in flushToFile()
|
/external/expat/lib/ |
D | xmlparse.c | 5864 ELEMENT_TYPE *newE; in dtdCopy() local 5872 newE = (ELEMENT_TYPE *)lookup(oldParser, &(newDtd->elementTypes), name, in dtdCopy() 5874 if (!newE) in dtdCopy() 5877 newE->defaultAtts = (DEFAULT_ATTRIBUTE *) in dtdCopy() 5879 if (!newE->defaultAtts) { in dtdCopy() 5880 ms->free_fcn(newE); in dtdCopy() 5885 newE->idAtt = (ATTRIBUTE_ID *) in dtdCopy() 5887 newE->allocDefaultAtts = newE->nDefaultAtts = oldE->nDefaultAtts; in dtdCopy() 5889 newE->prefix = (PREFIX *)lookup(oldParser, &(newDtd->prefixes), in dtdCopy() 5891 for (i = 0; i < newE->nDefaultAtts; i++) { in dtdCopy() [all …]
|
/external/libopus/celt/ |
D | celt_encoder.c | 378 static int patch_transient_decision(opus_val16 *newE, opus_val16 *oldE, int nbEBands, in patch_transient_decision() argument 404 x1 = MAX16(0, newE[i + c*nbEBands]); in patch_transient_decision()
|
/external/robolectric/v3/runtime/ |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |