Searched defs:first (Results 1 - 19 of 19) sorted by relevance

/packages/apps/Email/src/org/apache/james/mime4j/
H A DMimeBoundaryInputStream.java41 private boolean first = true; field in class:MimeBoundaryInputStream
121 if (first) {
122 first = false;
/packages/inputmethods/LatinIME/native/jni/src/
H A Ddigraph_utils.h36 typedef struct { int first; int second; int compositeGlyph; } digraph_t; member in struct:latinime::DigraphUtils::__anon30
/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DCSite.h28 short first; member in struct:__anon1
H A DBlend.cpp114 else // For WIDE strip mode, first select the relevant frames to blend.
437 // from the first image, then go to 50% contribution from each image at
1152 double dx = (m_AllSites[ce->second].getVCenter().x - m_AllSites[ce->first].getVCenter().x);
1153 double dy = (m_AllSites[ce->second].getVCenter().y - m_AllSites[ce->first].getVCenter().y);
1154 double xmid = m_AllSites[ce->first].getVCenter().x + dx/2.0;
1155 double ymid = m_AllSites[ce->first].getVCenter().y + dy/2.0;
1215 MosaicFrame *first = frames[0]; local
1219 double fxpos = first->trs[0][2], fypos = first->trs[1][2];
1223 double z = ProjZ(first
1268 MosaicFrame *first = frames[0]; local
[all...]
/packages/apps/Contacts/src/com/android/contacts/util/
H A DHtmlUtils.java150 public int getLeadingMargin(boolean first) { argument
/packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
H A DCSite.h28 short first; member in struct:__anon8
H A DBlend.cpp114 else // For WIDE strip mode, first select the relevant frames to blend.
437 // from the first image, then go to 50% contribution from each image at
1152 double dx = (m_AllSites[ce->second].getVCenter().x - m_AllSites[ce->first].getVCenter().x);
1153 double dy = (m_AllSites[ce->second].getVCenter().y - m_AllSites[ce->first].getVCenter().y);
1154 double xmid = m_AllSites[ce->first].getVCenter().x + dx/2.0;
1155 double ymid = m_AllSites[ce->first].getVCenter().y + dy/2.0;
1215 MosaicFrame *first = frames[0]; local
1219 double fxpos = first->trs[0][2], fypos = first->trs[1][2];
1223 double z = ProjZ(first
1268 MosaicFrame *first = frames[0]; local
[all...]
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DCSite.h28 short first; member in struct:__anon15
H A DBlend.cpp114 else // For WIDE strip mode, first select the relevant frames to blend.
437 // from the first image, then go to 50% contribution from each image at
1132 double dx = (m_AllSites[ce->second].getVCenter().x - m_AllSites[ce->first].getVCenter().x);
1133 double dy = (m_AllSites[ce->second].getVCenter().y - m_AllSites[ce->first].getVCenter().y);
1134 double xmid = m_AllSites[ce->first].getVCenter().x + dx/2.0;
1135 double ymid = m_AllSites[ce->first].getVCenter().y + dy/2.0;
1195 MosaicFrame *first = frames[0]; local
1199 double fxpos = first->trs[0][2], fypos = first->trs[1][2];
1203 double z = ProjZ(first
1248 MosaicFrame *first = frames[0]; local
[all...]
/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_indexing.cpp36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,long *first_equal,long *last_equal) argument
44 s_point=source+first;
46 d_bottom=dest+first;
61 long first=0; local
76 for(;last-first>2;)
78 pivot=db_TripleMedian(source[first],source[last],source[(first+last)/2]);
79 db_LeanPartitionOnPivot(pivot,dest,source,first,last,&first_equal,&last_equal);
82 else if(last_equal<pos) first=last_equal+1;
95 pivot=db_TripleMedian(source[first],sourc
[all...]
/packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
H A Ddb_utilities_indexing.cpp36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,long *first_equal,long *last_equal) argument
44 s_point=source+first;
46 d_bottom=dest+first;
61 long first=0; local
76 for(;last-first>2;)
78 pivot=db_TripleMedian(source[first],source[last],source[(first+last)/2]);
79 db_LeanPartitionOnPivot(pivot,dest,source,first,last,&first_equal,&last_equal);
82 else if(last_equal<pos) first=last_equal+1;
95 pivot=db_TripleMedian(source[first],sourc
[all...]
/packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/
H A DGLCanvasTest.java174 public void glDrawArrays(int mode, int first, int count) { argument
181 mGLVertexPointer.getArrayElement(first, coord);
184 mGLVertexPointer.getArrayElement(first + 1, coord);
218 public void glDrawArrays(int mode, int first, int count) { argument
226 mGLVertexPointer.getArrayElement(first + i, coord);
287 public void glDrawArrays(int mode, int first, int count) { argument
H A DGLStub.java203 int first,
201 glDrawArrays( int mode, int first, int count ) argument
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_indexing.cpp36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,long *first_equal,long *last_equal) argument
44 s_point=source+first;
46 d_bottom=dest+first;
61 long first=0; local
76 for(;last-first>2;)
78 pivot=db_TripleMedian(source[first],source[last],source[(first+last)/2]);
79 db_LeanPartitionOnPivot(pivot,dest,source,first,last,&first_equal,&last_equal);
82 else if(last_equal<pos) first=last_equal+1;
95 pivot=db_TripleMedian(source[first],sourc
[all...]
/packages/apps/Phone/src/com/android/phone/
H A DAnimationUtils.java181 Drawable first = getDrawable(0);
185 first.setAlpha(mCrossFadeAlpha);
186 first.draw(canvas);
187 first.setAlpha(255);
198 private static CrossFadeDrawable newCrossFadeDrawable(Drawable first, Drawable second) { argument
200 layers[0] = first;
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndapi.c189 NJ_INT32 i, next, first; local
200 first= 0;
239 first = 1;
336 if ((!first) ||
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
H A DAddressListParser.java803 if (c.gen < jj_gen) c.first = null;
948 jj_la = p.arg; jj_lastpos = jj_scanpos = p.first;
967 p.gen = jj_gen + xla - jj_la; p.first = token; p.arg = xla;
972 Token first; field in class:AddressListParser.JJCalls
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DEmailSyncAdapter.java289 // We've completed the first successful sync
438 // Exchange 2007 likes collection id first
449 // Exchange 2010 requires the filter inside an OPTIONS container and sync key first
1393 * @param first whether or not this is the first command being sent
1398 boolean sendDeletedItems(Serializer s, ArrayList<Long> deletedIds, boolean first) argument
1418 } else if (first) {
1420 first = false;
1430 return first;
1478 // We have the id of the changed item. But first, w
[all...]
/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackService.java872 * the first track.
873 * If the action is NOW, playback will switch to the first of
1155 // if we are at the end of the song, go to the next song first
1569 * @param first The first file to be removed
1573 public int removeTracks(int first, int last) { argument
1574 int numremoved = removeTracksInternal(first, last);
1581 private int removeTracksInternal(int first, int last) { argument
1583 if (last < first) return 0;
1584 if (first <
2157 removeTracks(int first, int last) argument
[all...]

Completed in 371 milliseconds