/third_party/boost/libs/unordered/test/helpers/ |
D | tracker.hpp | 89 template <class X> class ordered : public ordered_base<X>::type class 96 ordered() : base() {} in ordered() function in test::ordered 98 explicit ordered(key_compare const& kc) : base(kc) {} in ordered() function in test::ordered
|
/third_party/boost/tools/build/src/util/ |
D | sequence.py | 24 def max_element (elements, ordered = None): argument
|
/third_party/boost/libs/histogram/test/ |
D | axis_traits_test.cpp | 160 constexpr static bool ordered() { return true; } in main() function 167 constexpr static bool ordered() { return false; } in main() function
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/sctp/ |
D | sctpsendmeta.h | 51 gboolean ordered; member
|
D | sctpsendmeta.c | 89 gboolean ordered, GstSctpSendMetaPartiallyReliability pr, guint32 pr_param) in gst_sctp_buffer_add_send_meta()
|
/third_party/boost/boost/format/ |
D | format_class.hpp | 158 enum style_values { ordered = 1, // set only if all directives are positional enumerator
|
/third_party/boost/boost/histogram/axis/ |
D | traits.hpp | 301 constexpr bool ordered(const Axis& axis) noexcept { in ordered() function 308 bool ordered(const variant<Ts...>& axis) noexcept { in ordered() function
|
D | category.hpp | 158 static constexpr bool ordered() noexcept { return false; } in ordered() function in boost::histogram::axis::category
|
D | variant.hpp | 100 bool ordered() const { in ordered() function in boost::histogram::axis::variant
|
/third_party/freetype/src/sfnt/ |
D | ttkern.c | 51 FT_UInt32 avail = 0, ordered = 0; in tt_face_load_kern() local
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttkern.c | 51 FT_UInt32 avail = 0, ordered = 0; in tt_face_load_kern() local
|
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/ |
D | ttkern.c | 52 FT_UInt32 avail = 0, ordered = 0; in tt_face_load_kern() local
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/ |
D | gstsctpenc.c | 94 gboolean ordered; member 536 gboolean ordered; in gst_sctp_enc_sink_chain() local 883 get_config_from_caps (const GstCaps * caps, gboolean * ordered, in get_config_from_caps()
|
D | sctpassociation.c | 438 guint32 length, guint16 stream_id, guint32 ppid, gboolean ordered, in gst_sctp_association_send_data()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | webrtcdatachannel.h | 51 gboolean ordered; member
|
/third_party/boost/boost/multi_index/detail/ |
D | index_matcher.hpp | 77 bool ordered; member
|
/third_party/skia/src/sksl/ |
D | SkSLDehydrator.cpp | 236 std::map<skstd::string_view, const Symbol*> ordered; in write() local
|
/third_party/selinux/libsepol/cil/src/ |
D | cil_resolve_ast.c | 1175 void __cil_ordered_list_init(struct cil_ordered_list **ordered) in __cil_ordered_list_init() 1184 void __cil_ordered_list_destroy(struct cil_ordered_list **ordered) in __cil_ordered_list_destroy() 1203 struct cil_ordered_list *ordered = item->data; in __cil_ordered_lists_destroy() local 1521 struct cil_ordered_list *ordered = NULL; in cil_resolve_sidorder() local 1576 struct cil_ordered_list *ordered = NULL; in cil_resolve_catorder() local 1618 struct cil_ordered_list *ordered = NULL; in cil_resolve_sensitivityorder() local
|
D | cil_internal.h | 382 uint32_t ordered; /* Only used for kernel class */ member 435 uint32_t ordered; member 672 uint32_t ordered; member 681 uint32_t ordered; member
|
/third_party/flutter/skia/src/pathops/ |
D | SkOpSpan.cpp | 407 bool SkOpSpan::insertCoincidence(const SkOpSegment* segment, bool flipped, bool ordered) { in insertCoincidence()
|
D | SkOpCoincidence.cpp | 155 bool SkCoincidentSpans::ordered(bool* result) const { in ordered() function in SkCoincidentSpans 1366 bool ordered; in mark() local
|
/third_party/skia/src/pathops/ |
D | SkOpSpan.cpp | 407 bool SkOpSpan::insertCoincidence(const SkOpSegment* segment, bool flipped, bool ordered) { in insertCoincidence()
|
D | SkOpCoincidence.cpp | 155 bool SkCoincidentSpans::ordered(bool* result) const { in ordered() function in SkCoincidentSpans 1366 bool ordered; in mark() local
|
/third_party/boost/libs/unordered/test/unordered/ |
D | insert_tests.cpp | 34 typedef test::ordered<X> ordered; in unique_insert_tests1() typedef 415 typedef test::ordered<X> ordered; in unique_emplace_tests1() typedef
|
/third_party/python/Lib/test/ |
D | test_signal.py | 225 def check_wakeup(self, test_body, *signals, ordered=True): argument
|