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

1 2 3 4 5 6 7 8

  /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...]
  /device/google/contexthub/firmware/app/test0.app/
test_app0.c 49 const struct TimerEvent *te; local
58 te = evtData;
59 eOsLog(LOG_INFO, "App 0 received timer %u callback: %d (TIM: %lld, RTC: %lld, SENSOR: %lld, HOST: %lld)\n", te->timerId, *(int *)te->data, eOsTimGetTime(), eOsRtcGetTime(), eOsSensorGetTime(), eOsHostGetTime());
64 extMsg->val = *(int *)te->data;
68 eOsTimTimerCancel(te->timerId);
  /external/guice/extensions/persist/test/com/google/inject/persist/jpa/
EntityManagerPerRequestProvisionTest.java 61 JpaTestEntity te = new JpaTestEntity(); local
63 dao.persist(te);
73 + " (persistent object does not persist)", dao.contains(te));
81 JpaTestEntity te = new JpaTestEntity(); local
83 dao.persist(te);
95 + " (persistent object doesnt persist)", dao.contains(te));
EntityManagerProvisionTest.java 56 JpaTestEntity te = new JpaTestEntity(); local
58 dao.persist(te);
68 + " (persistent object persists)", dao.contains(te));
76 JpaTestEntity te = new JpaTestEntity(); local
78 dao.persist(te);
88 + " (persistent object persists)", dao.contains(te));
DynamicFinderTest.java 61 JpaTestEntity te = new JpaTestEntity(); local
62 te.setText("HIAjsOKAOSD" + new Date() + UUID.randomUUID());
64 dao.persist(te);
74 assertEquals(te, list.get(0));
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
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
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/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/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_type.c 341 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/apache-xml/src/main/java/org/apache/xpath/
Expression.java 452 TransformerException te = new TransformerException(fmsg, this); local
454 eh.fatalError(te);
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/xpath/operations/
Variable.java 146 TransformerException te = new TransformerException(msg, this); local
148 throw new org.apache.xml.utils.WrappedRuntimeException(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/icu/android_icu4j/src/main/java/android/icu/impl/coll/
TailoredSet.java 241 Entry te = null, be = null; local
245 te = prefixes.next();
246 tp = te.chars.toString();
248 te = null;
267 assert (te != null);
268 addPrefix(data, tp, c, te.value);
269 te = null;
279 assert (te != null && be != null);
280 compare(c, te.value, be.value);
282 te = be = null
298 Entry te = null, be = null; local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
TailoredSet.java 239 Entry te = null, be = null; local
243 te = prefixes.next();
244 tp = te.chars.toString();
246 te = null;
265 assert (te != null);
266 addPrefix(data, tp, c, te.value);
267 te = null;
277 assert (te != null && be != null);
278 compare(c, te.value, be.value);
280 te = be = null
296 Entry te = null, be = null; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
tytypes.c 51 Bool ML_(TyEnt__is_type)( const TyEnt* te )
53 switch (te->tag) {
83 void ML_(pp_TyEnt)( const 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)
368 TyEnt* te; local
    [all...]
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
AssistVisualizer.java 117 TextEntry te = mTextRects.get(i); local
118 Log.d(TAG, "View " + te.className + " " + te.bounds.toShortString()
119 + " in " + te.parentLeft + "," + te.parentTop
120 + " matrix=" + te.matrix.toShortString()
121 + " size=" + te.textSize + " color=#" + Integer.toHexString(te.textColor)
123 + te.text);
124 if (te.lineCharOffsets != null && te.lineBaselines != null)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
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...]
  /external/mksh/src/
exec.c 320 Test_env te; local
322 te.flags = TEF_DBRACKET;
323 te.pos.wp = t->args;
324 te.isa = dbteste_isa;
325 te.getopnd = dbteste_getopnd;
326 te.eval = test_eval;
327 te.error = dbteste_error;
329 rv = test_parse(&te);
    [all...]
syn.c 432 Test_env te; local
434 te.flags = TEF_DBRACKET;
435 te.pos.av = &args;
436 te.isa = dbtestp_isa;
437 te.getopnd = dbtestp_getopnd;
438 te.eval = dbtestp_eval;
439 te.error = dbtestp_error;
441 test_parse(&te);
1007 dbtestp_isa(Test_env *te, Test_meta meta)
1046 XPput(*te->pos.av, save)
    [all...]
  /libcore/ojluni/src/main/java/sun/net/www/http/
HttpClient.java 809 String te = responses.findValue("Transfer-Encoding"); local
810 if (te != null && te.equalsIgnoreCase("chunked")) {
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java 610 TransformerException te = new TransformerException(fmsg, m_sourceLocator); local
614 ehandler.fatalError(te);
619 throw te;
655 TransformerException te = new XPathStylesheetDOM3Exception(fmsg, m_sourceLocator); local
659 ehandler.fatalError(te);
664 throw te;
    [all...]
  /external/curl/lib/
http.c 1761 const char *te = ""; \/* transfer-encoding *\/ local
    [all...]

Completed in 1327 milliseconds

1 2 3 4 5 6 7 8