/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/ |
MCSectionMachO.h | 37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA, 73 StringRef &Segment, // Out.
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/ |
MCSectionMachO.h | 37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA, 73 StringRef &Segment, // Out.
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/ |
MCSectionMachO.h | 37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA, 73 StringRef &Segment, // Out.
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/ |
MCSectionMachO.h | 37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA, 73 StringRef &Segment, // Out.
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/ |
MCSectionMachO.h | 37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA, 73 StringRef &Segment, // Out.
|
/toolchain/binutils/binutils-2.27/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...] |
/external/okhttp/okio/okio/src/test/java/okio/ |
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());
|
/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...] |
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/ |
FileName.c | 184 UINT8 Segment;
188 UINT8 Segment : HASH_VALUE_TAG_LEN;
226 Segment = HashValue.Hex[Index].Segment;
227 if (Segment > 9) {
228 *ShortNameChar++ = (CHAR8)(Segment - 10 + 'A');
230 *ShortNameChar++ = (CHAR8)(Segment + '0');
|
/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;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/LegacyBiosThunk/ |
LegacyBiosThunk.h | 83 IN UINT16 Segment,
92 Thunk to 16-bit real mode and call Segment:Offset. Regs will contain the
98 Segment - Segemnt of 16-bit mode call
|
/external/sfntly/cpp/src/sfntly/table/core/ |
cmap_table.h | 327 // CMapTable::CMapFormat4::Builder::Segment 328 class Segment : public RefCounted<Segment> { 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> >* original) [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
MCSectionMachO.h | 36 MCSectionMachO(StringRef Segment, StringRef Section, 162 StringRef &Segment, // Out.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/ |
dwarf.d | 22 Segment Size: 0
|
/external/llvm/tools/llvm-readobj/ |
MachODumper.cpp | 335 MachOSegment &Segment) { 338 Segment.CmdName = "LC_SEGMENT"; 339 Segment.SegName = SC.segname; 340 Segment.cmdsize = SC.cmdsize; 341 Segment.vmaddr = SC.vmaddr; 342 Segment.vmsize = SC.vmsize; 343 Segment.fileoff = SC.fileoff; 344 Segment.filesize = SC.filesize; 345 Segment.maxprot = SC.maxprot; 346 Segment.initprot = SC.initprot [all...] |
/device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/ |
VbeShim.c | 35 UINT16 Segment;
47 handler routine in the C segment. Point the real-mode Int10h interrupt vector
101 Handler = (Int0x10->Segment << 4) + Int0x10->Offset;
104 __FUNCTION__, Int0x10->Segment, Int0x10->Offset));
119 ASSERT (Int0x10->Segment == 0x0000);
137 // We never added memory space during PEI or DXE for the C segment, so we
271 Int0x10->Segment = (UINT16) ((UINT32)SegmentC >> 4);
|
/external/valgrind/drd/ |
drd_thread.c | 48 static void thread_append_segment(const DrdThreadId tid, Segment* const sg); 49 static void thread_discard_segment(const DrdThreadId tid, Segment* const sg); 124 /** Enables/disables segment merging. */ 131 /** Get the segment merging interval. */ 137 /** Set the segment merging interval. */ 272 Segment* p; 291 * Create the first segment for a newly started thread. 325 /* Create an initial segment for the newly created thread. */ 517 Segment* sg; 518 Segment* sg_prev [all...] |