Searched refs:overlays (Results 1 – 25 of 39) sorted by relevance
12
/external/llvm-project/clang-tools-extra/clang-include-fixer/tool/ |
D | clang-include-fixer.el | 311 (overlays (remove nil 317 (when overlays 318 (goto-char (clang-include-fixer--closest-overlay overlays))) 335 (mapc #'delete-overlay overlays))))) 360 (defun clang-include-fixer--closest-overlay (overlays) 362 (cl-check-type overlays cons) 365 (dolist (overlay overlays acc)
|
/external/dtc/tests/ |
D | fdtoverlay-runtest.sh | 25 overlays="$@" 28 verbose_run_check $VALGRIND "$FDTOVERLAY" -i "$basedtb" -o "$targetdtb" $overlays
|
/external/libxkbcommon/doc/ |
D | compat.md | 29 - overlays 32 + used to implement radio groups and overlays, and to deal with things
|
/external/igt-gpu-tools/tests/ |
D | kms_atomic_transition.c | 218 uint32_t n_overlays = 0, overlays[n_planes]; in setup_parms() local 252 overlays[n_overlays++] = i; in setup_parms() 264 parms[overlays[n_overlays - 1]].mask = 1 << 3; in setup_parms() 269 parms[overlays[i]].mask = 1 << (2 + val); in setup_parms() 328 removed_plane = &display->pipes[pipe].planes[overlays[plane_to_remove]]; in setup_parms() 331 overlays[plane_to_remove] = overlays[plane_to_remove + 1]; in setup_parms()
|
/external/autotest/client/site_tests/graphics_HwOverlays/ |
D | control.canvas3D | 18 a glClear passes), then inspects the amount of hardware overlays reported by the
|
D | control.canvas2DLowLatency | 18 and drawing a few strokes) and inspects the amount of hardware overlays
|
D | control.SkiaRenderer.canvas3D | 18 a glClear passes), then inspects the amount of hardware overlays reported by the
|
D | control.SkiaRenderer.canvas2DLowLatency | 18 and drawing a few strokes) and inspects the amount of hardware overlays
|
D | control.video | 19 amount of hardware overlays reported by the system. The test passes when the
|
D | control.SkiaRenderer.video | 19 amount of hardware overlays reported by the system. The test passes when the
|
/external/autotest/client/site_tests/graphics_VideoRenderingPower/ |
D | control.vp9 | 18 overlays on/off.
|
D | control.vp8 | 18 overlays on/off.
|
D | control.h264 | 18 overlays on/off.
|
/external/toolchain-utils/afdo_tools/ |
D | update_kernel_afdo | 32 CROS_REPO=https://chromium.googlesource.com/chromiumos/overlays/chromiumos-overlay
|
/external/subsampling-scale-image-view/ |
D | release.gradle | 39 …tion and animation support, with easy extension so you can add your own overlays and touch event d…
|
D | README.md | 6 …nd animation support, and allows easy extension so you can add your own overlays and touch event d…
|
/external/python/cpython2/Lib/test/decimaltestdata/ |
D | ddAbs.decTest | 69 -- more fixed, potential LHS swaps/overlays if done by subtract 0
|
D | dqAbs.decTest | 69 -- more fixed, potential LHS swaps/overlays if done by subtract 0
|
D | abs.decTest | 82 -- more fixed, potential LHS swaps/overlays if done by subtract 0
|
D | minus.decTest | 82 -- more fixed, potential LHS swaps/overlays if done by 0 subtract x
|
/external/python/cpython3/Lib/test/decimaltestdata/ |
D | dqAbs.decTest | 69 -- more fixed, potential LHS swaps/overlays if done by subtract 0
|
D | ddAbs.decTest | 69 -- more fixed, potential LHS swaps/overlays if done by subtract 0
|
D | abs.decTest | 82 -- more fixed, potential LHS swaps/overlays if done by subtract 0
|
D | minus.decTest | 82 -- more fixed, potential LHS swaps/overlays if done by 0 subtract x
|
/external/dtc/Documentation/ |
D | dt-object-internal.txt | 167 tree (or subsequent loaded overlays) so that they can be matched up with 312 There is an alternative syntax to the expanded form for overlays with phandle
|
12