Home
last modified time | relevance | path

Searched refs:_4 (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
H A Dmath.rscript80 res_##type##_4 = src1_##type##_4 op src2_##type##_4;
98 res_##typeout##_4 = fnc(src1_##typein##_4);
104 res_##type##_4 = fnc(src1_##type##_4, src2_##type##_4);
429 prefix##_##type##_4.x = 1; \
430 prefix##_##type##_4.y = 1; \
431 prefix##_##type##_4.z = 1; \
432 prefix##_##type##_4.w = 1;
H A Dmath.rs.orig80 res_##type##_4 = src1_##type##_4 op src2_##type##_4;
98 res_##typeout##_4 = fnc(src1_##typein##_4);
104 res_##type##_4 = fnc(src1_##type##_4, src2_##type##_4);
H A Dmath.rs.bak84 res_##typeout##_4 = fnc(src1_##typein##_4);
90 res_##type##_4 = fnc(src1_##type##_4, src2_##type##_4);
/aosp12/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
H A Dmath.rscript80 res_##type##_4 = src1_##type##_4 op src2_##type##_4;
98 res_##typeout##_4 = fnc(src1_##typein##_4);
104 res_##type##_4 = fnc(src1_##type##_4, src2_##type##_4);
429 prefix##_##type##_4.x = 1; \
430 prefix##_##type##_4.y = 1; \
431 prefix##_##type##_4.z = 1; \
432 prefix##_##type##_4.w = 1;
/aosp12/frameworks/av/media/codec2/core/include/
H A D_C2MacroUtils.h32 #define _C2_ARG4(_1, _2, _3, _4) _C2_ARG2(_1, _2) _C2_ARG2(_3, _4) argument
33 #define _C2_ARG8(_1, _2, _3, _4, _5, _6, _7, _8) _C2_ARG4(_1, _2, _3, _4) _C2_ARG4(_5, _6, _7, _8) argument
34 #define _C2_ARG16(_1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16) \ argument
35 _C2_ARG8(_1, _2, _3, _4, _5, _6, _7, _8) _C2_ARG8(_9, _10, _11, _12, _13, _14, _15, _16)
38 #define _C2_ARGC_3(_, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, \
59 #define _C2_ARGC_1(_, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, \
64 _C2_ARG16(_1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16) \
/aosp12/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
H A Dmath.rscript232 res_##type##_4 = src1_##type##_4 op src2_##type##_4;
316 prefix##_##type##_4.x = 1; \
317 prefix##_##type##_4.y = 1; \
318 prefix##_##type##_4.z = 1; \
319 prefix##_##type##_4.w = 1;
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A Dmath.rscript80 res_##type##_4 = src1_##type##_4 op src2_##type##_4;
98 res_##typeout##_4 = fnc(src1_##typein##_4);
104 res_##type##_4 = fnc(src1_##type##_4, src2_##type##_4);
/aosp12/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
H A Dcompute_benchmark.rscript97 … RUN_BENCH(res_##type##_4 = src1_##type##_4 op src2_##type##_4, #type "4 " #op " " #type "4") \
121 …RUN_BENCH(res_##to##_4 = convert_##type##4(src1_##from##_4), #to "4 convert_" #type "4(" #from "4)…
138 RUN_BENCH(res_##typeout##_4 = fnc(src1_##typein##_4);, #typeout "4 " #fnc "(" #typein "4)")
144 …RUN_BENCH(res_##type##_4 = fnc(src1_##type##_4, src2_##type##_4), #type "4 " #fnc "(" #type "4, " …
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dmath.rscript96 res_##type##_4 = src1_##type##_4 op src2_##type##_4;
114 res_##typeout##_4 = fnc(src1_##typein##_4);
120 res_##type##_4 = fnc(src1_##type##_4, src2_##type##_4);
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A Dmath.rscript98 res_##type##_4 = src1_##type##_4 op src2_##type##_4;
116 res_##typeout##_4 = fnc(src1_##typein##_4);
122 res_##type##_4 = fnc(src1_##type##_4, src2_##type##_4);
/aosp12/frameworks/native/libs/vr/libpdx/
H A Dencoder_performance_test.cpp21 using std::placeholders::_4;
232 _1, _2, _3, _4, std::forward<T>(value)); in AddSerializationTest()
244 _1, _2, _3, _4, _5, _6, std::forward<T>(value)); in AddDeserializationTest()
262 _1, _2, _3, _4, value); in AddTest()
267 _1, _2, _3, _4, _5, _6, std::forward<T>(value)); in AddTest()
423 std::bind(&SerializeBaseTest, _1, _2, _3, _4, len); in main()
425 std::bind(&DeserializeBaseTest, _1, _2, _3, _4, _5, _6, len); in main()
/aosp12/hardware/interfaces/radio/1.2/vts/functional/
H A Dradio_hidl_hal_api.cpp62 SKIP_TEST_IF_REQUEST_NOT_SUPPORTED_WITH_HAL_VERSION_AT_LEAST(1_4); in TEST_P()
102 SKIP_TEST_IF_REQUEST_NOT_SUPPORTED_WITH_HAL_VERSION_AT_LEAST(1_4); in TEST_P()
137 SKIP_TEST_IF_REQUEST_NOT_SUPPORTED_WITH_HAL_VERSION_AT_LEAST(1_4); in TEST_P()
172 SKIP_TEST_IF_REQUEST_NOT_SUPPORTED_WITH_HAL_VERSION_AT_LEAST(1_4); in TEST_P()
207 SKIP_TEST_IF_REQUEST_NOT_SUPPORTED_WITH_HAL_VERSION_AT_LEAST(1_4); in TEST_P()
242 SKIP_TEST_IF_REQUEST_NOT_SUPPORTED_WITH_HAL_VERSION_AT_LEAST(1_4); in TEST_P()
277 SKIP_TEST_IF_REQUEST_NOT_SUPPORTED_WITH_HAL_VERSION_AT_LEAST(1_4); in TEST_P()
312 SKIP_TEST_IF_REQUEST_NOT_SUPPORTED_WITH_HAL_VERSION_AT_LEAST(1_4); in TEST_P()
351 SKIP_TEST_IF_REQUEST_NOT_SUPPORTED_WITH_HAL_VERSION_AT_LEAST(1_4); in TEST_P()
391 SKIP_TEST_IF_REQUEST_NOT_SUPPORTED_WITH_HAL_VERSION_AT_LEAST(1_4); in TEST_P()
/aosp12/system/connectivity/wificond/tests/
H A Dscanner_unittest.cpp233 _1, _2, _3, _4, _5, _6, _7))); in TEST_F()
250 _1, _2, _3, _4, _5, _6, _7))); in TEST_F()
322 _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, &req_flags))); in TEST_F()
365 _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, &interval_setting))); in TEST_F()
398 _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, in TEST_F()
/aosp12/frameworks/rs/cpp/
H A DElement.cpp129 android::RSC::sp<const Element> Element::N##_4(const android::RSC::sp<RS> &rs) { \
130 if (rs->mElements.N##_4 == nullptr) { \
131 rs->mElements.N##_4 = createVector(rs, RS_TYPE_##T, 4); \
133 return rs->mElements.N##_4; \
/aosp12/system/bt/osi/test/
H A Dtest_stubs.h50 #define OVERLOAD_GET_COUNT(_1, _2, _3, _4, _5, _6, COUNT, ...) COUNT argument
/aosp12/frameworks/base/cmds/interrupter/
H A Dinterrupter.h76 #define INTERCEPT_ARG_N(_1, _2, _3, _4, _5, _6, _7, _8, N, ...) N argument
/aosp12/frameworks/av/media/codecs/amrwb/enc/inc/
H A Dqpisf_2s.tab58 * 2_4 3 32 *
/aosp12/frameworks/base/startop/scripts/trace_analyzer/test_fixtures/
H A Dcommon_systrace46 …adHelper prev_pid=2045 prev_prio=118 prev_state=S ==> next_comm=Binder:1368_4 next_pid=1903 next_p…
201 …derThread prev_pid=2738 prev_prio=120 prev_state=S ==> next_comm=Binder:625_4 next_pid=1773 next_p…
204 …derThread prev_pid=2738 prev_prio=120 prev_state=S ==> next_comm=Binder:625_4 next_pid=1773 next_p…
232 …derThread prev_pid=2738 prev_prio=120 prev_state=S ==> next_comm=Binder:625_4 next_pid=1773 next_p…
290 …roid.anim prev_pid=1398 prev_prio=110 prev_state=S ==> next_comm=Binder:625_4 next_pid=1773 next_p…
/aosp12/system/connectivity/wificond/scanning/
H A Dscanner_impl.cpp89 std::bind(&ScannerImpl::OnScanResultsReady, this, _1, _2, _3, _4)); in ScannerImpl()
/aosp12/frameworks/native/libs/gui/
H A DBLASTBufferQueue.cpp547 std::placeholders::_4); in acquireNextBufferLocked()
/aosp12/hardware/interfaces/tv/tuner/assets/
H A Dtuner_frontend_input.es439 ��J��������ᔍ�c�o��wE?c 3�_4�4ey�0���K�-ӜEh��%��x����$��7N2��Sz]�\��S��L����
2632 …��]$ �#{6���4�t�~22��%@(�`������ *� �`-"SB��庠8� Cr�N�i�d��^��7�����y�_4�d�h:P�A��p���N"…
3865 �3Q�Pn_4�|�,� �S�9�� �7���C�y9�p�3��CPcmS�H����8�F��B%g��@�0�^��F����0��5f�^�q :…
4496 …l�0u�d.��@*�OT�4M����|��y[�S�=m��u��__|G������z,�NJ��\ye����~-�L��_4.�B� o��G���Z�.���a…
5372 E�J�Up%9WU���}y�U`�F��Hf�\}��̇�`*�?��2d����J+U�L�;��(���_4�n�&������7G2�����#L����8�D�c�?…
5510 …cD��'��4T2�� ������'�o����je+���`=N��r 4E�nO�t������gjذ�¨Qe�$��D�hs�_4���ye�?ʸ�1 nl�d �…
5521 J�.�e�^]>=��v[x�T���F�d1`Y�Y�h)3s��y�����el��1�>�(�_4 ��g������M6� ��ݑ�+��v����I��m��O…
H A Dtuner_frontend_input.ts4649 …cD��'��4T2�� ������'�o����je+���`=N��r 4E�nO�t������gjذ�¨Qe�$��D�hs�_4���ye�?ʸ�1 nl�d �…
/aosp12/packages/apps/DocumentsUI/tests/res/raw/
H A Dimages_tar745 …���c�]rjBwpԟL�y��F�?Z��M�C�]�h�e��T��np3VE��߿��&�C��ޣ���U�$����\���_4�q��Nb��4ˢF���9�Z��…
1103 …7�����St@ ��R�t`�=�H�|�Ĥn�N�����٤�H�G$�:P؈2�` +�司�U�}Ŋ�Nz���� _4y������ab����۲�3��…
3456 ��Ϯ|/.��?἖�H~_;#/��'��{���>���^"�����a6~u$��zO�ϋq�:7��5�&B�����q����>Q�:�$�e��o������_4�p�p…
5144 …�I����*'f��#����� 9*h�de����QJ�c�:���z�R��J����$H��c#������$����_4����78�=�o,����=��9�…
5641 …�K>�t$�?���w��N��18O-�n�~�u��$ۼ������V�G���)A�H��e��V9lp8^{�<r�΢6�8PA�4��rݛe1B�2���_4�ؗ
10116 ��H!���_4��/��
12611 [,~l���Ү�m���w���B~��w��7 ��6%Uڥ��# V26����-�R�g@����~"�_4�bRFz��l�f+�eg?1֜�7��f&b�1�pߥs��6…
13247 ���ںk�)e�21���)� �f�����u�:�9�=���z�:��w���©���9���k�<G�f<����_4O~�ʠ���!�bu
14690 …9�ɽ������A�;c4۝@��c+t���|�vchn:�nY�Փ�`�����A��W�o�.C�Q=ɔ�U��9=js�pzI$آ_4��U�BIn% b>v$
17779 …�\��)d-��0x=1L���"��)�i�����!5��s���� �V��2n��fp|���ߧִ#����{�޲�5 ��h�.0����nh�6�U�_4�zq��֦ b+O
[all …]
/aosp12/packages/apps/TV/tuner/tests/assets/
H A Dcapture_kqed.ts Error!