Home
last modified time | relevance | path

Searched refs:newE (Results 1 – 10 of 10) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLCipherRSA.java317 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()
DOpenSSLCipher.java183 … 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/
DFileRemapper.cpp156 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/
Dxmlparse.c5864 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/
Dcelt_encoder.c378 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/
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...