Searched refs:newE (Results 1 - 11 of 11) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLCipherRSA.java326 IllegalBlockSizeException newE = new IllegalBlockSizeException();
327 newE.initCause(e);
328 throw newE;
384 IllegalBlockSizeException newE = new IllegalBlockSizeException();
385 newE.initCause(e);
386 throw newE;
H A DOpenSSLCipher.java183 NoSuchAlgorithmException newE = new NoSuchAlgorithmException("No such mode: " + modeStr);
184 newE.initCause(e);
185 throw newE;
198 NoSuchPaddingException newE = new NoSuchPaddingException("No such padding: "
200 newE.initCause(e);
201 throw newE;
395 IllegalBlockSizeException newE = new IllegalBlockSizeException();
396 newE.initCause(e);
397 throw newE;
/external/clang/lib/ARCMigrate/
H A DFileRemapper.cpp156 const FileEntry *newE = FileMgr->getFile(tempPath); local
157 remap(origFE, newE);
158 infoOut << newE->getName() << '\n';
/external/expat/lib/
H A Dxmlparse.c5864 ELEMENT_TYPE *newE; local
5872 newE = (ELEMENT_TYPE *)lookup(oldParser, &(newDtd->elementTypes), name,
5874 if (!newE)
5877 newE->defaultAtts = (DEFAULT_ATTRIBUTE *)
5879 if (!newE->defaultAtts) {
5880 ms->free_fcn(newE);
5885 newE->idAtt = (ATTRIBUTE_ID *)
5887 newE->allocDefaultAtts = newE->nDefaultAtts = oldE->nDefaultAtts;
5889 newE
5950 ENTITY *newE; local
[all...]
/external/python/cpython2/Modules/expat/
H A Dxmlparse.c5827 ELEMENT_TYPE *newE; local
5835 newE = (ELEMENT_TYPE *)lookup(oldParser, &(newDtd->elementTypes), name,
5837 if (!newE)
5840 newE->defaultAtts = (DEFAULT_ATTRIBUTE *)
5842 if (!newE->defaultAtts) {
5843 ms->free_fcn(newE);
5848 newE->idAtt = (ATTRIBUTE_ID *)
5850 newE->allocDefaultAtts = newE->nDefaultAtts = oldE->nDefaultAtts;
5852 newE
5913 ENTITY *newE; local
[all...]
/external/libopus/celt/
H A Dcelt_encoder.c378 static int patch_transient_decision(opus_val16 *newE, opus_val16 *oldE, int nbEBands, argument
404 x1 = MAX16(0, newE[i + c*nbEBands]);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 315 milliseconds