Home
last modified time | relevance | path

Searched refs:held (Results 1 – 25 of 465) sorted by relevance

12345678910>>...19

/third_party/boost/libs/python/doc/reference/
Dinstance_holder.qbk6held type's wrapped constructor(s), the class must also provide constructors that can accept an in…
34 [[Effects][installs the new instance at the head of the Python object's chain of held instances. ]]
46 …ersion of the instance holder template used by Boost.Python to wrap classes held by smart pointers:
56 // Forwarding constructors for the held type
Dregister_ptr_to_python.qbk5 …object must be held by `smart_ptr<X>`, and that when wrapped objects are created by calling the co…
/third_party/libxml2/
Dthreads.c111 unsigned int held; member
294 tok->held = 0; in xmlNewRMutex()
352 if (tok->held) { in xmlRMutexLock()
354 tok->held++; in xmlRMutexLock()
359 while (tok->held) in xmlRMutexLock()
365 tok->held = 1; in xmlRMutexLock()
397 tok->held--; in xmlRMutexUnlock()
398 if (tok->held == 0) { in xmlRMutexUnlock()
/third_party/gettext/gnulib-local/lib/libxml/
Dthreads.c147 unsigned int held; member
343 tok->held = 0; in xmlNewRMutex()
405 if (tok->held) { in xmlRMutexLock()
407 tok->held++; in xmlRMutexLock()
412 while (tok->held) in xmlRMutexLock()
418 tok->held = 1; in xmlRMutexLock()
452 tok->held--; in xmlRMutexUnlock()
453 if (tok->held == 0) { in xmlRMutexUnlock()
/third_party/mbedtls/programs/test/
Dudp_proxy.c697 static unsigned char held[2048] = { 0 }; variable
725 id = cur.len % sizeof( held ); in handle_message()
767 held[id] < HOLD_MAX && in handle_message()
770 ++held[id]; in handle_message()
780 held[id] < HOLD_MAX && in handle_message()
783 ++held[id]; in handle_message()
894 memset( held, 0, sizeof( held ) ); in main()
/third_party/libinput/doc/user/
Dscrolling.rst62 When a scroll gesture remains close to perfectly straight, it will be held to
101 a designated button is held down. For example, Lenovo devices provide a
103 scroll events when the trackstick's middle mouse button is held down.
122 need to be held down. Pressing and releasing the button once enables the
123 button lock, the button is now considered logically held down. Pressing and
125 button is logically held down, motion events are converted to scroll events.
Dtapping.rst46 finger down and that finger being held down emulates a button press. Moving
64 The above diagram explains the process, a tap (a) followed by a finger held
76 drag while the first is held in-place.
/third_party/flutter/skia/third_party/externals/wuffs/test/data/
DREADME.md38 Bruegel the Elder, held by the Metropolitan Museum of Art.
43 (obverse: The Potato Peeler)" by Vincent van Gogh, held by the Metropolitan
48 by Louis Comfort Tiffany, held by the Metropolitan Museum of Art.
59 (William)", held by the Metropolitan Museum of Art.
/third_party/openssl/doc/man3/
DOSSL_STORE_INFO.pod82 B<OSSL_STORE_INFO> and return the held object of the appropriate OpenSSL
83 type provided that's what's held.
88 B<OSSL_STORE_INFO> and return a duplicate of the held object of the
89 appropriate OpenSSL type provided that's what's held.
/third_party/boost/libs/thread/doc/
Dsynchronized_value.qbk58 …ect rather than a real reference, to ensure that the lock on the mutex is held across the assignme…
66held until the strict_lock_ptr object is destroyed, so you can safely perform multi-part operation…
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_widgets.cpp505 bool held = false; in ButtonBehavior() local
514 held = true; in ButtonBehavior()
535 if (out_held) *out_held = held; in ButtonBehavior()
563 bool hovered, held; in ButtonEx() local
564 bool pressed = ButtonBehavior(bb, id, &hovered, &held, flags); in ButtonEx()
569 …const ImU32 col = GetColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_Butto… in ButtonEx()
615 bool hovered, held; in InvisibleButton() local
616 bool pressed = ButtonBehavior(bb, id, &hovered, &held); in InvisibleButton()
638 bool hovered, held; in ArrowButtonEx() local
639 bool pressed = ButtonBehavior(bb, id, &hovered, &held, flags); in ArrowButtonEx()
[all …]
/third_party/mesa3d/src/imgui/
Dimgui_widgets.cpp507 bool held = false; in ButtonBehavior() local
518 held = true; in ButtonBehavior()
539 if (out_held) *out_held = held; in ButtonBehavior()
567 bool hovered, held; in ButtonEx() local
568 bool pressed = ButtonBehavior(bb, id, &hovered, &held, flags); in ButtonEx()
573 …const ImU32 col = GetColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_Butto… in ButtonEx()
620 bool hovered, held; in InvisibleButton() local
621 bool pressed = ButtonBehavior(bb, id, &hovered, &held); in InvisibleButton()
643 bool hovered, held; in ArrowButtonEx() local
644 bool pressed = ButtonBehavior(bb, id, &hovered, &held, flags); in ArrowButtonEx()
[all …]
/third_party/mbedtls/docs/
Duse-psa-crypto.md37 ### PSA-held (opaque) keys in the PK layer
67 ### PSA-held (opaque) keys for TLS pre-shared keys (PSK)
92 (still generated outside of PSA, but then held by PSA).
196 - RSA PKCS#1 v1.5 signature generation (from PSA-held keys)
/third_party/libcoap/man/
Dcoap_cache.txt.in134 list of _count_ options held in _options_. The specified _options_ will not
149 free off any internally held data. If the Cache Entry is session based, then
153 The *coap_cache_get_by_key*() function will locate the Cache Entry held in the
157 The *coap_cache_get_by_pdu*() function will locate the Cache Entry held in the
195 *coap_cache_get_pdu*() function the PDU that is held within the Cache Entry or
/third_party/skia/third_party/externals/imgui/
Dimgui_widgets.cpp623 bool held = false; in ButtonBehavior() local
635 held = true; in ButtonBehavior()
665 if (out_held) *out_held = held; in ButtonBehavior()
694 bool hovered, held; in ButtonEx() local
695 bool pressed = ButtonBehavior(bb, id, &hovered, &held, flags); in ButtonEx()
698 …const ImU32 col = GetColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_Butto… in ButtonEx()
748 bool hovered, held; in InvisibleButton() local
749 bool pressed = ButtonBehavior(bb, id, &hovered, &held, flags); in InvisibleButton()
771 bool hovered, held; in ArrowButtonEx() local
772 bool pressed = ButtonBehavior(bb, id, &hovered, &held, flags); in ArrowButtonEx()
[all …]
/third_party/libsnd/src/GSM610/
DCOPYRIGHT7 software for any purpose nor are held responsible for any defects of
/third_party/node/deps/zlib/
DLICENSE6 warranty. In no event will the authors be held liable for any damages
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/
DCOPYING.txt5 warranty. In no event will the authors be held liable for any damages
/third_party/zlib/
DLICENSE6 warranty. In no event will the authors be held liable for any damages
/third_party/skia/third_party/externals/zlib/
DLICENSE6 warranty. In no event will the authors be held liable for any damages
/third_party/flutter/glfw/
DCOPYING.txt5 warranty. In no event will the authors be held liable for any damages
/third_party/flutter/skia/third_party/externals/sdl/
DCOPYING.txt6 warranty. In no event will the authors be held liable for any damages
/third_party/flutter/skia/third_party/externals/zlib/
DLICENSE6 warranty. In no event will the authors be held liable for any damages
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/
DCOPYING.txt5 warranty. In no event will the authors be held liable for any damages
/third_party/flutter/skia/third_party/externals/sdl/Xcode/SDL/pkg-support/resources/
DLicense.txt6 warranty. In no event will the authors be held liable for any damages

12345678910>>...19