/aosp12/frameworks/rs/ |
H A D | rsType.cpp | 261 ALOGE("pointer for type: %p", nt); in getTypeRef() 265 nt->mDimLOD = params->mipmaps; in getTypeRef() 266 returnRef.set(nt); in getTypeRef() 267 nt->mElement.set(e); in getTypeRef() 268 nt->mHal.state.dimX = params->dimX; in getTypeRef() 269 nt->mHal.state.dimY = params->dimY; in getTypeRef() 270 nt->mHal.state.dimZ = params->dimZ; in getTypeRef() 274 nt->mHal.state.arrayCount = 0; in getTypeRef() 280 nt->mHal.state.arrays = new uint32_t[nt->mHal.state.arrayCount]; in getTypeRef() 287 nt->compute(); in getTypeRef() [all …]
|
H A D | rsScriptGroup.cpp | 83 Node *nt = NULL; in calcOrderRecurse() local 85 nt = findNode(l->mDstField->mScript); in calcOrderRecurse() 87 nt = findNode(l->mDstKernel->mScript); in calcOrderRecurse() 89 if (nt->mSeen) { in calcOrderRecurse() 92 ret &= calcOrderRecurse(nt, n->mOrder + 1); in calcOrderRecurse()
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/test/ |
H A D | README.txt | 2 - To execute test suite nt times with n entries, command "ipanatest sep nt n" 8 - To execute test suite nt times with n entries, command "ipanatest reg nt n" 13 3. To run inotify regression test use command, "ipanattest inotify nt"
|
H A D | main.c | 305 int cnt, nt=1; in main() local 317 nt = atoi(argv[2]); in main() 319 IPADBG("Reg: %d, Nat Entries: %d\n", nt, total_entries); in main() 324 nt = atoi(argv[2]); in main() 348 for (cnt=0; cnt<nt; cnt++) in main()
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipanat/test/ |
H A D | README.txt | 2 - To execute test suite nt times with n entries, command "ipanatest sep nt n" 8 - To execute test suite nt times with n entries, command "ipanatest reg nt n" 13 3. To run inotify regression test use command, "ipanattest inotify nt"
|
H A D | main.c | 305 int cnt, nt=1; in main() local 317 nt = atoi(argv[2]); in main() 319 IPADBG("Reg: %d, Nat Entries: %d\n", nt, total_entries); in main() 324 nt = atoi(argv[2]); in main() 348 for (cnt=0; cnt<nt; cnt++) in main()
|
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipanat/test/ |
H A D | README.txt | 2 - To execute test suite nt times with n entries, command "ipanatest sep nt n" 8 - To execute test suite nt times with n entries, command "ipanatest reg nt n" 13 3. To run inotify regression test use command, "ipanattest inotify nt"
|
H A D | main.c | 305 int cnt, nt=1; in main() local 317 nt = atoi(argv[2]); in main() 319 IPADBG("Reg: %d, Nat Entries: %d\n", nt, total_entries); in main() 324 nt = atoi(argv[2]); in main() 348 for (cnt=0; cnt<nt; cnt++) in main()
|
/aosp12/system/security/keystore2/src/ |
H A D | watchdog.rs | 85 Some(nt) => { in update_overdue_and_find_next_timeout() 86 if timeout < nt { in update_overdue_and_find_next_timeout() 89 Some(nt) in update_overdue_and_find_next_timeout()
|
/aosp12/frameworks/base/tools/powermodel/test-resource/ |
H A D | bs.csv | 5 9,10139,l,nt,13688501,534571,13842,7792,9925,5577,30,67,190051799,27,0,0,5,3,126020,42343,13842,779…
|
/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | ScriptGroup.java | 715 Node nt = findNode(to.mScript); in addConnection() local 716 if (nt == null) { in addConnection() 724 nt.mInputs.add(cl); in addConnection() 750 Node nt = findNode(to); in addConnection() local 751 if (nt == null) { in addConnection() 759 nt.mInputs.add(cl); in addConnection()
|
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/ |
H A D | ScriptGroup.java | 781 Node nt = findNode(to.mScript); in addConnection() local 782 if (nt == null) { in addConnection() 790 nt.mInputs.add(cl); in addConnection() 815 Node nt = findNode(to); in addConnection() local 816 if (nt == null) { in addConnection() 824 nt.mInputs.add(cl); in addConnection()
|
/aosp12/packages/modules/Connectivity/services/core/java/com/android/server/ |
H A D | ConnectivityService.java | 2767 private void updateNetworkSettings(NetworkStateTracker nt) { in updateNetworkSettings() argument 2768 String key = nt.getTcpBufferSizesPropName(); in updateNetworkSettings() 2838 NetworkStateTracker nt = mNetTrackers[i]; in reassessPidDns() local 2839 if (nt.getNetworkInfo().isConnected() && in reassessPidDns() 2840 !nt.isTeardownRequested()) { in reassessPidDns() 2841 LinkProperties p = nt.getLinkProperties(); in reassessPidDns() 2914 NetworkStateTracker nt = mNetTrackers[netType]; in handleDnsConfigurationChange() local 2915 if (nt != null && nt.getNetworkInfo().isConnected() && !nt.isTeardownRequested()) { in handleDnsConfigurationChange() 2916 LinkProperties p = nt.getLinkProperties(); in handleDnsConfigurationChange() 2919 int netId = nt.getNetwork().netId; in handleDnsConfigurationChange() [all …]
|
/aosp12/hardware/qcom/sm8150p/gps/utils/ |
H A D | gps_extended_c.h | 1906 uint16_t nt; member
|
/aosp12/hardware/qcom/sm7150/gps/utils/ |
H A D | gps_extended_c.h | 1938 uint16_t nt; member
|
/aosp12/hardware/qcom/sm8150/gps/utils/ |
H A D | gps_extended_c.h | 2011 uint16_t nt; member
|
/aosp12/hardware/qcom/sm7250/gps/utils/ |
H A D | gps_extended_c.h | 2011 uint16_t nt; member
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | tr_wordlist.combined.gz | 1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ... |
H A D | fi_wordlist.combined.gz | 1dictionary=main:fi,locale=fi,description=Suomi,date=1393228135, ... |
H A D | ro_wordlist.combined.gz | 1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ... |
H A D | sv_wordlist.combined.gz | 1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ... |
/aosp12/bootable/recovery/tests/testdata/ |
H A D | recovery_body | 3037 …�Z �#�mT��&ʷʹ�����R�n�TU�j��L�څ�����6Cx������L�(j��L5/s�q�D����N��ntV^d�C�_c�� =�#��i�… 3619 ����Sn��T˰&��y-��4�Mg�KYL�t�nt�'6=U.a�}j�aU�|<��k!�N�����K=���X��<8�ĩM9�bZt�ԏ+�ʁk� /�m… 3896 …I���Wh.X;�ƤX�� ��p��K�z��Q��1a�d����r���=��ڄ*�d����k����ntKā�ؔmBtk��`��ȣ;�v… 5448 ��6���"�M����J᳄��MW��5�j�=I���ܩq�9�(��p���$�VXy����l�GJ�u�~+[0!nt��&��F��?�7�RXe�� <�w��1… 5539 �J>����B8�BhB��Js+'�)�t.ǑBv�S����R��^��3Y�N�g<�nt�!�v������5�4�[)��Oo�>�F����+����w-���… 5664 …�����+c>��G��u� Y�<�����I�Q�i����C�>��R^5��������v�w?8>s%5p��O����nt��%'�b�V���,]�[�/��Z…
|
/aosp12/system/extras/simpleperf/scripts/inferno/ |
H A D | inferno.b64 | 1 …6HSEljNQiRfjgt2g9VFzn+Tqh6eu88th7d9ez+g016s9Q9sG3BtjutB08ImAT1DvUZ+iPgHv5l/nt/nM9uNaaiGYldFkUklAhh…
|
/aosp12/packages/apps/DocumentsUI/tests/res/raw/ |
H A D | images_tar | 1355 *9nt%FO���S��?�&qi{%ҍ���9\����n"�:�H$.zT��m����\�KP���x.�:��ֶ��n g�y�j7Moi>�*�fP���OL��o"%… 3279 �*�nt��0A隚�$~���<.����:�nw����P4:y�m�9#�G���s��y?J&�H��94���6�ʜ.zZhCU���������#�F�H… 4920 …�98�>7a�'Bp=��+11ǥ;�Xn�9�O�6B���9^ޔ(eP<N)�:�`�Fs��D�I����c�@��,�nt'h�HR7#�����צ�ݒs�… 5360 3nt(r���&��X��I�PD&��uqۆ���|�j4��bqځ�+�����N0NA�̝U�<tӝ�E��e�O#��d�C����L6�#�q�N�8�… 8149 …Ih��7l��:���q�L� � v���@Rī�2Z���O_Jr�Zj����$�R;`˓���sM&�nt;�\'��]g�c߿cM��8… 8189 �������+yA<s���S �{�9�nt�t t��ڮ�0@''��ŷ�#��N��7�����H7*@ ������������E�l��q�ѵ��@�J… 9275 ��T/ntׄ�>r�#���5�i<#���Zꬬ@ 10389 �W�.nt�9}�Yܻ۠��[���Ʃr��UX`�9��F�V^T,�)��'''���ji�$���E�$~�8lt�8�(kpS���5[�>��7�F��t�^Ҽ^�x6;… 13899 nt��-�-�`t㠯-��Y�<\��y����,{v�^�����v6�;3K7S�zE�/c�<E�ymd�9$m{��r:����<,8.?.��x��L�!���… 15874 …@�ep�2I�QSf�Q��j�|B�'��������p�?�ڇ�<_e`����E`@���q���,���nt�$>�]L'?���?� #m�6… [all …]
|
/aosp12/hardware/interfaces/tv/tuner/assets/ |
H A D | tuner_frontend_input.ts | 5116 …�Ô�!��9Q�'��uK�fc�)��E�l��|~L�R�%�S�hЌx�_����LC{�Ѩ����\����N�4v��]�nt�m:ޔ��c��CL��/�.�…
|