/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
mkvparser.hpp | 73 class Segment; 334 Segment*, 347 Segment* const m_pSegment; 413 Segment*, 442 Segment*, 448 Segment*, 475 Segment*, 480 Segment*, 503 Segment* const m_pSegment; 510 Segment*, [all...] |
/external/valgrind/drd/ |
drd_segment.c | 39 Segment* DRD_(g_sg_list); 62 static void sg_init(Segment* const sg, 66 Segment* creator_sg; 100 VG_(message)(Vg_DebugMsg, "New segment for thread %u with vc %s\n", 107 static void DRD_(sg_cleanup)(Segment* const sg) 116 /** Allocate and initialize a new segment. */ 117 Segment* DRD_(sg_new)(const DrdThreadId creator, const DrdThreadId created) 119 Segment* sg; 126 sg = VG_(malloc)("drd.segment.sn.1", sizeof(*sg)); 136 static void DRD_(sg_delete)(Segment* const sg [all...] |
drd_semaphore.c | 50 /** Push a segment at the end of the queue 'p->last_sem_post_seg'. */ 51 static void drd_segment_push(struct semaphore_info* p, Segment* sg) 61 tl_assert(*(Segment**)VG_(indexXA)(p->last_sem_post_seg, n) == sg); 64 /** Pop a segment from the beginning of the queue 'p->last_sem_post_seg'. */ 65 static Segment* drd_segment_pop(struct semaphore_info* p) 68 Segment* sg; 78 sg = *(Segment**)VG_(indexXA)(p->last_sem_post_seg, sz - 1); 110 VG_(free), sizeof(Segment*)); 119 Segment* sg; 174 Segment* sg [all...] |
/external/llvm/lib/MC/ |
MCSectionMachO.cpp | 72 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, 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); 191 // Verify that the segment is present and not too long. 192 if (Segment.empty() || Segment.size() > 16 [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
note-2.d | 14 Segment Sections...
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
size-2.d | 14 Section to Segment mapping: 15 +Segment Sections\.\.\.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/ |
fdpic-stack-default.d | 16 Section to Segment mapping: 17 [ \t]+Segment Sections\.\.\.
|
fdpic-stack-set.d | 16 Section to Segment mapping: 17 [ \t]+Segment Sections\.\.\.
|
fdpic-stack-size.d | 16 Section to Segment mapping: 17 [ \t]+Segment Sections\.\.\.
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/ |
PieChart.java | 29 public class PieChart extends Plot<Segment, SegmentFormatter, PieRenderer> { 86 public void addSegment(Segment segment, SegmentFormatter formatter) { 87 addSeries(segment, formatter); 90 public void removeSegment(Segment segment) { 91 removeSeries(segment);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
ResizeState.java | 24 import com.android.ide.common.api.Segment; 51 public Segment horizontalFillSegment; 54 public Segment verticalFillSegment;
|
/external/okhttp/okio/okio/src/test/java/okio/ |
BufferedSourceTest.java | 148 sink.writeUtf8(repeat('a', Segment.SIZE - 1)); 150 source.skip(Segment.SIZE - 1); 176 sink.writeUtf8(repeat('a', Segment.SIZE - 3)); 180 source.skip(Segment.SIZE - 3); 208 sink.writeUtf8(repeat('a', Segment.SIZE - 7)); 213 source.skip(Segment.SIZE - 7); 277 data.writeUtf8("Hello").writeUtf8(repeat('e', Segment.SIZE)); 282 byte[] sink = new byte[Segment.SIZE + 5]; 350 String string = "abcd" + repeat('e', Segment.SIZE); 362 sink.writeUtf8("abcd").writeUtf8(repeat('e', Segment.SIZE)) [all...] |
BufferedSinkTest.java | 100 sink.writeUtf8(repeat('a', Segment.SIZE - 1)); 104 assertEquals(asList(Segment.SIZE, 1), data.segmentSizes()); 105 assertEquals(repeat('a', Segment.SIZE - 1), data.readUtf8(Segment.SIZE - 1)); 131 sink.writeUtf8(repeat('a', Segment.SIZE - 4)); 135 assertEquals(asList(Segment.SIZE, 4), data.segmentSizes()); 136 assertEquals(repeat('a', Segment.SIZE - 4), data.readUtf8(Segment.SIZE - 4)); 141 sink.writeUtf8(repeat('a', Segment.SIZE - 3)); 145 assertEquals(asList(Segment.SIZE - 3, 8), data.segmentSizes()) [all...] |
/external/llvm/tools/dsymutil/ |
MachOUtils.cpp | 127 MachO::segment_command_64 Segment; 129 Segment = adaptFrom32bits(Obj.getSegmentLoadCommand(LCI)); 131 Segment = Obj.getSegment64LoadCommand(LCI); 135 Handler(Segment); 216 // Transfer \a Segment from \a Obj to the output file. This calls into \a Writer 220 // segment of \a DwarfSegmentSize size. \a EndAddress is updated to point at the 221 // highest segment address. 222 // When the __LINKEDIT segment is transfered, its offset and size are set resp. 226 const object::MachOObjectFile::LoadCommandInfo &LCI, SegmentTy Segment, 230 if (StringRef("__DWARF") == Segment.segname [all...] |
/external/okhttp/okio/okio/src/main/java/okio/ |
Buffer.java | 52 Segment head; 148 Segment s = head; 153 // Copy from one segment at a time. 174 Segment s = head; 179 // Copy one segment at a time. 181 Segment copy = new Segment(s); 206 Segment s = head; 216 Segment toRecycle = s; 241 Segment tail = writableSegment(1) [all...] |
InflaterSource.java | 66 Segment tail = sink.writableSegment(1); 67 int bytesInflated = inflater.inflate(tail.data, tail.limit, Segment.SIZE - tail.limit); 76 // We allocated a tail segment, but didn't end up needing it. Recycle! 104 Segment head = source.buffer().head;
|
DeflaterSink.java | 62 // Share bytes from the head segment of 'source' with the deflater. 63 Segment head = source.head; 88 Segment s = buffer.writableSegment(1); 95 ? deflater.deflate(s.data, s.limit, Segment.SIZE - s.limit, Deflater.SYNC_FLUSH) 96 : deflater.deflate(s.data, s.limit, Segment.SIZE - s.limit); 104 // We allocated a tail segment, but didn't end up needing it. Recycle!
|
/external/elfutils/tests/ |
run-readelf-aranges.sh | 124 Segment size: 0 134 Segment size: 0 145 Segment size: 0
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
vle-multiseg-6.d | 20 Section to Segment mapping: 21 Segment Sections...
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
pr14207.d | 18 Section to Segment mapping: 19 Segment Sections...
|
/external/guava/guava-tests/test/com/google/common/cache/ |
CacheTesting.java | 29 import com.google.common.cache.LocalCache.Segment; 102 * Forces the segment containing the given {@code key} to expand (see 103 * {@link Segment#expand()}. 110 Segment<K, V> segment = map.segmentFor(hash); local 111 segment.expand(); 137 for (Segment<?, ?> segment : map.segments) { 138 drainRecencyQueue(segment); 143 static void drainRecencyQueue(Segment<?, ?> segment) [all...] |
/external/llvm/include/llvm/CodeGen/ |
LiveInterval.h | 16 // individual segment is represented as an instance of LiveRange::Segment, 136 /// Return the end point of the last live range segment to interact with 150 /// It manages an ordered list of Segment objects. 153 /// segment with a new value number is used. 160 struct Segment { 163 VNInfo *valno; // identifier for the value contained in this segment. 165 Segment() : valno(nullptr) {} 167 Segment(SlotIndex S, SlotIndex E, VNInfo *V) 169 assert(S < E && "Cannot create empty or backwards segment"); [all...] |
/frameworks/wilhelm/tools/permute/ |
permute.c | 38 // mean length of each segment of the permutation, in seconds 40 // minimum length of each segment of the permutation, in seconds 44 /** Describes each contiguous segment generated */ 50 } Segment; 61 Segment *mSegmentArray; // storage for the segments [max] 69 const Segment *x_ = (Segment *) x; 70 const Segment *y_ = (Segment *) y; 86 Segment *seg = &s->mSegmentArray[s->mSegmentCount++] [all...] |
/external/guava/guava-tests/benchmark/com/google/common/cache/ |
ChainBenchmark.java | 23 import com.google.common.cache.LocalCache.Segment; 26 * Benchmark for {@code LocalCache.Segment.removeEntryFromChain}. 34 private Segment<Object, Object> segment; field in class:ChainBenchmark 43 segment = cache.segments[0]; 47 chain = segment.newEntry(key, cache.hash(key), chain); 57 segment.removeEntryFromChain(chain, head); 58 dummy += segment.count;
|
SegmentBenchmark.java | 25 import com.google.common.cache.LocalCache.Segment; 30 * Benchmark for {@code LocalCache.Segment.expand()}. 38 private Segment<Object, Object> segment; field in class:SegmentBenchmark 47 segment = cache.segments[0]; 48 checkState(segment.table.length() == capacity); 49 for (int i = 0; i < segment.threshold; i++) { 52 checkState(segment.table.length() == capacity); 57 AtomicReferenceArray<ReferenceEntry<Object, Object>> oldTable = segment.table; 59 segment.expand() [all...] |