Searched refs:next (Results 51 - 75 of 323) sorted by relevance

1234567891011>>

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java281 return next();
290 public int next() throws XmlPullParserException, IOException { method in class:BridgeXmlBlockParser
301 int ev = mParser.next();
364 + ": parser must be on START_TAG to read next text", this,
367 int eventType = next();
370 eventType = next();
389 int eventType = next();
391 eventType = next();
/frameworks/native/include/private/ui/
H A DRegionHelper.h78 int inside = spanner.next(current.top, current.bottom);
82 int inside = spannerInner.next(current.left, current.right);
116 inline int next(TYPE& head, TYPE& tail, function in class:android::region_operator::SpannerBase
182 inline int next(TYPE& top, TYPE& bottom) function in class:android::region_operator::Spanner
186 int inside = SpannerBase::next(top, bottom, more_lhs, more_rhs);
199 // got to next span
263 inline int next(TYPE& left, TYPE& right) function in class:android::region_operator::SpannerInner
267 int inside = SpannerBase::next(left, right, more_lhs, more_rhs);
/frameworks/rs/driver/runtime/
H A Drs_sample.c129 int32_t next, float w0, float w1) {
131 float p1 = getElementAt1(p, next);
139 int32_t next, float w0, float w1) {
141 float p1 = getElementAt1(p, next);
149 int32_t next, float w0, float w1) {
151 float2 p1 = getElementAt2(p, next);
159 int32_t next, float w0, float w1) {
161 float3 p1 = getElementAt3(p, next);
169 int32_t next, float w0, float w1) {
171 float3 p1 = getElementAt565(p, next);
128 getSample_A(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument
138 getSample_L(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument
148 getSample_LA(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument
158 getSample_RGB(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument
168 getSample_565(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument
178 getSample_RGBA(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument
269 getBilinearSample1D(const Allocation_t *alloc, float2 weights, uint32_t iPixel, uint32_t next, rs_data_kind dk, rs_data_type dt, uint32_t lod) argument
447 uint32_t next = wrapI(wrapS, iPixel + 1, sourceW); local
[all...]
/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java659 * to next character key that is pressed and will then reset itself to the initial state.
747 private FallbackAction next; field in class:KeyCharacterMap.FallbackAction
762 sRecycleBin = target.next;
764 target.next = null;
773 next = sRecycleBin;
777 next = null;
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListOfItemsTallerThanScreenTest.java63 // scroll down until next view is peeking ahead
73 // at this point, next view should be on screen peeking ahead, but we haven't given
93 // next view is peeking, now press one more time
99 // next view should now have selection, and be scrolled another a third of the list
102 final View next = mListView.getChildAt(1);
103 assertTrue("has selection", next.isSelected());
104 assertEquals(topOfPeekingNext - (mListView.getMaxScrollAmount()), next.getTop());
117 assertEquals("should be at next item",
178 * a) the next view is peeking in
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DSimpleInflater.java75 // Go to next tag
76 eventType = parser.next();
82 eventType = parser.next();
119 eventType = parser.next();
/frameworks/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h148 Category* next; member in class:mcld::SymbolCategory::Category
156 next(NULL) {
169 { return (NULL == next); }
/frameworks/base/core/java/com/android/internal/util/
H A DFastPrintWriter.java295 int next = i + BUFFER_LEN;
296 appendLocked(str, i, next < end ? BUFFER_LEN : (end - i));
297 i = next;
315 int next = i + BUFFER_LEN;
316 appendLocked(buf, i, next < end ? BUFFER_LEN : (end - i));
317 i = next;
/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp79 nativeGetNextSensor(JNIEnv *env, jclass clazz, jobject sensor, jint next) argument
85 if (size_t(next) >= count)
88 Sensor const* const list = sensorList[next];
104 next++;
105 return size_t(next) < count ? next : 0;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTicker.java66 int next; field in class:Ticker.Segment
96 this.next = this.current + end;
107 int index = this.next;
124 this.next = len;
126 this.next = index + l.getLineStart(i+1);
148 this.next = index;
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityInputFilter.java247 holder.next = mEventQueue;
254 while (current.next != null) {
255 current = current.next;
263 // Finished with this choreographer frame. Do the rest on the next one.
264 current.next = null;
279 // next batch is processed the event handle had been set to null.
382 public MotionEventHolder next; field in class:AccessibilityInputFilter.MotionEventHolder
399 next = null;
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h34 : next(0), bound(0)
49 Chunk* next; member in class:mcld::Chunk
62 : next(0), bound(0) {
88 Chunk* next; member in class:mcld::Chunk
238 cur = cur->next;
263 m_pCurrent->next = result;
/frameworks/av/drm/common/
H A DDrmConstraints.cpp65 const String8& DrmConstraints::KeyIterator::next() { function in class:DrmConstraints::KeyIterator
108 String8 DrmConstraints::Iterator::next() { function in class:DrmConstraints::Iterator
H A DDrmMetadata.cpp68 const String8& DrmMetadata::KeyIterator::next() { function in class:DrmMetadata::KeyIterator
113 String8 DrmMetadata::Iterator::next() { function in class:DrmMetadata::Iterator
H A DDrmSupportInfo.cpp131 String8& DrmSupportInfo::FileSuffixIterator::next() { function in class:DrmSupportInfo::FileSuffixIterator
155 String8& DrmSupportInfo::MimeTypeIterator::next() { function in class:DrmSupportInfo::MimeTypeIterator
/frameworks/av/media/libstagefright/include/
H A DMPEG4Extractor.h68 Track *next; member in struct:android::MPEG4Extractor::Track
106 SINF *next; member in struct:android::MPEG4Extractor::SINF
H A DID3.h56 void next();
/frameworks/base/core/java/android/app/
H A DAliasActivity.java94 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
106 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
/frameworks/base/core/tests/coretests/src/android/util/
H A DLongSparseLongArrayTest.java107 keys.next();
109 return keys.next();
/frameworks/base/libs/hwui/
H A DPatchCache.h148 BufferBlock(uint32_t offset, uint32_t size): offset(offset), size(size), next(NULL) {
154 BufferBlock* next; member in struct:android::uirenderer::PatchCache::BufferBlock
H A DPathTessellator.cpp199 const Vertex* next = &(perimeter[i + 1 >= perimeter.size() ? 0 : i + 1]); local
200 vec2 nextNormal(next->position[1] - current->position[1],
201 current->position[0] - next->position[0]);
216 current = next;
300 const Vertex* next = &(vertices[i + 1]); local
301 vec2 nextNormal(next->position[1] - current->position[1],
302 current->position[0] - next->position[0]);
312 current = next;
344 const Vertex* next = &(perimeter[i + 1 >= perimeter.size() ? 0 : i + 1]); local
345 vec2 nextNormal(next
587 const Vertex* next = &(vertices[i + 1]); local
653 const Vertex* next = &(perimeter[i + 1 >= perimeter.size() ? 0 : i + 1]); local
[all...]
/frameworks/base/sax/tests/saxtests/src/android/sax/
H A DExpatPerformanceTest.java104 int eventType = pullParser.next();
122 eventType = pullParser.next();
/frameworks/base/services/java/com/android/server/am/
H A DUriPermissionOwner.java90 UriPermission perm = it.next();
105 UriPermission perm = it.next();
/frameworks/base/tools/preload/
H A DPrintCsv.java94 out.print(i.next() + "\n");
95 out.print(i.next() + "\n");
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Drate_control.h28 struct tagdataPointArray *next; member in struct:tagdataPointArray

Completed in 658 milliseconds

1234567891011>>