Home
last modified time | relevance | path

Searched refs:te (Results 1 – 25 of 240) sorted by relevance

12345678910

/external/ipsec-tools/src/racoon/
Dthrottle.c61 struct throttle_entry *te; local
65 len = sizeof(*te)
69 if ((te = racoon_malloc(len)) == NULL)
75 timeradd(&now, &penalty, &te->penalty_ends);
77 memcpy(&te->host, addr, sysdep_sa_len(addr));
78 TAILQ_INSERT_HEAD(&throttle_list, te, next);
80 return te;
88 struct throttle_entry *te; local
97 RACOON_TAILQ_FOREACH_REVERSE(te, &throttle_list, throttle_list, next) {
101 if (timercmp(&te->penalty_ends, &now, <)) {
[all …]
/external/valgrind/main/coregrind/m_debuginfo/
Dtytypes.c51 Bool ML_(TyEnt__is_type)( TyEnt* te ) in ML_()
53 switch (te->tag) { in ML_()
82 void ML_(pp_TyEnt)( TyEnt* te ) in ML_()
84 VG_(printf)("0x%05lx ", te->cuOff); in ML_()
85 switch (te->tag) { in ML_()
90 VG_(printf)("INDIR(0x%05lx)", te->Te.INDIR.indR); in ML_()
97 te->Te.Atom.valueKnown ? "" : "unknown:", in ML_()
98 te->Te.Atom.value, te->Te.Atom.name); in ML_()
101 if (te->Te.Field.nLoc == -1) in ML_()
103 te->Te.Field.typeR, te->Te.Field.pos.offset, in ML_()
[all …]
/external/mksh/src/
Dfuncs.c2713 Test_env te; in c_test() local
2715 te.flags = 0; in c_test()
2716 te.isa = ptest_isa; in c_test()
2717 te.getopnd = ptest_getopnd; in c_test()
2718 te.eval = test_eval; in c_test()
2719 te.error = ptest_error; in c_test()
2731 te.pos.wp = wp + 1; in c_test()
2732 te.wp_end = wp + argc; in c_test()
2746 if ((*te.isa)(&te, TM_END)) in c_test()
2749 opnd1 = (*te.getopnd)(&te, TO_NONOP, 1); in c_test()
[all …]
Dsyn.c388 Test_env te; in get_command() local
390 te.flags = TEF_DBRACKET; in get_command()
391 te.pos.av = &args; in get_command()
392 te.isa = dbtestp_isa; in get_command()
393 te.getopnd = dbtestp_getopnd; in get_command()
394 te.eval = dbtestp_eval; in get_command()
395 te.error = dbtestp_error; in get_command()
397 test_parse(&te); in get_command()
926 dbtestp_isa(Test_env *te, Test_meta meta) in dbtestp_isa() argument
963 XPput(*te->pos.av, save); in dbtestp_isa()
[all …]
Dexec.c255 Test_env te; in execute() local
257 te.flags = TEF_DBRACKET; in execute()
258 te.pos.wp = t->args; in execute()
259 te.isa = dbteste_isa; in execute()
260 te.getopnd = dbteste_getopnd; in execute()
261 te.eval = test_eval; in execute()
262 te.error = dbteste_error; in execute()
264 rv = test_parse(&te); in execute()
1455 dbteste_isa(Test_env *te, Test_meta meta) in dbteste_isa() argument
1461 if (!*te->pos.wp) in dbteste_isa()
[all …]
/external/icu4c/test/testdata/
Dtestaliases.txt48 KeyAlias0PST:alias { "te/zoneStrings/2/0" } //"America/Los_Angeles",
49 KeyAlias1PacificStandardTime:alias { "te/zoneStrings/2/1" } //"Pacific Standard Time",
50 KeyAlias2PDT:alias { "te/zoneStrings/2/4" } //"PDT",
51 KeyAlias3LosAngeles:alias { "te/zoneStrings/2/5" } //"Los Angeles",
54 :alias { "te/zoneStrings/2/0" } //"America/Los_Angeles",
55 :alias { "te/zoneStrings/2/1" } //"Pacific Standard Time",
56 :alias { "te/zoneStrings/2/4" } //"PDT",
57 :alias { "te/zoneStrings/2/5" } //"Los Angeles",
/external/opencv/ml/src/
Dmlestimate.cpp167 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];
232 sum_p += te;
234 sum_pp += te * te;
[all …]
/external/icu4c/data/rbnf/
Dsv.txt181 "1000000: en miljon>%%ord-masc-te>;",
183 "1000000000: en miljard>%%ord-masc-te>;",
185 "1000000000000: en biljon>%%ord-masc-te>;",
187 "1000000000000000: en biljard>%%ord-masc-te>;",
196 "%%ord-masc-te:",
197 "0: te;",
200 "0: te;",
223 "1000000: en miljon>%%ord-fem-te>;",
225 "1000000000: en miljard>%%ord-fem-te>;",
227 "1000000000000: en biljon>%%ord-fem-te>;",
[all …]
/external/apache-xml/src/main/java/org/apache/xpath/
DXPath.java339 catch (TransformerException te) in execute()
341 te.setLocator(this.getLocator()); in execute()
345 el.error(te); in execute()
348 throw te; in execute()
365 TransformerException te = new TransformerException(msg, in execute()
371 el.fatalError(te); in execute()
374 throw te; in execute()
414 catch (TransformerException te) in bool()
416 te.setLocator(this.getLocator()); in bool()
420 el.error(te); in bool()
[all …]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTAttributeDef.java524 catch (TransformerException te) in processAVT()
526 throw new org.xml.sax.SAXException(te); in processAVT()
554 catch (TransformerException te) in processCDATA()
556 throw new org.xml.sax.SAXException(te); in processCDATA()
593 catch (TransformerException te) in processCHAR()
595 throw new org.xml.sax.SAXException(te); in processCHAR()
636 catch (TransformerException te) in processENUM()
638 throw new org.xml.sax.SAXException(te); in processENUM()
686 catch (TransformerException te) in processENUM_OR_PQNAME()
688 throw new org.xml.sax.SAXException(te); in processENUM_OR_PQNAME()
[all …]
DStylesheetHandler.java492 catch (TransformerException te) in endDocument()
494 throw new org.xml.sax.SAXException(te); in endDocument()
863 catch (TransformerException te) in warn()
865 throw new org.xml.sax.SAXException(te); in warn()
920 catch (TransformerException te) in error()
922 throw new org.xml.sax.SAXException(te); in error()
975 catch (TransformerException te) in warning()
977 throw new org.xml.sax.SAXException(te); in warning()
1003 catch (TransformerException te) in error()
1005 throw new org.xml.sax.SAXException(te); in error()
[all …]
DProcessorInclude.java168 catch(TransformerException te) in startElement()
170 handler.error(te.getMessage(), te); in startElement()
325 catch(TransformerException te) in parse()
327 handler.error(te.getMessage(), te); in parse()
DProcessorOutputElem.java210 catch(TransformerException te) in startElement()
212 handler.error(te.getMessage(), te); in startElement()
DProcessorAttributeSet.java72 catch(TransformerException te) in startElement()
74 throw new org.xml.sax.SAXException(te); in startElement()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemExtensionCall.java222 TransformerException te = new TransformerException(XSLMessages.createMessage( in execute() local
224 transformer.getErrorListener().fatalError(te); in execute()
244 TransformerException te = (TransformerException)e; in execute()
245 if(null == te.getLocator()) in execute()
246 te.setLocator(this); in execute()
248 transformer.getErrorListener().fatalError(te); in execute()
DElemValueOf.java252 TransformerException te = new TransformerException(re); in execute()
253 te.setLocator(this); in execute()
254 throw te; in execute()
/external/chromium/third_party/libevent/test/
Dbench.c87 static struct timeval ts, te; in run_once() local
111 gettimeofday(&te, NULL); in run_once()
116 evutil_timersub(&te, &ts, &te); in run_once()
118 return (&te); in run_once()
/external/icu4c/data/coll/
Dte.txt6 // * Source File:<path>/common/collation/te.xml
10 * ICU <specials> source: <path>/xml/collation/te.xml
12 te{
/external/icu4c/data/curr/
Dte.txt6 // * Source File:<path>/common/main/te.xml
10 * ICU <specials> source: <path>/xml/main/te.xml
12 te{
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
DXPathImpl.java288 } catch ( javax.xml.transform.TransformerException te ) { in evaluate()
289 Throwable nestedException = te.getException(); in evaluate()
295 throw new XPathExpressionException ( te ); in evaluate()
407 } catch ( javax.xml.transform.TransformerException te ) { in compile()
408 throw new XPathExpressionException ( te ) ; in compile()
482 } catch ( javax.xml.transform.TransformerException te ) { in evaluate()
483 Throwable nestedException = te.getException(); in evaluate()
487 throw new XPathExpressionException ( te ); in evaluate()
/external/icu4c/data/locales/
Dte.txt6 // * Source File:<path>/common/main/te.xml
10 * ICU <specials> source: <path>/xml/main/te.xml
12 te{
/external/openssl/crypto/aes/asm/
Daes-586.pl244 { my ($te,@s) = @_;
254 &mov ($s[0],&DWP(0,$te,$s[0],8)); # s0>>0
256 &mov ($s[3],&DWP(3,$te,$s[2],8)); # s0>>8
259 &mov ($s[2],&DWP(2,$te,$v1,8)); # s0>>16
261 &mov ($s[1],&DWP(1,$te,$s[1],8)); # s0>>24
264 &xor ($s[3],&DWP(0,$te,$v0,8)); # s3>>0
267 &xor ($s[2],&DWP(3,$te,$v0,8)); # s3>>8
270 &xor ($s[1],&DWP(2,$te,$v1,8)); # s3>>16
272 &xor ($s[0],&DWP(1,$te,$v0,8)); # s3>>24
276 &xor ($s[2],&DWP(0,$te,$v1,8)); # s2>>0
[all …]
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DXBooleanStatic.java64 catch(javax.xml.transform.TransformerException te) in equals()
66 throw new org.apache.xml.utils.WrappedRuntimeException(te); in equals()
DXBoolean.java162 catch(javax.xml.transform.TransformerException te) in equals()
164 throw new org.apache.xml.utils.WrappedRuntimeException(te); in equals()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerIdentityImpl.java883 catch (TransformerException te) in setDocumentLocator()
885 throw new org.apache.xml.utils.WrappedRuntimeException(te); in setDocumentLocator()
913 catch (TransformerException te) in startDocument()
915 throw new SAXException(te.getMessage(), te); in startDocument()
936 catch(TransformerException te) in flushStartDoc()
938 throw new SAXException(te); in flushStartDoc()
1047 catch (TransformerException te) in startElement()
1049 throw new SAXException(te); in startElement()

12345678910