| /external/skia/include/core/ |
| D | SkPathMeasure.h | 94 struct Segment { struct 103 SkTDArray<Segment> fSegments; argument
|
| /external/google-breakpad/src/common/mac/ |
| D | macho_reader.h | 157 struct Segment { struct 184 // Flags describing this segment, from SegmentFlags. argument 185 uint32_t flags; 188 bool bits_64;
|
| /external/pdfium/core/fxcrt/ |
| D | fx_bidi.h | 20 struct Segment { struct 23 Direction direction; // Segment direction. argument
|
| /external/webrtc/webrtc/p2p/base/ |
| D | pseudotcp.h | 113 struct Segment { struct 122 struct SSegment { argument
|
| /external/okhttp/okio/okio/src/main/java/okio/ |
| D | Segment.java | 33 final class Segment { class 57 Segment() { in Segment() method in Segment 63 Segment(Segment shareFrom) { in Segment() method in Segment 68 Segment(byte[] data, int pos, int limit) { in Segment() method in Segment
|
| /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/ |
| D | Segment.java | 21 public class Segment implements Series<Number> { class 27 public Segment(String title, Number value) { in Segment() method in Segment
|
| /external/r8/src/main/java/com/android/tools/r8/dex/ |
| D | Segment.java | 6 public class Segment { class 12 public Segment(int type, int unused, int length, int offset) { in Segment() method in Segment
|
| /external/llvm/include/llvm/CodeGen/ |
| D | LiveInterval.h | 160 struct Segment { struct 165 Segment() : valno(nullptr) {} in Segment() argument 167 Segment(SlotIndex S, SlotIndex E, VNInfo *V) in Segment() argument 183 bool operator<(const Segment &Other) const { argument
|
| /external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
| D | vktTessellationFractionalSpacingTests.cpp | 78 struct Segment struct 80 int index; //!< Index of left coordinate in sortedXCoords. 81 float length; 83 Segment (void) : index(-1), length(-1.0f) {} in Segment() argument 84 Segment (int index_, float length_) : index(index_), length(length_) {} in Segment() function
|
| /external/skia/src/gpu/ops/ |
| D | GrAAConvexPathRenderer.cpp | 35 struct Segment { struct 36 enum { 40 } fType; 64 typedef SkTArray<Segment, true> SegmentArray; argument
|
| /external/swiftshader/third_party/LLVM/lib/MC/ |
| D | MCSectionMachO.cpp | 75 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO() 180 StringRef &Segment, // Out. in ParseSectionSpecifier()
|
| D | MCContext.cpp | 156 getMachOSection(StringRef Segment, StringRef Section, in getMachOSection()
|
| /external/llvm/lib/MC/ |
| D | MCSectionMachO.cpp | 72 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO() 172 StringRef &Segment, // Out. in ParseSectionSpecifier()
|
| /external/llvm/tools/dsymutil/ |
| D | MachOUtils.cpp | 128 MachO::segment_command_64 Segment; in iterateOnSegments() local 227 const object::MachOObjectFile::LoadCommandInfo &LCI, SegmentTy Segment, in transferSegmentAndSections() 302 iterateOnSegments(Obj, [&](const MachO::segment_command_64 &Segment) { in hasLinkEditSegment() 379 iterateOnSegments(InputBinary, [&](const MachO::segment_command_64 &Segment) { in generateDsymCompanion()
|
| /external/valgrind/drd/ |
| D | drd_segment.h | 61 } Segment; typedef
|
| /external/guava/guava-tests/test/com/google/common/cache/ |
| D | CacheTesting.java | 143 static void drainRecencyQueue(Segment<?, ?> segment) { in drainRecencyQueue() argument 164 static void drainReferenceQueue(LocalCache.Segment<?, ?> segment) { in drainReferenceQueue()
|
| /external/llvm/lib/Target/X86/ |
| D | X86ISelDAGToDAG.cpp | 64 SDValue Segment; member 247 SDValue &Segment) { in getAddressOperands() 1422 SDValue &Disp, SDValue &Segment) { in selectVectorAddr() 1467 SDValue &Disp, SDValue &Segment) { in selectAddr() 1515 SDValue &Disp, SDValue &Segment, in selectScalarSSELoad() 1582 SDValue &Disp, SDValue &Segment) { in selectLEA64_32Addr() 1625 SDValue &Segment) { in selectLEAAddr() 1688 SDValue &Disp, SDValue &Segment) { in selectTLSADDRAddr() 1713 SDValue &Segment) { in tryFoldLoad() 1916 SDValue Segment = CurDAG->getRegister(0, MVT::i32); in tryGather() local [all …]
|
| /external/swiftshader/third_party/LLVM/lib/Target/X86/ |
| D | X86ISelDAGToDAG.cpp | 66 SDValue Segment; member 232 SDValue &Disp, SDValue &Segment) { in getAddressOperands() 1136 SDValue &Disp, SDValue &Segment) { in SelectAddr() 1180 SDValue &Disp, SDValue &Segment, in SelectScalarSSELoad() 1221 SDValue &Segment) { in SelectLEAAddr() 1282 SDValue &Disp, SDValue &Segment) { in SelectTLSADDRAddr() 1307 SDValue &Segment) { in TryFoldLoad()
|
| /external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
| D | DarwinAsmParser.cpp | 296 bool DarwinAsmParser::ParseSectionSwitch(const char *Segment, in ParseSectionSwitch() 434 StringRef Segment, Section; in ParseDirectiveSection() local 579 StringRef Segment; in ParseDirectiveZerofill() local
|
| /external/llvm/lib/MC/MCParser/ |
| D | DarwinAsmParser.cpp | 392 bool DarwinAsmParser::parseSectionSwitch(const char *Segment, in parseSectionSwitch() 610 StringRef Segment, Section; in parseDirectiveSection() local 808 StringRef Segment; in parseDirectiveZerofill() local
|
| /external/protobuf/src/google/protobuf/util/ |
| D | json_util_test.cc | 181 typedef pair<char*, int> Segment; typedef
|
| /external/swiftshader/third_party/LLVM/include/llvm/MC/ |
| D | MCContext.h | 176 const MCSectionMachO *getMachOSection(StringRef Segment, in getMachOSection()
|
| /external/llvm/include/llvm/DebugInfo/CodeView/ |
| D | SymbolRecord.h | 55 ulittle16_t Segment; member 192 ulittle16_t Segment; member 873 ulittle16_t Segment; member 905 ulittle16_t Segment; member 1153 ulittle16_t Segment; member 1184 ulittle16_t Segment; member 1386 ulittle16_t Segment; member 1419 ulittle16_t Segment; member
|
| /external/clang/lib/Driver/ |
| D | Multilib.cpp | 35 static void normalizePathSegment(std::string &Segment) { in normalizePathSegment()
|
| /external/libvpx/libwebm/mkvparser/ |
| D | mkvparser.h | 67 class Segment; variable 893 friend class Segment; variable 936 friend class Segment; variable
|