| /external/python/asn1crypto/docs/ |
| D | universal_types.md | 186 ## 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/ |
| D | DWARFDebugLine.h | 148 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/ |
| D | DWARFDebugLine.h | 206 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/python/pyasn1/tests/type/ |
| D | test_opentype.py | 30 class Sequence(univ.Sequence): class 55 class Sequence(univ.Sequence): class 86 class Sequence(univ.Sequence): class
|
| /external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFDebugLine.h | 201 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/arm-trusted-firmware/docs/plat/arm/tc0/ |
| D | index.rst | 27 Build Procedure (TF-A only)
|
| /external/arm-trusted-firmware/docs/plat/arm/morello/ |
| D | index.rst | 19 Build Procedure (TF-A only)
|
| /external/python/pybind11/tests/ |
| D | test_sequences_and_iterators.cpp | 97 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/autotest/client/cros/cellular/mbim_compliance/sequences/ |
| D | sequence.py | 12 class Sequence(entity.Entity): class
|
| /external/pigweed/pw_boot_armv7m/ |
| D | docs.rst | 25 Sequence chapter
|
| /external/autotest/client/cros/mock_policies/ |
| D | asn1der.py | 62 def Sequence(values): function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
| D | CodeEmitter.h | 46 ArrayRef<MCInst> Sequence; variable
|
| D | SourceMgr.h | 30 ArrayRef<UniqueInst> Sequence; variable
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | ScheduleDAGSDNodes.h | 43 std::vector<SUnit*> Sequence; variable
|
| /external/llvm-project/llvm/include/llvm/MCA/ |
| D | CodeEmitter.h | 43 ArrayRef<MCInst> Sequence; variable
|
| D | SourceMgr.h | 30 ArrayRef<UniqueInst> Sequence; variable
|
| /external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | ScheduleDAGSDNodes.h | 53 std::vector<SUnit*> Sequence; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | ScheduleDAGSDNodes.h | 53 std::vector<SUnit*> Sequence; variable
|
| /external/libchrome/device/bluetooth/bluez/ |
| D | bluetooth_service_attribute_value_bluez.h | 31 using Sequence = std::vector<BluetoothServiceAttributeValueBlueZ>; variable
|
| /external/compiler-rt/test/profile/Inputs/ |
| D | instrprof-value-prof-evict.c | 56 #define INDIRECT_CALLSITE(Sequence, NumValsTracked) \ in main() argument
|
| /external/llvm-project/compiler-rt/test/profile/Inputs/ |
| D | instrprof-value-prof-evict.c | 56 #define INDIRECT_CALLSITE(Sequence, NumValsTracked) \ in main() argument
|
| /external/llvm-project/llvm/docs/ |
| D | YamlIO.rst | 805 Sequence chapter
|
| /external/llvm/docs/ |
| D | YamlIO.rst | 805 Sequence chapter
|
| /external/harfbuzz_ng/src/ |
| D | hb-ot-layout-gsub-table.hh | 301 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-project/pstl/test/support/ |
| D | utils.h | 39 class Sequence; variable 330 explicit Sequence(size_t size) : m_storage(size) {} in Sequence() function 335 Sequence(size_t size, Func f) in Sequence() function 342 Sequence(const std::initializer_list<T>& data) : m_storage(data) {} in Sequence() function
|