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

1 2 3 4 5

  /libcore/jsr166-tests/src/test/java/jsr166/
ThreadLocalTest.java 25 static ThreadLocal<Integer> tl = new ThreadLocal<Integer>() { field in class:ThreadLocalTest
46 assertSame(tl.get(), one);
47 tl.set(two);
48 assertSame(tl.get(), two);
49 tl.remove();
50 assertSame(tl.get(), one);
  /external/blktrace/btt/
plat.c 27 double first_ts, last_ts, tl; member in struct:plat_info
39 pp->first_ts = pp->last_ts = pp->tl = -1.0;
62 pp->first_ts + (delta / 2), pp->tl / pp->nl);
78 pp->tl = lat;
83 pp->first_ts + (delta / 2), pp->tl / pp->nl);
87 pp->tl = lat;
91 pp->tl += lat;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ThreadLocalTest.java 35 ThreadLocal<String> tl = new ThreadLocal<String>() { local
42 assertEquals("initial", tl.get());
43 tl.set("fixture");
44 assertEquals("fixture", tl.get());
45 tl.remove();
46 assertEquals("initial", tl.get());
  /external/aac/libAACenc/src/
transform.cpp 116 /* tl: transform length
122 int tl, fl, nl, fr, nr; local
134 tl = frameLength;
155 tl >>= 3;
165 nr = (tl - fr)>>1;
166 nl = (tl - fl)>>1;
178 mdctData[(tl/2)+i] = - (FIXP_DBL) timeData[tl-i-1] >> ( 1 );
180 mdctData[(tl/2)+i] = - (FIXP_DBL) timeData[tl-i-1] << (DFRACT_BITS - SAMPLE_BITS - 1)
    [all...]
  /external/freetype/src/gzip/
infblock.c 157 inflate_huft *tl, *td; local
159 inflate_trees_fixed(&bl, &bd, (const inflate_huft**)&tl,
161 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z);
309 inflate_huft *tl, *td; local
316 s->sub.trees.blens, &bl, &bd, &tl, &td,
329 if ((c = inflate_codes_new(bl, bd, tl, td, z)) == Z_NULL)
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
infblock.c 157 inflate_huft *tl, *td; local
159 inflate_trees_fixed(&bl, &bd, (const inflate_huft**)&tl,
161 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z);
309 inflate_huft *tl, *td; local
316 s->sub.trees.blens, &bl, &bd, &tl, &td,
329 if ((c = inflate_codes_new(bl, bd, tl, td, z)) == Z_NULL)
  /external/opencv3/modules/core/misc/java/src/java/
core+Rect.java 52 public Point tl() { method in class:Rect
  /external/testng/src/test/java/test/configuration/
BeforeTestOrderingTest.java 47 TestListenerAdapter tl = new TestListenerAdapter(); local
48 tng.addListener(tl);
  /frameworks/base/core/java/android/text/
TextLine.java 75 TextLine tl; local
79 tl = sCached[i];
81 return tl;
85 tl = new TextLine();
87 Log.v("TLINE", "new: " + tl);
89 return tl;
95 * @param tl the textLine
99 static TextLine recycle(TextLine tl) {
100 tl.mText = null;
101 tl.mPaint = null
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExtensionDecl.java 224 ElemTextLiteral tl = (ElemTextLiteral) childOfSDecl; local
225 char[] chars = tl.getChars();
308 ElemTextLiteral tl = (ElemTextLiteral) childOfSDecl;
309 char[] chars = tl.getChars();
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1-11.cpp 19 thread_local int tl; // expected-note {{refers here}} variable
30 IP<&tl> ip7; // expected-error{{non-type template argument of type 'int *' is not a constant expression}}
32 IR<tl> ir1; // expected-error{{non-type template argument refers to thread-local object}}
  /external/clang/test/Parser/
cxx0x-decl.cpp 57 thread_local tl; member in namespace:TestIsValidAfterTypeSpecifier
  /external/toybox/toys/pending/
sh.c 285 struct toy_list *tl; local
289 tl = toy_find(cmd->argv[0]);
291 if (tl && (tl->flags & TOYFLAG_NOFORK)) {
301 toy_init(tl, cmd->argv);
302 tl->toy_main();
  /toolchain/binutils/binutils-2.25/gold/
workqueue.cc 292 Task_locker tl; local
305 t->locks(&tl);
342 next = this->release_locks(t, &tl);
351 tl.clear();
352 next->locks(&tl);
447 Workqueue::release_locks(Task* t, Task_locker* tl)
450 for (Task_locker::iterator p = tl->begin(); p != tl->end(); ++p)
  /external/boringssl/src/crypto/bn/
generic.c 399 BN_ULONG dh, dl, q, ret = 0, th, tl, t; local
429 tl = dl * q;
433 ((tl) <= ((t << BN_BITS4) | ((l & BN_MASK2h) >> BN_BITS4)))) {
438 tl -= dl;
440 t = (tl >> BN_BITS4);
441 tl = (tl << BN_BITS4) & BN_MASK2h;
444 if (l < tl) {
447 l -= tl;
  /external/jemalloc/test/src/
SFMT.c 164 uint64_t th, tl, oh, ol; local
167 tl = ((uint64_t)in->u[0] << 32) | ((uint64_t)in->u[1]);
170 ol = tl >> (shift * 8);
179 uint64_t th, tl, oh, ol; local
182 tl = ((uint64_t)in->u[1] << 32) | ((uint64_t)in->u[0]);
185 ol = tl >> (shift * 8);
203 uint64_t th, tl, oh, ol; local
206 tl = ((uint64_t)in->u[0] << 32) | ((uint64_t)in->u[1]);
209 ol = tl << (shift * 8);
210 oh |= tl >> (64 - shift * 8)
218 uint64_t th, tl, oh, ol; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 28 int sl, tl; local
55 for (tl = 0; tl < oxcf->ts_number_layers; ++tl) {
56 int layer = LAYER_IDS_TO_IDX(sl, tl, oxcf->ts_number_layers);
107 tl == 0) {
136 int sl, tl, layer = 0, spatial_layer_target; local
141 for (tl = 0; tl < oxcf->ts_number_layers; ++tl) {
236 const int tl = svc->temporal_layer_id; local
723 int sl, tl; local
    [all...]
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 305 int sl, tl, spatial_layer_target; local
312 for (tl = 0; tl < svc_ctx->temporal_layers; ++tl) {
314 += (unsigned int)si->bitrates[sl * svc_ctx->temporal_layers + tl];
315 enc_cfg->layer_target_bitrate[sl*svc_ctx->temporal_layers + tl]
316 = si->bitrates[sl * svc_ctx->temporal_layers + tl];
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.h 69 struct vertex2f tl, br; member in struct:vl_compositor_layer::__anon19041
  /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
Timeline.java 84 Timeline tl = pool.get(); local
85 tl.setup(Modes.SEQUENCE);
86 return tl;
94 Timeline tl = pool.get(); local
95 tl.setup(Modes.PARALLEL);
96 return tl;
183 Timeline tl = pool.get(); local
184 tl.parent = current;
185 tl.mode = Modes.SEQUENCE;
186 current.children.add(tl);
199 Timeline tl = pool.get(); local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
findhalfpel.cpp 509 uint8 *tl = bilin_base[0]; local
544 tl += 8;
561 c = tl[1];
565 c = tl[25];
569 c = tl[24];
573 c = *tl++;
580 tl += 8;
  /libcore/ojluni/src/main/java/java/lang/
StringCoding.java 63 private static <T> T deref(ThreadLocal<SoftReference<T>> tl) {
64 SoftReference<T> sr = tl.get();
70 private static <T> void set(ThreadLocal<SoftReference<T>> tl, T ob) {
71 tl.set(new SoftReference<T>(ob));
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_telnetlib.py 319 if cmd == tl.SE and self.sb_getter:
323 tl = telnetlib variable
328 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_telnetlib.py 319 if cmd == tl.SE and self.sb_getter:
323 tl = telnetlib variable
328 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_telnetlib.py 319 if cmd == tl.SE and self.sb_getter:
323 tl = telnetlib variable
328 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP
    [all...]

Completed in 916 milliseconds

1 2 3 4 5