HomeSort by relevance Sort by last modified time
    Searched refs:te (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/ipsec-tools/src/racoon/
throttle.c 75 struct throttle_entry *te; local
78 len = sizeof(*te)
82 if ((te = racoon_malloc(len)) == NULL)
85 te->penalty = time(NULL) + isakmp_cfg_config.auth_throttle;
86 memcpy(&te->host, addr, sysdep_sa_len(addr));
87 TAILQ_INSERT_HEAD(&throttle_list, te, next);
89 return te;
97 struct throttle_entry *te; local
107 RACOON_TAILQ_FOREACH_REVERSE(te, &throttle_list, throttle_list, next) {
111 if (te->penalty < now)
    [all...]
  /libcore/luni/src/main/java/org/apache/xpath/objects/
XBooleanStatic.java 64 catch(javax.xml.transform.TransformerException te)
66 throw new org.apache.xml.utils.WrappedRuntimeException(te);
XBoolean.java 162 catch(javax.xml.transform.TransformerException te)
164 throw new org.apache.xml.utils.WrappedRuntimeException(te);
XNumber.java 409 catch(javax.xml.transform.TransformerException te)
411 throw new org.apache.xml.utils.WrappedRuntimeException(te);
XRTreeFrag.java 295 catch(javax.xml.transform.TransformerException te)
297 throw new org.apache.xml.utils.WrappedRuntimeException(te);
  /libcore/luni/src/main/java/org/apache/xpath/
XPath.java 339 catch (TransformerException te)
341 te.setLocator(this.getLocator());
345 el.error(te);
348 throw te;
365 TransformerException te = new TransformerException(msg, local
368 // te.printStackTrace();
371 el.fatalError(te);
374 throw te;
414 catch (TransformerException te)
416 te.setLocator(this.getLocator())
441 TransformerException te = new TransformerException(msg, local
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemExtensionCall.java 222 TransformerException te = new TransformerException(XSLMessages.createMessage( local
224 transformer.getErrorListener().fatalError(te);
244 TransformerException te = (TransformerException)e; local
245 if(null == te.getLocator())
246 te.setLocator(this);
248 transformer.getErrorListener().fatalError(te);
ElemValueOf.java 252 TransformerException te = new TransformerException(re); local
253 te.setLocator(this);
254 throw te;
  /libcore/luni/src/main/java/org/apache/xalan/processor/
ProcessorAttributeSet.java 72 catch(TransformerException te)
74 throw new org.xml.sax.SAXException(te);
XSLTAttributeDef.java 524 catch (TransformerException te)
526 throw new org.xml.sax.SAXException(te);
554 catch (TransformerException te)
556 throw new org.xml.sax.SAXException(te);
593 catch (TransformerException te)
595 throw new org.xml.sax.SAXException(te);
636 catch (TransformerException te)
638 throw new org.xml.sax.SAXException(te);
686 catch (TransformerException te)
688 throw new org.xml.sax.SAXException(te);
    [all...]
ProcessorStylesheetElement.java 110 catch(TransformerException te)
112 throw new org.xml.sax.SAXException(te);
ProcessorTemplateElem.java 81 catch(TransformerException te)
83 throw new org.xml.sax.SAXException(te);
ProcessorInclude.java 168 catch(TransformerException te)
170 handler.error(te.getMessage(), te); local
325 catch(TransformerException te)
327 handler.error(te.getMessage(), te); local
ProcessorOutputElem.java 210 catch(TransformerException te)
212 handler.error(te.getMessage(), te); local
ProcessorCharacters.java 69 catch(TransformerException te)
71 throw new org.xml.sax.SAXException(te);
StylesheetHandler.java 492 catch (TransformerException te)
494 throw new org.xml.sax.SAXException(te);
863 catch (TransformerException te)
865 throw new org.xml.sax.SAXException(te);
920 catch (TransformerException te)
922 throw new org.xml.sax.SAXException(te);
975 catch (TransformerException te)
977 throw new org.xml.sax.SAXException(te);
1673 throw new org.xml.sax.SAXParseException(te.getMessage(), locator, te); local
    [all...]
  /external/chromium/third_party/libevent/test/
bench.c 87 static struct timeval ts, te; local
111 gettimeofday(&te, NULL);
116 evutil_timersub(&te, &ts, &te);
118 return (&te);
  /libcore/luni/src/main/java/org/apache/xpath/jaxp/
XPathImpl.java 288 } catch ( javax.xml.transform.TransformerException te ) {
289 Throwable nestedException = te.getException();
295 throw new XPathExpressionException ( te );
407 } catch ( javax.xml.transform.TransformerException te ) {
408 throw new XPathExpressionException ( te ) ;
482 } catch ( javax.xml.transform.TransformerException te ) {
483 Throwable nestedException = te.getException();
487 throw new XPathExpressionException ( te );
XPathExpressionImpl.java 190 } catch ( javax.xml.transform.TransformerException te ) {
191 Throwable nestedException = te.getException();
197 throw new XPathExpressionException( te);
  /libcore/luni/src/main/java/java/lang/
ClassCache.java 582 Throwable te = ex.getTargetException(); local
583 if (te instanceof RuntimeException) {
584 throw (RuntimeException) te;
585 } else if (te instanceof Error) {
586 throw (Error) te;
588 throw new Error(te);
  /libcore/luni/src/main/java/org/apache/xalan/transformer/
TreeWalker2Result.java 150 catch(javax.xml.transform.TransformerException te)
152 throw new org.xml.sax.SAXException(te);
TransformerIdentityImpl.java 883 catch (TransformerException te)
885 throw new org.apache.xml.utils.WrappedRuntimeException(te);
913 catch (TransformerException te)
915 throw new SAXException(te.getMessage(), te); local
936 catch(TransformerException te)
938 throw new SAXException(te);
    [all...]
KeyTable.java 224 } catch (TransformerException te) {
225 throw new WrappedRuntimeException(te);
  /external/oprofile/libpopt/
popthelp.c 270 char * te = t; local
271 *te = '\0';
273 strcpy(te, help); te += strlen(te);
275 *te++ = ' ';
276 strcpy(te, defs);
  /external/chromium/third_party/icu/source/test/testdata/
testdata.mak 31 "$(TESTDATAOUT)\testdata.dat" : $(TEST_RES_FILES) "$(TESTDATABLD)\casing.res" "$(TESTDATABLD)\conversion.res" "$(TESTDATABLD)\icuio.res" "$(TESTDATABLD)\mc.res" "$(TESTDATABLD)\structLocale.res" "$(TESTDATABLD)\root.res" "$(TESTDATABLD)\sh.res" "$(TESTDATABLD)\sh_YU.res" "$(TESTDATABLD)\te.res" "$(TESTDATABLD)\te_IN.res" "$(TESTDATABLD)\te_IN_REVISED.res" "$(TESTDATABLD)\testaliases.res" "$(TESTDATABLD)\testtypes.res" "$(TESTDATABLD)\testempty.res" "$(TESTDATABLD)\iscii.res" "$(TESTDATABLD)\idna_rules.res" "$(TESTDATABLD)\DataDrivenCollationTest.res" "$(TESTDATABLD)\test.icu" "$(TESTDATABLD)\testtable32.res" "$(TESTDATABLD)\test1.cnv" "$(TESTDATABLD)\test1bmp.cnv" "$(TESTDATABLD)\test3.cnv" "$(TESTDATABLD)\test4.cnv" "$(TESTDATABLD)\test4x.cnv" "$(TESTDATABLD)\ibm9027.cnv" "$(TESTDATABLD)\nfscsi.spp" "$(TESTDATABLD)\nfscss.spp" "$(TESTDATABLD)\nfscis.spp" "$(TESTDATABLD)\nfsmxs.spp" "$(TESTDATABLD)\nfsmxp.spp"
33 @copy "$(TESTDATABLD)\te.res" "$(TESTDATAOUT)\$(TESTDT)\nam.typ"
44 te.res

Completed in 531 milliseconds

1 2 3