/prebuilts/tools/common/m2/repository/javax/annotation/javax.annotation-api/ |
maven-metadata.xml | 12 <version>1.2-b04</version>
|
/external/icu/icu4c/source/samples/citer/ |
citer.vcxproj.filters | 9 <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
/external/icu/icu4c/source/samples/csdet/ |
csdet.vcxproj.filters | 9 <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
/external/icu/icu4c/source/samples/dtitvfmtsample/ |
dtitvfmtsample.vcxproj.filters | 9 <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
/external/icu/icu4c/source/samples/dtptngsample/ |
dtptngsample.vcxproj.filters | 9 <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
/external/icu/icu4c/source/samples/plurfmtsample/ |
plurfmtsample.vcxproj.filters | 9 <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
/external/icu/icu4c/source/tools/gencfu/ |
gencfu.vcxproj.filters | 5 <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
/external/icu/icu4c/source/tools/tzcode/ |
icuzdump.vcxproj.filters | 9 <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
/external/jemalloc/msvc/projects/vc2015/test_threads/ |
test_threads.vcxproj.filters | 9 <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
/external/libmicrohttpd/w32/VS2013/ |
hellobrowser.vcxproj.filters | 9 <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
/external/libopus/win32/VS2010/ |
opus_demo.vcxproj.filters | 9 <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
/external/libxml2/win32/VC10/ |
runsuite.vcxproj.filters | 9 <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
/sdk/sdklauncher/ |
sdklauncher.vcxproj.filters | 9 <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
thumb-w-good.d | 12 00000010 <.text\+0x10> f85d 0b04 (ldr(\.w)? r0, \[sp\], #4|pop(\.w)? \{r0\})
|
thumb2_ldmstm.d | 11 0[0-9a-f]+ <[^>]+> f85d 8b04 ldr.w r8, \[sp\], #4 21 0[0-9a-f]+ <[^>]+> f84d 9b04 str.w r9, \[sp\], #4 46 0[0-9a-f]+ <[^>]+> f850 1b04 ldr.w r1, \[r0\], #4 48 0[0-9a-f]+ <[^>]+> f858 9b04 ldr.w r9, \[r8\], #4 50 0[0-9a-f]+ <[^>]+> f840 1b04 str.w r1, \[r0\], #4 58 0[0-9a-f]+ <[^>]+> f848 9b04 str.w r9, \[r8\], #4
|
/external/icu/icu4c/source/test/perf/DateFmtPerf/ |
DateFmtPerf.vcxproj.filters | 9 <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
/sdk/find_java/ |
find_java_exe.vcxproj.filters | 9 <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
find_java_lib.vcxproj.filters | 9 <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
/sdk/find_lock/ |
find_lock_exe.vcxproj.filters | 9 <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
/external/libavc/common/x86/ |
ih264_iquant_itrans_recon_ssse3.c | 413 scalemat_r0 = _mm_loadu_si128((__m128i *) (pu2_iscale_mat)); //b00 b01 b02 b03 b04 b05 b06 b07 -- the scaling matrix 0th row 417 temp10 = _mm_mullo_epi16(scalemat_r0, dequant_r0); //b00*q0 b01*q1 b02*q2 b03*q3 b04*q4 b05*q5 b06*q6 b07*q7 -- 16 bit result 419 scalemat_r0_2 = _mm_unpackhi_epi16(temp10, zero_8x16b); // b04*q4 0 b05*q5 0 b06*q6 0 b07*q7 0 -- 16 bit long 422 temp7 = _mm_madd_epi16(src_r0_2, scalemat_r0_2); // a04*b04*q4 a05*b05*q5 a06*b06*q6 a07*b07*q7 -- 32 bits long 433 resq_r0_1 = _mm_packs_epi32(resq_r0_1, resq_r0_2); //a00*b00*q0 a01*b01*q1 a02*b02*q2 a03*b03*q3 a04*b04*q4 a05*b05*q5 a06*b06*q6 a07*b07*q7 -- 16 bit long 436 scalemat_r0 = _mm_loadu_si128((__m128i *) (pu2_iscale_mat + 8)); //b00 b01 b02 b03 b04 b05 b06 b07 b08 -- the scaling matrix 1st row 440 temp10 = _mm_mullo_epi16(scalemat_r0, dequant_r0); //b00*q0 b01*q1 b02*q2 b03*q3 b04*q4 b05*q5 b06*q6 b07*q7 -- 16 bit result 442 scalemat_r0_2 = _mm_unpackhi_epi16(temp10, zero_8x16b); // b04*q4 0 b05*q5 0 b06*q6 0 b07*q7 0 -- 16 bit long 444 temp7 = _mm_madd_epi16(src_r0_2, scalemat_r0_2); // a04*b04*q4 a05*b05*q5 a06*b06*q6 a07*b07*q7 -- 32 bits long 454 resq_r1_1 = _mm_packs_epi32(resq_r1_1, resq_r1_2); //a00*b00*q0 a01*b01*q1 a02*b02*q2 a03*b03*q3 a04*b04*q4 a05*b05*q5 a06*b06*q6 a07*b07*q7 -- 16 bit lon [all...] |
/external/google-breakpad/src/testing/gtest/msvc/ |
gtest-md.vcproj | 121 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
gtest.vcproj | 121 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
gtest_main-md.vcproj | 124 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
gtest_main.vcproj | 124 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
/external/google-breakpad/src/testing/msvc/2005/ |
gmock.vcproj | 181 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|