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

1 2 3 4

  /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...]
  /external/apache-xml/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);
  /external/valgrind/main/coregrind/m_debuginfo/
tytypes.c 51 Bool ML_(TyEnt__is_type)( TyEnt* te )
53 switch (te->tag) {
82 void ML_(pp_TyEnt)( TyEnt* te )
84 VG_(printf)("0x%05lx ", te->cuOff);
85 switch (te->tag) {
90 VG_(printf)("INDIR(0x%05lx)", te->Te.INDIR.indR);
97 te->Te.Atom.valueKnown ? "" : "unknown:",
98 te->Te.Atom.value, te->Te.Atom.name)
345 TyEnt* te; local
    [all...]
  /external/mksh/src/
funcs.c 2728 Test_env te; local
    [all...]
syn.c 405 Test_env te; local
407 te.flags = TEF_DBRACKET;
408 te.pos.av = &args;
409 te.isa = dbtestp_isa;
410 te.getopnd = dbtestp_getopnd;
411 te.eval = dbtestp_eval;
412 te.error = dbtestp_error;
414 test_parse(&te);
965 dbtestp_isa(Test_env *te, Test_meta meta)
1003 XPput(*te->pos.av, save)
    [all...]
  /external/opencv/ml/src/
mlestimate.cpp 167 double te, te1;
210 te = responses_result[*data];
213 sum_p += te;
215 sum_pp += te * te;
216 sum_cp += te1 * te;
217 te -= te1;
218 sq_err += te * te;
229 te = responses_result[*data]
    [all...]
  /external/apache-xml/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...]
  /external/apache-xml/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;
  /external/apache-xml/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/lohit-fonts/lohit-telugu-ttf/
66-lohit-telugu.conf 6 <string>te</string>
  /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);
  /external/apache-xml/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 );
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TreeWalker2Result.java 150 catch(javax.xml.transform.TransformerException te)
152 throw new org.xml.sax.SAXException(te);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-bsf.jar 
  /external/linux-tools-perf/
builtin-timechart.c 319 struct trace_entry te; member in struct:power_entry_old
327 struct trace_entry te; member in struct:power_processor_entry
334 struct trace_entry te; member in struct:wakeup_entry
361 struct trace_entry te; member in struct:sched_switch
433 sched_wakeup(int cpu, u64 timestamp, int pid, struct trace_entry *te)
437 struct wakeup_entry *wake = (void *)te;
447 if ((te->flags & TRACE_FLAG_HARDIRQ) || (te->flags & TRACE_FLAG_SOFTIRQ))
466 static void sched_switch(int cpu, u64 timestamp, struct trace_entry *te)
469 struct sched_switch *sw = (void *)te;
502 struct trace_entry *te; local
    [all...]

Completed in 1293 milliseconds

1 2 3 4