Home
last modified time | relevance | path

Searched defs:Segment (Results 1 – 25 of 44) sorted by relevance

12

/external/chromium_org/third_party/skia/include/core/
DSkPathMeasure.h88 struct Segment { struct
96 SkTDArray<Segment> fSegments; argument
/external/skia/include/core/
DSkPathMeasure.h88 struct Segment { struct
96 SkTDArray<Segment> fSegments; argument
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dpseudotcp.h130 struct Segment { struct
139 struct SSegment { argument
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h152 struct Segment { struct
157 Segment() : valno(nullptr) {} in Segment() function
159 Segment(SlotIndex S, SlotIndex E, VNInfo *V) in Segment() argument
175 bool operator<(const Segment &Other) const { argument
/external/skia/src/gpu/
DGrAAConvexPathRenderer.cpp30 struct Segment { struct
31 enum {
35 } fType;
59 typedef SkTArray<Segment, true> SegmentArray; argument
/external/chromium_org/third_party/skia/src/gpu/
DGrAAConvexPathRenderer.cpp31 struct Segment { struct
32 enum {
36 } fType;
60 typedef SkTArray<Segment, true> SegmentArray; argument
/external/llvm/lib/MC/
DMCSectionMachO.cpp72 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO()
170 StringRef &Segment, // Out. in ParseSectionSpecifier()
DMCContext.cpp207 getMachOSection(StringRef Segment, StringRef Section, in getMachOSection()
/external/chromium_org/chrome/common/extensions/docs/server2/
Dpath_util.py74 def Segment(path): function
/external/okhttp/okio/src/main/java/okio/
DSegment.java27 final class Segment { class
/external/guava/guava-tests/test/com/google/common/cache/
DCacheTesting.java138 static void drainRecencyQueue(Segment<?, ?> segment) { in drainRecencyQueue() argument
159 static void drainReferenceQueue(LocalCache.Segment<?, ?> segment) { in drainReferenceQueue()
/external/valgrind/main/drd/
Ddrd_segment.h61 } Segment; typedef
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp63 SDValue Segment; member
239 SDValue &Disp, SDValue &Segment) { in getAddressOperands()
1312 SDValue &Disp, SDValue &Segment) { in SelectAddr()
1358 SDValue &Disp, SDValue &Segment, in SelectScalarSSELoad()
1424 SDValue &Disp, SDValue &Segment) { in SelectLEA64_32Addr()
1464 SDValue &Segment) { in SelectLEAAddr()
1525 SDValue &Disp, SDValue &Segment) { in SelectTLSADDRAddr()
1550 SDValue &Segment) { in TryFoldLoad()
2045 SDValue Segment = CurDAG->getRegister(0, MVT::i32); in SelectGather() local
2725 SDValue Base, Scale, Index, Disp, Segment; in Select() local
DX86AsmPrinter.cpp288 const MachineOperand &Segment = MI->getOperand(Op+X86::AddrSegmentReg); in printMemReference() local
/external/chromium_org/v8/src/
Dzone.cc20 class Segment { class
Dzone.h21 class Segment; variable
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp373 bool DarwinAsmParser::parseSectionSwitch(const char *Segment, in parseSectionSwitch()
571 StringRef Segment, Section; in parseDirectiveSection() local
748 StringRef Segment; in parseDirectiveZerofill() local
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.h134 Segment() : in Segment() function
/external/libvpx/libvpx/third_party/libmkv/
DEbmlIDs.h35 Segment = 0x18538067, enumerator
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp482 StringRef Segment, Section; in emitModuleFlags() local
518 StringRef Segment, Section; in getExplicitSectionGlobal() local
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc841 CMapTable::CMapFormat4::Builder::Segment::Segment() {} in Segment() function in sfntly::CMapTable::CMapFormat4::Builder::Segment
843 CMapTable::CMapFormat4::Builder::Segment::Segment(Segment* other) in Segment() function in sfntly::CMapTable::CMapFormat4::Builder::Segment
850 CMapTable::CMapFormat4::Builder::Segment::Segment(int32_t start_count, in Segment() function in sfntly::CMapTable::CMapFormat4::Builder::Segment
/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc841 CMapTable::CMapFormat4::Builder::Segment::Segment() {} in Segment() function in sfntly::CMapTable::CMapFormat4::Builder::Segment
843 CMapTable::CMapFormat4::Builder::Segment::Segment(Segment* other) in Segment() function in sfntly::CMapTable::CMapFormat4::Builder::Segment
850 CMapTable::CMapFormat4::Builder::Segment::Segment(int32_t start_count, in Segment() function in sfntly::CMapTable::CMapFormat4::Builder::Segment
/external/clang/lib/Driver/
DMultilib.cpp35 static void normalizePathSegment(std::string &Segment) { in normalizePathSegment()
/external/llvm/include/llvm/MC/
DMCContext.h258 const MCSectionMachO *getMachOSection(StringRef Segment, in getMachOSection()
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp1189 struct Segment struct
1191 int index; //!< Index of left coordinate in sortedXCoords.
1192 float length;
1193 Segment (void) : index(-1), length(-1.0f) {} in Segment() function
1194 Segment (int index_, float length_) : index(index_), length(length_) {} in Segment() function
1196 …or<float> lengths (const vector<Segment>& segments) { return members(segments, &Segment::length); } in lengths()

12