Searched defs:Segment (Results 1 - 25 of 64) sorted by relevance

123

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
H A DSegment.java21 public class Segment implements Series<Number> { class in inherits:Series
27 public Segment(String title, Number value) { method in class:Segment
/external/valgrind/drd/
H A Ddrd_segment.h61 } Segment; typedef in typeref:struct:segment
63 extern Segment* DRD_(g_sg_list);
65 Segment* DRD_(sg_new)(const DrdThreadId creator, const DrdThreadId created);
66 static int DRD_(sg_get_refcnt)(const Segment* const sg);
67 Segment* DRD_(sg_get)(Segment* const sg);
68 void DRD_(sg_put)(Segment* const sg);
69 static struct bitmap* DRD_(sg_bm)(Segment* const sg);
70 void DRD_(sg_merge)(Segment* const sg1, Segment* cons
[all...]
/external/okhttp/okio/okio/src/main/java/okio/
H A DSegment.java33 final class Segment { class
52 Segment next;
55 Segment prev;
57 Segment() { method in class:Segment
63 Segment(Segment shareFrom) { method in class:Segment
68 Segment(byte[] data, int pos, int limit) { method in class:Segment
80 public Segment pop() {
81 Segment result = next != this ? next : null;
93 public Segment pus
[all...]
/external/skia/include/core/
H A DSkPathMeasure.h94 struct Segment { struct in class:SkPathMeasure
103 SkTDArray<Segment> fSegments;
106 static const Segment* NextSegment(const Segment*);
116 const Segment* distanceToSegment(SkScalar distance, SkScalar* t);
/external/v8/src/zone/
H A Dzone-segment.h21 class Segment { class in namespace:v8::internal
28 Segment* next() const { return next_; }
29 void set_next(Segment* const next) { next_ = next; }
32 size_t capacity() const { return size_ - sizeof(Segment); }
34 Address start() const { return address(sizeof(Segment)); }
52 Segment* next_;
/external/pdfium/core/fxcrt/
H A Dfx_bidi.h20 struct Segment { struct in class:CFX_BidiChar
23 Direction direction; // Segment direction.
40 Segment GetSegmentInfo() const { return m_LastSegment; }
45 Segment m_CurrentSegment;
46 Segment m_LastSegment;
51 using const_iterator = std::vector<CFX_BidiChar::Segment>::const_iterator;
71 std::vector<CFX_BidiChar::Segment> m_Order;
/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h16 // individual segment is represented as an instance of LiveRange::Segment,
150 /// It manages an ordered list of Segment objects.
160 struct Segment { struct in class:llvm::LiveRange
165 Segment() : valno(nullptr) {} function in struct:llvm::LiveRange::Segment
167 Segment(SlotIndex S, SlotIndex E, VNInfo *V) function in struct:llvm::LiveRange::Segment
183 bool operator<(const Segment &Other) const {
186 bool operator==(const Segment &Other) const {
193 typedef SmallVector<Segment, 2> Segments;
202 typedef std::set<Segment> SegmentSet;
237 for (const Segment
[all...]
/external/llvm/lib/MC/
H A DMCSectionMachO.cpp72 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, argument
77 assert(Segment.size() <= 16 && Section.size() <= 16 &&
78 "Segment or section string too long");
80 if (i < Segment.size())
81 SegmentName[i] = Segment[i];
172 StringRef &Segment, // Out.
185 Segment = GetEmptyOrTrim(0);
192 if (Segment.empty() || Segment.size() > 16)
171 ParseSectionSpecifier(StringRef Spec, StringRef &Segment, StringRef &Section, unsigned &TAA, bool &TAAParsed, unsigned &StubSize) argument
H A DMCContext.cpp267 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, argument
278 Name += Segment;
293 Segment, Section, TypeAndAttributes, Reserved2, Kind, Begin);
/external/protobuf/src/google/protobuf/util/
H A Djson_util_test.cc181 typedef pair<char*, int> Segment; typedef in namespace:google::protobuf::util::__anon16522
185 explicit SegmentedZeroCopyOutputStream(list<Segment> segments)
203 Segment(last_segment_.first + last_segment_.second - length, length));
204 last_segment_ = Segment(last_segment_.first, last_segment_.second - length);
211 list<Segment> segments_;
212 Segment last_segment_;
229 list<Segment> segments;
234 Segment(buffer + segment_start, i - segment_start + 1));
239 Segment(buffer + segment_start, kOutputBufferLength - segment_start));
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCSectionMachO.cpp75 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, argument
78 assert(Segment.size() <= 16 && Section.size() <= 16 &&
79 "Segment or section string too long");
81 if (i < Segment.size())
82 SegmentName[i] = Segment[i];
180 StringRef &Segment, // Out.
195 Segment = Comma.first;
196 StripSpaces(Segment);
199 if (Segment.empty() || Segment
179 ParseSectionSpecifier(StringRef Spec, StringRef &Segment, StringRef &Section, unsigned &TAA, bool &TAAParsed, unsigned &StubSize) argument
[all...]
H A DMCContext.cpp156 getMachOSection(StringRef Segment, StringRef Section, argument
171 Name += Segment;
180 return Entry = new (*this) MCSectionMachO(Segment, Section, TypeAndAttributes,
/external/clang/lib/Driver/
H A DMultilib.cpp34 /// normalize Segment to "/foo/bar" or "".
35 static void normalizePathSegment(std::string &Segment) { argument
36 StringRef seg = Segment;
47 Segment = "";
53 Segment = "/" + seg.str();
55 Segment = seg;
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationFractionalSpacingTests.cpp78 struct Segment struct in namespace:vkt::tessellation::__anon3974
83 Segment (void) : index(-1), length(-1.0f) {} function in struct:vkt::tessellation::__anon3974::Segment
84 Segment (int index_, float length_) : index(index_), length(length_) {} function in struct:vkt::tessellation::__anon3974::Segment
87 inline std::vector<float> lengths (const std::vector<Segment>& segments) { return members(segments, &Segment::length); }
150 std::vector<Segment> segments(finalLevel);
152 segments[i] = Segment(i, sortedCoords[i+1] - sortedCoords[i]);
159 std::vector<Segment> segmentsA;
160 std::vector<Segment> segmentsB;
166 const Segment
[all...]
/external/llvm/lib/CodeGen/
H A DLiveInterval.cpp16 // individual segment is represented as an instance of LiveRange::Segment,
59 typedef LiveRange::Segment Segment; typedef in class:__anon12561::CalcLiveRangeUtilBase
68 impl().insertAtEnd(Segment(Def, Def.getDeadSlot(), VNI));
72 Segment *S = segmentAt(I);
88 segments().insert(I, Segment(Def, Def.getDeadSlot(), VNI));
96 impl().findInsertPos(Segment(Use.getPrevSlot(), Use, nullptr));
113 Segment *S = segmentAt(I);
141 Segment *S = segmentAt(I);
163 Segment *MergeToSe
[all...]
H A DTargetLoweringObjectFileImpl.cpp513 StringRef Segment, Section;
517 MCSectionMachO::ParseSectionSpecifier(SectionVal, Segment, Section,
526 Segment, Section, TAA, StubSize, SectionKind::getData());
548 StringRef Segment, Section; local
555 MCSectionMachO::ParseSectionSpecifier(GV->getSection(), Segment, Section,
566 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
/external/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp284 const MachineOperand &Segment = MI->getOperand(Op+X86::AddrSegmentReg); local
285 if (Segment.getReg()) {
H A DX86OptimizeLEAs.cpp70 const MachineOperand *Index, const MachineOperand *Segment,
76 Operands[3] = Segment;
69 MemOpKey(const MachineOperand *Base, const MachineOperand *Scale, const MachineOperand *Index, const MachineOperand *Segment, const MachineOperand *Disp) argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp353 StringRef Segment, Section; local
357 MCSectionMachO::ParseSectionSpecifier(GV->getSection(), Segment, Section,
370 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86AsmPrinter.cpp330 const MachineOperand &Segment = MI->getOperand(Op+4); local
331 if (Segment.getReg()) {
/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc839 * CMapTable::CMapFormat4::Builder::Segment class
841 CMapTable::CMapFormat4::Builder::Segment::Segment() {} function in class:sfntly::CMapTable::CMapFormat4::Builder::Segment
843 CMapTable::CMapFormat4::Builder::Segment::Segment(Segment* other) function in class:sfntly::CMapTable::CMapFormat4::Builder::Segment
850 CMapTable::CMapFormat4::Builder::Segment::Segment(int32_t start_count, function in class:sfntly::CMapTable::CMapFormat4::Builder::Segment
860 CMapTable::CMapFormat4::Builder::Segment::~Segment() {}
[all...]
/external/google-breakpad/src/common/mac/
H A Dmacho_reader.h157 struct Segment { struct in namespace:google_breakpad::mach_o
159 // created this Segment.
345 virtual bool SegmentCommand(const Segment &segment) {
406 bool FindSegment(const string &name, Segment *segment) const;
411 bool WalkSegmentSections(const Segment &segment, SectionHandler *handler)
418 bool MapSegmentSections(const Segment &segment, SectionMap *section_map)
/external/llvm/tools/dsymutil/
H A DMachOUtils.cpp128 MachO::segment_command_64 Segment; local
130 Segment = adaptFrom32bits(Obj.getSegmentLoadCommand(LCI));
132 Segment = Obj.getSegment64LoadCommand(LCI);
136 Handler(Segment);
217 // Transfer \a Segment from \a Obj to the output file. This calls into \a Writer
227 const object::MachOObjectFile::LoadCommandInfo &LCI, SegmentTy Segment,
231 if (StringRef("__DWARF") == Segment.segname)
234 Segment.fileoff = Segment.filesize = 0;
236 if (StringRef("__LINKEDIT") == Segment
226 transferSegmentAndSections( const object::MachOObjectFile::LoadCommandInfo &LCI, SegmentTy Segment, const object::MachOObjectFile &Obj, MCObjectWriter &Writer, uint64_t LinkeditOffset, uint64_t LinkeditSize, uint64_t DwarfSegmentSize, uint64_t &GapForDwarf, uint64_t &EndAddress) argument
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCContext.h171 const MCSectionMachO *getMachOSection(StringRef Segment,
176 const MCSectionMachO *getMachOSection(StringRef Segment, argument
180 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K);
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
H A DDarwinAsmParser.cpp34 bool ParseSectionSwitch(const char *Segment, const char *Section,
296 bool DarwinAsmParser::ParseSectionSwitch(const char *Segment, argument
305 bool isText = StringRef(Segment) == "__TEXT"; // FIXME: Hack.
307 Segment, Section, TAA, StubSize,
434 StringRef Segment, Section; local
439 MCSectionMachO::ParseSectionSpecifier(SectionSpec, Segment, Section,
446 bool isText = Segment == "__TEXT"; // FIXME: Hack.
448 Segment, Section, TAA, StubSize,
579 StringRef Segment; local
580 if (getParser().ParseIdentifier(Segment))
[all...]

Completed in 897 milliseconds

123