Home
last modified time | relevance | path

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

12345678910>>...20

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-indic-machine.hh1377 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; in find_syllables()
1385 te = 0; in find_syllables()
1432 {te = p+1;} in find_syllables()
1436 {te = p+1;{ found_syllable (consonant_syllable); }} in find_syllables()
1440 {te = p+1;{ found_syllable (vowel_syllable); }} in find_syllables()
1444 {te = p+1;{ found_syllable (standalone_cluster); }} in find_syllables()
1448 {te = p+1;{ found_syllable (symbol_cluster); }} in find_syllables()
1452 {te = p+1;{ found_syllable (broken_cluster); }} in find_syllables()
1456 {te = p+1;{ found_syllable (non_indic_cluster); }} in find_syllables()
1460 {te = p;p--;{ found_syllable (consonant_syllable); }} in find_syllables()
[all …]
Dhb-ot-shape-complex-use-machine.hh310 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; in find_syllables()
318 te = 0; in find_syllables()
365 {te = p+1;} in find_syllables()
369 {te = p+1;{ found_syllable (independent_cluster); }} in find_syllables()
373 {te = p+1;{ found_syllable (standard_cluster); }} in find_syllables()
377 {te = p+1;{ found_syllable (broken_cluster); }} in find_syllables()
381 {te = p+1;{ found_syllable (non_cluster); }} in find_syllables()
385 {te = p;p--;{ found_syllable (independent_cluster); }} in find_syllables()
389 {te = p;p--;{ found_syllable (virama_terminated_cluster); }} in find_syllables()
393 {te = p;p--;{ found_syllable (standard_cluster); }} in find_syllables()
[all …]
Dhb-ot-shape-complex-myanmar-machine.hh284 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; in find_syllables()
292 te = 0; in find_syllables()
339 {te = p+1;{ found_syllable (consonant_syllable); }} in find_syllables()
343 {te = p+1;{ found_syllable (non_myanmar_cluster); }} in find_syllables()
347 {te = p+1;{ found_syllable (punctuation_cluster); }} in find_syllables()
351 {te = p+1;{ found_syllable (broken_cluster); }} in find_syllables()
355 {te = p+1;{ found_syllable (non_myanmar_cluster); }} in find_syllables()
359 {te = p;p--;{ found_syllable (consonant_syllable); }} in find_syllables()
363 {te = p;p--;{ found_syllable (broken_cluster); }} in find_syllables()
367 {te = p;p--;{ found_syllable (non_myanmar_cluster); }} in find_syllables()
/external/skia/third_party/harfbuzz/
Dhb-ot-shape-complex-indic-machine.hh1377 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; in find_syllables()
1385 te = 0; in find_syllables()
1432 {te = p+1;} in find_syllables()
1436 {te = p+1;{ found_syllable (consonant_syllable); }} in find_syllables()
1440 {te = p+1;{ found_syllable (vowel_syllable); }} in find_syllables()
1444 {te = p+1;{ found_syllable (standalone_cluster); }} in find_syllables()
1448 {te = p+1;{ found_syllable (symbol_cluster); }} in find_syllables()
1452 {te = p+1;{ found_syllable (broken_cluster); }} in find_syllables()
1456 {te = p+1;{ found_syllable (non_indic_cluster); }} in find_syllables()
1460 {te = p;p--;{ found_syllable (consonant_syllable); }} in find_syllables()
[all …]
Dhb-ot-shape-complex-use-machine.hh310 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; in find_syllables()
318 te = 0; in find_syllables()
365 {te = p+1;} in find_syllables()
369 {te = p+1;{ found_syllable (independent_cluster); }} in find_syllables()
373 {te = p+1;{ found_syllable (standard_cluster); }} in find_syllables()
377 {te = p+1;{ found_syllable (broken_cluster); }} in find_syllables()
381 {te = p+1;{ found_syllable (non_cluster); }} in find_syllables()
385 {te = p;p--;{ found_syllable (independent_cluster); }} in find_syllables()
389 {te = p;p--;{ found_syllable (virama_terminated_cluster); }} in find_syllables()
393 {te = p;p--;{ found_syllable (standard_cluster); }} in find_syllables()
[all …]
Dhb-ot-shape-complex-myanmar-machine.hh284 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; in find_syllables()
292 te = 0; in find_syllables()
339 {te = p+1;{ found_syllable (consonant_syllable); }} in find_syllables()
343 {te = p+1;{ found_syllable (non_myanmar_cluster); }} in find_syllables()
347 {te = p+1;{ found_syllable (punctuation_cluster); }} in find_syllables()
351 {te = p+1;{ found_syllable (broken_cluster); }} in find_syllables()
355 {te = p+1;{ found_syllable (non_myanmar_cluster); }} in find_syllables()
359 {te = p;p--;{ found_syllable (consonant_syllable); }} in find_syllables()
363 {te = p;p--;{ found_syllable (broken_cluster); }} in find_syllables()
367 {te = p;p--;{ found_syllable (non_myanmar_cluster); }} in find_syllables()
/external/ipsec-tools/src/racoon/
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->penalty < now) {
[all …]
/external/valgrind/coregrind/m_debuginfo/
Dtytypes.c51 Bool ML_(TyEnt__is_type)( const TyEnt* te ) in ML_()
53 switch (te->tag) { in ML_()
83 void ML_(pp_TyEnt)( const TyEnt* te ) in ML_()
85 VG_(printf)("0x%05lx ", te->cuOff); in ML_()
86 switch (te->tag) { in ML_()
91 VG_(printf)("INDIR(0x%05lx)", te->Te.INDIR.indR); in ML_()
98 te->Te.Atom.valueKnown ? "" : "unknown:", in ML_()
99 te->Te.Atom.value, te->Te.Atom.name); in ML_()
102 if (te->Te.Field.nLoc == -1) in ML_()
104 te->Te.Field.typeR, te->Te.Field.pos.offset, in ML_()
[all …]
/external/icu/icu4c/source/data/rbnf/
Dnb.txt147 "1000000: \u00E9n million>%%ord-masc-te>;",
149 "1000000000: \u00E9n milliard>%%ord-masc-te>;",
151 "1000000000000: \u00E9n billion>%%ord-masc-te>;",
153 "1000000000000000: \u00E9n billiard>%%ord-masc-te>;",
162 "%%ord-masc-te:",
163 "0: te;",
166 "0: te;",
195 "1000000: \u00E9n million>%%ord-neut-te>;",
197 "1000000000: \u00E9n milliard>%%ord-neut-te>;",
199 "1000000000000: \u00E9n billion>%%ord-neut-te>;",
[all …]
Dda.txt113 "1000000: million>%%ord-te-c>;",
115 "1000000000: milliard>%%ord-te-c>;",
117 "1000000000000: billion>%%ord-te-c>;",
119 "1000000000000000: billiard>%%ord-te-c>;",
129 "%%ord-te-c:",
130 "0: te;",
133 "0: te;",
152 "1000000000: milliard>%%ord-te-n>;",
154 "1000000000000: billion>%%ord-te-n>;",
156 "1000000000000000: billiard>%%ord-te-n>;",
[all …]
Dsv.txt158 "1000000: en miljon>%%ord-fem-te>;",
160 "1000000000: en miljard>%%ord-fem-te>;",
162 "1000000000000: en biljon>%%ord-fem-te>;",
164 "1000000000000000: en biljard>%%ord-fem-te>;",
173 "%%ord-fem-te:",
174 "0: te;",
177 "0: te;",
206 "1000000: en miljon>%%ord-masc-te>;",
208 "1000000000: en miljard>%%ord-masc-te>;",
210 "1000000000000: en biljon>%%ord-masc-te>;",
[all …]
/external/mksh/src/
Dfuncs.c2604 Test_env te; in c_test() local
2609 te.flags = 0; in c_test()
2610 te.isa = ptest_isa; in c_test()
2611 te.getopnd = ptest_getopnd; in c_test()
2612 te.eval = test_eval; in c_test()
2613 te.error = ptest_error; in c_test()
2625 te.pos.wp = wp + 1; in c_test()
2626 te.wp_end = wp + argc; in c_test()
2643 if (ptest_isa(&te, TM_NOT)) { in c_test()
2647 if ((op = ptest_isa(&te, TM_UNOP))) { in c_test()
[all …]
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_tls.c81 THREADENTRY32 te; in stw_tls_init() local
82 te.dwSize = sizeof te; in stw_tls_init()
83 if (Thread32First(hSnapshot, &te)) { in stw_tls_init()
85 if (te.dwSize >= FIELD_OFFSET(THREADENTRY32, th32OwnerProcessID) + in stw_tls_init()
86 sizeof te.th32OwnerProcessID) { in stw_tls_init()
87 if (te.th32OwnerProcessID == dwCurrentProcessId) { in stw_tls_init()
88 if (te.th32ThreadID != dwCurrentThreadId) { in stw_tls_init()
90 data = stw_tls_data_create(te.th32ThreadID); in stw_tls_init()
100 te.dwSize = sizeof te; in stw_tls_init()
101 } while (Thread32Next(hSnapshot, &te)); in stw_tls_init()
/external/lisa/libs/utils/
Dexecutor.py215 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/mesa3d/src/mapi/glapi/gen/
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 ) variable
292 print 'Got "%s" (%u, %u).' % (te.string(), te.get_stack_size(), te.get_element_size())
/external/lisa/experiments/
Drun_suspend_resume.py43 wload = Workload.getInstance(te, 'SuspendResume')
45 outdir=te.res_dir + '_' + args.out_prefix
57 te.platform_dump(te.res_dir)
59 te._log.info('RESULTS are in out directory: {}'.format(outdir))
100 te = TestEnv(my_conf, wipe=False) variable
101 target = te.target
Drun_youtube.py38 wload = Workload.getInstance(te, 'YouTube')
40 outdir=te.res_dir + '_' + args.out_prefix
51 te.platform_dump(te.res_dir)
53 te._log.info('RESULTS are in out directory: {}'.format(outdir))
94 te = TestEnv(my_conf, wipe=False) variable
95 target = te.target
Drun_idle_resume.py43 wload = Workload.getInstance(te, 'IdleResume')
45 outdir=te.res_dir + '_' + args.out_prefix
57 te.platform_dump(te.res_dir)
59 te._log.info('RESULTS are in out directory: {}'.format(outdir))
100 te = TestEnv(my_conf, wipe=False) variable
101 target = te.target
Drun_uibench.py42 wload = Workload.getInstance(te, 'UiBench')
44 outdir=te.res_dir + '_' + args.out_prefix
56 te.platform_dump(te.res_dir)
58 te._log.info('RESULTS are in out directory: {}'.format(outdir))
99 te = TestEnv(my_conf, wipe=False) variable
100 target = te.target
Drun_uibench_cgroup.py47 wload = Workload.getInstance(te, 'UiBench')
49 outdir=te.res_dir + '_' + args.out_prefix
61 te.platform_dump(te.res_dir)
63 te._log.info('RESULTS are in out directory: {}'.format(outdir))
109 te = TestEnv(my_conf, wipe=False) variable
110 target = te.target
Drun_camera.py46 wload = Workload.getInstance(te, args.workload)
48 outdir=te.res_dir + '_' + args.out_prefix
64 te.platform_dump(te.res_dir)
66 te._log.info('RESULTS are in out directory: {}'.format(outdir))
111 te = TestEnv(my_conf, wipe=False) variable
112 target = te.target
/external/lisa/experiments/scratch/
Drun_suspend_resume_b63331203.py46 wload = Workload.getInstance(te, 'SuspendResume')
48 outdir=te.res_dir + '_' + args.out_prefix
60 te.platform_dump(te.res_dir)
62 te._log.info('RESULTS are in out directory: {}'.format(outdir))
109 te = TestEnv(my_conf, wipe=False) variable
110 target = te.target
/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/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DTailoredSet.java244 Entry te = null, be = null; in comparePrefixes() local
248 te = prefixes.next(); in comparePrefixes()
249 tp = te.chars.toString(); in comparePrefixes()
251 te = null; in comparePrefixes()
270 assert (te != null); in comparePrefixes()
271 addPrefix(data, tp, c, te.value); in comparePrefixes()
272 te = null; in comparePrefixes()
282 assert (te != null && be != null); in comparePrefixes()
283 compare(c, te.value, be.value); in comparePrefixes()
285 te = be = null; in comparePrefixes()
[all …]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DTailoredSet.java242 Entry te = null, be = null; in comparePrefixes() local
246 te = prefixes.next(); in comparePrefixes()
247 tp = te.chars.toString(); in comparePrefixes()
249 te = null; in comparePrefixes()
268 assert (te != null); in comparePrefixes()
269 addPrefix(data, tp, c, te.value); in comparePrefixes()
270 te = null; in comparePrefixes()
280 assert (te != null && be != null); in comparePrefixes()
281 compare(c, te.value, be.value); in comparePrefixes()
283 te = be = null; in comparePrefixes()
[all …]

12345678910>>...20