Home
last modified time | relevance | path

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

/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLCipherRSA.java280 IllegalBlockSizeException newE = new IllegalBlockSizeException(); in engineDoFinal()
281 newE.initCause(e); in engineDoFinal()
282 throw newE; in engineDoFinal()
315 IllegalBlockSizeException newE = new IllegalBlockSizeException(); in engineWrap()
316 newE.initCause(e); in engineWrap()
317 throw newE; in engineWrap()
DOpenSSLCipher.java168 NoSuchAlgorithmException newE = new NoSuchAlgorithmException("No such mode: " in engineSetMode()
170 newE.initCause(e); in engineSetMode()
171 throw newE; in engineSetMode()
184 NoSuchPaddingException newE = new NoSuchPaddingException("No such padding: " in engineSetPadding()
186 newE.initCause(e); in engineSetPadding()
187 throw newE; in engineSetPadding()
499 IllegalBlockSizeException newE = new IllegalBlockSizeException(); in engineWrap()
500 newE.initCause(e); in engineWrap()
501 throw newE; in engineWrap()
/external/clang/lib/ARCMigrate/
DFileRemapper.cpp158 const FileEntry *newE = FileMgr->getFile(tempPath); in flushToFile() local
159 remap(origFE, newE); in flushToFile()
160 infoOut << newE->getName() << '\n'; in flushToFile()
/external/chromium_org/third_party/expat/files/lib/
Dxmlparse.c5809 ELEMENT_TYPE *newE; in dtdCopy() local
5817 newE = (ELEMENT_TYPE *)lookup(oldParser, &(newDtd->elementTypes), name, in dtdCopy()
5819 if (!newE) in dtdCopy()
5822 newE->defaultAtts = (DEFAULT_ATTRIBUTE *) in dtdCopy()
5824 if (!newE->defaultAtts) { in dtdCopy()
5825 ms->free_fcn(newE); in dtdCopy()
5830 newE->idAtt = (ATTRIBUTE_ID *) in dtdCopy()
5832 newE->allocDefaultAtts = newE->nDefaultAtts = oldE->nDefaultAtts; in dtdCopy()
5834 newE->prefix = (PREFIX *)lookup(oldParser, &(newDtd->prefixes), in dtdCopy()
5836 for (i = 0; i < newE->nDefaultAtts; i++) { in dtdCopy()
[all …]
/external/expat/lib/
Dxmlparse.c5809 ELEMENT_TYPE *newE; in dtdCopy() local
5817 newE = (ELEMENT_TYPE *)lookup(oldParser, &(newDtd->elementTypes), name, in dtdCopy()
5819 if (!newE) in dtdCopy()
5822 newE->defaultAtts = (DEFAULT_ATTRIBUTE *) in dtdCopy()
5824 if (!newE->defaultAtts) { in dtdCopy()
5825 ms->free_fcn(newE); in dtdCopy()
5830 newE->idAtt = (ATTRIBUTE_ID *) in dtdCopy()
5832 newE->allocDefaultAtts = newE->nDefaultAtts = oldE->nDefaultAtts; in dtdCopy()
5834 newE->prefix = (PREFIX *)lookup(oldParser, &(newDtd->prefixes), in dtdCopy()
5836 for (i = 0; i < newE->nDefaultAtts; i++) { in dtdCopy()
[all …]
/external/libopus/celt/
Dcelt_encoder.c381 int patch_transient_decision(opus_val16 *newE, opus_val16 *oldE, int nbEBands, in patch_transient_decision() argument
407 x1 = MAX16(0, newE[i]); in patch_transient_decision()
/external/chromium_org/third_party/opus/src/celt/
Dcelt_encoder.c381 int patch_transient_decision(opus_val16 *newE, opus_val16 *oldE, int nbEBands, in patch_transient_decision() argument
407 x1 = MAX16(0, newE[i]); in patch_transient_decision()