/external/guava/guava-tests/benchmark/com/google/common/cache/ |
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...] |
/external/libvpx/libvpx/ |
webmdec.cc | 27 if (webm_ctx->segment != NULL) { 28 mkvparser::Segment *const segment = member in class:__anon24858::mkvparser 29 reinterpret_cast<mkvparser::Segment *>(webm_ctx->segment); 30 delete segment; 36 webm_ctx->segment = NULL; 48 mkvparser::Segment *const segment = member in class:__anon24858::mkvparser 49 reinterpret_cast<mkvparser::Segment *>(webm_ctx->segment) 75 mkvparser::Segment *segment; local 128 mkvparser::Segment *const segment = member in class:mkvparser [all...] |
/external/llvm/include/llvm/MC/ |
MCSectionMachO.h | 37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA, 73 StringRef &Segment, // Out.
|
/external/okhttp/okio/okio/src/test/java/okio/ |
GzipSinkTest.java | 43 gzipSink.write(new Buffer().writeUtf8(repeat('a', Segment.SIZE)), Segment.SIZE);
|
SegmentSharingTest.java | 26 private static final String us = TestUtil.repeat('u', Segment.SIZE / 2 - 2); 27 private static final String vs = TestUtil.repeat('v', Segment.SIZE / 2 - 1); 28 private static final String ws = TestUtil.repeat('w', Segment.SIZE / 2); 29 private static final String xs = TestUtil.repeat('x', Segment.SIZE / 2 + 1); 30 private static final String ys = TestUtil.repeat('y', Segment.SIZE / 2 + 2); 31 private static final String zs = TestUtil.repeat('z', Segment.SIZE / 2 + 3); 74 * be recycled, otherwise the new writer could corrupt the segment. 92 * be recycled, otherwise the new writer could corrupt the segment. 147 ByteString snapshot = bufferA.snapshot(); // Share the segment. 149 bufferB.write(bufferA, 2); // Split the shared segment in two [all...] |
OkioTest.java | 100 ("a" + repeat('b', Segment.SIZE * 2) + "c").getBytes(UTF_8)); 111 assertEquals(Segment.SIZE, source.read(sink, 20000)); 112 assertEquals(repeat('b', Segment.SIZE), sink.readUtf8()); 115 assertEquals(Segment.SIZE - 1, source.read(sink, 20000)); 116 assertEquals(repeat('b', Segment.SIZE - 2) + "c", sink.readUtf8());
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/ |
MCSectionMachO.h | 37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA, 73 StringRef &Segment, // Out.
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/ |
MCSectionMachO.h | 37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA, 73 StringRef &Segment, // Out.
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/ |
MCSectionMachO.h | 37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA, 73 StringRef &Segment, // Out.
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/ |
MCSectionMachO.h | 37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA, 73 StringRef &Segment, // Out.
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/ |
MCSectionMachO.h | 37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA, 73 StringRef &Segment, // Out.
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/ |
MCSectionMachO.h | 37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA, 73 StringRef &Segment, // Out.
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/ |
MCSectionMachO.h | 37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA, 73 StringRef &Segment, // Out.
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/ |
MCSectionMachO.h | 37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA, 73 StringRef &Segment, // Out.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
maxpage5.d | 15 Segment Sections...
|
/external/google-breakpad/src/common/mac/ |
macho_reader.h | 155 // A segment in a Mach-O file. All these fields have been byte-swapped as 157 struct Segment { 159 // created this Segment. 161 ByteBuffer section_list; // This segment's section list. 162 ByteBuffer contents; // This segment's contents. 164 // This segment's name. 167 // The address at which this segment should be loaded in memory. If 171 // The size of this segment when loaded into memory. This may be larger 177 // The maximum and initial VM protection of this segment's contents. 184 // Flags describing this segment, from SegmentFlags [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
GuidelineHandler.java | 63 import com.android.ide.common.api.Segment; 137 protected List<Segment> mHorizontalEdges; 143 protected List<Segment> mVerticalEdges; 149 protected List<Segment> mCenterVertEdges; 155 protected List<Segment> mCenterHorizEdges; 235 mHorizontalEdges = new ArrayList<Segment>(); 236 mVerticalEdges = new ArrayList<Segment>(); 237 mCenterVertEdges = new ArrayList<Segment>(); 238 mCenterHorizEdges = new ArrayList<Segment>(); 323 mHorizontalEdges.add(new Segment(b.y, b.x, b.x2(), node, id, TOP, WITHOUT_MARGIN)) [all...] |
ResizeHandler.java | 36 import com.android.ide.common.api.Segment; 107 protected void snapVertical(Segment vEdge, int x, Rect newBounds) { 130 protected void snapHorizontal(Segment hEdge, int y, Rect newBounds) { 188 Segment hEdge = null; 189 Segment vEdge = null; 196 hEdge = new Segment(b.y, b.x, b.x2(), child, childId, mHorizontalEdgeType, NO_MARGIN); 198 hEdge = new Segment(b.y2(), b.x, b.x2(), child, childId, mHorizontalEdgeType, 205 vEdge = new Segment(b.x, b.y, b.y2(), child, childId, mVerticalEdgeType, NO_MARGIN); 207 vEdge = new Segment(b.x2(), b.y, b.y2(), child, childId, mVerticalEdgeType, NO_MARGIN);
|
MoveHandler.java | 37 import com.android.ide.common.api.Segment; 49 * different segment types -- the left edge, the right edge, the baseline, the center 114 protected void snapVertical(Segment vEdge, int x, Rect newBounds) { 139 protected void snapHorizontal(Segment hEdge, int y, Rect newBounds) { 210 Segment edge = new Segment(b.y, b.x, b.x2(), null, null, TOP, NO_MARGIN); 212 edge = new Segment(b.y2(), b.x, b.x2(), null, null, BOTTOM, NO_MARGIN); 215 edge = new Segment(b.x, b.y, b.y2(), null, null, LEFT, NO_MARGIN); 217 edge = new Segment(b.x2(), b.y, b.y2(), null, null, RIGHT, NO_MARGIN); 221 edge = new Segment(b.centerX(), b.y, b.y2(), null, null, CENTER_VERTICAL, NO_MARGIN) [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/ |
Misc.c | 102 DEBUG ((DEBUG_NET, "\tPXEptr:SEG= 0x%X\n\r", (UINT16) DisplayPointer->PXEptr.Segment));
104 DEBUG ((DEBUG_NET, "\tPXENVptr:SEG= 0x%X\n\r", (UINT16) DisplayPointer->PXENVptr.Segment));
172 DEBUG ((DEBUG_NET, "Minimum stack segment size, in bytes,\n\r"));
185 "Segment size = 0x%X\n\r",
260 (UINT32) (DisplayPointer->Undi.Segment << 0x4 | DisplayPointer->Undi.Offset))
265 (UINT32) ((DisplayPointer->Base.Segment << 0x04) | DisplayPointer->Base.Offset))
267 DEBUG ((DEBUG_NET, "16bit stack segment API entry point. This will be seg:off in \n\r"));
271 DisplayPointer->EntryPointSP.Segment,
277 DEBUG ((DEBUG_NET, "32bit stack Segment API entry point. This will be sel:off. \n\r"));
281 DisplayPointer->EntryPointESP.Segment,
[all...] |
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/ |
PieRenderer.java | 26 public class PieRenderer extends SeriesRenderer<PieChart, Segment, SegmentFormatter> { 28 // starting angle to use when drawing the first radial line of the first segment. 60 Set<Segment> segments = getPlot().getSeriesSet(); 67 for (Segment segment : segments) { 72 drawSegment(canvas, rec, segment, getPlot().getFormatter(segment, PieRenderer.class), 79 protected void drawSegment(Canvas canvas, RectF bounds, Segment seg, SegmentFormatter f, 138 // fill segment: 155 // TODO: move segment labelling outside the segment drawing loo [all...] |
/external/llvm/lib/CodeGen/ |
LiveInterval.cpp | 16 // individual segment is represented as an instance of LiveRange::Segment, 39 // segment collection. 59 typedef LiveRange::Segment Segment; 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)); 107 /// This method is used when we want to extend the segment specifie [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/ |
BootScriptInternalFormat.h | 90 UINT16 Segment;
105 UINT16 Segment;
172 UINT16 Segment;
|
/external/okhttp/okio/okio/src/main/java/okio/ |
RealBufferedSource.java | 50 long read = source.read(buffer, Segment.SIZE); 60 return buffer.exhausted() && source.read(buffer, Segment.SIZE) == -1; 71 if (source.read(buffer, Segment.SIZE) == -1) return false; 125 long read = source.read(buffer, Segment.SIZE); 148 while (source.read(buffer, Segment.SIZE) != -1) { 290 if (buffer.size == 0 && source.read(buffer, Segment.SIZE) == -1) { 306 if (source.read(buffer, Segment.SIZE) == -1) return -1L; 311 if (source.read(buffer, Segment.SIZE) == -1) return -1L; 341 if (source.read(buffer, Segment.SIZE) == -1) return -1L; 346 if (source.read(buffer, Segment.SIZE) == -1) return -1L [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/PciCfg2/ |
PciCfg2.h | 61 UINT16 Segment;
|