Searched refs:te (Results 1 - 25 of 128) sorted by relevance

123456

/external/ipsec-tools/src/racoon/
H A Dthrottle.c75 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
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXBooleanStatic.java64 catch(javax.xml.transform.TransformerException te)
66 throw new org.apache.xml.utils.WrappedRuntimeException(te);
H A DXBoolean.java162 catch(javax.xml.transform.TransformerException te)
164 throw new org.apache.xml.utils.WrappedRuntimeException(te);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-sea-machine.hh112 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED;
120 te = 0;
167 {te = p+1;}
171 {te = p+1;{ found_syllable (non_sea_cluster); }}
175 {te = p;p--;{ found_syllable (consonant_syllable); }}
179 {te = p;p--;{ found_syllable (broken_cluster); }}
183 {te = p;p--;{ found_syllable (non_sea_cluster); }}
187 {{p = ((te))-1;}{ found_syllable (consonant_syllable); }}
191 {{p = ((te))-1;}{ found_syllable (broken_cluster); }}
H A Dhb-ot-shape-complex-myanmar-machine.hh284 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED;
292 te = 0;
339 {te = p+1;{ found_syllable (consonant_syllable); }}
343 {te = p+1;{ found_syllable (non_myanmar_cluster); }}
347 {te = p+1;{ found_syllable (punctuation_cluster); }}
351 {te = p+1;{ found_syllable (broken_cluster); }}
355 {te = p+1;{ found_syllable (non_myanmar_cluster); }}
359 {te = p;p--;{ found_syllable (consonant_syllable); }}
363 {te = p;p--;{ found_syllable (broken_cluster); }}
367 {te
[all...]
H A Dhb-ot-shape-complex-indic-machine.hh1549 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED;
1557 te = 0;
1604 {te = p+1;}
1608 {te = p+1;{ found_syllable (consonant_syllable); }}
1612 {te = p+1;{ found_syllable (vowel_syllable); }}
1616 {te = p+1;{ found_syllable (standalone_cluster); }}
1620 {te = p+1;{ found_syllable (symbol_cluster); }}
1624 {te = p+1;{ found_syllable (broken_cluster); }}
1628 {te = p+1;{ found_syllable (non_indic_cluster); }}
1632 {te
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-sea-machine.hh112 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED;
120 te = 0;
167 {te = p+1;}
171 {te = p+1;{ found_syllable (non_sea_cluster); }}
175 {te = p;p--;{ found_syllable (consonant_syllable); }}
179 {te = p;p--;{ found_syllable (broken_cluster); }}
183 {te = p;p--;{ found_syllable (non_sea_cluster); }}
187 {{p = ((te))-1;}{ found_syllable (consonant_syllable); }}
191 {{p = ((te))-1;}{ found_syllable (broken_cluster); }}
H A Dhb-ot-shape-complex-myanmar-machine.hh284 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED;
292 te = 0;
339 {te = p+1;{ found_syllable (consonant_syllable); }}
343 {te = p+1;{ found_syllable (non_myanmar_cluster); }}
347 {te = p+1;{ found_syllable (punctuation_cluster); }}
351 {te = p+1;{ found_syllable (broken_cluster); }}
355 {te = p+1;{ found_syllable (non_myanmar_cluster); }}
359 {te = p;p--;{ found_syllable (consonant_syllable); }}
363 {te = p;p--;{ found_syllable (broken_cluster); }}
367 {te
[all...]
H A Dhb-ot-shape-complex-indic-machine.hh1549 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED;
1557 te = 0;
1604 {te = p+1;}
1608 {te = p+1;{ found_syllable (consonant_syllable); }}
1612 {te = p+1;{ found_syllable (vowel_syllable); }}
1616 {te = p+1;{ found_syllable (standalone_cluster); }}
1620 {te = p+1;{ found_syllable (symbol_cluster); }}
1624 {te = p+1;{ found_syllable (broken_cluster); }}
1628 {te = p+1;{ found_syllable (non_indic_cluster); }}
1632 {te
[all...]
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A Dtypeexpr.py100 te = type_expression(None)
105 te.expr.append(tn)
106 tt.add_type( te )
192 te = type_expression.built_in_types.find_type( type_name )
193 if not te:
194 te = extra_types.find_type( type_name )
196 if not te:
199 self.expr = copy.deepcopy(te.expr)
291 te = type_expression( t )
292 print 'Got "%s" (%u, %u).' % (te
[all...]
/external/mesa3d/src/mapi/glapi/gen/
H A Dtypeexpr.py100 te = type_expression(None)
105 te.expr.append(tn)
106 tt.add_type( te )
192 te = type_expression.built_in_types.find_type( type_name )
193 if not te:
194 te = extra_types.find_type( type_name )
196 if not te:
199 self.expr = copy.deepcopy(te.expr)
291 te = type_expression( t )
292 print 'Got "%s" (%u, %u).' % (te
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dtytypes.c51 Bool ML_(TyEnt__is_type)( TyEnt* te )
53 switch (te->tag) {
83 void ML_(pp_TyEnt)( TyEnt* te )
85 VG_(printf)("0x%05lx ", te->cuOff);
86 switch (te->tag) {
91 VG_(printf)("INDIR(0x%05lx)", te->Te.INDIR.indR);
98 te->Te.Atom.valueKnown ? "" : "unknown:",
99 te->Te.Atom.value, te->Te.Atom.name);
102 if (te
368 TyEnt* te; local
[all...]
/external/mksh/src/
H A Dfuncs.c2785 Test_env te; local
2789 te.flags = 0;
2790 te.isa = ptest_isa;
2791 te.getopnd = ptest_getopnd;
2792 te.eval = test_eval;
2793 te.error = ptest_error;
2807 te.pos.wp = wp + 1;
2808 te.wp_end = wp + argc;
2814 * It does, though, inline some calls to '(*te.funcname)()'.
2825 if (ptest_isa(&te, TM_NO
2917 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, bool do_eval) argument
3192 test_parse(Test_env *te) argument
3205 test_oexpr(Test_env *te, bool do_eval) argument
3217 test_aexpr(Test_env *te, bool do_eval) argument
3229 test_nexpr(Test_env *te, bool do_eval) argument
3237 test_primary(Test_env *te, bool do_eval) argument
3300 ptest_isa(Test_env *te, Test_meta meta) argument
3327 ptest_getopnd(Test_env *te, Test_op op, bool do_eval MKSH_A_UNUSED) argument
3335 ptest_error(Test_env *te, int ofs, const char *msg) argument
[all...]
/external/opencv/ml/src/
H A 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
[all...]
/external/qemu/
H A Dcputlb.c209 CPUTLBEntry *te; local
271 te = &env->tlb_table[mmu_idx][index];
272 te->addend = addend - vaddr;
274 te->addr_read = address;
276 te->addr_read = -1;
280 te->addr_code = code_address;
282 te->addr_code = -1;
288 te->addr_write = address | TLB_MMIO;
291 te->addr_write = address | TLB_NOTDIRTY;
293 te
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPath.java339 catch (TransformerException te)
341 te.setLocator(this.getLocator());
345 el.error(te);
348 throw te;
365 TransformerException te = new TransformerException(msg,
368 // te.printStackTrace();
371 el.fatalError(te);
374 throw te;
414 catch (TransformerException te)
416 te
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemExtensionCall.java222 TransformerException te = new TransformerException(XSLMessages.createMessage(
224 transformer.getErrorListener().fatalError(te);
244 TransformerException te = (TransformerException)e;
245 if(null == te.getLocator())
246 te.setLocator(this);
248 transformer.getErrorListener().fatalError(te);
H A DElemValueOf.java252 TransformerException te = new TransformerException(re);
253 te.setLocator(this);
254 throw te;
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorAttributeSet.java72 catch(TransformerException te)
74 throw new org.xml.sax.SAXException(te);
H A DXSLTAttributeDef.java524 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...]
H A DProcessorStylesheetElement.java110 catch(TransformerException te)
112 throw new org.xml.sax.SAXException(te);
/external/chromium_org/third_party/libevent/test/
H A Dbench.c87 static struct timeval ts, te; local
111 gettimeofday(&te, NULL);
116 evutil_timersub(&te, &ts, &te);
118 return (&te);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_type.c341 LLVMTypeRef te = LLVMGetElementType(t); local
342 LLVMTypeKind ke = LLVMGetTypeKind(te);
345 unsigned b = LLVMGetIntTypeWidth(te);
353 LLVMTypeRef te = LLVMGetElementType(t); local
354 LLVMTypeKind ke = LLVMGetTypeKind(te);
363 LLVMTypeRef te = LLVMGetElementType(t); local
365 lp_dump_llvmtype(te);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_type.c341 LLVMTypeRef te = LLVMGetElementType(t); local
342 LLVMTypeKind ke = LLVMGetTypeKind(te);
345 unsigned b = LLVMGetIntTypeWidth(te);
353 LLVMTypeRef te = LLVMGetElementType(t); local
354 LLVMTypeKind ke = LLVMGetTypeKind(te);
363 LLVMTypeRef te = LLVMGetElementType(t); local
365 lp_dump_llvmtype(te);
/external/chromium_org/tools/page_cycler/common/
H A Dhead.js85 var ts = 0, td = 0, te = (new Date()).getTime(), tf = 0;
117 __tl = (te - ts);
119 __te = te;

Completed in 1132 milliseconds

123456