/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | TextLineTest.java | 49 final TextLine tl = TextLine.obtain(); in stretchesToFullWidth() local 116 TextLine tl = TextLine.obtain(); in getTextLine() local 128 private void assertMeasurements(final TextLine tl, final int length, boolean trailing, in assertMeasurements() 146 TextLine tl = getTextLine("IIIIIV", paint); in testMeasure_LTR() local 159 TextLine tl = getTextLine("\u05D0\u05D0\u05D0\u05D0\u05D0\u05D1", paint); in testMeasure_RTL() local 172 TextLine tl = getTextLine("II\u05D0\u05D0II", paint); in testMeasure_BiDi() local 189 TextLine tl = getTextLine("I" + RLI + "I\u05D0\u05D0" + PDI + "I", paint); in testMeasure_BiDi2() local 202 TextLine tl = getTextLine("\u05D0" + LRI + "\u05D0II" + PDI + "\u05D0", paint); in testMeasure_BiDi3() local 217 TextLine tl = getTextLine("II\tII", paint, stops); in testMeasure_Tab_LTR() local 232 TextLine tl = getTextLine("\u05D0\u05D0\t\u05D0\u05D0", paint, stops); in testMeasure_Tab_RTL() local [all …]
|
H A D | TextLineJustificationTest.kt | 53 val tl = makeTextLine(line, PAINT) in justifyTest_WithoutJustify() constant 69 val tl = makeTextLine(line, PAINT) in justifyTest_IntrCharacter_Latin() constant 86 val tl = makeTextLine(line, PAINT) in justifyTest_IntrCharacter_Japanese() constant 102 val tl = makeTextLine(line, PAINT) in justifyTest_IntrWord_Latin() constant 119 val tl = makeTextLine(line, PAINT) in justifyTest_IntrWord_Japanese() constant
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/transfer_list/ |
D | transfer_list.c | 16 void transfer_list_dump(struct transfer_list_header *tl) in transfer_list_dump() 53 transfer_list_set_handoff_args(struct transfer_list_header *tl, in transfer_list_set_handoff_args() 90 struct transfer_list_header *tl = addr; in transfer_list_init() local 122 transfer_list_relocate(struct transfer_list_header *tl, void *addr, in transfer_list_relocate() 163 transfer_list_check_header(const struct transfer_list_header *tl) in transfer_list_check_header() 217 struct transfer_list_entry *transfer_list_next(struct transfer_list_header *tl, in transfer_list_next() 262 static uint8_t calc_byte_sum(const struct transfer_list_header *tl) in calc_byte_sum() 279 void transfer_list_update_checksum(struct transfer_list_header *tl) in transfer_list_update_checksum() 298 bool transfer_list_verify_checksum(const struct transfer_list_header *tl) in transfer_list_verify_checksum() 315 bool transfer_list_set_data_size(struct transfer_list_header *tl, in transfer_list_set_data_size() [all …]
|
/aosp_15_r20/external/apache-xml/test/trace-src/org/apache/xalan/trace/ |
H A D | TraceManager.java | 65 public void addTraceListener(TraceListener tl) in addTraceListener() 82 public void removeTraceListener(TraceListener tl) in removeTraceListener() 110 TraceListener tl = (TraceListener) m_traceListeners.elementAt(i); in fireGenerateEvent() local 180 TraceListener tl = (TraceListener) m_traceListeners.elementAt(i); in fireTraceEndEvent() local 205 TraceListener tl = (TraceListener) m_traceListeners.elementAt(i); in fireTraceEvent() local 281 TraceListener tl = (TraceListener) m_traceListeners.elementAt(i); in fireSelectedEndEvent() local 306 TraceListener tl = (TraceListener) m_traceListeners.elementAt(i); in fireSelectedEvent() local 333 TraceListener tl = (TraceListener) m_traceListeners.elementAt(i); in fireExtensionEndEvent() local 361 TraceListener tl = (TraceListener) m_traceListeners.elementAt(i); in fireExtensionEvent() local 385 TraceListener tl = (TraceListener) m_traceListeners.elementAt(i); in fireExtensionEndEvent() local [all …]
|
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp8/ |
H A D | default_temporal_layers_unittest.cc | 232 DefaultTemporalLayers tl(kNumLayers); in TEST_F() local 277 DefaultTemporalLayers tl(kNumLayers); in TEST_F() local 320 DefaultTemporalLayers tl(kNumLayers); in TEST_F() local 362 DefaultTemporalLayers tl(kNumLayers); in TEST_F() local 448 DefaultTemporalLayers tl(kNumLayers); in TEST_F() local 517 DefaultTemporalLayers tl(kNumLayers); in TEST_F() local 577 DefaultTemporalLayers tl(kNumLayers); in TEST_F() local 638 DefaultTemporalLayers tl(kNumLayers); in TEST_F() local 718 DefaultTemporalLayers tl(num_layers); in TEST_P() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | svc_layercontext.c | 40 for (int tl = 0; tl < svc->number_temporal_layers; ++tl) { in av1_init_layer_context() local 116 for (int tl = 0; tl < svc->number_temporal_layers; ++tl) { in av1_update_layer_context_change_config() local 122 for (int tl = 0; tl < svc->number_temporal_layers; ++tl) { in av1_update_layer_context_change_config() local 187 const int tl = svc->temporal_layer_id; in av1_update_temporal_layer_framerate() local 388 for (int tl = 0; tl < svc->number_temporal_layers; ++tl) { in av1_free_svc_cyclic_refresh() local 401 for (int tl = 0; tl < svc->number_temporal_layers; ++tl) { in av1_svc_reset_temporal_layers() local 634 for (int tl = 0; tl < svc->number_temporal_layers; ++tl) { in av1_svc_check_reset_layer_rc_flag() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/control_flow/ |
H A D | while_v2_test.py | 668 def Cond(x, tl): argument 672 def Body(x, tl): argument 757 def Cond(x, tl): argument 761 def Body(x, tl): argument 766 def InnerBody(inner_x, outer_x, tl): argument 945 def Cond(x, tl): argument 949 def Body(x, tl): argument 968 def Cond(x, tl): argument 972 def Body(x, tl): argument
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_svc_layercontext.c | 35 int sl, tl, i; in vp9_init_layer_context() local 195 int sl, tl, layer = 0, spatial_layer_target; in vp9_update_layer_context_change_config() local 316 const int tl = svc->temporal_layer_id; in vp9_update_temporal_layer_framerate() local 1014 int sl, tl; in vp9_free_svc_cyclic_refresh() local 1030 int sl, tl; in vp9_svc_reset_temporal_layers() local 1054 int sl, tl; in vp9_svc_check_reset_layer_rc_flag() local 1342 int tl; in vp9_svc_adjust_avg_frame_qindex() local
|
/aosp_15_r20/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/ |
H A D | Timeline.java | 84 Timeline tl = pool.get(); in createSequence() local 94 Timeline tl = pool.get(); in createParallel() local 183 Timeline tl = pool.get(); in beginSequence() local 199 Timeline tl = pool.get(); in beginParallel() local
|
/aosp_15_r20/external/libvpx/examples/ |
H A D | vp9_spatial_svc_encoder.c | 419 unsigned int sl, tl; in set_rate_control_stats() local 458 unsigned int sl, tl; in printout_rate_control_summary() local 566 int tl, int num_spatial_layers, int is_key_frame, in set_frame_flags_bypass_mode_ex0() 649 int tl, int num_spatial_layers, int is_key_frame, in set_frame_flags_bypass_mode_ex1() 774 unsigned int sl, tl; in svc_output_rc_stats() local 1094 unsigned int tl = 0; in main() local
|
/aosp_15_r20/hardware/libhardware/modules/camera/3_4/ |
H A D | camera.cpp | 173 android::Mutex::Autolock tl(mInFlightTrackerLock); in configureStreams() local 302 android::Mutex::Autolock tl(mInFlightTrackerLock); in processCaptureRequest() local 376 android::Mutex::Autolock tl(mInFlightTrackerLock); in completeRequest() local 426 android::Mutex::Autolock tl(mInFlightTrackerLock); in flush() local
|
/aosp_15_r20/external/igt-gpu-tools/lib/ |
H A D | igt_kmod.c | 399 static void tests_add(struct igt_kselftest_list *tl, struct igt_list *list) in tests_add() 417 struct igt_kselftest_list *tl; in igt_kselftest_get_tests() local 505 struct igt_kselftest_list *tl, in igt_kselftest_execute() 556 struct igt_kselftest_list *tl, *tn; in igt_kselftests() local
|
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_meta.cpp | 161 typedef type_list<dummy_a, dummy_a, dummy_b, dummy_b, dummy_c, dummy_c> tl; in test_slice() typedef 204 typedef type_list<dummy_a, dummy_a, dummy_b, dummy_b, dummy_c, dummy_c> tl; in test_get() typedef 259 typedef type_list<dummy_a, dummy_b, dummy_c> tl; in test_apply_op() typedef 266 typedef type_list<dummy_a, dummy_b, dummy_c> tl; in test_contained_in_list() typedef
|
/aosp_15_r20/external/aac/libFDK/src/ |
H A D | mdct.cpp | 137 const INT nSpec, const INT tl, const FIXP_WTP *pRightWindowPart, in mdct_block() 272 void imdct_gain(FIXP_DBL *pGain_m, int *pGain_e, int tl) { in imdct_gain() 372 void imdct_adapt_parameters(H_MDCT hMdct, int *pfl, int *pnl, int tl, in imdct_adapt_parameters() 467 const INT noOutSamples, const INT tl, const FIXP_WTP *wls, in imlt_block()
|
/aosp_15_r20/external/libvpx/vp9/ |
H A D | ratectrl_rtc.cc | 52 for (int tl = 0; tl < cpi_->svc.number_temporal_layers; tl++) { in ~VP9RateControlRTC() local 159 for (int tl = 0; tl < cpi_->svc.number_temporal_layers; ++tl) { in UpdateRateControl() local 163 for (int tl = 0; tl < cpi_->svc.number_temporal_layers; ++tl) { in UpdateRateControl() local
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/ |
H A D | border.c | 132 chtype tl, chtype tr, chtype bl, chtype br) in wborder() 181 int border(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, in border() 313 const cchar_t *ts, const cchar_t *bs, const cchar_t *tl, in wborder_set() 324 const cchar_t *bs, const cchar_t *tl, const cchar_t *tr, in border_set()
|
/aosp_15_r20/art/runtime/ |
H A D | trace_profile.cc | 95 MutexLock tl(self, *Locks::thread_list_lock_); in Start() local 117 MutexLock tl(self, *Locks::thread_list_lock_); in Stop() local 231 MutexLock tl(self, *Locks::thread_list_lock_); in Dump() local
|
/aosp_15_r20/external/libvpx/test/ |
H A D | svc_datarate_test.cc | 95 void set_frame_flags_bypass_mode(int tl, int num_spatial_layers, in set_frame_flags_bypass_mode() 170 for (int tl = 0; tl < num_temporal_layers; ++tl) { in CheckLayerRateTargeting() local 292 for (int tl = 0; tl < number_temporal_layers_; ++tl) { in PreEncodeFrameHook() local 536 for (int tl = temporal_layer_id_; tl < number_temporal_layers_; ++tl) { in FramePktHook() local 578 for (int tl = 0; tl < number_temporal_layers_; ++tl) { in EndPassHook() local
|
H A D | svc_test.cc | 81 for (int tl = temporal_layer_id_; tl < number_temporal_layers_; ++tl) { in PostEncodeFrameHook() local 122 for (int tl = 0; tl < temporal_layers; ++tl) { in AssignLayerBitrates() local
|
H A D | vp9_ratectrl_rtc_test.cc | 539 for (int tl = 0; tl < number_temporal_layers; tl++) { in SetEncoderConfigSvc() local 610 for (int tl = 0; tl < number_temporal_layers; tl++) { in SetRCConfigSvc() local 625 for (int tl = 0; tl < rc_cfg_.ts_number_layers; ++tl) { in SetRCConfigSvc() local
|
/aosp_15_r20/external/jemalloc_new/test/src/ |
H A D | SFMT.c | 164 uint64_t th, tl, oh, ol; in rshift128() local 179 uint64_t th, tl, oh, ol; in rshift128() local 203 uint64_t th, tl, oh, ol; in lshift128() local 218 uint64_t th, tl, oh, ol; in lshift128() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/ppc/ |
H A D | intrapred_vsx.c | 322 int16x8_t ah, int16x8_t al, int16x8_t tl) { in tm_predictor_16x8() 375 const int16x8_t tl = unpack_to_s16_h(vec_splat(vec_vsx_ld(-1, above), 0)); in vpx_tm_predictor_16x16_vsx() local 393 const int16x8_t tl) { in tm_predictor_32x1() 406 const uint8x16_t a1, const int16x8_t tl) { in tm_predictor_32x8() 438 const int16x8_t tl = unpack_to_s16_h(vec_splat(vec_vsx_ld(-1, above), 0)); in vpx_tm_predictor_32x32_vsx() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/misc/ |
H A D | TerminatingThreadLocal.java | 81 public static void register(TerminatingThreadLocal<?> tl) { in register() 90 private static void unregister(TerminatingThreadLocal<?> tl) { in unregister()
|
/aosp_15_r20/external/e2fsprogs/e2fsck/ |
H A D | journal.c | 285 struct ext4_fc_tl tl; in ext4_fc_replay_scan() local 620 struct ext4_fc_tl *tl, __u8 *val) in tl_to_darg() 645 static int ext4_fc_handle_unlink(e2fsck_t ctx, struct ext4_fc_tl *tl, __u8 *val) in ext4_fc_handle_unlink() 662 static int ext4_fc_handle_link_and_create(e2fsck_t ctx, struct ext4_fc_tl *tl, __u8 *val) in ext4_fc_handle_link_and_create() 866 struct ext4_fc_tl tl; in ext4_fc_replay() local
|
/aosp_15_r20/external/walt/pywalt/pywalt/ |
H A D | minimization.py | 45 def minimize_lsq(tx, x, ty, y, tl, min_shift, max_shift, step): argument 108 def debug_plot(tx, x, ty, y, tl, shift): argument
|