Home
last modified time | relevance | path

Searched refs:mt (Results 1 – 25 of 31) sorted by relevance

12

/packages/services/BuiltInPrintService/jni/lib/
Dplugin_db.c46 char const **mt, **pf; in plugin_add() local
54 mt = plugin->get_mime_types(); in plugin_add()
57 if ((mt == NULL) || (pf == NULL)) { in plugin_add()
70 while (mt[i]) { in plugin_add()
71 if (strlen(mt[i]) < MAX_MIME_LENGTH) { in plugin_add()
72 LOGI(" %s", mt[i]); in plugin_add()
73 strncpy(_plugin[index].mime_types[j++], mt[i], MAX_MIME_LENGTH); in plugin_add()
100 wprint_plugin_t *plugin_search(const char *mt, const char *pf) { in plugin_search() argument
110 if (strcmp(_plugin[i].mime_types[k], mt) == 0) { in plugin_search()
Dplugin_db.h38 wprint_plugin_t *plugin_search(const char *mt, const char *pf);
/packages/modules/Uwb/indev_uwb_adaptation/jni/src/
Dapi.rs282 mt: jint, in Java_com_android_server_uwb_indev_UwbServiceCore_nativeSendRawVendorCmd()
289 send_raw_vendor_cmd(JniContext::new(env, obj), mt, gid, oid, payload), in Java_com_android_server_uwb_indev_UwbServiceCore_nativeSendRawVendorCmd()
393 mt: jint, in send_raw_vendor_cmd()
400 let mt = mt as u32; in send_raw_vendor_cmd() localVariable
409 let vendor_message = uwb_service.raw_uci_cmd(mt, gid, oid, payload); in send_raw_vendor_cmd()
/packages/modules/adb/daemon/
Dmdns.cpp145 std::mt19937 mt(rd()); in RandomAlphaNumString() local
150 uint8_t val = dist(mt); in RandomAlphaNumString()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java358 int mt, int gid, int oid, byte[] payload); in nativeSendRawVendorCmd() argument
361 public NfcVendorNciResponse sendRawVendorCmd(int mt, int gid, int oid, byte[] payload) { in sendRawVendorCmd() argument
362 NfcVendorNciResponse res= nativeSendRawVendorCmd(mt, gid, oid, payload); in sendRawVendorCmd()
/packages/modules/Uwb/service/java/com/android/server/uwb/jni/
DNativeUwbManager.java408 public UwbVendorUciResponse sendRawVendorCmd(int mt, int gid, int oid, byte[] payload, in sendRawVendorCmd() argument
411 return nativeSendRawVendorCmd(mt, gid, oid, payload, chipId); in sendRawVendorCmd()
610 private native UwbVendorUciResponse nativeSendRawVendorCmd(int mt, int gid, int oid, in nativeSendRawVendorCmd() argument
/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java240 NfcVendorNciResponse sendRawVendorCmd(int mt, int gid, int oid, byte[] payload); in sendRawVendorCmd() argument
DNfcService.java2593 public synchronized int sendVendorNciMessage(int mt, int gid, int oid, byte[] payload) in sendVendorNciMessage() argument
2608 mDeviceHost.sendRawVendorCmd(mt, gid, oid, payload); in sendVendorNciMessage()
/packages/modules/Uwb/framework/java/android/uwb/
DIUwbAdapter.aidl377 int sendVendorUciMessage(int mt, int gid, int oid, in byte[] payload); in sendVendorUciMessage() argument
DUwbManager.java1156 public @SendVendorUciStatus int sendVendorUciMessage(@MessageType int mt, in sendVendorUciMessage() argument
1160 return mUwbAdapter.sendVendorUciMessage(mt, gid, oid, payload); in sendVendorUciMessage()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java344 Matrix[] mt = new Matrix[matrixSize]; in createRecentsWindowAnimator() local
356 mt[i] = localMt; in createRecentsWindowAnimator()
382 animationMatrix.set(mt[i]); in createRecentsWindowAnimator()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbServiceCore.java990 public synchronized int sendVendorUciMessage(int mt, int gid, int oid, byte[] payload, in sendVendorUciMessage() argument
997 if (mt != MESSAGE_TYPE_COMMAND && getCachedSpecificationParams(chipId) in sendVendorUciMessage()
1001 Log.e(TAG, "Message Type " + mt + " not supported in this FiRa version"); in sendVendorUciMessage()
1008 mNativeUwbManager.sendRawVendorCmd(mt, gid, oid, payload, chipId); in sendVendorUciMessage()
DUwbServiceImpl.java334 public synchronized int sendVendorUciMessage(int mt, int gid, int oid, byte[] payload) in sendVendorUciMessage() argument
338 return mUwbServiceCore.sendVendorUciMessage(mt, gid, oid, payload, getDefaultChipId()); in sendVendorUciMessage()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbServiceImplTest.java858 final int mt = 1; in testSendVendorUciMessage() local
861 mUwbServiceImpl.sendVendorUciMessage(mt, gid, oid, null); in testSendVendorUciMessage()
862 verify(mUwbServiceCore).sendVendorUciMessage(mt, gid, oid, null, in testSendVendorUciMessage()
/packages/modules/Uwb/service/uci/jni/src/
Duci_jni_android_new.rs1196 mt: jint, in Java_com_android_server_uwb_jni_NativeUwbManager_nativeSendRawVendorCmd()
1204 native_send_raw_vendor_cmd(env, obj, mt, gid, oid, payload_jarray, chip_id), in Java_com_android_server_uwb_jni_NativeUwbManager_nativeSendRawVendorCmd()
1227 mt: jint, in native_send_raw_vendor_cmd()
1236 uci_manager.raw_uci_cmd(mt as u32, gid as u32, oid as u32, payload) in native_send_raw_vendor_cmd()
/packages/apps/Nfc/nci/jni/
DNativeNfcManager.cpp2107 jint mt, jint gid, jint oid, in nfcManager_nativeSendRawVendorCmd() argument
2124 command.push_back((uint8_t)((mt << NCI_MT_SHIFT) | gid)); in nfcManager_nativeSendRawVendorCmd()
/packages/apps/Car/DebuggingRestrictionController/libs/
Dhttpcore-4.4.13.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/packages/apps/DocumentsUI/tests/res/raw/
Dimages_tar536 …Z iq��3S�u�M4e��9 c�?�T��\x�[��� �s�'��p�x#��ֺ�Ջ�q;$y~�'�?�=���,mt�b�.s�ޛ�Й4��RO&D��…
668 …�����qYZ��"����"e�}�wB���sO��+��~-��-�`�)�|��ZMM���CN���4���ҹڠc'ӷ���;Y��mt�>aj�ݹ<����? -.umcV…
1218 …w����l���xv���&�jP��쳀Lo��8�� t�Ǩ;n�ģ�j��#2_$�(����qR�e-&Adw���pN��m�mt�'���梻��,q�=��Rj…
1937 …#w��]��0����q�1b�B����k���zR�v��V)��<�5f�M�䑀��5����e�iz��g�o��N���-mt�����Ł�§`�9�(�2Z!��n…
2851 …�t��Ԟ+���ǥ��=���1�t��үZ�����F����O_Z΃�~��5����=�;φ�v�ϧ�3)����U�mt���� _��c���!�I��?f…
3170 …���wX�%�TA� ����\Wў��YӒ��$��s���^A��������웂&��^��y�Ţ�x�Cv�<�Q�e�Imt��:�'�ն�9�G=kм9�Z�n…
3747 �HPr9��q�G'˸�������K��*0�>�#���]�c$�#����G�8���V%�;z(�5mt%(6�2Ü��]�x�Q��fv���*ſ���
5562 ŏ �$�����e�u�W�ur�����mt�"�ɓ�:�z��9��}a���6k��x�u��|��o�l���o=�m�,IEd�����g[�DIhk��Rx���…
5582 w6FT�� r1�*9�*0��<[C�<���,r�ąv�FO��Z�mt�OV_�9���\���]��+�,�f�n�����8��PGbs����������x��tI#h7�!vU…
5658 …�q�W�� ���?p�r�!Gl��'�aL�I��g�E��rN��2�s �X�G �}�-WW�ĺ_]�']�����%������(mt ��R&(ل�&9�=p'����…
[all …]
/packages/inputmethods/LatinIME/dictionaries/
Dsv_wordlist.combined.gz
Dnb_wordlist.combined.gz
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
Dde_wordlist.combined.gz1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ...
Dtr_wordlist.combined.gz1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ...
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/classifier/
Dprecomputed_test_app_list.csv6167 com.mt.mtxx.mtxx 10182
/packages/modules/AdServices/adservices/apk/assets/classifier/
Dprecomputed_app_list.csv6167 com.mt.mtxx.mtxx 10182

12