Home
last modified time | relevance | path

Searched refs:composed (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/third_party/boost/libs/beast/doc/qbk/03_core/
D7a_echo.qbk25 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,
D7_composed.qbk38 [@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
D7b_detect_ssl.qbk16 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/
Dsearch-utils.c26 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/
Dhb-ot-shape-normalize.cc429 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/
Dsyntax.qbk17 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/
Dhb-ot-shape-normalize.cc441 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/
Dhb-ot-shape-normalize.cc442 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/
DKconfig57 A STM32 ADC block can be composed of several individual ADCs.
62 STM32 ADC driver is composed of:
/third_party/nghttp2/
DCONTRIBUTION1 [The text below was composed based on 1.2. License section of
/third_party/node/lib/internal/
Devent_target.js89 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/
Dboost_test_technical_details.qbk19 # 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/
Dstrands.qbk32 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,
Dcpp2011.qbk78 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/
Dstring.jam33 # 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/
Dunistr.h117 extern int ntfs_macosx_normalize_utf8(const char *utf8_string, char **target, int composed);
/third_party/boost/libs/python/doc/reference/
Dreturn_value_policy.qbk3 … simply models of [link concepts.callpolicies `CallPolicies`] which are composed of a [link concep…
Dtuple.qbk39 [[Effect][Constructs a new tuple object composed of `object(a0),
Dreturn_arg.qbk9 …erridden by `return_arg`, but its `precall` and `postcall` policies are composed as described here…
/third_party/boost/libs/spirit/doc/qi/
Dnum_list4.qbk12 an attribute, even complex parsers. Those that are composed from primitives
/third_party/eudev/hwdb/
D70-touchpad.hwdb5 # The lookup keys are composed in:
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
DBrowser.idl21 boolean composed = false;
/third_party/boost/tools/build/src/tools/features/
Drelevant-feature.jam24 ** It is a composite feature, and any composed feature is relevant
/third_party/ltp/testcases/kernel/security/mmc_security/
DREADME8 It's composed of the following files:
/third_party/boost/libs/spirit/doc/x3/tutorial/
Dnum_list4.qbk12 an attribute, even complex parsers. Those that are composed from primitives

12345678910>>...13