/external/chromium_org/net/disk_cache/flash/ |
H A D | segment.cc | 14 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 D | segment.h | 42 // 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 D | drd_segment.h | 61 } 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 D | SkPathMeasure.h | 88 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 D | SkPathMeasure.h | 88 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/v8/src/ |
H A D | zone.cc | 43 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 D | MCSectionMachO.cpp | 75 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 D | MCContext.cpp | 210 getMachOSection(StringRef Segment, StringRef Section, argument 225 Name += Segment; 234 return Entry = new (*this) MCSectionMachO(Segment, Section, TypeAndAttributes,
|
/external/v8/src/ |
H A D | zone.cc | 43 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 D | X86AsmPrinter.cpp | 320 const MachineOperand &Segment = MI->getOperand(Op+4); local 321 if (Segment.getReg()) {
|
H A D | X86ISelDAGToDAG.cpp | 62 SDValue Segment; member in struct:__anon21534::X86ISelAddressMode 73 Segment(), GV(0), CP(0), BlockAddr(0), ES(0), JT(-1), Align(0), 197 SDValue &Segment); 201 SDValue &Segment); 204 SDValue &Segment); 207 SDValue &Segment); 211 SDValue &Segment, 217 SDValue &Segment); 229 SDValue &Disp, SDValue &Segment) { 257 if (AM.Segment 227 getAddressOperands(X86ISelAddressMode &AM, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument 1301 SelectAddr(SDNode *Parent, SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument 1346 SelectScalarSSELoad(SDNode *Root, SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment, SDValue &PatternNodeWithChain) argument 1413 SelectLEA64_32Addr(SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument 1452 SelectLEAAddr(SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument 1514 SelectTLSADDRAddr(SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument 1538 TryFoldLoad(SDNode *P, SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument 2036 SDValue Segment = CurDAG->getRegister(0, MVT::i32); local 2747 SDValue Base, Scale, Index, Disp, Segment; local [all...] |
/external/sfntly/cpp/src/sfntly/table/core/ |
H A D | cmap_table.cc | 839 * 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 D | cmap_table.h | 327 // 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/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 461 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 D | pseudotcp.h | 117 struct Segment { struct in class:cricket::PseudoTcp 153 bool process(Segment& seg);
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
H A D | pseudotcp.h | 130 struct Segment { struct in class:cricket::PseudoTcp 174 bool process(Segment& seg);
|
/external/libvpx/libvpx/third_party/libmkv/ |
H A D | EbmlIDs.h | 35 Segment = 0x18538067, enumerator in enum:mkv 41 /* Segment Information */
|
/external/llvm/lib/MC/MCParser/ |
H A D | DarwinAsmParser.cpp | 36 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 D | GrAAConvexPathRenderer.cpp | 29 struct Segment { struct in namespace:__anon13599 58 typedef SkTArray<Segment, true> SegmentArray; 131 Segment& sega = (*segments)[a]; 133 Segment& segb = (*segments)[b]; 143 if (Segment::kLine == segb.fType) { 155 const Segment& sega = (*segments)[a]; 157 Segment& segb = (*segments)[b]; 256 segments->back().fType = Segment::kLine; 265 segments->back().fType = Segment::kQuad; 281 segments->back().fType = Segment [all...] |
/external/libvpx/libwebm/ |
H A D | mkvparser.hpp | 73 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...] |
H A D | mkvparser.cpp | 678 Segment::Segment(
function in class:mkvparser::Segment 703 Segment::~Segment()
727 long long Segment::CreateInstance(
730 Segment*& pSegment)
819 if (id == 0x08538067) //Segment ID
830 pSegment = new (std::nothrow) Segment(
857 long long Segment::ParseHeaders()
952 if (id == 0x0549A966) //Segment Inf [all...] |
/external/llvm/include/llvm/MC/ |
H A D | MCContext.h | 238 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 D | GrAAConvexPathRenderer.cpp | 29 struct Segment { struct in namespace:__anon25455 58 typedef SkTArray<Segment, true> SegmentArray; 131 Segment& sega = (*segments)[a]; 133 Segment& segb = (*segments)[b]; 143 if (Segment::kLine == segb.fType) { 155 const Segment& sega = (*segments)[a]; 157 Segment& segb = (*segments)[b]; 256 segments->back().fType = Segment::kLine; 265 segments->back().fType = Segment::kQuad; 281 segments->back().fType = Segment [all...] |
/external/guava/guava/src/com/google/common/cache/ |
H A D | LocalCache.java | 170 final Segment<K, V>[] segments; 376 Segment<K, V> segment, ReferenceEntry<K, V> entry, V value, int weight) { 391 Segment<K, V> segment, ReferenceEntry<K, V> entry, V value, int weight) { 407 Segment<K, V> segment, ReferenceEntry<K, V> entry, V value, int weight) { 424 Segment<K, V> segment, ReferenceEntry<K, V> entry, V value, int weight); 441 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { 448 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { 454 Segment<K, V> segment, ReferenceEntry<K, V> original, ReferenceEntry<K, V> newNext) { 463 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { 469 Segment< 423 referenceValue( Segment<K, V> segment, ReferenceEntry<K, V> entry, V value, int weight) argument 577 newEntry( Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) argument 587 copyEntry( Segment<K, V> segment, ReferenceEntry<K, V> original, ReferenceEntry<K, V> newNext) argument 2023 static class Segment<K, V> extends ReentrantLock { class in class:LocalCache 2137 Segment(LocalCache<K, V> map, int initialCapacity, long maxSegmentWeight, method in class:LocalCache.Segment [all...] |
/external/guava/guava/src/com/google/common/collect/ |
H A D | MapMakerInternalMap.java | 151 final transient Segment<K, V>[] segments; 299 Segment<K, V> segment, ReferenceEntry<K, V> entry, V value) { 312 Segment<K, V> segment, ReferenceEntry<K, V> entry, V value) { 325 Segment<K, V> segment, ReferenceEntry<K, V> entry, V value) { 339 Segment<K, V> segment, ReferenceEntry<K, V> entry, V value); 356 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { 363 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { 369 Segment<K, V> segment, ReferenceEntry<K, V> original, ReferenceEntry<K, V> newNext) { 378 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { 384 Segment< 338 referenceValue( Segment<K, V> segment, ReferenceEntry<K, V> entry, V value) argument 545 newEntry( Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) argument 555 copyEntry( Segment<K, V> segment, ReferenceEntry<K, V> original, ReferenceEntry<K, V> newNext) argument 2034 static class Segment<K, V> extends ReentrantLock { class in class:MapMakerInternalMap 2140 Segment(MapMakerInternalMap<K, V> map, int initialCapacity, int maxSegmentSize) { method in class:MapMakerInternalMap.Segment [all...] |