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

1 2 3 4 5 6 7

  /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/lge/mako/
BoardConfig.mk 99 app.te \
100 bluetooth.te \
101 device.te \
102 domain.te \
103 drmserver.te \
104 file.te \
106 hci_init.te \
107 init_shell.te \
108 keystore.te \
109 mediaserver.te \
    [all...]
  /device/samsung/manta/
BoardConfig.mk 91 adbd.te \
92 app.te \
93 device.te \
94 domain.te \
95 gpsd.te \
96 file.te \
97 mediaserver.te \
98 surfaceflinger.te \
99 system.te
  /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);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-sea-machine.hh 112 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); }}
hb-ot-shape-complex-myanmar-machine.hh 283 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED;
291 te = 0;
338 {te = p+1;{ found_syllable (consonant_syllable); }}
342 {te = p+1;{ found_syllable (non_myanmar_cluster); }}
346 {te = p+1;{ found_syllable (broken_cluster); }}
350 {te = p+1;{ found_syllable (non_myanmar_cluster); }}
354 {te = p;p--;{ found_syllable (consonant_syllable); }}
358 {te = p;p--;{ found_syllable (broken_cluster); }}
hb-ot-shape-complex-indic-machine.hh     [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-sea-machine.hh 112 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); }}
hb-ot-shape-complex-myanmar-machine.hh 283 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED;
291 te = 0;
338 {te = p+1;{ found_syllable (consonant_syllable); }}
342 {te = p+1;{ found_syllable (non_myanmar_cluster); }}
346 {te = p+1;{ found_syllable (broken_cluster); }}
350 {te = p+1;{ found_syllable (non_myanmar_cluster); }}
354 {te = p;p--;{ found_syllable (consonant_syllable); }}
358 {te = p;p--;{ found_syllable (broken_cluster); }}
hb-ot-shape-complex-indic-machine.hh     [all...]
  /device/asus/grouper/
BoardConfig.mk 51 app.te \
52 btmacreader.te \
53 device.te \
54 drmserver.te \
55 init_shell.te \
56 file.te \
57 rild.te \
58 sensors_config.te \
59 shell.te \
60 surfaceflinger.te \
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
tytypes.c 51 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)
368 TyEnt* te; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
typeexpr.py 100 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.string(), te.get_stack_size(), te.get_element_size()
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
typeexpr.py 100 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.string(), te.get_stack_size(), te.get_element_size()
    [all...]
  /external/mksh/src/
funcs.c 2771 Test_env te; local
    [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...]
  /frameworks/base/services/java/com/android/server/print/
RemotePrintSpooler.java 117 } catch (TimeoutException te) {
118 Slog.e(LOG_TAG, "Error getting print jobs.", te);
141 } catch (TimeoutException te) {
142 Slog.e(LOG_TAG, "Error creating print job.", te);
164 } catch (TimeoutException te) {
165 Slog.e(LOG_TAG, "Error writing print job data.", te);
191 } catch (TimeoutException te) {
192 Slog.e(LOG_TAG, "Error getting print job info.", te);
216 } catch (TimeoutException te) {
217 Slog.e(LOG_TAG, "Error setting print job state.", te);
    [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);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorAttributeSet.java 72 catch(TransformerException te)
74 throw new org.xml.sax.SAXException(te);
  /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/chromium_org/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/chromium_org/third_party/mesa/src/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/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);

Completed in 4037 milliseconds

1 2 3 4 5 6 7