/cts/tests/tests/rscpp/librscpptest/ |
D | primitives.rs | 9 long longTest = 17179869184l; // 1 << 34 10 long long longlongTest = 68719476736l; // 1 << 36 20 int64_t int64_tTest = -17179869184l; // - 1 << 34 21 uint64_t uint64_tTest = 117179869184l; 32 _RS_ASSERT(longTest == 17179869185l); 33 _RS_ASSERT(longlongTest == 68719476735l); 39 _RS_ASSERT(int64_tTest == -17179869184l); 40 _RS_ASSERT(uint64_tTest == 117179869185l);
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_array/ |
D | Test_new_array.java | 35 int l = r.length; in testN1() local 36 assertEquals(10, l); in testN1() 39 for (int i = 0; i < l; i++) { in testN1() 51 int l = r.length; in testN2() local 52 assertEquals(10, l); in testN2() 55 for (int i = 0; i < l; i++) { in testN2() 66 int l = r.length; in testN3() local 67 assertEquals(10, l); in testN3() 70 for (int i = 0; i < l; i++) { in testN3()
|
/cts/tests/tests/media/libaudiojni/ |
D | Gate.h | 63 std::unique_lock<std::mutex> l(mLock); in wait() 69 mCondition.wait(l); in wait() 76 std::lock_guard<std::mutex> l(mLock); in closeGate() 84 std::lock_guard<std::mutex> l(mLock); in openGate() 97 std::lock_guard<std::mutex> l(mLock); in terminate() 106 std::lock_guard<std::mutex> l(mLock); in isOpen() 112 std::lock_guard<std::mutex> l(mLock); in waiters()
|
D | audio-track-native.cpp | 76 auto_lock l(mLock); in open() local 171 auto_lock l(mLock); in close() local 206 auto_lock l(mLock); in setPlayState() local 220 auto_lock l(mLock); in getPlayState() local 234 auto_lock l(mLock); in getPositionInMsec() local 265 auto_lock l(mLock); in flush() local 286 auto_lock l(mLock); in write() local 302 auto_lock l(mLock); in write() local 315 auto_lock l(mLock); in logBufferState() local 323 auto_lock l(mLock); in getBuffersPending() local [all …]
|
D | sl-utils.cpp | 121 Mutex::Autolock l(gLock); in OpenSLEngine() local 130 Mutex::Autolock l(gLock); in CloseSLEngine() local
|
D | audio-record-native.cpp | 80 auto_lock l(mLock); in open() local 185 auto_lock l(mLock); in close() local 215 auto_lock l(mLock); in setRecordState() local 232 auto_lock l(mLock); in getRecordState() local 246 auto_lock l(mLock); in getPositionInMsec() local 277 auto_lock l(mLock); in flush() local 303 auto_lock l(mLock); in read() local 338 auto_lock l(mLock); in logBufferState() local 346 auto_lock l(mLock); in getBuffersPending() local 365 auto_lock l(mLock); in bufferQueueCallback() local
|
/cts/tests/tests/location/src/android/location/cts/ |
D | LocationTest.java | 57 Location l = createTestLocation(); in testConstructor() local 58 Location location = new Location(l); in testConstructor() 470 private void assertTestLocation(Location l) { in assertTestLocation() argument 471 assertNotNull(l); in assertTestLocation() 472 assertEquals(TEST_PROVIDER, l.getProvider()); in assertTestLocation() 473 assertEquals(TEST_ACCURACY, l.getAccuracy(), DELTA); in assertTestLocation() 474 assertEquals(TEST_ALTITUDE, l.getAltitude(), DELTA); in assertTestLocation() 475 assertEquals(TEST_LATITUDE, l.getLatitude(), DELTA); in assertTestLocation() 476 assertEquals(TEST_BEARING, l.getBearing(), DELTA); in assertTestLocation() 477 assertEquals(TEST_LONGITUDE, l.getLongitude(), DELTA); in assertTestLocation() [all …]
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | primitives.rs | 21 long longTest = 17179869184l; // 1 << 34 22 long long longlongTest = 68719476736l; // 1 << 36 36 int64_t int64_tTest = -17179869184l; // - 1 << 34 37 uint64_t uint64_tTest = 117179869184l; 48 _RS_ASSERT(longTest == 17179869185l); 49 _RS_ASSERT(longlongTest == 68719476735l); 55 _RS_ASSERT(int64_tTest == -17179869184l); 56 _RS_ASSERT(uint64_tTest == 117179869185l);
|
D | RSUtils.java | 169 long l = r.nextLong(); in genRandomLongs() local 170 if (signed && l < 0) { in genRandomLongs() 171 l = l | negativeMask; in genRandomLongs() 173 l = l & positiveMask; in genRandomLongs() 175 array[i] = l; in genRandomLongs()
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | earley-boyer.js | 742 function sc_lastPair(l) { argument 743 if (!sc_isPair(l)) sc_error("sc_lastPair: pair expected"); 744 var res = l; 745 var cdr = l.cdr; 811 function sc_length(l) { argument 813 while (l !== null) { 815 l = l.cdr; 821 function sc_remq(o, l) { argument 824 while (l !== null) { 825 if (l.car !== o) { [all …]
|
D | box2d.js | 29 …b2CircleShape.apply(this,arguments)}function l(){l.b2EdgeChainDef.apply(this,arguments);this.const… function 43 …ox2D.Collision.Shapes.b2CircleShape=h;Box2D.Collision.Shapes.b2EdgeChainDef=l;Box2D.Collision.Shap… 51 …2Segment,d=Box2D.Collision.b2SeparationFunction,h=Box2D.Collision.b2Simplex,l=Box2D.Collision.b2Si… 109 …=1/(m+f+b);this.m_v1.a=m*s;this.m_v2.a=f*s;this.m_v3.a=b*s;this.m_count=3}};l.b2SimplexCache=funct… method 113 …imeOfImpact.b2_toiMaxRootIters=0;Box2D.Collision.b2TimeOfImpact.s_cache=new l;Box2D.Collision.b2Ti… 145 …],aa=N.x-0,Z=N.y-0,d=S.x-0,h=S.y-0,l=aa*h-Z*d,j=0.5*l;H+=j;u+=j*E*(0+N.x+S.x);D+=j*E*(0+N.y+S.y);N… 150 …r S=-R,aa=E,Z=N=Number.MAX_VALUE,d=-Number.MAX_VALUE,h=-Number.MAX_VALUE,l=0;l<u;++l){var j=H[l].x- 151 O.x,o=H[l].y-O.y,q=E*j+R*o;j=S*j+aa*o;if(q<N)N=q;if(j<Z)Z=j;if(q>d)d=q;if(j>h)h=j}l=(d-N)*(h-Z);if(… 182 …ox2D.Dynamics.b2Island,d=Box2D.Dynamics.b2TimeStep,h=Box2D.Dynamics.b2World,l=Box2D.Dynamics.Conta… 217 …l.e_filterFlag){if(e.ShouldCollide(b)==false){c=a;a=c.GetNext();this.Destroy(c);continue}if(this.m… [all …]
|
/cts/suite/audio_quality/lib/src/ |
D | StringUtil.cpp | 44 size_t l = str.length(); in substr() local 46 if (pos >= l) { in substr() 50 if ((pos + n) > l) { in substr() 51 n = l - pos; in substr()
|
/cts/apps/CameraITS/tests/scene2/ |
D | test_faces.py | 91 l, r = face['bounds']['left'], face['bounds']['right'] 93 assert(l <= left_eye['x'] <= r) 95 assert(l <= right_eye['x'] <= r) 97 assert(l <= mouth['x'] <= r)
|
/cts/tests/tests/media/assets/ |
D | segment000000.ts | 58 ��_��U�#���8?�9�x�0�'{B��O�{�<�����ОP�xF�����_>����O�G����`~�����|[ ���'�����w�l… 73 �3m�|mӶ��r ��ݢۦbā8��уK�� ��"�l�nq�8b�\���PbT�����u` 86 �KY���W�D�F���1$'YM�s�N�<��9g��3�l��[3I��6���W���_:�+�H�k���{W�#c:�8f}v��\���1����… 95 �U|�#4l����F���*���P�����OO$D0�ɢퟹ�4� 96 B���c>�ٝ�����f���vY�\���>���������)�05�;rl��[���w3��m�CEW� 97 …F8p[cf��4S����*�窖�|[�w��G���C\Z�&3y�\7%���9r�*����Xт:CL~���l��ц����%�}?�K���G�U… 131 q!I��v��/���8�:�O�p�`w��RGx�Z�f�$h��/&D��{�ŷ\�Ӡ³�w���P�"\l7Ea���jClrh�a��_3�l��P(��Ys�]����… 141 …<�ߟ�)R���s���?����jq��y� -%|'��_�6��d����z��h-���\��-�W�/��&�%��E�0͡l>-��K�)+��j9�c��p�… 143 …�ŁQ:K��E��s�_�0g���O]Y�i�Z+��/��l��|�G?�����"-��<x�O>�����˄ zwBs��4���I��돕"$���?��… 179 �x��?�����¸*��6�����KC`���w�8SM�����M8e�����-����m+�����?����������}��l(;�7�[4��a�…
|
D | segment000001.ts | 3 …=���X_�Է�ث� �GVT��n]���;�8\�&_��ḏ��������������_�p�[�m�������-mj��l'K�d��T���A�yN�Z�… 14 …9]���G�K����\t����3~�jI�c3�N����R{�1I�f��?'-|b��\�vV���K�d���l��E�m~�x�����w�n����… 28 …l&�JMV�k&N��N�?Y�e��}�}�s��#��&Խ���gm��]���ս?���6�bH����Gi�%��/��<�����R���\��,�qE$�%/… 33 …o�"��"�%U���;3V���=��������dW4�nn�FzD�,�~��*뾜�B� �����/5��Z;��O�&`�Ce%��6l�]���:����^��.���… 35 …��8¶������<Y���L�1����)�#�}�n�`���� ��٨�<�uF}u�닑g�(�SW�T������|[ȁ{�V/_��&`a���'��l�Z�k��Š�e 39 .ŧ�G�Hj��"����}��@�z�ooO�O����o��ؖ�?����3Ja���-�f8��6l ����[|��e���:g#(����G{�}��… 41 …�)�XW�#};4�_���Z��ǡi���7H����_Yf�7��;'�Eb�wG�T?����@{M;�-���h��$Q��4���l 1�H49d#JÇ�i�n�;�… 42 ����ӀC�A��4���.k���$�U��Y�(ƳI�p9Ǧ��b@�%�m_�����n��c�Y�_�S���F&l�f��_u�ӄ�?�O�@��D��5 106 … I/#�L�Ɉ��m<wRAwv��/���v�4��Y[�Q�E�s@��ɮJ�~33���J�������U�pG���/͆�U|��^�T�0"l%ŝ��u��I
|
D | fileSequence0.ts | 7 V`$�]�z�Q���юX���0�P �:Ӟxv��^�n1��S��a偍SF�2�@�c)0܋}�W��1����Gjo��_���.l��Z��T-�����-� … 107 …bN��@ -?d$ ��"k�����*�:��GA��!CSA�V���{���p���^7�(��Ʈ�f&#ncW��l@8鈮�A� O�����ׯ$��… 109 …�&&�M��kj��2�t�Y ��krF�9qTkl`f�F�ω���c�?]6q?'2����n���5D u�{^@*����v��Z�B��i"l�)��"[W���0] 111 Ϛ���f��l�TQ$(�P���`��*�MΩ�G���Ȃ�L�1쁔�%��2�N~ 113 �2J�$R>����b�M.9�j/�yx��\�l��:�7��M�)£������?�D��BзJ�f�:���+z�<vw���N�8R�D���x|C>���D�4… 121 …�A�JP^<��ay��[OM�k|S��T�@ܲ�~��y_I�6��D�,2�GɃ��U�9��d�?.��u)NAҪ�:��l!��"���pPAɞ�qY��)p… 163 NXG8�F���.�H��k_[}�C����'l�<'��-=Q7�[��z�ҩ�"]ާ�_L�LK�v��T�����_��j3�û/��n�~��><Cy3V���T… 175 �Oxw�l�BJ�bJ������r���n�ᬋRE�b��c���� C����P�m@!���.d�ߊ!�����Xt�u��0��9�đm�aZ�e�… 176 …8��\@ ��7��[D�b��`,(�âP��Y�J�ҥ�y�(c��$���t/ŤA����ׯNhґg�Gk�@"����l�����ɞT����%��W�P�… 205 …N��lW>�AG����ꙕ�{�s��������hҲ���c�%�$�iR΅t�u��#?�y���v�%:�yi�����J1��l<��"��z�^f�X� [all …]
|
D | fileSequence1.ts | 18 �*&���}�ΜU�4����Z���>=i�5�l��5*f��Ç���{ 91 }0�TL�Z��7�s����G��'M`�*iX����;6,���F����|w�y�(�P�Z:�:����dP�P��l��r�������P,iߊ*Ec@KJ8�v… 119 _g������|d��l*�n��^�и 129 …��\@��07��x-�"a�XP����: �9�i�$ۊ�]>�j��M���5�~>AἽJ\�b�5��=9�˹�lq�D_+�zD9N��Gp… 139 ���'=�+Ρ���>"�MQ{�dE`��T��C�q��<��i��hGp����1��>���"l����Q�r�����`�E4Y2�����ui�����!… 148 �$��*��oFXbX�����O��"+�8v��7�������P��B4��tҚV��y�q�oG����)2��T�/5��s��՟��%5l+����|�?�����\… 155 T˃l�j��.k�6zM�3��?F�n�ú��pP��J�:�����\eE�+��$��SK�/�&�h�C��e�������8�W�55\(�9�3� 167 �-�f���GfS�w��OQz1Y��c��c�ԫ�����3��EV��܌O���� >^��\@&��07��c�Ñ@P0&��(�l,I�f�RIQ���… 200 …ޡ�\rFxI�Z�4sՀ5Wͷ�S�4�1�4+;�C;gئ0����kRF��<cN��D\���G�|(耨TX8��l!�*��oL�.�]=���Q2��… 229 w�W!N{�H�v�W��Ye�l�������K|T���\@_�*7�ԸEÀ�t�%]�h�>失��2��d�4�O�i'?���yOݧ���j5��]�… [all …]
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/ |
D | MSSIMComparer.java | 185 double l = 0; in getIntensity() local 186 l += (0.21f * Math.pow(Color.red(pixel) / 255f, gamma)); in getIntensity() 187 l += (0.72f * Math.pow(Color.green(pixel) / 255f, gamma)); in getIntensity() 188 l += (0.07f * Math.pow(Color.blue(pixel) / 255f, gamma)); in getIntensity() 189 return l; in getIntensity()
|
/cts/tests/app/src/android/app/cts/ |
D | LauncherActivityStub.java | 60 public void onListItemClick(ListView l, View v, int position, long id) { in onListItemClick() argument 61 super.onListItemClick(l, v, position, id); in onListItemClick()
|
/cts/suite/audio_quality/lib/src/audio/ |
D | Buffer.cpp | 51 int16_t l = data[i * 2]; in changeToMono() local 52 data[i] = l; in changeToMono() 61 int16_t l = data[i * 2]; in changeToMono() local 63 int16_t avr = (int16_t)(((int32_t)l + (int32_t)r)/2); in changeToMono()
|
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/ |
D | RSUtils.java | 169 long l = r.nextLong(); in genRandomLongs() local 170 if (signed && l < 0) { in genRandomLongs() 171 l = l | negativeMask; in genRandomLongs() 173 l = l & positiveMask; in genRandomLongs() 175 array[i] = l; in genRandomLongs()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | MyGallery.java | 107 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() argument 108 super.onLayout(changed, l, t, r, b); in onLayout()
|
D | MockTextView.java | 157 public boolean setFrame(int l, int t, int r, int b) { in setFrame() argument 158 return super.setFrame(l, t, r, b); in setFrame()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/ |
D | TvAppVerifierActivity.java | 85 protected View createUserItem(int instructionTextId, int buttonTextId, View.OnClickListener l) { in createUserItem() argument 92 button.setOnClickListener(l); in createUserItem()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | MockTextView.java | 157 public boolean setFrame(int l, int t, int r, int b) { in setFrame() argument 158 return super.setFrame(l, t, r, b); in setFrame()
|