Home
last modified time | relevance | path

Searched refs:dl (Results 1 – 25 of 90) sorted by relevance

1234

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
H A DDisplayLayoutTest.java80 dl.recalcInsets(res); in testInsets()
85 dl = new DisplayLayout(info, res, true, true); in testInsets()
86 dl.recalcInsets(res); in testInsets()
92 dl = new DisplayLayout(info, res, false, false); in testInsets()
93 dl.recalcInsets(res); in testInsets()
98 dl = new DisplayLayout(info, res, true, true); in testInsets()
99 dl.recalcInsets(res); in testInsets()
111 dl.recalcInsets(res); in testRotate()
117 dl.rotateTo(res, ROTATION_90); in testRotate()
123 dl = new DisplayLayout(info, res, true, true); in testRotate()
[all …]
/aosp12/frameworks/base/core/tests/coretests/src/android/text/
H A DDynamicLayoutBlocksTest.java56 for (int i = 0; i < dl.getNumberOfBlocks(); i++) { in printBlocks()
63 assertTrue(dl.getNumberOfBlocks() > 0); in checkInvariants()
64 assertTrue(dl.getNumberOfBlocks() <= dl.getBlockEndLines().length); in checkInvariants()
65 assertEquals(dl.getBlockEndLines().length, dl.getBlockIndices().length); in checkInvariants()
67 for (int i = 1; i < dl.getNumberOfBlocks(); i++) { in checkInvariants()
68 assertTrue(dl.getBlockEndLines()[i] > dl.getBlockEndLines()[i-1]); in checkInvariants()
75 dl.setBlocksDataForTest( in update()
78 dl.updateBlocks(startLine, endLine, newLineCount); in update()
84 assertEquals(sizes.length, dl.getNumberOfBlocks()); in assertState()
92 for (int i = 0; i < dl.getNumberOfBlocks(); i++) { in assertState()
[all …]
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
H A DLegacySplitDisplayLayout.java70 mDisplayLayout = dl; in LegacySplitDisplayLayout()
204 dl.getStableBounds(displayStableRect); in adjustForIME()
250 Rect displayRect = new Rect(0, 0, dl.width(), dl.height()); in getSmallestWidthDpForBounds()
254 tmpDL.set(dl); in getSmallestWidthDpForBounds()
275 return (int) (minWidth / dl.density()); in getSmallestWidthDpForBounds()
282 config.orientation = dl.getOrientation(); in initSnapAlgorithmForRotation()
283 Rect tmpRect = new Rect(0, 0, dl.width(), dl.height()); in initSnapAlgorithmForRotation()
284 tmpRect.inset(dl.nonDecorInsets()); in initSnapAlgorithmForRotation()
286 tmpRect.set(0, 0, dl.width(), dl.height()); in initSnapAlgorithmForRotation()
287 tmpRect.inset(dl.stableInsets()); in initSnapAlgorithmForRotation()
[all …]
/aosp12/bionic/tests/
H A Ddl_test.cpp114 TEST(dl, exec_linker) { in TEST() argument
125 TEST(dl, exec_linker_load_file) { in TEST() argument
141 TEST(dl, exec_linker_load_from_zip) { in TEST() argument
157 TEST(dl, exec_linker_load_self) { in TEST() argument
167 TEST(dl, preinit_system_calls) { in TEST() argument
179 TEST(dl, preinit_getauxval) { in TEST() argument
195 TEST(dl, exec_without_ld_preload) { in TEST() argument
206 TEST(dl, exec_with_ld_preload) { in TEST() argument
355 TEST(dl, disable_ld_config_file) { in TEST() argument
402 TEST(dl, relocations_RELR) { in TEST() argument
[all …]
/aosp12/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c159 dl->hints = 0; in set_layer()
160 dl->flags = 0; in set_layer()
162 dl->handle = buf->handle; in set_layer()
163 dl->transform = 0; in set_layer()
165 dl->sourceCrop.left = 0; in set_layer()
166 dl->sourceCrop.top = 0; in set_layer()
169 dl->displayFrame.left = 0; in set_layer()
170 dl->displayFrame.top = 0; in set_layer()
174 dl->visibleRegionScreen.rects = &dl->displayFrame; in set_layer()
176 dl->acquireFenceFd = ffd; in set_layer()
[all …]
/aosp12/bionic/libc/arch-x86_64/string/
H A Dsse4-memcmp-slm.S864 mov $-65, %dl
871 mov $-49, %dl
878 mov $-33, %dl
925 mov $-66, %dl
932 mov $-50, %dl
939 mov $-34, %dl
995 mov $-67, %dl
1002 mov $-51, %dl
1009 mov $-35, %dl
1073 mov $-68, %dl
[all …]
H A Dsse2-memset-slm.S60 testb $8, %dl
62 testb $4, %dl
64 testb $2, %dl
66 testb $1, %dl
H A Dsse2-memmove-slm.S229 cmpb $8, %dl
231 cmpb $4, %dl
234 cmpb $2, %dl
283 testb $24, %dl
285 testb $4, %dl
291 testb $2, %dl
440 testb $24, %dl
442 testb $4, %dl
448 testb $2, %dl
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayLayout.java168 public DisplayLayout(DisplayLayout dl) { in DisplayLayout() argument
169 set(dl); in DisplayLayout()
173 public void set(DisplayLayout dl) { in set() argument
174 mUiMode = dl.mUiMode; in set()
175 mWidth = dl.mWidth; in set()
176 mHeight = dl.mHeight; in set()
177 mCutout = dl.mCutout; in set()
178 mRotation = dl.mRotation; in set()
179 mDensityDpi = dl.mDensityDpi; in set()
181 mHasStatusBar = dl.mHasStatusBar; in set()
[all …]
/aosp12/bionic/libc/arch-x86/atom/string/
H A Dsse2-strlen-atom.S338 test %dl, %dl
341 mov %dl, %cl
344 test $0x01, %dl
346 test $0x02, %dl
348 test $0x04, %dl
355 test $0x10, %dl
357 test $0x20, %dl
359 test $0x40, %dl
442 test %dl, %dl
444 mov %dl, %cl
[all …]
H A Dsse2-strchr-atom.S194 mov %dl, %ch
200 test $0x10, %dl
204 test $0x20, %dl
208 test $0x40, %dl
217 test $0x01, %dl
221 test $0x02, %dl
225 test $0x04, %dl
232 test %dl, %dl
H A Dsse2-memrchr-atom.S231 mov %al, %dl
232 and $15 << 4, %dl
298 mov %al, %dl
299 and $15 << 4, %dl
315 mov %al, %dl
316 and $15 << 4, %dl
335 mov %al, %dl
336 and $15 << 4, %dl
668 mov %dl, %cl
700 add %dl, %dh
[all …]
H A Dsse2-wcschr-atom.S139 test $15, %dl
209 test $15, %dl
221 test %dl, %dl
H A Dsse2-wcscmp-atom.S127 mov %dl, %cl
891 test %dl, %dl
893 and $15, %dl
926 test %dl, %dl
928 and $15, %dl
961 test %dl, %dl
963 and $15, %dl
996 test %dl, %dl
998 and $15, %dl
H A Dsse2-strrchr-atom.S272 mov %cl, %dl
273 and $15, %dl
492 mov %al, %dl
493 and $15 << 4, %dl
613 mov %cl, %dl
614 and $15, %dl
H A Dsse2-wcslen-atom.S238 test %dl, %dl
241 mov %dl, %cl
H A Dssse3-strlcat-atom.S1031 test %dl, %dl
1034 mov %dl, %cl
1037 test $0x01, %dl
1039 test $0x02, %dl
1041 test $0x04, %dl
1048 test $0x10, %dl
1050 test $0x20, %dl
1052 test $0x40, %dl
/aosp12/art/runtime/arch/x86_64/
H A Dmemcmp16_x86_64.S810 mov $-66, %dl
817 mov $-50, %dl
824 mov $-34, %dl
880 mov $-68, %dl
887 mov $-52, %dl
894 mov $-36, %dl
901 mov $-20, %dl
916 mov $-70, %dl
923 mov $-54, %dl
930 mov $-38, %dl
[all …]
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DLauncherSwipeHandlerV2.java282 DragLayer dl = mActivity.getDragLayer();
287 ValueAnimator springTransY = new SpringAnimationBuilder(dl.getContext())
294 .build(dl, VIEW_TRANSLATE_Y);
298 dl.setTranslationY(0f);
299 dl.setAlpha(1f);
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DWorkspaceTouchListener.java93 DragLayer dl = mLauncher.getDragLayer(); in onTouch() local
96 mTempRect.set(insets.left, insets.top, dl.getWidth() - insets.right, in onTouch()
97 dl.getHeight() - insets.bottom); in onTouch()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DLauncherDelegate.java138 boolean interceptOutsideTouch(MotionEvent ev, BaseDragLayer dl, Folder folder) { in interceptOutsideTouch() argument
141 if (!dl.isEventOverView(mLauncher.getDropTargetBar(), ev)) { in interceptOutsideTouch()
198 boolean interceptOutsideTouch(MotionEvent ev, BaseDragLayer dl, Folder folder) { in interceptOutsideTouch() argument
/aosp12/frameworks/compile/libbcc/lib/
H A DCompiler.cpp312 const llvm::DataLayout dl = getTargetMachine().createDataLayout(); in compile() local
313 unsigned int pointerSize = dl.getPointerSizeInBits(); in compile()
327 if (!validateLayoutOfExportedTypes(module, module.getDataLayout(), dl)) in compile()
334 if (dl.getStringRepresentation().compare(X86_DEFAULT_DL_STRING) != 0) { in compile()
/aosp12/hardware/libhardware/modules/camera/3_4/
H A Dcamera.cpp75 android::Mutex::Autolock dl(mDeviceLock); in openDevice() local
142 android::Mutex::Autolock dl(mDeviceLock); in close() local
172 android::Mutex::Autolock dl(mDeviceLock); in configureStreams() local
519 android::Mutex::Autolock dl(mDeviceLock); in dump() local
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/
H A Dandroid-developer-core.css11 dl,dt,dd,ol,ul,li,table,caption,tbody, selector
92 p,ul,ol,dl,dd,dt,li { selector
105 dl { selector
152 dl dl,
153 ol dl,
154 ul dl {
1178 dl.tag-list dt code,
1180 dl.atn-list dt code,
/aosp12/bionic/libc/arch-x86/silvermont/string/
H A Dsse2-strcpy-slm.S1214 xor %dl, %dl
1417 movb (%esi), %dl
1418 movb %dl, (%edi)
1435 movb 2(%esi), %dl
1437 movb %dl, 2(%edi)
1455 movb 4(%esi), %dl
1457 movb %dl, 4(%edi)
1497 movb 8(%esi), %dl
1499 movb %dl, 8(%edi)
1782 movb %dl, (%edi)
[all …]

1234