Home
last modified time | relevance | path

Searched refs:smart (Results 1 – 25 of 114) sorted by relevance

12345

/third_party/skia/third_party/externals/sfntly/doc/
Dsmart_pointer_usage.md1 Usage of smart pointers in sfntly C++ port
4 In sfntly C++ port, an object ref-counting and smart pointer mechanism
9 QueryInterface). Ptr<> is a smart pointer class like
41 - Virtual inherit from RefCount interface in base class if smart
53 > In this case the smart pointer is pretty dumb and dont count on it to
79 > difference between assignment and attachment with ATL smart
97 > The implementation of COM-like ref-counting and smart pointer remedies
/third_party/ninja/src/
Dline_printer.h27 void set_smart_terminal(bool smart) { smart_terminal_ = smart; } in set_smart_terminal()
/third_party/python/Lib/idlelib/
Dconfig-keys.def47 smart-backspace=<Key-BackSpace>
49 smart-indent=<Key-Tab>
107 smart-backspace=<Key-BackSpace>
109 smart-indent=<Key-Tab>
167 smart-backspace = <Key-BackSpace>
169 smart-indent = <Key-Tab>
227 smart-backspace=<Key-BackSpace>
229 smart-indent=<Key-Tab>
274 smart-backspace = <Key-BackSpace>
277 smart-indent = <Key-Tab>
/third_party/rust/crates/cxx/book/src/binding/
Dcxxvector.md12 only ever look at a vector behind a reference or smart pointer, as in
Dcxxstring.md14 through a reference or smart pointer, as in &CxxString or Pin\<&mut CxxString\>
/third_party/googletest/docs/reference/
Dmatchers.md46 | `IsNull()` | `argument` is a `NULL` pointer (raw or smart). |
47 | `NotNull()` | `argument` is a non-null pointer (raw or smart). |
208 | `Pointee(m)` | `argument` (either a smart pointer or a raw pointer) points to a valu…
209 | `Pointer(m)` | `argument` (either a smart pointer or a raw pointer) contains a point…
/third_party/node/doc/contributing/
Dcpp-style-guide.md25 * [Ownership and smart pointers](#ownership-and-smart-pointers)
211 ### Ownership and smart pointers
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
DCHANGELOG101 - fixed sample-depth bug (png_set_packing() not retroactively smart)
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_display_swapchain.txt110 - Added support for smart panels/buffered displays.
DVK_KHR_display.txt197 19) Should persistent mode for smart panels be enabled/disabled at swapchain
322 - Added support for smart/persistent/buffered display devices.
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
Dattribute.js115 return options.smart ? this.smartQuoteMark(options) : this.preferredQuoteMark(options);
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dtodo.txt4 - consider closing smart card / PCSC connection when EAP-SIM/EAP-AKA
/third_party/icu/icu4j/tools/build/
DREADME.txt44 ReportAPI is not particularly smart, and in particular, does not know
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dtodo.txt4 - consider closing smart card / PCSC connection when EAP-SIM/EAP-AKA
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/cocoa/
Dgstglcaopengllayer.m208 /* attempt to get the correct viewport back due to CA being too smart
/third_party/gstreamer/gstreamer/docs/
DREADME64 "smart index" and list symbols from other files that should land
/third_party/node/src/crypto/
DREADME.md71 smart-pointer aliases that should be used:
154 The `ManagedEVPPKey` class is a smart pointer for OpenSSL `EVP_PKEY`
/third_party/openGLES/extensions/WIN/
DWIN_phong_shading.txt96 Implementations may also choose to approximate phong-shading by smart
/third_party/skia/third_party/externals/opengl-registry/extensions/WIN/
DWIN_phong_shading.txt96 Implementations may also choose to approximate phong-shading by smart
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.c1202 unsigned smart; in decode_unsigned_subexp_with_ref() local
1206 smart = inverse_recenter(r, v); in decode_unsigned_subexp_with_ref()
1207 return smart; in decode_unsigned_subexp_with_ref()
1209 smart = inverse_recenter(mx - 1 - r, v); in decode_unsigned_subexp_with_ref()
1210 return (mx - 1 - smart); in decode_unsigned_subexp_with_ref()
/third_party/mesa3d/docs/relnotes/
D9.1.3.rst48 abort is an incredibly not-smart way to handle IR validation
/third_party/libwebsockets/lib/drivers/button/
DREADME.md134 `lws_json_simple_strcmp()`, it's dumb enough to be cheap but smart enough to
/third_party/skia/site/
Dconfig.toml38 anchor = "smart"
/third_party/node/deps/openssl/openssl/
DREADME-ENGINES.md228 Eg. if an ENGINE implementation requires a smart-card to be inserted
230 a control command you can issue afterwards to "forget" the smart-card
/third_party/openssl/
DREADME-ENGINES.md228 Eg. if an ENGINE implementation requires a smart-card to be inserted
230 a control command you can issue afterwards to "forget" the smart-card

12345