Home
last modified time | relevance | path

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

1234

/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/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h201 struct Sequence { struct
218 static bool orderByHighPC(const Sequence &LHS, const Sequence &RHS) { in orderByHighPC() argument
241 void appendSequence(const DWARFDebugLine::Sequence &S) { in appendSequence() argument
404 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/kotlinc/lib/
Dkotlin-stdlib-jdk8.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-stdlib- ...
/external/python/pybind11/tests/
Dtest_sequences_and_iterators.cpp97 class Sequence { in TEST_SUBMODULE() class
99 Sequence(size_t size) : m_size(size) { in TEST_SUBMODULE() function in TEST_SUBMODULE::Sequence
104 Sequence(const std::vector<float> &value) : m_size(value.size()) { in TEST_SUBMODULE() function in TEST_SUBMODULE::Sequence
109 Sequence(const Sequence &s) : m_size(s.m_size) { in TEST_SUBMODULE() function in TEST_SUBMODULE::Sequence
114 Sequence(Sequence &&s) : m_size(s.m_size), m_data(s.m_data) { in TEST_SUBMODULE() function in TEST_SUBMODULE::Sequence
/external/arm-trusted-firmware/docs/plat/arm/tc0/
Dindex.rst27 Build Procedure (TF-A only)
/external/arm-trusted-firmware/docs/plat/arm/morello/
Dindex.rst19 Build Procedure (TF-A only)
/external/autotest/client/cros/cellular/mbim_compliance/sequences/
Dsequence.py12 class Sequence(entity.Entity): class
/external/pigweed/pw_boot_armv7m/
Ddocs.rst25 Sequence chapter
/external/autotest/client/cros/mock_policies/
Dasn1der.py62 def Sequence(values): function
/external/llvm-project/llvm/include/llvm/MCA/
DCodeEmitter.h43 ArrayRef<MCInst> Sequence; variable
DSourceMgr.h30 ArrayRef<UniqueInst> Sequence; variable
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h43 std::vector<SUnit*> Sequence; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DCodeEmitter.h46 ArrayRef<MCInst> Sequence; variable
DSourceMgr.h30 ArrayRef<UniqueInst> Sequence; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h53 std::vector<SUnit*> Sequence; variable
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h53 std::vector<SUnit*> Sequence; variable
/external/libchrome/device/bluetooth/bluez/
Dbluetooth_service_attribute_value_bluez.h31 using Sequence = std::vector<BluetoothServiceAttributeValueBlueZ>; variable
/external/llvm-project/compiler-rt/test/profile/Inputs/
Dinstrprof-value-prof-evict.c56 #define INDIRECT_CALLSITE(Sequence, NumValsTracked) \ in main() argument
/external/compiler-rt/test/profile/Inputs/
Dinstrprof-value-prof-evict.c56 #define INDIRECT_CALLSITE(Sequence, NumValsTracked) \ in main() argument
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh301 struct Sequence struct
303 bool intersects (const hb_set_t *glyphs) const in intersects()
306 void closure (hb_closure_context_t *c) const in closure()
309 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs()
312 bool apply (hb_ot_apply_context_t *c) const in apply()
346 bool serialize (hb_serialize_context_t *c, in serialize()
353 bool subset (hb_subset_context_t *c) const in subset()
370 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
378 substitute; /* String of GlyphIDs to substitute */
/external/llvm/docs/
DYamlIO.rst805 Sequence chapter
/external/llvm-project/llvm/docs/
DYamlIO.rst805 Sequence chapter

1234