Searched refs:seg (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTicker.java194 final Segment seg = mSegments.get(0);
195 if (n.pkg.equals(seg.notification.pkg)
196 && n.notification.icon == seg.notification.notification.icon
197 && n.notification.iconLevel == seg.notification.notification.iconLevel
198 && CharSequences.equals(seg.notification.notification.tickerText,
212 Segment seg = mSegments.get(i);
213 if (n.id == seg.notification.id && n.pkg.equals(seg.notification.pkg)) {
222 Segment seg = mSegments.get(0);
223 seg
[all...]
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DInteractionController.java458 for(int seg = 0; seg < segments.length; seg++) {
459 if(seg + 1 < segments.length) {
461 xStep = ((double)(segments[seg+1].x - segments[seg].x)) / segmentSteps;
462 yStep = ((double)(segments[seg+1].y - segments[seg].y)) / segmentSteps;
465 ret &= touchMove(segments[seg].x + (int)(xStep * i),
466 segments[seg]
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DELFWriter.cpp272 ELFSegmentFactory::const_iterator seg = pBackend.elfSegmentTable().begin(), local
274 for (; seg != segEnd; ++seg, ++index) {
275 phdr[index].p_type = (*seg).type();
276 phdr[index].p_flags = (*seg).flag();
277 phdr[index].p_offset = (*seg).offset();
278 phdr[index].p_vaddr = (*seg).vaddr();
279 phdr[index].p_paddr = (*seg).paddr();
280 phdr[index].p_filesz = (*seg).filesz();
281 phdr[index].p_memsz = (*seg)
303 ELFSegmentFactory::const_iterator seg = pBackend.elfSegmentTable().begin(), local
[all...]
/frameworks/wilhelm/tools/permute/
H A Dpermute.c86 Segment *seg = &s->mSegmentArray[s->mSegmentCount++]; local
87 seg->mFrameStart = frameStart;
88 seg->mFrameLength = frameLength;
89 seg->mPermutedStart = ~0;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1486 ELFSegmentFactory::iterator seg, seg_end = m_ELFSegmentTable.end(); local
1487 for (seg = m_ELFSegmentTable.begin(); seg != seg_end; ++seg) {
1488 ELFSegment& segment = *seg;

Completed in 1568 milliseconds