/frameworks/libs/binary_translation/runtime_primitives/ |
D | translation_cache_test.cc | 37 TranslationCache tc; in TEST() local 39 EXPECT_EQ(tc.GetHostCodePtr(pc)->load(), kEntryNotTranslated); in TEST() 40 EXPECT_EQ(tc.GetHostCodePtr(pc + 1024)->load(), kEntryNotTranslated); in TEST() 41 EXPECT_EQ(tc.GetInvocationCounter(pc), 0U); in TEST() 47 TranslationCache tc; in TEST() local 50 GuestCodeEntry* entry = tc.AddAndLockForTranslation(pc, 0); in TEST() 54 tc.SetTranslatedAndUnlock(pc, entry, 1, GuestCodeEntry::Kind::kSpecialHandler, {kEntryNoExec, 0}); in TEST() 56 EXPECT_EQ(tc.GetInvocationCounter(pc), 42U); in TEST() 62 TranslationCache tc; in TEST() local 65 ASSERT_FALSE(tc.AddAndLockForTranslation(pc, 1)); in TEST() [all …]
|
/frameworks/av/services/camera/libcameraservice/tests/ |
D | ClientManagerTest.cpp | 45 TestDescriptorPtr makeDescFromTestClient(const TestClient& tc) { in makeDescFromTestClient() argument 46 return std::make_shared<TestClientDescriptor>(/*ID*/tc.mId, tc, tc.mCost, tc.mConflictingKeys, in makeDescFromTestClient() 47 tc.mScore, tc.mOwnerId, tc.mState, tc.mIsVendorClient, /*oomScoreOffset*/0); in makeDescFromTestClient()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
D | BitUtilsTest.java | 148 for (BitPackingTestCase tc : testCases) { in testBitsPacking() 149 int[] got = unpackBits(tc.packedBits); in testBitsPacking() 152 + tc.packedBits in testBitsPacking() 154 + Arrays.toString(tc.bits) in testBitsPacking() 157 Arrays.equals(tc.bits, got)); in testBitsPacking() 159 for (BitPackingTestCase tc : testCases) { in testBitsPacking() 160 long got = packBits(tc.bits); in testBitsPacking() 163 + Arrays.toString(tc.bits) in testBitsPacking() 165 + tc.packedBits in testBitsPacking() 168 tc.packedBits, in testBitsPacking()
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | LVM_Mixer_TimeConstant.cpp | 59 LVM_FLOAT LVM_Mixer_TimeConstant(LVM_UINT32 tc, LVM_UINT32 Fs, LVM_UINT16 NumChannels) { in LVM_Mixer_TimeConstant() argument 80 Product = ((tc >> 16) * (LVM_UINT32)Fs) << 13; /* Stereo value */ in LVM_Mixer_TimeConstant() 81 Product = Product + (((tc & 0x0000FFFF) * (LVM_UINT32)Fs) >> 3); in LVM_Mixer_TimeConstant()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | KeyguardController.java | 438 final TransitionController tc = mRootWindowContainer.mTransitionController; in handleOccludedChanged() local 442 final boolean executeTransition = performTransition && !tc.isCollecting(); in handleOccludedChanged() 451 if (tc.isShellTransitionsEnabled()) { in handleOccludedChanged() 454 Transition transition = tc.requestTransitionIfNeeded(type, flag, trigger, in handleOccludedChanged() 458 transition = tc.getCollectingTransition(); in handleOccludedChanged() 466 if (tc.inTransition()) { in handleOccludedChanged() 467 tc.mStateValidators.add(mWindowManager.mPolicy::applyKeyguardOcclusionChange); in handleOccludedChanged()
|
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
D | Mixer.h | 63 LVM_FLOAT LVM_Mixer_TimeConstant(LVM_UINT32 tc, LVM_UINT32 Fs, LVM_UINT16 NumChannels);
|
/frameworks/libs/binary_translation/code_gen_lib/ |
D | code_gen_lib_riscv64_test.cc | 89 auto* tc = TranslationCache::GetInstance(); in AddToTranslationCache() local 90 GuestCodeEntry* entry = tc->AddAndLockForTranslation(guest_addr, 0); in AddToTranslationCache() 92 tc->SetTranslatedAndUnlock( in AddToTranslationCache()
|
/frameworks/base/tools/aapt2/ |
D | ResourceParser_test.cpp | 247 <string name="foo" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> in TEST_F() 259 <string name="foo" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> in TEST_F() 266 <string name="foo" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> in TEST_F() 281 <string name="foo" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> in TEST_F() 353 std::string input = R"(<macro name="foo" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> in TEST_F()
|
/frameworks/base/core/res/geoid_map_assets/ |
D | expiration-distance-disk-tile-3.textpb | 2 …7~\264e===\177xD\234\252\257\307\307\237\'\3618\350u\336\321c\343\360\327%\tc:\331@4\b\347\360\344…
|
D | expiration-distance-disk-tile-b.textpb | 2 …\306\240=\231\325N\274z\264\230\251@J^\360\216\323\351\270J)\237r]\005A\325tc\016\256\002\222\3401…
|
D | geoid-height-disk-tile-5.textpb | 2 …tc\000\325w\214\036\325Y\342\250\305\256{T\313g\221\322\232\366\333\017JU^9\246\313n\010\310\252r\…
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | TextViewActivityTest.java | 1074 final SingleActionTextClassifier tc = useSingleActionTextClassifier(); in testAssistItemIsAtIndexZero() local 1091 mToolbar.assertFloatingToolbarContainsItemAtIndex(tc.getActionLabel(), 0); in testAssistItemIsAtIndexZero() 1096 final SingleActionTextClassifier tc = useSingleActionTextClassifier(); in testNoAssistItemForPasswordField() local 1108 mToolbar.assertFloatingToolbarDoesNotContainItem(tc.getActionLabel()); in testNoAssistItemForPasswordField() 1114 final SingleActionTextClassifier tc = useSingleActionTextClassifier(); in testNoAssistItemForTextFieldWithUnsupportedCharacters() local 1121 mToolbar.assertFloatingToolbarDoesNotContainItem(tc.getActionLabel()); in testNoAssistItemForTextFieldWithUnsupportedCharacters()
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CameraMetadataNative.java | 1747 TonemapCurve tc = new TonemapCurve(red, green, blue); in getTonemapCurve() local 1748 return tc; in getTonemapCurve() 2080 private <T> boolean setTonemapCurve(TonemapCurve tc) { in setTonemapCurve() argument 2081 if (tc == null) { in setTonemapCurve() 2087 int pointCount = tc.getPointCount(i); in setTonemapCurve() 2089 tc.copyColorCurve(i, curve[i], 0); in setTonemapCurve()
|
/frameworks/base/services/tests/mockingservicestests/res/raw/ |
D | backup_telephony_with_password | 37 …��/��.�����S��;���h.!�S�����?` k��5g�j�j+IPp��T^z�i �k�e�)v��!n�wr� tc��C�]f��W@�f���X…
|
/frameworks/av/media/libstagefright/httplive/fuzzer/corpus/ |
D | index9 | 786 ڙ�V��E䰅�tc;�-g�G��E��S���4�n����4����$�j��8�-��ȩ��eM��Z�qmb�nwb���]�N�5ق�v��[�~���x… 1375 …L����D�"�(�GNgWq�D\/�O���Ր�t��o��hl����k7Sl/������[)��O�"�@ڌ8)̿tc��9��H~0"c6�3�����…
|
D | index13 | 785 ڙ�V��E䰅�tc;�-g�G��E��S���4�n����4����$�j��8�-��ȩ��eM��Z�qmb�nwb���]�N�5ق�v��[�~���x… 1374 …L����D�"�(�GNgWq�D\/�O���Ր�t��o��hl����k7Sl/������[)��O�"�@ڌ8)̿tc��9��H~0"c6�3�����…
|
D | index11 | 786 ڙ�V��E䰅�tc;�-g�G��E��S���4�n����4����$�j��8�-��ȩ��eM��Z�qmb�nwb���]�N�5ق�v��[�~���x… 1375 …L����D�"�(�GNgWq�D\/�O���Ր�t��o��hl����k7Sl/������[)��O�"�@ڌ8)̿tc��9��H~0"c6�3�����…
|
D | index10 | 790 ڙ�V��E䰅�tc;�-g�G��E��S���4�n����4����$�j��8�-��ȩ��eM��Z�qmb�nwb���]�N�5ق�v��[�~���x… 1379 …L����D�"�(�GNgWq�D\/�O���Ր�t��o��hl����k7Sl/������[)��O�"�@ڌ8)̿tc��9��H~0"c6�3�����…
|
D | index12 | 789 ڙ�V��E䰅�tc;�-g�G��E��S���4�n����4����$�j��8�-��ȩ��eM��Z�qmb�nwb���]�N�5ق�v��[�~���x… 1378 …L����D�"�(�GNgWq�D\/�O���Ր�t��o��hl����k7Sl/������[)��O�"�@ڌ8)̿tc��9��H~0"c6�3�����…
|
D | index15 | 798 ڙ�V��E䰅�tc;�-g�G��E��S���4�n����4����$�j��8�-��ȩ��eM��Z�qmb�nwb���]�N�5ق�v��[�~���x… 1387 …L����D�"�(�GNgWq�D\/�O���Ր�t��o��hl����k7Sl/������[)��O�"�@ڌ8)̿tc��9��H~0"c6�3�����…
|
D | index16 | 803 ڙ�V��E䰅�tc;�-g�G��E��S���4�n����4����$�j��8�-��ȩ��eM��Z�qmb�nwb���]�N�5ق�v��[�~���x… 1392 …L����D�"�(�GNgWq�D\/�O���Ր�t��o��hl����k7Sl/������[)��O�"�@ڌ8)̿tc��9��H~0"c6�3�����…
|
D | index18 | 784 ڙ�V��E䰅�tc;�-g�G��E��S���4�n����4����$�j��8�-��ȩ��eM��Z�qmb�nwb���]�N�5ق�v��[�~���x… 1373 …L����D�"�(�GNgWq�D\/�O���Ր�t��o��hl����k7Sl/������[)��O�"�@ڌ8)̿tc��9��H~0"c6�3�����…
|
D | meta | 1407 a��g&��50�3pU0(���G����=w�2!O����4)tc�5sv�� 2815 …�?4��dyw���{bW�fXp#zB�Pv���|����\�r������t�#��������!�4��G7� �sƄ���tc��x���;���Zm�<��LI��… 3957 …���Fq@K�pԲVLl��X�C�>�Ev�h�M�tc�Z�X��'n7���ޝ+dz;�����[:~�Bt�d@�|�Y��ۭz�1�k�=e�WO�����Fq@K… 4642 G�tc#I��¥�/�>v�&yj������K�dT��d����-_RY�d���3�*J�Yz`Y�IPk/L0�* 6118 9]k��L�!�z�2�� �w�l�q^��B�m�[ę�?��z˥���R�l|�#c�tR�R�O�:δ죣��z����=����J��z�tc��.���&e��=G�d�… 6948 ԻBᩁZ�hA�50%E|�<�Z���(rE������������j�tc���H� 8814 6a��=�'���0�oW?w,��tc�h3V�0�f�n���ї�p�M~<ѭi) 8816 6a��=�'���0�oW?w,��tc�h3V�0�f�n���ї�p�M~<ѭi) 9647 ~a #`��Bu�a�Yr���S�@tc�q���_�u�;Z�;Z/I���j 'KI��Ƙ��=�,e�����,�q�_�:-9�>�l���3�*�Xz… 11526 …j�������2�z�\fY�=�\�8��a���0 ��R�B;3��� ��jRg'������E1O3: �t�u��Yu�ȗJ�tc�]C�<8NR�x [all …]
|
D | meta2 | 1449 a��g&��50�3pU0(���G����=w�2!O����4)tc�5sv�� 2857 …�?4��dyw���{bW�fXp#zB�Pv���|����\�r������t�#��������!�4��G7� �sƄ���tc��x���;���Zm�<��LI��… 3999 …���Fq@K�pԲVLl��X�C�>�Ev�h�M�tc�Z�X��'n7���ޝ+dz;�����[:~�Bt�d@�|�Y��ۭz�1�k�=e�WO�����Fq@K… 4684 G�tc#I��¥�/�>v�&yj������K�dT��d����-_RY�d���3�*J�Yz`Y�IPk/L0�* 6160 9]k��L�!�z�2�� �w�l�q^��B�m�[ę�?��z˥���R�l|�#c�tR�R�O�:δ죣��z����=����J��z�tc��.���&e��=G�d�… 6990 ԻBᩁZ�hA�50%E|�<�Z���(rE������������j�tc���H� 8856 6a��=�'���0�oW?w,��tc�h3V�0�f�n���ї�p�M~<ѭi) 8858 6a��=�'���0�oW?w,��tc�h3V�0�f�n���ї�p�M~<ѭi) 9689 ~a #`��Bu�a�Yr���S�@tc�q���_�u�;Z�;Z/I���j 'KI��Ƙ��=�,e�����,�q�_�:-9�>�l���3�*�Xz… 11568 …j�������2�z�\fY�=�\�8��a���0 ��R�B;3��� ��jRg'������E1O3: �t�u��Yu�ȗJ�tc�]C�<8NR�x [all …]
|
D | master_playlist | 1582 ڙ�V��E䰅�tc;�-g�G��E��S���4�n����4����$�j��8�-��ȩ��eM��Z�qmb�nwb���]�N�5ق�v��[�~���x… 2171 …L����D�"�(�GNgWq�D\/�O���Ր�t��o��hl����k7Sl/������[)��O�"�@ڌ8)̿tc��9��H~0"c6�3�����…
|