/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
BaseLayoutRule.java | 76 import com.android.ide.common.api.Segment; 669 Segment s = resizeState.horizontalFillSegment; 674 Segment s = resizeState.verticalFillSegment; [all...] |
/external/llvm/lib/CodeGen/ |
StackColoring.cpp | 429 Intervals[i]->addSegment(LiveInterval::Segment(S, F, ValNum)); 435 Intervals[i]->addSegment(LiveInterval::Segment(NewStart, F, ValNum)); 436 Intervals[i]->addSegment(LiveInterval::Segment(S, NewFin, ValNum));
|
LiveRangeCalc.cpp | 446 LR.addSegment(LiveInterval::Segment(Start, I.Kill, VNI)); 448 LR.addSegment(LiveInterval::Segment(Start, End, VNI));
|
SplitKit.cpp | 207 // LVI is the first live segment overlapping MBB. 212 assert(LVI->start == LVI->valno->def && "Dangling Segment start"); 243 // A Segment that starts in the middle of the block must be a def. 244 assert(LVI->start == LVI->valno->def && "Dangling Segment start"); 256 // Live segment ends exactly at Stop. Move to the next segment. 386 LI->addSegment(LiveInterval::Segment(Def, Def.getDeadSlot(), OldVNI)); 393 LI->addSegment(LiveInterval::Segment(Def, Def.getDeadSlot(), VNI)); 414 LI->addSegment(LiveInterval::Segment(Def, Def.getDeadSlot(), VNI)); 822 for (const LiveRange::Segment &S : Edit->getParent()) [all...] |
/external/guava/guava/src/com/google/common/collect/ |
ComputingConcurrentHashMap.java | 56 Segment<K, V> createSegment(int initialCapacity, int maxSegmentSize) { 71 static final class ComputingSegment<K, V> extends Segment<K, V> { 179 // detected. This is not fool-proof since the entry may be copied when the segment
|
/external/llvm/lib/Target/AMDGPU/ |
SILoadStoreOptimizer.cpp | 277 LiveRange::Segment *M0Segment = M0Range.getSegmentContaining(PairedIndex); 345 LiveRange::Segment *M0Segment = M0Range.getSegmentContaining(PairedIndex);
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/i386/ |
compressed-1a.d | 125 Segment Size: 0
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/x86-64/ |
compressed-1a.d | 124 Segment Size: 0
|
/external/llvm/include/llvm/CodeGen/ |
LiveIntervalAnalysis.h | 145 /// Given a register and an instruction, adds a live segment from that 147 LiveInterval::Segment addSegmentToEndOfBlock(unsigned reg, 379 // Use segment set to speed-up initial computation of the live range.
|
/external/llvm/lib/Target/PowerPC/ |
PPCVSXFMAMutate.cpp | 282 // Don't add the segment that corresponds to the original copy. 290 NewFMAInt.addSegment(LiveInterval::Segment(AI->start, AI->end,
|
/external/okhttp/okio/okio/src/main/java/okio/ |
RealBufferedSink.java | 102 for (long readCount; (readCount = source.read(buffer, Segment.SIZE)) != -1; ) {
|
/external/valgrind/drd/ |
drd_hb.c | 43 Segment* sg; // Segment created before most recent 184 * Store a pointer to the latest segment of the current thread in the
|
drd_rwlock.c | 45 // Segment of last unlock call by this thread that unlocked a writer lock. 46 Segment* latest_wrlocked_segment; 47 // Segment of last unlock call by this thread that unlocked a reader lock. 48 Segment* latest_rdlocked_segment;
|
/external/mesa3d/src/gallium/auxiliary/util/ |
dbghelp.h | 172 WORD Segment; 182 WORD Segment; 188 a64->Segment = a32->Segment; 194 a32->Segment = a64->Segment; [all...] |
/external/elfutils/tests/ |
run-readelf-zdebug.sh | 71 Segment size: 0
|
/external/guava/guava-tests/test/com/google/common/cache/ |
LocalLoadingCacheTest.java | 25 import com.google.common.cache.LocalCache.Segment; 296 Segment<Object, Object> segment = cache.localCache.segments[0]; local 301 assertTrue(segment.recencyQueue.isEmpty()); 303 assertSame(one, segment.recencyQueue.peek().getKey()); 305 assertFalse(segment.recencyQueue.isEmpty());
|
/external/llvm/lib/Target/X86/ |
X86AsmPrinter.cpp | 298 const MachineOperand &Segment = MI->getOperand(Op+X86::AddrSegmentReg); 299 if (Segment.getReg()) { 316 // If this has a segment register, print it.
|
/external/llvm/lib/Target/Hexagon/ |
HexagonExpandCondsets.cpp | 84 cl::init(~0U), cl::Hidden, cl::desc("Max number of segment coalescings")); 341 // Extend the live segment to the beginning of the next one. 378 /// will start a new live segment. This may happen at a position that falls 379 /// within an existing live segment. In such case that live segment needs to 380 /// be truncated to make room for the new segment. Ultimately, the truncation 381 /// will occur at the last use, but for now the segment can be terminated 382 /// right at the place where the new segment will start. The segments will be 386 // Terminate the live segment pointed to by LT within a live interval LI. 432 // For each def in MI we need to insert a new live segment starting at M [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
webmenc.c | 134 /* Create and write the Segment Info. */ 180 /* Open and begin writing the segment element. */ 181 Ebml_StartSubElement(glob, &glob->startSegment, Segment); 210 /* Segment element remains open. */ 320 /* Close the Segment. */
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/ |
Metrowerks_Shell_Suite.py | 22 Keyword argument To_Segment: Segment number into which to add the file(s) 232 'Segment' : 'Segm', 237 Required argument: The index of the file within its segment. 238 Keyword argument Segment: The segment containing the file. 278 """Get Segments: Returns a description of each segment in the project. 726 """Set Segment: Changes the name and attributes of a segment. 727 Required argument: The segment to change 728 Keyword argument to: The new name and attributes for the segment [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/ |
Metrowerks_Shell_Suite.py | 22 Keyword argument To_Segment: Segment number into which to add the file(s) 232 'Segment' : 'Segm', 237 Required argument: The index of the file within its segment. 238 Keyword argument Segment: The segment containing the file. 278 """Get Segments: Returns a description of each segment in the project. 726 """Set Segment: Changes the name and attributes of a segment. 727 Required argument: The segment to change 728 Keyword argument to: The new name and attributes for the segment [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/ |
_dbg_common.h | 156 WORD Segment; 166 WORD Segment; 172 a64->Segment = a32->Segment; 178 a32->Segment = a64->Segment; [all...] |
/external/harfbuzz_ng/src/ |
hb-graphite2.cc | 35 #include <graphite2/Segment.h>
|
/prebuilts/devtools/tools/lib/ |
rule-api.jar | |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
vdmdbg.h | 167 WORD Segment;
|