/third_party/gstreamer/gstplugins_good/gst/flx/ |
D | flx_color.c | 84 guint grab; in flx_set_palette_vector() local 89 grab = ((start + num) > 0x100 ? 0x100 - start : num); in flx_set_palette_vector() 95 while (grab) { in flx_set_palette_vector() 99 grab--; in flx_set_palette_vector() 102 memcpy (&flxpal->palvec[start * 3], newpal, grab * 3); in flx_set_palette_vector()
|
/third_party/libinput/tools/ |
D | shared.c | 277 bool *grab = user_data; in open_restricted() local 283 else if (grab && *grab && ioctl(fd, EVIOCGRAB, (void*)1) == -1) in open_restricted() 302 tools_open_udev(const char *seat, bool verbose, bool *grab) in tools_open_udev() argument 312 li = libinput_udev_create_context(&interface, grab, udev); in tools_open_udev() 335 tools_open_device(const char **paths, bool verbose, bool *grab) in tools_open_device() argument 341 li = libinput_path_create_context(&interface, grab); in tools_open_device() 380 bool *grab) in tools_open_backend() argument 388 li = tools_open_udev(seat_or_device[0], verbose, grab); in tools_open_backend() 391 li = tools_open_device(seat_or_device, verbose, grab); in tools_open_backend()
|
D | libinput-list-devices.c | 378 bool grab = false; in main() local 398 li = tools_open_backend(BACKEND_UDEV, seat, false, &grab); in main()
|
D | shared.h | 121 bool *grab);
|
D | libinput-debug-events.c | 996 bool grab = false; in main() local 1065 grab = true; in main() 1111 li = tools_open_backend(backend, seat_or_devices, verbose, &grab); in main()
|
/third_party/libwebsockets/lib/misc/fts/ |
D | trie-fd.c | 225 #define grab(_pos, _size) { \ macro 250 grab(ofs_linetable, sizeof(buf)); in lws_fts_cache_chunktable() 312 grab(lt->vli_ofs_in_index, sizeof(buf)); in lws_fts_getfileoffset() 437 grab(o, sizeof(buf)); in lws_fts_search() 462 grab(o, sizeof(buf)); in lws_fts_search() 474 grab(o + base, sizeof(buf)); in lws_fts_search() 586 grab(o + base, sizeof(buf)); in lws_fts_search() 627 grab(o, sizeof(buf)); in lws_fts_search() 700 grab((int32_t)ro + base, sizeof(buf)); in lws_fts_search() 844 grab(child_ofs, sizeof(buf)); in lws_fts_search()
|
/third_party/popt/tests/ |
D | test-poptrc.in | 8 test1 alias --grab --arg2 "'foo !#:+'" 9 test1 alias --grabbar --grab bar
|
D | testit.sh | 82 run test1 "test1 - 30" "arg1: 0 arg2: 'foo bingo' rest: boggle" --grab bingo boggle
|
/third_party/libinput/test/ |
D | valgrind.suppressions | 56 libevdev:grab 63 ioctl:grab
|
/third_party/vulkan-loader/cmake/ |
D | FindVulkanHeaders.cmake | 103 # First, determine which header we need to grab the version information from. 124 # We grab the major version (X) and minor version (Y) out of the parentheses 143 # Where Z is the patch version which we just grab off the end
|
/third_party/libinput/completion/zsh/ |
D | _libinput | 47 '--grab[Exclusively grab all opened devices]' \ 89 '--grab[Exclusively grab all opened devices]' \
|
/third_party/libevdev/libevdev/ |
D | libevdev.c | 1669 libevdev_grab(struct libevdev *dev, enum libevdev_grab_mode grab) in libevdev_grab() argument 1681 if (grab != LIBEVDEV_GRAB && grab != LIBEVDEV_UNGRAB) { in libevdev_grab() 1682 log_bug(dev, "invalid grab parameter %#x\n", grab); in libevdev_grab() 1686 if (grab == dev->grabbed) in libevdev_grab() 1689 if (grab == LIBEVDEV_GRAB) in libevdev_grab() 1691 else if (grab == LIBEVDEV_UNGRAB) in libevdev_grab() 1695 dev->grabbed = grab; in libevdev_grab()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | CMakeLists.txt | 17 # Hack: we need to include 'main' target directory to grab private headers
|
/third_party/flutter/skia/third_party/externals/sdl/visualtest/configs/testsprite2_crashtest/ |
D | testsprite2_crashtest.parameters | 21 --grab, boolean, [], false, [mouse]
|
/third_party/protobuf/python/docs/ |
D | make.bat | 23 echo.If you don't have Sphinx installed, grab it from
|
/third_party/node/deps/npm/node_modules/mime-db/ |
D | README.md | 26 If you're crazy enough to use this in the browser, you can just grab the 40 // grab data on .js files
|
/third_party/flutter/skia/third_party/externals/sdl/visualtest/ |
D | testsprite2_sample.parameters | 25 --grab, boolean, [], false, [mouse]
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | postproc.c | 194 bool grab = false; in vlVaPostProcBlit() local 202 grab = true; in vlVaPostProcBlit() 239 if (grab) { in vlVaPostProcBlit()
|
/third_party/flutter/flutter/examples/flutter_gallery/test/demo/material/ |
D | expansion_panels_demo_test.dart | 44 // Another approach is to grab the `runtimeType` of a dummy instance; see packages/flutter/test/mat…
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_direct_mode_display.adoc | 42 grab in-use displays away from window systems and/or native platforms,
|
D | VK_EXT_direct_mode_display.txt | 42 grab in-use displays away from window systems and/or native platforms,
|
/third_party/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_Tagging | 22 official release will grab all files with the posixtestsuite__source
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | bit.inl | 16 result = (tmp & (~tmp + 1)); // grab lowest bit
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_ctr_drbg.function | 206 /* The initial seeding must grab at least byte_strength bytes of entropy 214 /* A reseed must grab at least byte_strength bytes of entropy. */
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | interactivity | 26 be able to grab events
|