HomeSort by relevance Sort by last modified time
    Searched refs:Segment (Results 101 - 125 of 276) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 659 Segment::Segment(IMkvReader* pReader, long long elem_start,
680 Segment::~Segment() {
701 long long Segment::CreateInstance(IMkvReader* pReader, long long pos,
702 Segment*& pSegment) {
798 pSegment = new (std::nothrow) Segment(pReader, idpos, pos, size);
818 long long Segment::ParseHeaders() {
819 // Outermost (level 0) segment object has been constructed,
1024 long Segment::LoadCluster(long long& pos, long& len)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.cpp 678 Segment::Segment(
703 Segment::~Segment()
727 long long Segment::CreateInstance(
730 Segment*& pSegment)
819 if (id == 0x08538067) //Segment ID
830 pSegment = new (std::nothrow) Segment(
852 return E_FILE_FORMAT_INVALID; //there is no segment
857 long long Segment::ParseHeaders()
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp 24 class Segment;
189 // Absolute timecode according to the segment time base.
588 void set_time(const Segment& segment, uint64 start_time_ns,
854 // position for the cluster within the segment that should be written in
855 // the cues element. |timecode_scale| is the timecode scale of the segment.
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.hpp 24 class Segment;
160 // Absolute timecode according to the segment time base.
547 void set_time(const Segment& segment,
713 // position for the cluster within the segment that should be written in
    [all...]
mkvparser.cpp 687 Segment::Segment(
713 Segment::~Segment()
738 long long Segment::CreateInstance(
741 Segment*& pSegment)
829 if (id == 0x08538067) //Segment ID
840 pSegment = new (std::nothrow) Segment(
867 long long Segment::ParseHeaders()
869 //Outermost (level 0) segment object has been constructed
    [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 103 * If a maximum size is specified, a best-effort bounding is performed per segment, using a
108 * ordering of writes to a segment is sequentially consistent. An update to the map and recording
114 * This implementation uses a per-segment queue to record a memento of the additions, removals,
120 * operates per-segment rather than globally for increased implementation simplicity. We expect
140 * Number of cache access operations that can be buffered per segment before the cache's recency
161 * the segment.
166 * Shift value for indexing within segments. Helps prevent entries that end up in the same segment
172 final Segment<K, V>[] segments;
267 // maximumSize/Weight is specified in which case ensure that each segment gets at least 10
269 // happens per segment instead of globally, so too many segments compared to the maximum siz
1809 Segment<K, V> segment = segmentFor(hash); local
    [all...]
  /external/google-breakpad/src/common/mac/
macho_reader_unittest.cc 53 using mach_o::Segment;
102 const string &segment));
110 MOCK_METHOD1(SegmentCommand, bool(const Segment &));
174 reporter.SectionsMissing("segment name");
179 reporter.MisplacedSegmentData("segment name");
184 reporter.MisplacedSectionData("section name", "segment name");
576 // A SizedSection representing a segment load command.
581 // Append a segment load command header with the given characteristics.
606 // Return a label representing the size of this segment when loaded into
608 // segment, it defaults to the final size of the segment's in-fil
1091 LoadedSection segment; local
1127 LoadedSection segment; local
1164 LoadedSection segment; local
1200 LoadedSection segment; local
1272 LoadedSection segment; local
1379 LoadedSection segment; local
1437 LoadedSection segment; local
1478 LoadedSection segment; local
1519 LoadedSection segment; local
1564 LoadedSection segment; local
1641 Segment segment; local
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ComputingConcurrentHashMapTest.java 32 import com.google.common.collect.MapMakerInternalMap.Segment;
110 Segment<Object, Object> segment = map.segments[0]; local
118 ReferenceEntry<Object, Object> entry = segment.getEntry(key, hash);
123 checkEvictionQueues(map, segment, readOrder, writeOrder);
125 assertTrue(segment.recencyQueue.isEmpty());
137 assertTrue(segment.recencyQueue.size() <= DRAIN_THRESHOLD);
140 int undrainedIndex = reads.size() - segment.recencyQueue.size();
141 checkAndDrainRecencyQueue(map, segment, reads.subList(undrainedIndex, reads.size()));
144 checkEvictionQueues(map, segment, readOrder, writeOrder)
167 Segment<Object, Object> segment = map.segments[0]; local
196 Segment<Object, Object> segment = map.segments[0]; local
    [all...]
  /external/okhttp/okio/okio/src/main/java/okio/
GzipSink.java 131 for (Segment head = buffer.head; byteCount > 0; head = head.next) {
GzipSource.java 188 Segment s = buffer.head;
193 // Checksum one segment at a time.
  /external/okhttp/okio/okio/src/test/java/okio/
InflaterSourceTest.java 79 for (int i = 0; i < Segment.SIZE; i++) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
EbmlIDs.h 34 /* segment */
35 Segment = 0x18538067,
41 /* Segment Information */
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 79 * If a maximum size is specified, a best-effort bounding is performed per segment, using a
84 * ordering of writes to a segment is sequentially consistent. An update to the map and recording
90 * This implementation uses a per-segment queue to record a memento of the additions, removals,
96 * operates per-segment rather than globally for increased implementation simplicity. We expect
116 * Number of cache access operations that can be buffered per segment before the cache's recency
139 * the segment.
144 * Shift value for indexing within segments. Helps prevent entries that end up in the same segment
150 final transient Segment<K, V>[] segments;
247 // Ensure sum of segment max sizes = overall max size
298 Segment<K, V> segment, ReferenceEntry<K, V> entry, V value)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/text/
StaticLayout_Delegate.java 21 import javax.swing.text.Segment;
140 it.setText(new Segment(builder.mText, 0, length));
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 71 "use-segment-set-for-physregs", cl::Hidden, cl::init(true),
73 "Use segment set for the computation of the live ranges of physregs."));
297 // Flush the segment set to the segment vector.
331 // Use segment set to speed-up initial computation of the live range.
358 LR.addSegment(LiveRange::Segment(Def, Def.getDeadSlot(), VNI));
402 LR.addSegment(LiveRange::Segment(BlockStart, Idx, VNI));
484 assert(I != LI.end() && "Missing segment for VNI");
582 const LiveRange::Segment *Segment = SR.getSegmentContaining(VNI->def)
    [all...]
LiveDebugVariables.cpp 551 LiveInterval::Segment *Segment = LR->getSegmentContaining(Start);
552 if (!Segment || Segment->valno != VNI) {
557 if (Segment->end < Stop)
558 Stop = Segment->end, ToEnd = false;
    [all...]
TargetLoweringObjectFileImpl.cpp 490 StringRef Segment, Section;
494 MCSectionMachO::ParseSectionSpecifier(SectionVal, Segment, Section,
503 Segment, Section, TAA, StubSize, SectionKind::getData());
525 StringRef Segment, Section;
532 MCSectionMachO::ParseSectionSpecifier(GV->getSection(), Segment, Section,
543 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
614 // linker needs to write to it, put it in the data segment.
635 // segment, not in the text segment.
    [all...]
  /external/opencv3/modules/calib3d/src/
circlesgrid.cpp 536 CirclesGridFinder::Segment::Segment(cv::Point2f _s, cv::Point2f _e) :
    [all...]
  /external/llvm/include/llvm/MC/
MCContext.h 308 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
313 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section,
316 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
  /external/llvm/lib/MC/
MCContext.cpp 270 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section,
275 // We unique sections by their segment/section pair. The returned section
281 Name += Segment;
296 Segment, Section, TypeAndAttributes, Reserved2, Kind, Begin);
  /external/valgrind/drd/
drd_barrier.c 45 Segment* sg; // Segment of the last pthread_barrier() call
47 Segment* post_wait_sg; // Segment created after *_barrier_wait() finished
148 Segment* latest_sg = 0;
385 * Store a pointer to the latest segment of the current thread in the
463 /* Create a new segment and store a pointer to that segment. */
  /external/google-breakpad/src/tools/mac/dump_syms/
macho_dump.cc 77 printf(" section %d '%s' in segment '%s'\n"
101 bool SegmentCommand(const mach_o::Segment &segment) {
102 printf(" load command %d: %s-bit segment '%s'\n"
109 index_++, (segment.bits_64 ? "64" : "32"), segment.name.c_str(),
110 segment.vmaddr, segment.vmsize, segment.maxprot,
111 segment.initprot, mach_o::SegmentFlags(segment.flags)
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h 33 /// Compare a live virtual register segment to a LiveIntervalUnion segment.
35 overlap(const LiveInterval::Segment &VRSeg,
51 // SegmentIter can advance to the next segment ordered by starting position
53 // to reach the current segment's containing virtual register.
  /external/v8/test/intl/break-iterator/
en-break.js 28 // Segment plain English sentence and check results.
zh-break.js 28 // Segment plain Chinese sentence and check results.

Completed in 298 milliseconds

1 2 3 45 6 7 8 91011>>