Home
last modified time | relevance | path

Searched refs:Included (Results 1 – 25 of 80) sorted by relevance

1234

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-operators.hpp104 template<class Included>
106 … static_assert(Included::value, "missing include: please #include <rxcpp/operators/rx-amb.hpp>");
111 template<class Included>
113 … static_assert(Included::value, "missing include: please #include <rxcpp/operators/rx-all.hpp>");
120 template<class Included>
122 … static_assert(Included::value, "missing include: please #include <rxcpp/operators/rx-any.hpp>");
130 template<class Included>
132 …static_assert(Included::value, "missing include: please #include <rxcpp/operators/rx-buffer_count.…
137 template<class Included>
139 …static_assert(Included::value, "missing include: please #include <rxcpp/operators/rx-buffer_time.h…
[all …]
/external/rust/crates/managed/src/
Dmap.rs175 Bound::Included(ref key_begin) => $item < Some(key_begin.borrow()), in binary_search_by_key_range()
206 Bound::Included(ref key_end) => $item > Some(key_end.borrow()), in binary_search_by_key_range()
667 let mut range = map.range::<&str, _>((Included("b"), Included("a"))); in test_range_full_include_right()
669 let mut range = map.range::<&str, _>((Included("b"), Included("b"))); in test_range_full_include_right()
672 let mut range = map.range::<&str, _>((Included("b"), Included("c"))); in test_range_full_include_right()
676 let mut range = map.range::<&str, _>((Included("b"), Included("d"))); in test_range_full_include_right()
681 let mut range = map.range::<&str, _>((Included("b"), Included("e"))); in test_range_full_include_right()
687 let mut range = map.range::<&str, _>((Included("b"), Included("a"))); in test_range_full_include_right()
689 let mut range = map.range::<&str, _>((Included("b"), Included("b"))); in test_range_full_include_right()
692 let mut range = map.range::<&str, _>((Included("b"), Included("c"))); in test_range_full_include_right()
[all …]
/external/cros/system_api/dbus/power_manager/
Dsuspend.proto11 // Included in powerd's SuspendImminent signal, sent when the system is about to
73 // Included in powerd's SuspendDone signal, sent after the system has completed
87 // Included in calls to powerd's RegisterSuspendDelay method.
101 // Included in responses to powerd's RegisterSuspendDelay method.
111 // Included in calls to powerd's UnregisterSuspendDelay method.
119 // Included in calls to powerd's HandleSuspendReadiness method.
132 // Included in calls to powerd's RecordDarkResumeWakeReason method.
Dswitch_states.proto11 // Included in responses to GetSwitchStates method calls to powerd.
Dinput_event.proto11 // Included in powerd's InputEvent signals.
Didle.proto11 // Included in powerd's ScreenIdleStateChanged signal, emitted when the screen's
/external/rust/crates/rayon/src/
Dmath.rs19 Bound::Included(&i) if i <= len => i, in simplify_range()
26 Bound::Included(&i) if i < len => i + 1, in simplify_range()
/external/rust/crates/intrusive-collections/src/
Drbtree.rs18 use crate::Bound::{self, Excluded, Included, Unbounded};
1479 Included(key) => key <= self.adapter.get_key(current).borrow(),
1537 Included(key) => key < self.adapter.get_key(current).borrow(),
2359 t.range(Included(&0), Unbounded)
2371 t.range(Included(&25), Unbounded)
2383 t.range(Included(&70), Unbounded)
2395 t.range(Included(&100), Unbounded)
2408 t.range(Unbounded, Included(&90))
2420 t.range(Unbounded, Included(&25))
2432 t.range(Unbounded, Included(&70))
[all …]
Dlib.rs311 Included(T), enumerator
/external/rust/crates/futures-util/src/io/
Dwindow.rs79 Bound::Included(n) => *n, in set()
84 Bound::Included(n) => *n + 1, in set()
/external/rust/crates/tinyvec/src/
Darrayvec_drain.rs23 Bound::Included(&n) => n, in new()
28 Bound::Included(&n) => n.saturating_add(1), in new()
/external/llvm-project/clang-tools-extra/clangd/
DHeaders.cpp222 auto Included = [&](llvm::StringRef Header) { in shouldInsertInclude() local
225 return !Included(DeclaringHeader) && !Included(InsertedHeader.File); in shouldInsertInclude()
/external/cros/system_api/dbus/biod/
Dconstants.proto11 // Included in biod's EnrollScanDone signal.
Dmessages.proto13 // Included in biod's EnrollScanDone signal.
/external/llvm/utils/kate/
DREADME3 These are syntax highlighting files for the Kate editor. Included are:
/external/llvm-project/llvm/utils/kate/
DREADME3 These are syntax highlighting files for the Kate editor. Included are:
/external/llvm/utils/jedit/
DREADME3 These are syntax highlighting files for the jEdit editor. Included are:
/external/llvm-project/llvm/utils/jedit/
DREADME3 These are syntax highlighting files for the jEdit editor. Included are:
/external/vogar/
D.vogarconfig.example5 # Included are a few examples of things you may wish to include in your
/external/llvm-project/llvm/utils/emacs/
DREADME3 These are syntax highlighting files for the Emacs and XEmacs editors. Included
/external/llvm/utils/emacs/
DREADME3 These are syntax highlighting files for the Emacs and XEmacs editors. Included
/external/libiio/src/cmake/
DCheckCaseSensitiveFileSystem.cmake5 # Included in libiio (LGPL2) with permission.
/external/rust/crates/quiche/src/
Dranges.rs96 .range((Bound::Unbounded, Bound::Included(&largest))) in remove_until()
143 .range((Bound::Unbounded, Bound::Included(item))) in prev_to()
150 .range((Bound::Included(item), Bound::Unbounded)) in next_to()
/external/llvm/docs/TableGen/
DBackEnds.rst117 **Usage**: Included directly into ``InstPrinter/<Target>InstPrinter.cpp``.
151 **Usage**: Included directly into ``<Target>AsmPrinter.cpp``.
172 **Usage**: Included in ``<Target>ISelDAGToDAG.cpp`` inside the target's
186 **Usage**: Included directly on ``<Target>InstrInfo.cpp``.
/external/avb/proto/
Dtrillian.proto50 // Hash strategy cannot be determined. Included to enable detection of
76 // Tree state cannot be determined. Included to enable detection of
102 // Tree type cannot be determined. Included to enable detection of mismatched

1234