/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_exit/ |
D | Test_monitor_exit.java | 32 final Object o = new Object(); in testE1() local 34 Runnable r = new TestRunnable(t, o); in testE1() 35 synchronized (o) { in testE1() 100 private Object o; field in TestRunnable 102 public TestRunnable(T_monitor_exit_1 t, Object o) { in TestRunnable() argument 104 this.o = o; in TestRunnable() 109 t.run(o); in run()
|
/cts/tests/tests/jni/libjnitest/ |
D | macroized_tests.c | 190 jobject o = getStandardInstance(env); in help_CallBooleanMethod() local 202 result = CALL(CallBooleanMethod, o, method); in help_CallBooleanMethod() 206 result = CALL(CallBooleanMethodA, o, method, NULL); in help_CallBooleanMethod() 210 result = CALL(CallBooleanMethodV, o, method, args); in help_CallBooleanMethod() 214 result = CALL(CallNonvirtualBooleanMethod, o, InstanceFromNative, in help_CallBooleanMethod() 219 result = CALL(CallNonvirtualBooleanMethodA, o, InstanceFromNative, in help_CallBooleanMethod() 224 result = CALL(CallNonvirtualBooleanMethodV, o, InstanceFromNative, in help_CallBooleanMethod() 293 jobject o = getStandardInstance(env); in help_CallByteMethod() local 305 result = CALL(CallByteMethod, o, method); in help_CallByteMethod() 309 result = CALL(CallByteMethodA, o, method, NULL); in help_CallByteMethod() [all …]
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_eqz/d/ |
D | T_if_eqz_3.java | 5 public int run(float o) { in run() argument 6 return o == 0 ? 1 : 1234; in run()
|
D | T_if_eqz_4.java | 5 public int run(Object o) { in run() argument 6 return o == null ? 1 : 1234; in run()
|
D | T_if_eqz_2.java | 5 public int run(String o) { in run() argument 6 return o == null ? 1 : 1234; in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/d/ |
D | T_monitor_enter_3.java | 22 Object o = null; in run() local 23 synchronized(o) { in run()
|
D | T_monitor_enter_4.java | 22 Object o = null; in run() local 23 synchronized(o) { in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_exit/d/ |
D | T_monitor_exit_1.java | 23 public void run(Object o) { in run() argument 24 synchronized(o) { in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_nez/d/ |
D | T_if_nez_4.java | 5 public int run(Object o) { in run() argument 6 return o != null ? 1 : 1234; in run()
|
D | T_if_nez_2.java | 5 public int run(String o) { in run() argument 6 return o != null ? 1 : 1234; in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/instance_of/d/ |
D | T_instance_of_1.java | 21 public boolean run(Object o) { in run() argument 22 return o instanceof String; in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/check_cast/d/ |
D | T_check_cast_1.java | 21 public String run(Object o) { in run() argument 22 return (String)o; in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface_range/d/ |
D | T_invoke_interface_range_1.java | 21 public int run(Comparable c, Object o) { in run() argument 22 return c.compareTo(o); in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface/d/ |
D | T_invoke_interface_1.java | 21 public int run(Comparable c, Object o) { in run() argument 22 return c.compareTo(o); in run()
|
/cts/tools/signature-tools/src/signature/model/impl/ |
D | Uninitialized.java | 64 public static boolean isInitialized(Object o) { in isInitialized() argument 65 return o != UNINITIALIZED && o != Kind.UNINITIALIZED; in isInitialized()
|
/cts/tests/tests/media/assets/ |
D | fileSequence0.ts | 7 V`$�]�z�Q���юX���0�P �:Ӟxv��^�n1��S��a偍SF�2�@�c)0܋}�W��1����Gjo��_���.l��Z��T-�����-� … 8 �b�|�o��[5���X�2��-���,�o�oC��C��B!J� D�v��~o 13 …U��l��#��G�Ռ��Q���|�a9�����}��j�q���AW�풃"9�/�{/1�N���СWw�:���o�����Ud�N�U��ͪ��D… 17 …��6���f�.)�~�ᥠ$�0�����ɷ�����ce���V�y�zjz|{�ņ�qD�e[X�~ �L����aU��.oqh�"�G�:۹�� ��}… 33 d�.�����q�J[�Gq�jHXAHu�jQ�){��X>�d�Z�� t���7`@A��A��o��*2�����[��iEiz����%4,��7�s�VA… 73 …\�J9�b��eTW���1��s,�g^�oG٠2yJ�J��ZZ*��c������4)��Y:_<�2c�����HiX���m d��꺼c�>��U{�… 225 ��m��L��B�A�$&���%��ԟ��@��B��2b��t���A�a3��i��o��X��лqg��*)�J��d 248 …���@R�5�Q��u=�!ӓ�$�[�$1��zr�� i�*[�;���!��z�M��tOM ���!��='v�{��#v�ɫ����*k-ߊ�Ga�B�w�+H�o�9�(=… 300 �����"�_Q��!�A���q;���3�j:PK~.o'G�"il���+����7ͩqg�w�N�~q�D�� � 305 ��s�~�}�� ��p��?�ߥDWs1�o��=��|;I<|m_A��Ԑ��A㞁��+��k�����
|
D | segment000000.ts | 11 �����"�_Q��!�A���q;���3�j:PK~.o'�"il���+��G��7ͩqg�w�N�~q�D�� � 16 ��s�~�}�� ��p��?�ߥDWs1�o��=��|;I<|m_A��Ԑ��A㞁��+��k����� 37 …~��������*TP/�&��H��m5=1�2�k�ﭟ�h¹0� >o2��f�0�>�Ͻ`C��G<s7�%B�����<��kJ�=o����>���F 38 ;�ߕ^���~�$I��Q�V��̫����xA #;y&�a�ڣ£~o�v{���U��>�0J��j���� 39 �ՃC�)�%� /�zJ��2����d���d�EQ�)��@2�7�9os'9Bː�-*ݫ2C�.2Q�(WGg���&E��R��������ۮ;�¹��6��,�… 44 ��.�>�����S}�������tM���T+�+H�`G#o'��Z���y'�'������㤯!q- ��pJ�߈H�N���p��·�������V… 57 …��_Ǵ���9V�j�ό\}G��¸k�`c�y�s�w�e��C���w�V�0��+�&���&z�`��ظWk�:���0'�k� I��~���o�� /�, 97 …��uzO_��;2��������+��h!˛ɣb�D��s�z���L�����g�\͂�X�0��:����;����!���y�G�ohl�<st��K�!F8p[cf��… 144 …���"A/����\e�4� +a(y< M�z�n��)kG �Em�}�y��{j�Y���hg2��U��� �".Q`o��Ꮾ��AT�aU���,���醸�z… 146 …B#$[��U� A_�䱺�\ �\�R��ʐ5t����W/��RR@l�J���߄�5_��������:�����+�'��o��u��Uqo{�Jf��U��… [all …]
|
D | fileSequence1.ts | 34 …�YR��k-T�/PV(��T��sX,J��V8���f٠{y� �6�{m��9��>KFB�t�����y�@��?&Ζ�/oj�c�.7-�O2��]y0�&C�… 59 Ʉؚ�o���-����D�+�D����������Δ6x��p�}�kF���V=/I��>��[�~O5Z���r��_�`b�q{��߶�@���<W�p:N… 72 …��LM������=���G��gy�l9�:7(-9�lQ�]g��SG�z�\i���X�t��Ȧh����'��[[[o|��I��bc%]�@�\r�oK�… 108 ȵ2�U�p�/=!A�z��d�P}H�A��kZ� �CŘY����GXc�1�.�MaR$��GhI�@ m��$}�P�o��ΑE�p�e���CΈ 118 p��@i��R�+��Pv*5�bހG��_T����o���a��.J���0;��sq�gF�풮�H9/7��T�{���)a5r�(@1*}��y�I��ZSֽ#(… 145 N7��%W#��HUN�(�ʧ���yf'%d1#�]o{��-^B){�D%��V�rc&wv���p���/Nw� 178 …���aVta�M�c��X�Si���`6pm�YE�4 ��&}��hpH��*�O������`���חa`}j0Ls�§����� o���\@!�67��+4�c@… 188 ���6��j���ߎ��zyЀ�`c���o��*������_J��m�3����P�Ʈ��/C{�X��7�Bq��˕�8���Y\�1D�8!xܮb"��2�۩�… 200 …I�Z�4sՀ5Wͷ�S�4�1�4+;�C;gئ0����kRF��<cN��D\���G�|(耨TX8��l!�*��oL�.�]=���Q2���馝� �… 205 o��&ѳ��H�!!�h�v=V��*Č�C��=������e�z�Y�UW��1�������4�+9�G��Ue���m7��\@&�.7��j<!��Qhԥd��… [all …]
|
D | segment000001.ts | 39 .ŧ�G�Hj��"����}��@�z�ooO�O����o��ؖ�?����3Ja���-�f8��6l ����[|��e���:g#(����G{�}��… 57 …������������������������������������������������Ge��f��bޓ��L�Z�Y���(TW]�o�h����_��w�fy#1.�e 77 …3�B������S�tܳ�Bku�O��y�����.8*�8"�Vޔ˅��r��Ŷ����F�>�O�ùxkM��ч.�B�^<�o���$ �Bo�*b���v+{&… 95 =su�LJ@ϕ�Mw W@�+���5���G[ph���iRc��_K�JSi&��_Hh�FC&�o�3C~�3��zk�c�G 140 ��O��'A�?�O}i� �P�^4�o��<%���:ೃrK���кI�cL���#�ߕ��֧>�b?�� 182 …r�7�ZC��g�lm���˜|�i{���-��`z�<L��?A�C��{��%������������YK���R ���D�o/�:���ճtlK����… 192 …�4e�0�����]@�6������y����?��1�1�Z��� �yh'����0��Z���3��@����VpwZеA�\D���o���抃F=Ԁ�dl�<� 210 �08Rp�{e�|I��q@�Q���Hb[o��wU��#���L_�?$?�~���8W<b�F���u�|��~�xٳ����xGA�A��!A4�… 211 T�\l�(�]H_�p��ucy(";j��s'�`��kiXZ�Q��x�t>8��8��*/�j���T�!q��p6��=|%ُ������8�1o"C�!�… 253 �m��o���402��_�m'���䗲Aw�Áw=+��#�(�蚔U�+I*�k�����h3%��ғ�6~�R!��G��Z+�xt�A�y… [all …]
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/ |
D | InMatcher.java | 46 public boolean matches(Object o) { in matches() argument 47 T obj = (T) o; in matches() 49 if (Objects.equals(o, elem)) { in matches()
|
/cts/tools/vm-tests-tf/src/util/build/ |
D | BuildStep.java | 119 public int compareTo(BuildStep o) { in compareTo() argument 120 return (inputFile == o.inputFile ? 0 : (inputFile != null in compareTo() 121 ? (o.inputFile != null ? inputFile.getPath().compareTo( in compareTo() 122 o.inputFile.getPath()) : 1) : -1)); in compareTo()
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | earley-boyer.js | 135 function sc_any2String(o) { argument 136 return jsstring2string(sc_toDisplayString(o)); 757 function sc_isNull(o) { argument 758 return (o === null); 764 function sc_isList(o) { argument 768 var rabbit = o; 769 var turtle = o; 821 function sc_remq(o, l) { argument 825 if (l.car !== o) { 835 function sc_remqBang(o, l) { argument [all …]
|
D | box2d.js | 29 …ts);this.constructor===j&&this.b2EdgeShape.apply(this,arguments)}function o(){o.b2MassData.apply(t… function 44 o;Box2D.Collision.Shapes.b2PolygonShape=q;Box2D.Collision.Shapes.b2Shape=n;Box2D.Common.b2internal=… 52 Box2D.Collision.b2SimplexVertex,o=Box2D.Collision.b2TimeOfImpact,q=Box2D.Collision.b2TOIInput,n=Box… 110 …o.b2TimeOfImpact=function(){};o.TimeOfImpact=function(b){++o.b2_toiCalls;var e=b.proxyA,f=b.proxyB… method 111 o.s_xfB;W.Distance(o.s_distanceOutput,o.s_cache,o.s_distanceInput);if(o.s_distanceOutput.distance<=… 112 …o.s_xfA,ba);r.GetTransform(o.s_xfB,ba);var ca=o.s_fcn.Evaluate(o.s_xfA,o.s_xfB);if(w.Abs(ca-x)<0.0… 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(… 183 o=Box2D.Dynamics.Contacts.b2ContactSolver,q=Box2D.Dynamics.Joints.b2Joint,n=Box2D.Dynamics.Joints.b… 237 new Vector;this.m_contactManager=new O;this.m_contactSolver=new o;this.m_island=new Z};h.prototype.… 269 …new w};w.Destroy=function(){};w.prototype.Reset=function(j,o){this.__super.Reset.call(this,j,o)};w… argument [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/ |
D | StreamingVideoActivity.java | 76 public boolean equals(Object o) { in equals() argument 77 if (this == o) { in equals() 79 } else if (o == null || !(o instanceof Stream)) { in equals() 82 Stream stream = (Stream) o; in equals()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | intrinsic_3dlut.rs | 58 uchar4 o = convert_uchar4(v + 0.5f); 59 o.w = in.w; 60 return o;
|