/third_party/boost/libs/beast/doc/qbk/03_core/ |
D | 7a_echo.qbk | 25 the composed operation by constructing an intermediate, stateful completion 31 `echo_op` composed operation object. 33 The implementation strategy is to make the composed object meet the 41 place. Here is the complete implementation of our composed operation: 46 composed operations: 53 * Calling a synchronous function by accident. In general composed 58 composed operation. This will cause undefined behavior. For example,
|
D | 7_composed.qbk | 38 [@http://blog.think-async.com/2009/08/composed-operations-coroutines-and-code.html ['composed opera… 40 requirements on the implementation of composed operations. These classes 42 composed operations: 51 composed asynchronous operations expressed as an intermediate 59 For composed operation algorithms which need stable storage for
|
D | 7b_detect_ssl.qbk | 16 detection function using a composed operation. This SSL detector may 64 * An intermediate completion handler, called the "composed operation" 71 composed operation with the captured arguments and launches it. 73 Here we forward declare the composed operation type, and provide the 90 Now we will declare our composed operation. There is a considerable 97 call operator that turns this composed operation a completion handler
|
/third_party/glib/glib/tests/ |
D | search-utils.c | 26 SearchTest composed[] = { variable 119 g_test_add_data_func ("/search/composed", composed, test_search); in main()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-normalize.cc | 429 hb_codepoint_t composed, glyph; in _hb_ot_shape_normalize() local 444 &composed) && in _hb_ot_shape_normalize() 446 font->get_nominal_glyph (composed, &glyph)) in _hb_ot_shape_normalize() 455 buffer->out_info[starter].codepoint = composed; in _hb_ot_shape_normalize()
|
/third_party/boost/tools/quickbook/doc/ |
D | syntax.qbk | 17 A QuickBook document is composed of one or more blocks. An example of 20 grammar (C++ or Python), are composed of one or more phrases. A phrase
|
/third_party/harfbuzz/src/ |
D | hb-ot-shape-normalize.cc | 441 hb_codepoint_t composed, glyph; in _hb_ot_shape_normalize() local 456 &composed) && in _hb_ot_shape_normalize() 458 font->get_nominal_glyph (composed, &glyph)) in _hb_ot_shape_normalize() 465 buffer->out_info[starter].codepoint = composed; in _hb_ot_shape_normalize()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-normalize.cc | 442 hb_codepoint_t composed, glyph; in _hb_ot_shape_normalize() local 457 &composed) && in _hb_ot_shape_normalize() 459 font->get_nominal_glyph (composed, &glyph)) in _hb_ot_shape_normalize() 466 buffer->out_info[starter].codepoint = composed; in _hb_ot_shape_normalize()
|
/third_party/uboot/u-boot-2020.01/drivers/adc/ |
D | Kconfig | 57 A STM32 ADC block can be composed of several individual ADCs. 62 STM32 ADC driver is composed of:
|
/third_party/nghttp2/ |
D | CONTRIBUTION | 1 [The text below was composed based on 1.2. License section of
|
/third_party/node/lib/internal/ |
D | event_target.js | 89 const { cancelable, bubbles, composed } = { ...options }; 92 this[kComposed] = !!composed; 157 get composed() { return this[kComposed]; } getter in Event
|
/third_party/boost/libs/test/doc/testing_tools/ |
D | boost_test_technical_details.qbk | 19 # a special object, the `seed` of the expression, is composed from the left side of `statement`. 59 …[caution Since the `expression` object is composed from left-to-right, it actually observes a chai…
|
/third_party/boost/libs/asio/doc/overview/ |
D | strands.qbk | 32 In the case of composed asynchronous operations, such as `async_read()` or 36 and the composed operation (in the case of `async_read()` it's the socket,
|
D | cpp2011.qbk | 78 good idea to do so. In particular, composed operations like [link 80 Moving during the composed operation means that the composed operation may
|
/third_party/boost/tools/build/src/util/ |
D | string.jam | 33 # Splits the given string into a list of strings composed of each character of 146 # Check that the given string is composed entirely of whitespace.
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | unistr.h | 117 extern int ntfs_macosx_normalize_utf8(const char *utf8_string, char **target, int composed);
|
/third_party/boost/libs/python/doc/reference/ |
D | return_value_policy.qbk | 3 … simply models of [link concepts.callpolicies `CallPolicies`] which are composed of a [link concep…
|
D | tuple.qbk | 39 [[Effect][Constructs a new tuple object composed of `object(a0),
|
D | return_arg.qbk | 9 …erridden by `return_arg`, but its `precall` and `postcall` policies are composed as described here…
|
/third_party/boost/libs/spirit/doc/qi/ |
D | num_list4.qbk | 12 an attribute, even complex parsers. Those that are composed from primitives
|
/third_party/eudev/hwdb/ |
D | 70-touchpad.hwdb | 5 # The lookup keys are composed in:
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/ |
D | Browser.idl | 21 boolean composed = false;
|
/third_party/boost/tools/build/src/tools/features/ |
D | relevant-feature.jam | 24 ** It is a composite feature, and any composed feature is relevant
|
/third_party/ltp/testcases/kernel/security/mmc_security/ |
D | README | 8 It's composed of the following files:
|
/third_party/boost/libs/spirit/doc/x3/tutorial/ |
D | num_list4.qbk | 12 an attribute, even complex parsers. Those that are composed from primitives
|