Home
last modified time | relevance | path

Searched defs:Sequence (Results 1 – 25 of 135) sorted by relevance

123456

/external/harfbuzz_ng/src/OT/Layout/GSUB/
DSequence.hh11 struct Sequence struct
15 substitute; /* String of GlyphIDs to substitute */
19 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
25 bool intersects (const hb_set_t *glyphs) const in intersects()
28 void closure (hb_closure_context_t *c) const in closure()
31 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs()
34 bool apply (hb_ot_apply_context_t *c) const in apply()
134 bool serialize (hb_serialize_context_t *c, in serialize()
141 bool subset (hb_subset_context_t *c) const in subset()
/external/rust/android-crates-io/crates/anes/src/parser/
Dparsers.rs3 pub(crate) fn parse_char(ch: char, esc_o: bool) -> Option<Sequence> { in parse_char()
25 pub(crate) fn parse_esc_sequence(ch: char) -> Option<Sequence> { in parse_esc_sequence()
35 ) -> Option<Sequence> { in parse_csi_sequence()
96 fn parse_csi_tilde_key_code(parameters: &[u64]) -> Option<Sequence> { in parse_csi_tilde_key_code()
119 fn parse_csi_cursor_position(parameters: &[u64]) -> Option<Sequence> { in parse_csi_cursor_position()
132 fn parse_csi_xterm_mouse(parameters: &[u64], ch: char) -> Option<Sequence> { in parse_csi_xterm_mouse()
189 fn parse_csi_rxvt_mouse(parameters: &[u64]) -> Option<Sequence> { in parse_csi_rxvt_mouse()
/external/python/asn1crypto/docs/
Duniversal_types.md186 ## Sequence section in Universal Types with BER/DER Decoder and DER Encoder
193 ### Configuration
221 ### Usage
246 ### Optional Fields
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h148 struct Sequence { struct
157 Sequence(); argument
160 static bool orderByLowPC(const Sequence& LHS, const Sequence& RHS) { in orderByLowPC() argument
180 void appendSequence(const DWARFDebugLine::Sequence &S) { in appendSequence() argument
240 struct Sequence Sequence; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h206 struct Sequence { struct
223 static bool orderByHighPC(const Sequence &LHS, const Sequence &RHS) { in orderByHighPC() argument
246 void appendSequence(const DWARFDebugLine::Sequence &S) { in appendSequence() argument
379 struct Sequence Sequence; member
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h193 struct Sequence { struct
210 static bool orderByHighPC(const Sequence &LHS, const Sequence &RHS) { in orderByHighPC() argument
233 void appendSequence(const DWARFDebugLine::Sequence &S) { in appendSequence() argument
402 struct Sequence Sequence; member
/external/python/pyasn1/tests/type/
Dtest_opentype.py30 class Sequence(univ.Sequence): class
55 class Sequence(univ.Sequence): class
86 class Sequence(univ.Sequence): class
/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/
Dfor_each.hpp97 void for_each(F f, Sequence* = 0, TransformOp* = 0) in for_each() argument
114 void for_each(F f, Sequence* = 0) in for_each() argument
/external/rust/android-crates-io/crates/der/src/asn1/
Dsequence.rs14 pub trait Sequence<'a>: DecodeValue<'a> + EncodeValue {} trait
/external/rust/android-crates-io/crates/serde_yaml/src/value/
Dmod.rs37 Sequence(Sequence), enumerator
82 pub type Sequence = Vec<Value>; typedef
500 pub fn as_sequence(&self) -> Option<&Sequence> { in as_sequence()
523 pub fn as_sequence_mut(&mut self) -> Option<&mut Sequence> { in as_sequence_mut()
/external/executorch/test/end2end/
Dexported_module.py48 trace_inputs: Sequence,
49 get_random_inputs_fn: Callable[[], Sequence], argument
/external/rust/android-crates-io/crates/mockall/src/
Dlib.rs1766 pub struct Sequence { struct
1771 impl Sequence { impl
/external/arm-trusted-firmware/docs/plat/arm/fvp_r/
Dindex.rst24 Build Procedure
/external/trusty/arm-trusted-firmware/docs/plat/arm/morello/
Dindex.rst29 Build Procedure (TF-A only)
/external/arm-trusted-firmware/docs/plat/arm/diphda/
Dindex.rst26 Build Procedure (TF-A only)
/external/trusty/arm-trusted-firmware/docs/plat/arm/fvp_r/
Dindex.rst24 Build Procedure
/external/arm-trusted-firmware/docs/plat/arm/morello/
Dindex.rst19 Build Procedure (TF-A only)
/external/trusty/arm-trusted-firmware/docs/plat/arm/corstone1000/
Dindex.rst26 Build Procedure (TF-A only)
/external/arm-trusted-firmware/docs/plat/arm/tc/
Dindex.rst33 Build Procedure (TF-A only)
/external/trusty/arm-trusted-firmware/docs/plat/arm/tc/
Dindex.rst37 Build Procedure (TF-A only)
/external/trusty/arm-trusted-firmware/docs/plat/arm/automotive_rd/
Dindex.rst24 Build Procedure (TF-A only)
/external/autotest/client/cros/cellular/mbim_compliance/sequences/
Dsequence.py12 class Sequence(entity.Entity): class
/external/pigweed/pw_boot_cortex_m/
Ddocs.rst28 Sequence chapter
/external/pytorch/torch/_prims/
Dcontext.py108 types: Sequence,
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h43 std::vector<SUnit*> Sequence; variable

123456