/frameworks/base/core/tests/coretests/src/android/view/ |
D | WindowInfoTest.java | 58 WindowInfo w1 = WindowInfo.obtain(); in testObtain() local 59 assertNotNull(w1); in testObtain() 60 initTestWindowInfo(w1); in testObtain() 62 WindowInfo w2 = WindowInfo.obtain(w1); in testObtain() 64 assertNotSame(w1, w2); in testObtain() 65 areWindowsEqual(w1, w2); in testObtain() 72 WindowInfo w1 = WindowInfo.obtain(); in testParceling() local 73 initTestWindowInfo(w1); in testParceling() 74 w1.writeToParcel(parcel, 0); in testParceling() 79 assertNotSame(w1, w2); in testParceling() [all …]
|
/frameworks/rs/driver/runtime/ |
D | rs_sample.c | 128 int32_t next, float w0, float w1) { in getSample_A() argument 131 float r = p0 * w0 + p1 * w1; in getSample_A() 138 int32_t next, float w0, float w1) { in getSample_L() argument 141 float r = p0 * w0 + p1 * w1; in getSample_L() 148 int32_t next, float w0, float w1) { in getSample_LA() argument 151 float2 r = p0 * w0 + p1 * w1; in getSample_LA() 158 int32_t next, float w0, float w1) { in getSample_RGB() argument 161 float3 r = p0 * w0 + p1 * w1; in getSample_RGB() 168 int32_t next, float w0, float w1) { in getSample_565() argument 171 float3 r = p0 * w0 + p1 * w1; in getSample_565() [all …]
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowOrganizerTests.java | 1358 final WindowState w1 = createAppWindow(task, TYPE_APPLICATION, "Enlightened Window 1"); in testBLASTCallbackWithWindows() local 1360 makeWindowVisible(w1); in testBLASTCallbackWithWindows() 1372 assertTrue(w1.syncNextBuffer()); in testBLASTCallbackWithWindows() 1383 assertTrue(w1.syncNextBuffer()); in testBLASTCallbackWithWindows() 1387 w1.mWinAnimator.mDrawState = WindowStateAnimator.HAS_DRAWN; in testBLASTCallbackWithWindows() 1388 w1.mPrepareSyncSeqId = 0; in testBLASTCallbackWithWindows() 1389 makeLastConfigReportedToClient(w1, true /* visible */); in testBLASTCallbackWithWindows() 1392 assertFalse(w1.syncNextBuffer()); in testBLASTCallbackWithWindows()
|
D | DisplayContentTests.java | 2772 final WindowState w1 = createWindow(null, TYPE_NAVIGATION_BAR, mDisplayContent, "w1"); in testKeepClearAreasMultipleWindows() local 2774 w1.setKeepClearAreas(Arrays.asList(rect1), Collections.emptyList()); in testKeepClearAreasMultipleWindows() 2782 makeWindowVisible(w1); in testKeepClearAreasMultipleWindows() 2787 makeWindowVisible(w1, w2); in testKeepClearAreasMultipleWindows()
|
D | SizeCompatTests.java | 3590 final WindowState w1 = addWindowToActivity(mActivity); 3591 w1.mAboveInsetsState.addSource(navSource); 3601 eq(w1.getSurfaceControl()), 3640 final WindowState w1 = addWindowToActivity(mActivity); 3641 w1.mAboveInsetsState.addSource(navSource);
|
D | WindowContainerTests.java | 1688 private static final Comparator<TestWindowContainer> SUBLAYER_COMPARATOR = (w1, w2) -> { 1689 final int layer1 = w1.mLayer;
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | shader_program.cpp | 47 const float w1 = x * (1.0f - y); in GetTileCoords() local 51 *xt = w0 * b[0] + w1 * b[2] + w2 * b[4] + w3 * b[6]; in GetTileCoords() 52 *yt = w0 * b[1] + w1 * b[3] + w2 * b[5] + w3 * b[7]; in GetTileCoords()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | DropBoxTest.java | 294 FileWriter w1 = new FileWriter(new File(dir, "DropBoxTest@" + (before + 100000) + ".txt")); in testAddEntriesInTheFuture() local 295 w1.write("FUTURE1"); in testAddEntriesInTheFuture() 296 w1.close(); in testAddEntriesInTheFuture()
|
/frameworks/base/core/res/geoid_map_assets/ |
D | geoid-height-disk-tile-5.textpb | 2 …w1\250d\213\"\252\274^\325Z[p{U\177\263b\221\241\3050\307Q\311\020\305S\232*\205c\245\331\212\253s…
|
D | geoid-height-disk-tile-9.textpb | 2 …\357NI9\251\203\003SGS\201\212z(52&\rH\020\365\253\266wf\331\201\315uZu\374w1`\237\233\247\326\246…
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | Parameters.cpp | 87 int w1 = videoEncoderProfiles->getVideoEncoderParamByName( in initialize() local 106 if (w1 > maxVideoWidth) { in initialize() 107 maxVideoWidth = w1; in initialize()
|
/frameworks/base/services/tests/mockingservicestests/res/raw/ |
D | backup_telephony_with_password | 75 …@�Y'�l�l�M���Ǵ�(<_n8ɋ�N+�{1C@��K�_�31��|�O��a��x%��-V/,!�H�LG���w1~6�,6$N�Ds�D_�������w…
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowState.java | 733 public int compare(WindowState w1, WindowState w2) { 734 final int layer1 = w1.mSubLayer;
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 11313 const sp<FakeWindowHandle>& w1 = in TEST_F() local 11320 {{*w1->getInfo(), *w2->getInfo(), *mTouchWindow->getInfo()}, {}, 0, 0}); in TEST_F() 11329 const sp<FakeWindowHandle>& w1 = in TEST_F() local 11336 {{*w1->getInfo(), *w2->getInfo(), *mTouchWindow->getInfo()}, {}, 0, 0}); in TEST_F() 11465 const sp<FakeWindowHandle>& w1 = in TEST_F() local 11472 {{*w1->getInfo(), *w2->getInfo(), *mTouchWindow->getInfo()}, {}, 0, 0}); in TEST_F()
|
/frameworks/av/media/libstagefright/httplive/fuzzer/corpus/ |
D | index9 | 385 u ��>D��D��J���&H��vi��p�|D��u],<��;�`w1�t��q����O�>�s�Nb��e+���{2ץ�l��7�{���… 1657 -!)�}X�DD(p�w1��rr�?��JǼ ��BK���1��sE�Hb� � 1718 &�S�����M��A��S&M�xX�Y�l>T��Z'\GV�Y*R�o�6��MO��)7^P�w�����Q����W���r��w1��VW[V��vk��pK…
|
D | index13 | 384 u ��>D��D��J���&H��vi��p�|D��u],<��;�`w1�t��q����O�>�s�Nb��e+���{2ץ�l��7�{���… 1656 -!)�}X�DD(p�w1��rr�?��JǼ ��BK���1��sE�Hb� � 1717 &�S�����M��A��S&M�xX�Y�l>T��Z'\GV�Y*R�o�6��MO��)7^P�w�����Q����W���r��w1��VW[V��vk��pK…
|
D | index15 | 397 u ��>D��D��J���&H��vi��p�|D��u],<��;�`w1�t��q����O�>�s�Nb��e+���{2ץ�l��7�{���… 1669 -!)�}X�DD(p�w1��rr�?��JǼ ��BK���1��sE�Hb� � 1730 &�S�����M��A��S&M�xX�Y�l>T��Z'\GV�Y*R�o�6��MO��)7^P�w�����Q����W���r��w1��VW[V��vk��pK…
|
D | index11 | 385 u ��>D��D��J���&H��vi��p�|D��u],<��;�`w1�t��q����O�>�s�Nb��e+���{2ץ�l��7�{���… 1657 -!)�}X�DD(p�w1��rr�?��JǼ ��BK���1��sE�Hb� � 1718 &�S�����M��A��S&M�xX�Y�l>T��Z'\GV�Y*R�o�6��MO��)7^P�w�����Q����W���r��w1��VW[V��vk��pK…
|
D | index10 | 389 u ��>D��D��J���&H��vi��p�|D��u],<��;�`w1�t��q����O�>�s�Nb��e+���{2ץ�l��7�{���… 1661 -!)�}X�DD(p�w1��rr�?��JǼ ��BK���1��sE�Hb� � 1722 &�S�����M��A��S&M�xX�Y�l>T��Z'\GV�Y*R�o�6��MO��)7^P�w�����Q����W���r��w1��VW[V��vk��pK…
|
D | index18 | 383 u ��>D��D��J���&H��vi��p�|D��u],<��;�`w1�t��q����O�>�s�Nb��e+���{2ץ�l��7�{���… 1655 -!)�}X�DD(p�w1��rr�?��JǼ ��BK���1��sE�Hb� � 1716 &�S�����M��A��S&M�xX�Y�l>T��Z'\GV�Y*R�o�6��MO��)7^P�w�����Q����W���r��w1��VW[V��vk��pK…
|
D | index16 | 402 u ��>D��D��J���&H��vi��p�|D��u],<��;�`w1�t��q����O�>�s�Nb��e+���{2ץ�l��7�{���… 1674 -!)�}X�DD(p�w1��rr�?��JǼ ��BK���1��sE�Hb� � 1735 &�S�����M��A��S&M�xX�Y�l>T��Z'\GV�Y*R�o�6��MO��)7^P�w�����Q����W���r��w1��VW[V��vk��pK…
|
D | index12 | 388 u ��>D��D��J���&H��vi��p�|D��u],<��;�`w1�t��q����O�>�s�Nb��e+���{2ץ�l��7�{���… 1660 -!)�}X�DD(p�w1��rr�?��JǼ ��BK���1��sE�Hb� � 1721 &�S�����M��A��S&M�xX�Y�l>T��Z'\GV�Y*R�o�6��MO��)7^P�w�����Q����W���r��w1��VW[V��vk��pK…
|
D | master_playlist | 274 …�E��{H�Z=���SɫzФ�M��GQ��炩l���,Ok�(���G�8y�̦�i��}+��%��d��I&!���8(<,w1��#D�N�"M��i�[�0��… 1181 u ��>D��D��J���&H��vi��p�|D��u],<��;�`w1�t��q����O�>�s�Nb��e+���{2ץ�l��7�{���… 2453 -!)�}X�DD(p�w1��rr�?��JǼ ��BK���1��sE�Hb� � 2514 &�S�����M��A��S&M�xX�Y�l>T��Z'\GV�Y*R�o�6��MO��)7^P�w�����Q����W���r��w1��VW[V��vk��pK…
|
D | index17 | 385 u ��>D��D��J���&H��vi��p�|D��u],<��;�`w1�t��q����O�>�s�Nb��e+���{2ץ�l��7�{���…
|
D | audio | 252 …�E��{H�Z=���SɫzФ�M��GQ��炩l���,Ok�(���G�8y�̦�i��}+��%��d��I&!���8(<,w1��#D�N�"M��i�[�0��…
|