Searched refs:next (Results 151 - 175 of 223) sorted by relevance

123456789

/frameworks/base/core/java/android/text/
H A DLayout.java80 int next;
81 for (int i = start; i <= end; i = next) {
82 next = TextUtils.indexOf(source, '\n', i, end);
84 if (next < 0)
85 next = end;
89 source, i, next, null, true, null);
94 next++;
1732 * Returns the position of the next tab stop after h on the line.
1741 * @return the offset of the next tab stop.
1814 // in the line to the next fli
[all...]
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java357 // -- but the next time someone tries to open it, they can set it up from scratch.
899 Map.Entry<SQLiteClosable, Object> entry = iter.next();
1518 Map.Entry<String, Object> entry = entriesIter.next();
1543 Map.Entry<String, Object> entry = entriesIter.next();
1652 Map.Entry<String, Object> entry = entriesIter.next();
1678 Map.Entry<String, Object> entry = entriesIter.next();
H A DSQLiteCursor.java451 Map.Entry<String, Object> entry = valuesIter.next();
H A DSQLiteQueryBuilder.java538 Entry<String, String> entry = entryIter.next();
/frameworks/base/services/java/com/android/server/
H A DPackageManagerService.java509 // of next pending install.
541 HashMap.Entry<String, ArrayList<String>> ent = it.next();
837 String lib = libs.next();
931 PackageSetting ps = psit.next();
1088 String name = it.next();
1100 sb.append(it.next());
1237 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
1887 res[i++] = it.next().name;
2171 final String action = it.next();
2303 final PackageSetting ps = i.next();
[all...]
/frameworks/base/libs/utils/
H A DResourceTypes.cpp638 ResXMLParser::event_code_t ResXMLParser::next() function in class:android::ResXMLParser
954 const ResXMLTree_node* next = (const ResXMLTree_node*) local
956 //LOGW("Next node: prev=%p, next=%p\n", mCurNode, next);
958 if (((const uint8_t*)next) >= mTree.mDataEnd) {
963 if (mTree.validateNode(next) != NO_ERROR) {
968 mCurNode = next;
969 const uint16_t headerSize = dtohs(next->header.headerSize);
970 const uint32_t totalSize = dtohl(next->header.size);
971 mCurExt = ((const uint8_t*)next)
[all...]
H A DAssetManager.cpp153 size_t next = ((size_t)cookie)+1; local
154 return next > mAssetPaths.size() ? NULL : (void*)next;
/frameworks/base/tools/aapt/
H A DResourceTable.cpp411 while ((code=block.next()) != ResXMLTree::END_DOCUMENT && code != ResXMLTree::BAD_DOCUMENT) {
722 code = block.next();
745 while ((code=block.next()) != ResXMLTree::END_DOCUMENT && code != ResXMLTree::BAD_DOCUMENT) {
757 while ((code=block.next()) != ResXMLTree::END_DOCUMENT
768 while ((code=block.next()) != ResXMLTree::END_DOCUMENT
841 while ((code=block.next()) != ResXMLTree::END_DOCUMENT && code != ResXMLTree::BAD_DOCUMENT) {
951 while ((code=block.next()) != ResXMLTree::END_DOCUMENT && code != ResXMLTree::BAD_DOCUMENT) {
973 while ((code=block.next()) != ResXMLTree::END_DOCUMENT && code != ResXMLTree::BAD_DOCUMENT) {
1003 while ((code=block.next()) != ResXMLTree::END_DOCUMENT && code != ResXMLTree::BAD_DOCUMENT) {
1044 while ((code=block.next()) !
[all...]
/frameworks/base/core/java/android/app/
H A DSearchableInfo.java560 int tagType = xml.next();
591 tagType = xml.next();
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java722 while ((event = parser.next()) != XmlResourceParser.END_DOCUMENT) {
775 while ((event = parser.next()) != XmlResourceParser.END_DOCUMENT) {
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java151 IntentFilter.AuthorityEntry a = aIt.next();
164 PatternMatcher p = pIt.next();
/frameworks/base/graphics/java/android/graphics/drawable/
H A DLayerDrawable.java114 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT
146 while ((type = parser.next()) == XmlPullParser.TEXT) {
H A DAnimatedRotateDrawable.java242 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT &&
H A DDrawable.java254 * A Drawable can call this to schedule the next frame of its
720 while ((type=parser.next()) != XmlPullParser.START_TAG &&
H A DRotateDrawable.java246 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT &&
H A DShapeDrawable.java317 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
/frameworks/base/libs/ui/
H A DRegion.cpp442 it.next();
462 it.next();
/frameworks/base/opengl/libagl/
H A Dcopybit.cpp66 next = iterate;
71 const_cast<copybit_region_t *>(self)->next = iterate_done;
/frameworks/base/awt/java/awt/geom/
H A DRoundRectangle2D.java446 public void next() { method in class:RoundRectangle2D.Iterator
/frameworks/base/core/java/android/os/
H A DRecoverySystem.java205 cert = new X509CertImpl((org.apache.harmony.security.x509.Certificate)it.next());
/frameworks/base/core/java/com/android/internal/widget/
H A DEditStyledText.java1221 int next;
1222 for (int i = 0; i < text.length(); i = next) {
1223 next = text.nextSpanTransition(i, len, ImageSpan.class);
1224 ImageSpan[] images = text.getSpans(i, next, ImageSpan.class);
/frameworks/base/core/jni/
H A Dandroid_util_XmlBlock.cpp112 jint code = (jint)st->next();
/frameworks/base/awt/java/awt/
H A DFont.java413 c = iter.next();
975 .next()) {
1065 ci.next();
H A DBasicStroke.java536 p.next();
617 p.next();
658 * the x coordinate of the next point on the work path.
660 * the y coordinate of the next point on the work path.
707 * the x coordinate of the next point on the work path.
709 * the y coordinate of the next point on the work path.
781 * the x coordinate of the next point on the work path.
783 * the y coordinate of the next point on the work path.
1417 dasher.next();
1531 dasher.next();
1803 void next() { method in class:BasicStroke.Dasher
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java654 while ((type=parser.next()) != parser.START_TAG
689 while ((type=parser.next()) != parser.START_TAG
796 while ((type=parser.next()) != parser.END_DOCUMENT
1592 while ((type=parser.next()) != parser.END_DOCUMENT
1869 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
2022 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
2161 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
2375 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
2421 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
2548 while ((type=parser.next()) !
[all...]

Completed in 469 milliseconds

123456789