Home
last modified time | relevance | path

Searched refs:T1 (Results 1 – 25 of 26) sorted by relevance

12

/packages/apps/Camera2/src/com/android/camera/async/
DFutures2.java37 public interface AsyncFunction2<T1, T2, TResult> {
38 ListenableFuture<TResult> apply(T1 value1, T2 value2) throws Exception; in apply()
44 public interface AsyncFunction3<T1, T2, T3, TResult> {
45 ListenableFuture<TResult> apply(T1 value1, T2 value2, T3 value3) throws Exception; in apply()
51 public interface Function2<T1, T2, TResult> {
52 TResult apply(T1 value1, T2 value2); in apply()
58 public interface Function3<T1, T2, T3, TResult> {
59 TResult apply(T1 value1, T2 value2, T3 value3); in apply()
87 public static <T1, T2, TResult> ListenableFuture<TResult> joinAll(
88 final ListenableFuture<T1> f1,
[all …]
/packages/modules/NeuralNetworks/tools/systrace_parser/
Dcontract-between-code-and-parser.txt23 - T1, T2: thread ids
35 ... funcP(...) { t0: t_m_w:B|T1|[NN_LR_PP]funcP …
36 …NNTRACE_RT(NNTRACE_PHASE_PREPARATION, t1: t_m_w:E|T1
45 ... funcA1(...) { t0: t_m_w:B|T1|[NN_LA_PP]funcE1 …
46 …NNTRACE_APP(NNTRACE_PHASE_PREPARATION, t1: t_m_w:B|T1|[NN_LR_PP]funcC1 …
47 "funcA1); t2: t_m_w:E|T1
48 …... funcR1(...); t3: t_m_w:E|T1
68 ... funcC1(...) { t0: t_m_w:B|T1|[NN_LC_PTR]funcC1 …
69 …NNTRACE_TRANS("funcC1"); t1: t_m_w:B|T1|[SW][NN_LC_PCO]funcC1 …
70 ... t2: t_m_w:E|T1
[all …]
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/audio/
DAudioStreamGraph.h53 template <class T1, class T2>
54 static T1* findGraph(std::list<T1*> list, T2 func) in findGraph()
56 typename std::list<T1*>::iterator iter = std::find_if(list.begin(), list.end(), func); in findGraph()
/packages/modules/Bluetooth/system/log/include/bluetooth/
Dlog.h170 template <typename T0, typename T1>
172 fmt::format_string<T0, T1> fmt, T0&& arg0, T1&& arg1,
181 template <typename T0, typename T1, typename T2>
183 fmt::format_string<T0, T1, T2> fmt, T0&& arg0, T1&& arg1, T2&& arg2,
193 template <typename T0, typename T1, typename T2, typename T3>
195 fmt::format_string<T0, T1, T2, T3> fmt, T0&& arg0, T1&& arg1, T2&& arg2,
/packages/inputmethods/LatinIME/tools/dicttool/compat/android/util/
DPair.java21 public class Pair<T1, T2> {
22 public final T1 mFirst;
25 public Pair(final T1 first, final T2 second) { in Pair()
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_e2e_tests/flex_event/
Dflex_event_value_sum_two_specs_two_report_windows_multiple_debug_keys.json16 // T1 time 1200, data 0, value 9, priority 200, debug key 1
22 // Trigger ordering: T1 -> T3 -> T2 -> T4
23 // * T1 + T3 (data 0) generate report and debug report, bucket at 10 (+29 at priority 100)
26 // Fully contributed: T1, T2
Dflex_event_value_sum_two_specs_two_report_windows_debug_report.json16 // T1 time 1200, data 0, value 9, priority 200, debug key 1
22 // Trigger ordering: T1 -> T3 -> T2 -> T4
23 // * T1 + T3 (data 0) generate report and debug report, bucket at 10 (+29 at priority 100)
26 // Fully contributed: T1, T2
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/ui/settings/viewmodel/
DFingerprintSettingsViewModel.kt310 private inline fun <T1, T2, T3, T4, T5, T6, T7, T8, R> combine( in combine()
311 flow: Flow<T1>, in combine()
319 crossinline transform: suspend (T1, T2, T3, T4, T5, T6, T7, T8) -> R, in combine()
324 args[0] as T1, in combine()
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_e2e_tests/attribution_scope/
Dattribution_scope_basic.json157 // T1: attribution scope -> "1", destination -> D1
230 // S2 matches the attribution scope but was deactivated after losing attribution at T1,
Dattribution_scope_highest_priority.json118 // T1: attribution scope -> "1", destination -> D1
Dattribution_scope_multiple_trigger_attribution_scopes.json154 // T1: attribution scopes -> ["1", "2"], destination -> D1
Dattribution_scope_different_max_event_states_deactivation.json87 // T1: attribution scope -> "1", destination -> D1
Dattribution_scope_multiple_destinations.json183 // T1: attribution scope -> "2", destination -> D1
Dattribution_scope_older_scopes_removed.json126 // T1: attribution scope -> "1", destination -> D1
Dattribution_scope_information_gain.json156 // T1: navigation, attribution scope -> "1", destination -> D1
Dattribution_scope_smaller_attribution_scope_limit_deactivation.json123 // T1: attribution scope -> "1", destination -> D1, source registered -> [S1, S2]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/noising/
DImpressionNoiseUtilTest.java60 public interface ThreeArgumentConsumer<T1, T2, T3> {
61 void apply(T1 t1, T2 t2, T3 t3); in apply()
82 private interface FourArgumentConsumer<T1, T2, T3, T4> {
83 void apply(T1 t1, T2 t2, T3 t3, T4 t4); in apply()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/viewmodel/
DPreviewActionsViewModel.kt566 inline fun <T1, T2, T3, T4, T5, T6, T7, R> combine7( in <lambda>()
567 flow: Flow<T1>, in <lambda>()
574 crossinline transform: suspend (T1, T2, T3, T4, T5, T6, T7) -> R in <lambda>()
579 args[0] as T1, in <lambda>()
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/include/
Doi_time.h120 int16_t OI_Time_Compare(OI_TIME* T1, OI_TIME* T2);
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_e2e_tests/fifo_destinations/
Dfifo_destination_without_reports_deletion.json204 // T1: Attributes to S1
Dfifo_destination_with_reports_deletion.json204 // T1: Attributes to S1
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpPacket.java1034 Integer T1 = null; in decodeFullPacket() local
1265 T1 = Integer.valueOf(packet.getInt()); in decodeFullPacket()
1399 newPacket.mT1 = T1; in decodeFullPacket()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/sap/
DSapMessageTest.java242 verify(sapProxy).setTransferProtocolReq(anyInt(), eq(SapTransferProtocol.T1)); in send()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapMessage.java805 transportProtocol = SapTransferProtocol.T1; in send()
/packages/apps/DocumentsUI/tests/res/raw/
Dimages_tar787 q�x��q\J��?9���%�|�.YF={T1��2�8���U��C�%~�c�Q,�!ߑ��/9<����������-��]W�*��}��%���$x�3…
892 …}j<�l ��ի2����j�~p�ۯ���x�>p��������R\��z��F�K�`g=����y��9 6��1W,���;�{T1���� ���2�me#8�J�…
1344 …�d}��(���t}T]�]Y��DÑ�9��?�^��l��J��@-�˻����A���ҬJp�Rđ�H��Ԋ4�U��d�hr9��� �LE��O��f� ���T1/�G$z
1631 …��� ��<�2  z��d�2�E��<�6��`Oӷ4��ڷ�5�mò��%��w�m�GL�pA��� �F 5�4����kT1�i$���;�{�^��x_�w wm…
1895 #0����D�c��} E;�L����{&���N6���`�ƫ#���� �.�Ut݃� �Eq�P�T1�ێ�OzU+d����=��F7��w4� �X�y��� …
2201 ��鱤�s�;\��z ��U�P�7���S pDc�r�1L7pc�-ν3���T1��ø��ڬKo�F}�h�?
3072 …[!}����O�F�?)'���[����<��sö�����Y�/����͐��?°�4���1u��f�x�Mn�l�P� #|�T1@q�m�'�Ѹ^.�|�|08�.u�…
3278 ���Jx�7a"��A��?:=!!�O!'��L��r�B��(~Þ=���,2�Xĥ��Oj�F2��S#?2� S@5%�H �'�?�A%�i����3��oAS�!T1�…
4229 …v~r�$��*>,x������H��ڌ[<����>�_BE��b�6���+��'N �Mz��!��C��aP���Tw�f-�T1��7>�¬��}z��]�%W��…
5155 �Y%d�ɐ�g���Y���r=8��EUX���l�{�Q�x���Ku��Y.|��� �����T1�n���"���
[all …]

12