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

1 2 3 4 5 6 7 8 91011>>

  /external/jcommander/src/test/resources/
MessageBundle_fr_FR.properties 19 host = H?te
  /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...]
  /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);
  /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/lisa/experiments/
run_idle_resume.py 43 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
run_suspend_resume.py 43 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
run_youtube.py 38 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
run_camera.py 46 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
run_uibench.py 42 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
run_uibench_cgroup.py 47 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
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-use-machine.hh 310 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED;
318 te = 0;
365 {te = p+1;}
369 {te = p+1;{ found_syllable (independent_cluster); }}
373 {te = p+1;{ found_syllable (standard_cluster); }}
377 {te = p+1;{ found_syllable (broken_cluster); }}
381 {te = p+1;{ found_syllable (non_cluster); }}
385 {te = p;p--;{ found_syllable (independent_cluster); }}
389 {te = p;p--;{ found_syllable (virama_terminated_cluster); }}
393 {te = p;p--;{ found_syllable (standard_cluster); }
    [all...]
hb-ot-shape-complex-myanmar-machine.hh 284 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 = p;p--;{ found_syllable (non_myanmar_cluster); }
    [all...]
  /external/skia/third_party/harfbuzz/
hb-ot-shape-complex-use-machine.hh 310 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED;
318 te = 0;
365 {te = p+1;}
369 {te = p+1;{ found_syllable (independent_cluster); }}
373 {te = p+1;{ found_syllable (standard_cluster); }}
377 {te = p+1;{ found_syllable (broken_cluster); }}
381 {te = p+1;{ found_syllable (non_cluster); }}
385 {te = p;p--;{ found_syllable (independent_cluster); }}
389 {te = p;p--;{ found_syllable (virama_terminated_cluster); }}
393 {te = p;p--;{ found_syllable (standard_cluster); }
    [all...]
hb-ot-shape-complex-myanmar-machine.hh 284 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 = p;p--;{ found_syllable (non_myanmar_cluster); }
    [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/lisa/experiments/scratch/
run_suspend_resume_b63331203.py 46 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/mesa3d/src/gallium/state_trackers/wgl/
stw_tls.c 81 THREADENTRY32 te; local
82 te.dwSize = sizeof te;
83 if (Thread32First(hSnapshot, &te)) {
85 if (te.dwSize >= FIELD_OFFSET(THREADENTRY32, th32OwnerProcessID) +
86 sizeof te.th32OwnerProcessID) {
87 if (te.th32OwnerProcessID == dwCurrentProcessId) {
88 if (te.th32ThreadID != dwCurrentThreadId) {
90 data = stw_tls_data_create(te.th32ThreadID);
100 te.dwSize = sizeof te
    [all...]
  /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));
  /external/toybox/tests/
md5sum.test 23 echo -n "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" > "te st"
26 "te st: OK\nempty: FAILED\n-: OK\nok\n" \
27 "$(printf "d174ab98d277d9f5a5611c2c9f419d9f te st\n12345678901234567890123456789012 empty\nd41d8cd98f00b204e9800998ecf8427e -\n")" ""
28 rm "te st" empty
  /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...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
redblack32_test.go 150 func allRBT32Ops(te *testing.T, x []int32) {
173 te.Errorf("Wrong tree size %v, expected %v for %v", i, k, t.DebugString())
176 te.Errorf("Tree consistency problem at %v", s)
191 te.Errorf("s(%v) != f(%v)", s, f)
207 te.Errorf("d(%v) != kg(%v)", d, kg)
210 te.Errorf("d(%v) != kl(%v)", d, kl)
213 te.Errorf("d(%v) != kge(%v)", d, kge)
216 te.Errorf("d(%v) != kle(%v)", d, kle)
220 te.Errorf("s(%v) != g(%v)", s, g)
223 te.Errorf("s(%v) != l(%v)", s, l
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
redblack32_test.go 150 func allRBT32Ops(te *testing.T, x []int32) {
173 te.Errorf("Wrong tree size %v, expected %v for %v", i, k, t.DebugString())
176 te.Errorf("Tree consistency problem at %v", s)
191 te.Errorf("s(%v) != f(%v)", s, f)
207 te.Errorf("d(%v) != kg(%v)", d, kg)
210 te.Errorf("d(%v) != kl(%v)", d, kl)
213 te.Errorf("d(%v) != kge(%v)", d, kge)
216 te.Errorf("d(%v) != kle(%v)", d, kle)
220 te.Errorf("s(%v) != g(%v)", s, g)
223 te.Errorf("s(%v) != l(%v)", s, l
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
tls.s 29 2: blx te(tlscall)
38 1: .word te(tlsdesc) + (. - 2b + 1)

Completed in 701 milliseconds

1 2 3 4 5 6 7 8 91011>>