HomeSort by relevance Sort by last modified time
    Searched refs:te (Results 26 - 50 of 358) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/mksh/src/
funcs.c 2604 Test_env te; local
    [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/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/icu/android_icu4j/src/main/java/android/icu/impl/coll/
TailoredSet.java 244 Entry te = null, be = null; local
248 te = prefixes.next();
249 tp = te.chars.toString();
251 te = null;
270 assert (te != null);
271 addPrefix(data, tp, c, te.value);
272 te = null;
282 assert (te != null && be != null);
283 compare(c, te.value, be.value);
285 te = be = null
301 Entry te = null, be = null; local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
TailoredSet.java 242 Entry te = null, be = null; local
246 te = prefixes.next();
247 tp = te.chars.toString();
249 te = null;
268 assert (te != null);
269 addPrefix(data, tp, c, te.value);
270 te = null;
280 assert (te != null && be != null);
281 compare(c, te.value, be.value);
283 te = be = null
299 Entry te = null, be = null; 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;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
tls.d 37 2a: f000 e800 blx 4 <te\+0x4>
38 2a: R_ARM_THM_TLS_CALL te
49 40: R_ARM_TLS_GOTDESC te
  /external/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/
PopulationData.java 75 for(TerritoryEntry te : territoryEntries) {
76 System.out.println(" "+ te.territoryName() + " = " + nf.format(te.population()));
  /external/guice/extensions/persist/test/com/google/inject/persist/jpa/
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/lisa/libs/utils/
executor.py 215 self.te = test_env
216 self.target = self.te.target
243 self._log.info(' %s', self.te.res_dir)
248 self.te.install_tools(['rt-app'])
280 self._log.info(' %s', self.te.res_dir)
307 self.te.install_kernel(tc, reboot=True)
325 self.te.run_dir = os.path.join(
328 self._log.debug('Setup RT-App run folder [%s]...', self.te.run_dir)
330 .format(self.te.run_dir))
334 .format('schedtest', self.te.run_dir)
    [all...]
  /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...]
  /external/autotest/client/site_tests/desktopui_CrashyReboot/
desktopui_CrashyReboot.py 71 except utils.TimeoutError as te:
72 raise error.TestFail(te)
  /external/mesa3d/src/amd/common/
sid_tables.py 44 for te in self.table:
45 if te[0].endswith(string):
46 idx = te[1] + len(te[0]) - len(string)
47 te[2].add(idx)
64 te[0].encode('string_escape'),
65 ', '.join(str(idx) for idx in te[2])
67 for te in self.table
  /toolchain/binutils/binutils-2.25/gas/
Makefile.am 46 TARG_ENV_H = $(srcdir)/config/te-@te_file@.h
296 config/te-386bsd.h \
297 config/te-aix5.h \
298 config/te-armeabi.h \
299 config/te-armfbsdeabi.h \
300 config/te-armfbsdvfp.h \
301 config/te-armlinuxeabi.h \
302 config/te-dynix.h \
303 config/te-epoc-pe.h \
304 config/te-freebsd.h
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_type.c 333 LLVMTypeRef te = LLVMGetElementType(t); local
334 LLVMTypeKind ke = LLVMGetTypeKind(te);
337 unsigned b = LLVMGetIntTypeWidth(te);
345 LLVMTypeRef te = LLVMGetElementType(t); local
346 LLVMTypeKind ke = LLVMGetTypeKind(te);
355 LLVMTypeRef te = LLVMGetElementType(t); local
357 lp_dump_llvmtype(te);
  /external/lisa/tests/benchmarks/
android_geekbench.py 31 self.out_dir = os.path.join(self.te.res_dir, governor)
65 for cpu_id in range(self.te.platform['cpus_count']):
77 for cpu_id in range(self.te.platform['cpus_count']):
android_gmaps.py 32 self.out_dir = os.path.join(self.te.res_dir, governor,
68 for cpu_id in range(self.te.platform['cpus_count']):
80 for cpu_id in range(self.te.platform['cpus_count']):
android_jankbench.py 33 self.out_dir = os.path.join(self.te.res_dir, governor, self.test)
68 for cpu_id in range(self.te.platform['cpus_count']):
80 for cpu_id in range(self.te.platform['cpus_count']):
android_uibench.py 32 self.out_dir = os.path.join(self.te.res_dir, governor, self.test)
67 for cpu_id in range(self.te.platform['cpus_count']):
79 for cpu_id in range(self.te.platform['cpus_count']):
android_vellamo.py 31 self.out_dir = os.path.join(self.te.res_dir, governor, self.test)
65 for cpu_id in range(self.te.platform['cpus_count']):
77 for cpu_id in range(self.te.platform['cpus_count']):
android_youtube.py 32 self.out_dir = os.path.join(self.te.res_dir, governor,
68 for cpu_id in range(self.te.platform['cpus_count']):
80 for cpu_id in range(self.te.platform['cpus_count']):
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic-machine.hh     [all...]

Completed in 1663 milliseconds

12 3 4 5 6 7 8 91011>>