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

1234567891011>>

/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A DStackOverflowXmlParser.java53 while (parser.next() != XmlPullParser.END_TAG) {
90 while (parser.next() != XmlPullParser.END_TAG) {
143 if (parser.next() == XmlPullParser.TEXT) {
151 // if the next tag after a START_TAG isn't a matching END_TAG, it keeps going until it
159 switch (parser.next()) {
/frameworks/compile/mclinker/include/mcld/ADT/GraphLite/
H A DListDigraph.h43 Node *prev, *next; member in struct:mcld::graph::ListDigraph::Node
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCallBase.java46 Connection c = it.next();
/frameworks/base/core/java/android/view/
H A DInputEventConsistencyVerifier.java154 mKeyStateList = state.next;
676 last.next = state.next;
678 mKeyStateList = state.next;
680 state.next = null;
685 state = state.next;
692 state.next = mKeyStateList;
700 public KeyState next; field in class:InputEventConsistencyVerifier.KeyState
714 mRecycledList = state.next;
728 next
[all...]
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/av/drm/common/
H A DDrmInfo.cpp78 const String8& DrmInfo::KeyIterator::next() { function in class:DrmInfo::KeyIterator
106 String8& DrmInfo::Iterator::next() { function in class:DrmInfo::Iterator
H A DDrmInfoRequest.cpp72 const String8& DrmInfoRequest::KeyIterator::next() { function in class:DrmInfoRequest::KeyIterator
101 String8& DrmInfoRequest::Iterator::next() { function in class:DrmInfoRequest::Iterator
/frameworks/base/core/java/android/widget/
H A DDigitalClock.java81 * requests a tick on the next hard-second boundary
90 long next = now + (1000 - now % 1000);
91 mHandler.postAtTime(mTicker, next);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifReader.java50 int event = parser.next();
88 event = parser.next();
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DBaseMenuWrapper.java92 menuItem = iterator.next();
108 menuItem = iterator.next();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DUtilities.java129 View next = i > 0 ? ancestorChain.get(i-1) : null;
134 if (next != null) {
135 pt[0] -= next.getLeft();
136 pt[1] -= next.getTop();
137 next.getMatrix().invert(tmpInverseMatrix);
139 scale *= next.getScaleX();
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DLocationRequestStatisticsTest.java36 PackageProviderKey key = mStatistics.statistics.keySet().iterator().next();
39 PackageStatistics stats = mStatistics.statistics.values().iterator().next();
55 PackageProviderKey key = mStatistics.statistics.keySet().iterator().next();
58 PackageStatistics stats = mStatistics.statistics.values().iterator().next();
76 PackageProviderKey key = mStatistics.statistics.keySet().iterator().next();
79 PackageStatistics stats = mStatistics.statistics.values().iterator().next();
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DTransport.java330 int next = length;
334 remaining = position - next;
339 contentSize = buffer.getInt(next + 4);
348 next += length;
356 buffer.limit(next);
368 System.arraycopy(oldBuffer.array(), next, buffer.array(), 0, remaining);
/frameworks/testing/support/src/android/support/test/internal/runner/lifecycle/
H A DActivityLifecycleMonitorImpl.java68 ActivityLifecycleCallback storedCallback = refIter.next().get();
88 ActivityLifecycleCallback storedCallback = refIter.next().get();
104 ActivityStatus status = statusIterator.next();
123 ActivityStatus status = statusIterator.next();
147 ActivityStatus status = statusIterator.next();
164 ActivityLifecycleCallback callback = refIter.next().get();
/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp305 ZipEntryRO next() { function in class:android::NativeLibrariesIterator
306 ZipEntryRO next = NULL; local
307 while ((next = mZipFile->nextEntry(mCookie)) != NULL) {
309 if (mZipFile->getEntryFileName(next, fileName, sizeof(fileName))) {
349 return next;
391 while ((entry = it->next()) != NULL) {
435 while ((entry = it->next()) != NULL) {
509 ZipEntryRO next = NULL; local
510 while ((next = zipFile->nextEntry(cookie)) != NULL) {
511 if (zipFile->getEntryFileName(next, fileNam
[all...]
/frameworks/base/tools/aidl/
H A Daidl_language_l.l121 text->next = NULL;
125 g_nextExtraText->next = text;
161 extra_text_type* next = p->next;
164 free(next);
/frameworks/base/core/tests/coretests/src/android/net/
H A DUriTest.java664 assertEquals("a", names.iterator().next());
672 assertEquals("a", iter.next());
673 assertEquals("", iter.next());
674 assertEquals("c", iter.next());
682 assertEquals("a", iter.next());
683 assertEquals("", iter.next());
684 assertEquals("c", iter.next());
692 assertEquals("a", iter.next());
693 assertEquals("b", iter.next());
694 assertEquals("c", iter.next());
[all...]
/frameworks/av/services/audiopolicy/
H A DAudioPolicyEffects.cpp472 param = param->next;
487 value = value->next;
504 node = node->next;
508 node = node->next;
533 node = node->next;
541 node = node->next;
563 node = node->next;
569 node = node->next;
573 node = node->next;
590 node = node->next;
[all...]
/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.c128 int32_t next, float w0, float w1) {
130 float p1 = getElementAt1(p, next);
138 int32_t next, float w0, float w1) {
140 float p1 = getElementAt1(p, next);
148 int32_t next, float w0, float w1) {
150 float2 p1 = getElementAt2(p, next);
158 int32_t next, float w0, float w1) {
160 float3 p1 = getElementAt3(p, next);
168 int32_t next, float w0, float w1) {
170 float3 p1 = getElementAt565(p, next);
127 getSample_A(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument
137 getSample_L(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument
147 getSample_LA(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument
157 getSample_RGB(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument
167 getSample_565(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument
177 getSample_RGBA(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument
268 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
446 uint32_t next = wrapI(wrapS, iPixel + 1, sourceW); local
[all...]
/frameworks/base/media/java/android/media/
H A DMediaMetadata.java458 CharSequence next = getText(PREFERRED_DESCRIPTION_ORDER[keyIndex++]);
459 if (!TextUtils.isEmpty(next)) {
460 // Fill in the next empty bit of text
461 text[textIndex++] = next;
468 Bitmap next = getBitmap(PREFERRED_BITMAP_ORDER[i]);
469 if (next != null) {
470 icon = next;
477 String next = getString(PREFERRED_URI_ORDER[i]);
478 if (!TextUtils.isEmpty(next)) {
479 iconUri = Uri.parse(next);
[all...]
/frameworks/base/libs/hwui/
H A DDamageAccumulator.cpp44 DirtyStack* next; member in struct:android::uirenderer::DirtyStack
80 if (!mHead->next) {
82 nextFrame->next = 0;
84 mHead->next = nextFrame;
86 mHead = mHead->next;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DOpReorderer.java44 private void swapMoveOp(List<UpdateOp> list, int badMove, int next) { argument
46 final UpdateOp nextOp = list.get(next);
49 swapMoveRemove(list, badMove, moveOp, next, nextOp);
52 swapMoveAdd(list, badMove, moveOp, next, nextOp);
55 swapMoveUpdate(list, badMove, moveOp, next, nextOp);
/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

Completed in 961 milliseconds

1234567891011>>