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

12

/external/chromium_org/net/disk_cache/flash/
H A Dsegment.cc14 Segment::Segment(int32 index, bool read_only, Storage* storage) function in class:disk_cache::Segment
27 Segment::~Segment() {
33 bool Segment::HaveOffset(int32 offset) const {
38 void Segment::AddUser() {
43 void Segment::ReleaseUser() {
48 bool Segment::HasNoUsers() const {
53 bool Segment::Init() {
77 bool Segment
[all...]
H A Dsegment.h42 // Segment can only be used as a log, i.e. all writes are laid out sequentially
46 // Once the entries are written to the Segment and Close() called on it and the
47 // object destroyed, we should later be able to instantiate a read-only Segment
49 // achieve this, a tiny region of Segment is used for its metadata and Segment
53 // were stored in the Segment. Before attempting to write an entry, the client
59 class NET_EXPORT_PRIVATE Segment { class in namespace:disk_cache
66 Segment(int32 index, bool read_only, Storage* storage);
67 ~Segment();
113 DISALLOW_COPY_AND_ASSIGN(Segment);
[all...]
/external/valgrind/main/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/chromium_org/third_party/skia/include/core/
H A DSkPathMeasure.h88 struct Segment { struct in class:SkPathMeasure
96 SkTDArray<Segment> fSegments;
99 static const Segment* NextSegment(const Segment*);
106 const Segment* distanceToSegment(SkScalar distance, SkScalar* t);
/external/skia/include/core/
H A DSkPathMeasure.h88 struct Segment { struct in class:SkPathMeasure
96 SkTDArray<Segment> fSegments;
99 static const Segment* NextSegment(const Segment*);
106 const Segment* distanceToSegment(SkScalar distance, SkScalar* t);
/external/chromium_org/mojo/public/bindings/lib/
H A Dbuffer.h48 struct Segment { struct in class:mojo::internal::ScratchBuffer
49 Segment* next;
54 void* AllocateInSegment(Segment* segment, size_t num_bytes);
58 Segment fixed_;
59 Segment* overflow_;
/external/chromium_org/v8/src/
H A Dzone.cc43 class Segment { class in namespace:v8::internal
45 void Initialize(Segment* next, int size) {
50 Segment* next() const { return next_; }
54 int capacity() const { return size_ - sizeof(Segment); }
56 Address start() const { return address(sizeof(Segment)); }
65 Segment* next_;
95 Segment* keep = NULL;
98 for (Segment* current = segment_head_; current != NULL; ) {
99 Segment* next = current->next();
159 Segment* Zon
[all...]
/external/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];
181 StringRef &Segment, // Out.
196 Segment = Comma.first;
197 StripSpaces(Segment);
200 if (Segment.empty() || Segment
180 ParseSectionSpecifier(StringRef Spec, StringRef &Segment, StringRef &Section, unsigned &TAA, bool &TAAParsed, unsigned &StubSize) argument
[all...]
H A DMCContext.cpp210 getMachOSection(StringRef Segment, StringRef Section, argument
225 Name += Segment;
234 return Entry = new (*this) MCSectionMachO(Segment, Section, TypeAndAttributes,
/external/v8/src/
H A Dzone.cc43 class Segment { class in namespace:v8::internal
45 void Initialize(Segment* next, int size) {
50 Segment* next() const { return next_; }
54 int capacity() const { return size_ - sizeof(Segment); }
56 Address start() const { return address(sizeof(Segment)); }
65 Segment* next_;
89 Segment* Zone::NewSegment(int size) {
90 Segment* result = reinterpret_cast<Segment*>(Malloced::New(size));
101 void Zone::DeleteSegment(Segment* segmen
[all...]
/external/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp320 const MachineOperand &Segment = MI->getOperand(Op+4); local
321 if (Segment.getReg()) {
/external/chromium_org/third_party/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...]
H A Dcmap_table.h327 // CMapTable::CMapFormat4::Builder::Segment
328 class Segment : public RefCounted<Segment> { class in class:sfntly::CMapTable::CMapFormat4::Builder
330 Segment();
331 explicit Segment(Segment* other);
332 Segment(int32_t start_count,
336 ~Segment();
356 std::vector<Ptr<Segment> >*
357 DeepCopy(std::vector<Ptr<Segment> >* origina
[all...]
/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...]
H A Dcmap_table.h327 // CMapTable::CMapFormat4::Builder::Segment
328 class Segment : public RefCounted<Segment> { class in class:sfntly::CMapTable::CMapFormat4::Builder
330 Segment();
331 explicit Segment(Segment* other);
332 Segment(int32_t start_count,
336 ~Segment();
356 std::vector<Ptr<Segment> >*
357 DeepCopy(std::vector<Ptr<Segment> >* origina
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
H A DTimingFunction.h247 m_segments.append(Segment(max, upperBound, timingFunction));
255 const Segment* segment = &m_segments[i++];
263 class Segment { class in class:WebCore::ChainedTimingFunction
265 Segment(double min, double max, TimingFunction* timingFunction) function in class:WebCore::ChainedTimingFunction::Segment
303 Vector<Segment> m_segments;
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp461 StringRef Segment, Section;
465 MCSectionMachO::ParseSectionSpecifier(SectionVal, Segment, Section,
474 getContext().getMachOSection(Segment, Section, TAA, StubSize,
488 StringRef Segment, Section; local
492 MCSectionMachO::ParseSectionSpecifier(GV->getSection(), Segment, Section,
503 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.h117 struct Segment { struct in class:cricket::PseudoTcp
153 bool process(Segment& seg);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.h130 struct Segment { struct in class:cricket::PseudoTcp
174 bool process(Segment& seg);
/external/libvpx/libvpx/third_party/libmkv/
H A DEbmlIDs.h35 Segment = 0x18538067, enumerator in enum:mkv
41 /* Segment Information */
/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp36 bool ParseSectionSwitch(const char *Segment, const char *Section,
360 bool DarwinAsmParser::ParseSectionSwitch(const char *Segment, argument
371 Segment, Section, TAA, StubSize,
525 StringRef Segment, Section; local
530 MCSectionMachO::ParseSectionSpecifier(SectionSpec, Segment, Section,
537 bool isText = Segment == "__TEXT"; // FIXME: Hack.
539 Segment, Section, TAA, StubSize,
701 StringRef Segment; local
702 if (getParser().parseIdentifier(Segment))
719 Segment, Sectio
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAAConvexPathRenderer.cpp30 struct Segment { struct
59 typedef SkTArray<Segment, true> SegmentArray;
132 Segment& sega = (*segments)[a];
134 Segment& segb = (*segments)[b];
144 if (Segment::kLine == segb.fType) {
156 const Segment& sega = (*segments)[a];
158 Segment& segb = (*segments)[b];
228 segments->back().fType = Segment::kLine;
248 segments->back().fType = Segment::kQuad;
359 const Segment
[all...]
/external/libvpx/libwebm/
H A Dmkvparser.hpp73 class Segment;
297 Segment* const m_pSegment;
356 Segment*,
385 Segment*,
391 Segment*,
418 Segment*,
423 Segment*,
448 Segment* const m_pSegment;
455 Segment*,
490 Segment* cons
781 class Segment class in namespace:mkvparser
[all...]
/external/llvm/include/llvm/MC/
H A DMCContext.h238 const MCSectionMachO *getMachOSection(StringRef Segment,
243 const MCSectionMachO *getMachOSection(StringRef Segment, argument
247 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K);
/external/skia/src/gpu/
H A DGrAAConvexPathRenderer.cpp30 struct Segment { struct
59 typedef SkTArray<Segment, true> SegmentArray;
132 Segment& sega = (*segments)[a];
134 Segment& segb = (*segments)[b];
144 if (Segment::kLine == segb.fType) {
156 const Segment& sega = (*segments)[a];
158 Segment& segb = (*segments)[b];
228 segments->back().fType = Segment::kLine;
248 segments->back().fType = Segment::kQuad;
359 const Segment
[all...]

Completed in 1206 milliseconds

12