Searched refs:tl (Results 1 - 25 of 105) sorted by relevance

12345

/external/toolchain-utils/cros_utils/
H A Dtimeline_test.py18 tl = timeline.Timeline()
19 tl.Record('A')
21 t1 = tl.events[0].timestamp
23 self.assertRaises(AssertionError, tl.Record, 'A')
26 tl = timeline.Timeline()
27 tl.Record('A')
28 e = tl.GetEvents()
30 tl.Record('B')
31 e = tl.GetEvents()
35 tl
[all...]
H A Dtimeline.py37 tl = {}
39 tl[e.name] = e.timestamp
40 return tl
/external/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl21.c289 struct flock tl; local
341 do_test(&tl, (short)F_WRLCK, (short)0, 0, 0);
342 compare_lock(&tl, (short)F_RDLCK, (short)0, 0, 0, parent_pid);
372 do_test(&tl, (short)F_WRLCK, (short)0, 0, 0);
373 compare_lock(&tl, (short)F_WRLCK, (short)0, 0, 0, parent_pid);
411 do_test(&tl, F_WRLCK, 0, 0, 0);
412 compare_lock(&tl, (short)F_WRLCK, (short)0, 1, 5, parent_pid);
417 do_test(&tl, F_WRLCK, 0, 6, 0);
418 compare_lock(&tl, (short)F_RDLCK, (short)0, 10, 5, parent_pid);
423 do_test(&tl, F_WRLC
[all...]
H A Dfcntl11.c243 struct flock tl; local
292 do_test(&tl, F_WRLCK, 0, 0, 0);
293 compare_lock(&tl, (short)F_RDLCK, (short)0, 1, 5, parent_pid);
298 do_test(&tl, F_WRLCK, 0, 6, 0);
299 compare_lock(&tl, (short)F_WRLCK, (short)0, 10, 5, parent_pid);
304 do_test(&tl, F_WRLCK, 0, 15, 0);
305 compare_lock(&tl, (short)F_UNLCK, (short)0, 15, 0, 0);
330 do_test(&tl, (short)F_WRLCK, (short)0, 0, 0);
331 compare_lock(&tl, (short)F_RDLCK, (short)0, 5, 5, parent_pid);
336 do_test(&tl, (shor
[all...]
H A Dfcntl19.c282 struct flock tl; local
341 do_test(&tl, (short)F_WRLCK, (short)0, 0, 0);
342 compare_lock(&tl, (short)F_WRLCK, (short)0, 10, 5, parent_pid);
347 do_test(&tl, (short)F_WRLCK, (short)0, 15, 0);
348 compare_lock(&tl, (short)F_UNLCK, (short)0, 15, 0, (pid_t) 0);
384 do_test(&tl, (short)F_WRLCK, (short)0, 0, 0);
385 compare_lock(&tl, (short)F_WRLCK, (short)0, 11, 4, parent_pid);
390 do_test(&tl, (short)F_WRLCK, (short)0, 15, 0);
391 compare_lock(&tl, (short)F_UNLCK, (short)0, 15, 0, (pid_t) 0);
428 do_test(&tl, (shor
[all...]
H A Dfcntl20.c281 struct flock tl; local
340 do_test(&tl, (short)F_WRLCK, (short)0, 0, 0);
341 compare_lock(&tl, (short)F_RDLCK, (short)0, 10, 5, parent_pid);
346 do_test(&tl, (short)F_WRLCK, (short)0, 15, 0);
347 compare_lock(&tl, (short)F_UNLCK, (short)0, 15, 0, (pid_t) 0);
383 do_test(&tl, (short)F_WRLCK, (short)0, 0, 0);
384 compare_lock(&tl, (short)F_RDLCK, (short)0, 11, 4, parent_pid);
389 do_test(&tl, (short)F_WRLCK, (short)0, 15, 0);
390 compare_lock(&tl, (short)F_UNLCK, (short)0, 15, 0, (pid_t) 0);
426 do_test(&tl, (shor
[all...]
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Ddefault_temporal_layers_unittest.cc54 DefaultTemporalLayers tl(2, 0);
57 tl.ConfigureBitrates(500, 500, 30, &cfg);
86 EXPECT_EQ(expected_flags[i], tl.EncodeFlags(timestamp));
87 tl.PopulateCodecSpecific(false, &vp8_info, 0);
95 DefaultTemporalLayers tl(3, 0);
98 tl.ConfigureBitrates(500, 500, 30, &cfg);
127 EXPECT_EQ(expected_flags[i], tl.EncodeFlags(timestamp));
128 tl.PopulateCodecSpecific(false, &vp8_info, 0);
136 DefaultTemporalLayers tl(4, 0);
139 tl
[all...]
/external/ltp/pan/
H A Dreporter.c92 char **taglist, **tl; local
106 tl = taglist;
114 tl = taglist + tagcount;
117 *tl++ = Key.data;
125 tl = taglist + tagcount;
128 *tl++ = NULL;
131 for (tl = taglist; *tl != NULL; tl++) {
132 strcpy(key_get, *tl);
[all...]
H A Dtag_report.c120 char **taglist, **tl; local
141 tl = taglist;
149 tl = taglist + tagcount;
156 *tl++ = Key.data;
164 tl = taglist + tagcount;
167 *tl++ = NULL;
173 for (tl = taglist; *tl != NULL; tl++) {
175 strcpy(key_get, *tl);
[all...]
/external/blktrace/btt/
H A Dplat.c27 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;
/external/aac/libFDK/src/
H A Dmdct.cpp112 void imdct_gain(FIXP_DBL *pGain_m, int *pGain_e, int tl) argument
118 log2_tl = DFRACT_BITS-1-fNormz((FIXP_DBL)tl);
124 switch ( (tl) >> (log2_tl - 2) ) {
125 case 0x7: /* 10 ms, 1/tl = 1.0/(FDKpow(2.0, -log2_tl) * 0.53333333333333333333) */
132 case 0x6: /* 3/4 of radix 2, 1/tl = 1.0/(FDKpow(2.0, -log2_tl) * 2.0/3.0) */
199 void imdct_adapt_parameters(H_MDCT hMdct, int *pfl, int *pnl, int tl, const FIXP_WTP *wls, int noOutSamples) argument
255 const INT tl,
269 nr = (tl - fr)>>1;
270 nl = (tl - fl)>>1;
273 imdct_gain(&gain, &transform_gain_e, tl);
248 imdct_block( H_MDCT hMdct, FIXP_DBL *output, FIXP_DBL *spectrum, const SHORT scalefactor[], const INT nSpec, const INT noOutSamples, const INT tl, const FIXP_WTP *wls, INT fl, const FIXP_WTP *wrs, const INT fr, FIXP_DBL gain ) argument
[all...]
/external/aac/libAACenc/src/
H A Dtransform.cpp116 /* 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
[all...]
/external/aac/libFDK/include/
H A Dmdct.h149 * \param tl transformation length.
160 INT tl,
171 * \param tl length of the IMDCT where the gain *pGain * (2 ^ *pExponent) will be applied to.
176 int tl
204 * \param tl transform length.
208 void imdct_adapt_parameters(H_MDCT hMdct, int *pfl, int *pnl, int tl, const FIXP_WTP *wls, int noOutSamples);
220 * \param tl transform length.
235 const INT tl,
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
H A DTimeline.java84 Timeline tl = pool.get();
85 tl.setup(Modes.SEQUENCE);
86 return tl;
94 Timeline tl = pool.get();
95 tl.setup(Modes.PARALLEL);
96 return tl;
183 Timeline tl = pool.get();
184 tl.parent = current;
185 tl.mode = Modes.SEQUENCE;
186 current.children.add(tl);
[all...]
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp19 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/webrtc/webrtc/modules/video_coding/
H A Dvideo_sender_unittest.cc52 for (int tl = 0; tl < kMaxNumberOfTemporalLayers; ++tl) {
53 if (fabs(expected.framerate_fps[tl] - arg.framerate_fps[tl]) > 0.5) {
54 *result_listener << " framerate_fps[" << tl
55 << "] = " << arg.framerate_fps[tl] << " (expected "
56 << expected.framerate_fps[tl] << ") ";
59 if (abs(expected.bitrate_kbps[tl] - arg.bitrate_kbps[tl]) > 1
[all...]
/external/eigen/unsupported/test/
H A Dcxx11_meta.cpp161 typedef type_list<dummy_a, dummy_a, dummy_b, dummy_b, dummy_c, dummy_c> tl; typedef
164 VERIFY((is_same<typename take<0, tl>::type, type_list<>>::value));
165 VERIFY((is_same<typename take<1, tl>::type, type_list<dummy_a>>::value));
166 VERIFY((is_same<typename take<2, tl>::type, type_list<dummy_a, dummy_a>>::value));
167 VERIFY((is_same<typename take<3, tl>::type, type_list<dummy_a, dummy_a, dummy_b>>::value));
168 VERIFY((is_same<typename take<4, tl>::type, type_list<dummy_a, dummy_a, dummy_b, dummy_b>>::value));
169 VERIFY((is_same<typename take<5, tl>::type, type_list<dummy_a, dummy_a, dummy_b, dummy_b, dummy_c>>::value));
170 VERIFY((is_same<typename take<6, tl>::type, type_list<dummy_a, dummy_a, dummy_b, dummy_b, dummy_c, dummy_c>>::value));
180 VERIFY((is_same<typename skip<0, tl>::type, type_list<dummy_a, dummy_a, dummy_b, dummy_b, dummy_c, dummy_c>>::value));
181 VERIFY((is_same<typename skip<1, tl>
204 typedef type_list<dummy_a, dummy_a, dummy_b, dummy_b, dummy_c, dummy_c> tl; typedef
259 typedef type_list<dummy_a, dummy_b, dummy_c> tl; typedef
266 typedef type_list<dummy_a, dummy_b, dummy_c> tl; typedef
[all...]
/external/libvpx/libvpx/examples/
H A Dvp9_spatial_svc_encoder.c54 ARG_DEF("tl", "temporal-layers", 1, "number of temporal SVC layers");
88 ARG_DEF("bl", "bitrates", 1, "bitrates[sl * num_tl + tl]");
418 unsigned int sl, tl; local
424 for (tl = 0; tl < cfg->ts_number_layers; ++tl) {
425 const int layer = sl * cfg->ts_number_layers + tl;
429 rc->layer_framerate[layer] = framerate / cfg->ts_rate_decimator[tl];
430 if (tl > 0) {
456 unsigned int sl, tl; local
564 set_frame_flags_bypass_mode(int sl, int tl, int num_spatial_layers, int is_key_frame, vpx_svc_ref_frame_config_t *ref_frame_config) argument
629 unsigned int sl, tl; local
[all...]
/external/libvpx/libvpx/vpx_dsp/ppc/
H A Dintrapred_vsx.c238 const int16x8_t tl = unpack_to_s16_h(vec_splat(vec_vsx_ld(-1, above), 0)); local
246 val = vec_sub(vec_add(vec_splat(l, 0), a), tl);
252 val = vec_sub(vec_add(vec_splat(l, 1), a), tl);
258 val = vec_sub(vec_add(vec_splat(l, 2), a), tl);
264 val = vec_sub(vec_add(vec_splat(l, 3), a), tl);
270 const int16x8_t tl = unpack_to_s16_h(vec_splat(vec_vsx_ld(-1, above), 0)); local
276 val = vec_sub(vec_add(vec_splat(l, 0), a), tl);
281 val = vec_sub(vec_add(vec_splat(l, 1), a), tl);
286 val = vec_sub(vec_add(vec_splat(l, 2), a), tl);
291 val = vec_sub(vec_add(vec_splat(l, 3), a), tl);
315 tm_predictor_16x8(uint8_t *dst, const ptrdiff_t stride, int16x8_t l, int16x8_t ah, int16x8_t al, int16x8_t tl) argument
369 const int16x8_t tl = unpack_to_s16_h(vec_splat(vec_vsx_ld(-1, above), 0)); local
384 tm_predictor_32x1(uint8_t *dst, const int16x8_t ls, const int16x8_t a0h, const int16x8_t a0l, const int16x8_t a1h, const int16x8_t a1l, const int16x8_t tl) argument
398 tm_predictor_32x8(uint8_t *dst, const ptrdiff_t stride, const int16x8_t l, const uint8x16_t a0, const uint8x16_t a1, const int16x8_t tl) argument
432 const int16x8_t tl = unpack_to_s16_h(vec_splat(vec_vsx_ld(-1, above), 0)); local
[all...]
/external/testng/src/test/java/test/configuration/
H A DBeforeTestOrderingTest.java47 TestListenerAdapter tl = new TestListenerAdapter();
48 tng.addListener(tl);
/external/libvpx/libvpx/tools/
H A Dlint-hunks.py80 tl = Subprocess(TOPLEVEL_CMD, stdout=subprocess.PIPE)
81 tl = tl.communicate()[0].strip()
90 cpplint_cmd = [os.path.join(tl, "tools", "cpplint.py"),
121 stdin = open(os.path.join(tl, filename)).read()
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.c27 int sl, tl, i; local
67 for (tl = 0; tl < oxcf->ts_number_layers; ++tl) {
68 int layer = LAYER_IDS_TO_IDX(sl, tl, oxcf->ts_number_layers);
118 if (oxcf->ss_number_layers > 1 && tl == 0) {
152 int sl, tl, layer = 0, spatial_layer_target; local
157 for (tl = 0; tl < oxcf->ts_number_layers; ++tl) {
253 const int tl = svc->temporal_layer_id; local
817 int sl, tl; local
833 int sl, tl; local
[all...]
/external/syslinux/memdisk/
H A Dinflate.c492 STATIC int inflate_codes(tl, td, bl, bd)
493 struct huft *tl, *td; /* literal/length and distance decoder tables */
494 int bl, bd; /* number of bits decoded by tl[] and td[] */
516 if ((e = (t = tl + ((unsigned)b & ml))->e) > 16)
646 struct huft *tl; /* literal/length code table */ local
648 int bl; /* lookup bits for tl */
664 if ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0)
672 huft_free(tl);
679 if (inflate_codes(tl, td, bl, bd))
683 huft_free(tl);
696 struct huft *tl; /* literal/length code table */ local
847 huft_free(tl); variable
[all...]
/external/syslinux/gpxe/src/hci/mucurses/
H A Dedging.c35 * @v tl top left corner
42 chtype ts, chtype bs, chtype tl,
49 _wputch(win,tl,WRAP);
41 wborder( WINDOW *win, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br ) argument
/external/syslinux/core/lwip/src/netif/ppp/
H A Dipcp.c880 u32_t tl, ciaddr1; /* Parsed address values */ local
936 GETLONG(tl, p); /* Parse source address (his) */
937 ciaddr1 = htonl(tl);
944 tl = ntohl(wo->hisaddr);
945 PUTLONG(tl, p);
960 GETLONG(tl, p); /* Parse desination address (ours) */
961 ciaddr2 = htonl(tl);
968 tl = ntohl(wo->ouraddr);
969 PUTLONG(tl, p);
1000 GETLONG(tl,
[all...]

Completed in 2717 milliseconds

12345