/packages/apps/Music/src/com/android/music/ |
H A D | RepeatingImageButton.java | 121 private void doRepeat(boolean last) { argument 124 mListener.onRepeat(this, now - mStartTime, last ? -1 : mRepeatCount++); 136 * If this is going to be the last call in this sequence (i.e. the user
|
H A D | MediaPlaybackService.java | 790 * the last file in the list has been played, 1578 * @param last The last file to be removed 1581 public int removeTracks(int first, int last) { argument 1582 int numremoved = removeTracksInternal(first, last); 1589 private int removeTracksInternal(int first, int last) { argument 1591 if (last < first) return 0; 1593 if (last >= mPlayListLen) last = mPlayListLen - 1; 1596 if (first <= mPlayPos && mPlayPos <= last) { 2165 removeTracks(int first, int last) argument [all...] |
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
H A D | db_utilities_indexing.cpp | 36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,long *first_equal,long *last_equal) argument 45 s_top=source+last; 47 d_top=dest+last; 62 long last=nr_elements-1; 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); 81 if(first_equal>pos) last=first_equal-1; 95 pivot=db_TripleMedian(source[first],source[last],sourc [all...] |
H A D | db_feature_detection.cpp | 706 int x,next_x,last,right; local 708 last=w-4; 709 for(x=3;x<=last;x=next_x) 713 if(right>last) right=last; 729 int x,next_x,last; local 732 last=w-4; 733 for(x=3;x<=last;x=next_x) 738 nc = db_mini(128,last-x+1);
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
H A D | db_utilities_indexing.cpp | 36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,long *first_equal,long *last_equal) argument 45 s_top=source+last; 47 d_top=dest+last; 62 long last=nr_elements-1; 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); 81 if(first_equal>pos) last=first_equal-1; 95 pivot=db_TripleMedian(source[first],source[last],sourc [all...] |
H A D | db_feature_detection.cpp | 706 int x,next_x,last,right; local 708 last=w-4; 709 for(x=3;x<=last;x=next_x) 713 if(right>last) right=last; 729 int x,next_x,last; local 732 last=w-4; 733 for(x=3;x<=last;x=next_x) 738 nc = db_mini(128,last-x+1);
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
H A D | ConversationInfo.java | 47 String last) { 51 set(messageCount, draft, first, firstUnread, last); 112 public void set(int count, int draft, String first, String firstUnread, String last) { argument 118 lastSnippet = last; 46 ConversationInfo(int messageCount, int draft, String first, String firstUnread, String last) argument
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
H A D | Pyramid.cpp | 38 PyramidShort *curr, *last; local 41 for (last = (curr = img) + levels; curr < last; curr++) {
|
H A D | Delaunay.cpp | 253 continue; // the one deleted was the last one anyway 590 int CDelaunay::constructList(EdgePointer last, int width, int height) argument 596 c = (int) ((curr = (EdgePointer) ((last & ~3))) >> 1); 598 for (last -= 4; last >= 0; last -= 4) { 599 src = orig(last); 600 nex = dest(last);
|
H A D | Blend.cpp | 1216 MosaicFrame *last = frames[frames_size-1]; local 1221 double midX = last->width / 2.0; 1222 double midY = last->height / 2.0; 1253 // Add last frame by default 1254 relevant_frames[relevant_frames_size] = last; 1269 MosaicFrame *last = frames[frames_size-1]; local 1272 double lxpos = last->trs[0][2], lypos = last->trs[1][2]; 1277 double midX = last->width / 2.0; 1278 double midY = last [all...] |
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
H A D | Pyramid.cpp | 38 PyramidShort *curr, *last; local 41 for (last = (curr = img) + levels; curr < last; curr++) {
|
H A D | Delaunay.cpp | 253 continue; // the one deleted was the last one anyway 590 int CDelaunay::constructList(EdgePointer last, int width, int height) argument 596 c = (int) ((curr = (EdgePointer) ((last & ~3))) >> 1); 598 for (last -= 4; last >= 0; last -= 4) { 599 src = orig(last); 600 nex = dest(last);
|
H A D | Blend.cpp | 1196 MosaicFrame *last = frames[frames_size-1]; local 1201 double midX = last->width / 2.0; 1202 double midY = last->height / 2.0; 1233 // Add last frame by default 1234 relevant_frames[relevant_frames_size] = last; 1249 MosaicFrame *last = frames[frames_size-1]; local 1252 double lxpos = last->trs[0][2], lypos = last->trs[1][2]; 1257 double midX = last->width / 2.0; 1258 double midY = last [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | BluetoothMapConvoListingElement.java | 145 public void setLastActivity(long last) { argument 146 if(D) Log.d(TAG, "setLastActivity: " + last); 147 this.mLastActivity = last;
|
H A D | BluetoothMapbMessageMime.java | 78 public void encode(StringBuilder sb, String boundaryTag, boolean last) argument 116 if(last) {
|
H A D | BluetoothMapAppParams.java | 1097 public void setLastActivity(long last){ argument 1098 this.mLastActivity = last;
|
/packages/apps/Camera/jni/feature_stab/src/dbreg/ |
H A D | dbreg.cpp | 473 ///// IF BAD, then update reference to the last correctly aligned inspection frame; 482 ///// IF GOOD, then update the last correctly aligned inspection frame to be this; 659 int i = 0, last=0; local 662 if ( last > m_cost_histogram[i] ) 664 last = m_cost_histogram[i]; 674 //if ( last < m_cost_histogram[i] ) 676 last = m_cost_histogram[i];
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
H A D | dbreg.cpp | 473 ///// IF BAD, then update reference to the last correctly aligned inspection frame; 482 ///// IF GOOD, then update the last correctly aligned inspection frame to be this; 658 int i = 0, last=0; local 661 if ( last > m_cost_histogram[i] ) 663 last = m_cost_histogram[i]; 673 //if ( last < m_cost_histogram[i] ) 675 last = m_cost_histogram[i];
|
/packages/apps/Messaging/build/gcheckstyle/ |
H A D | google-style-checker_deploy.jar | META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ... |
/packages/services/Telecomm/libs/ |
H A D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ... |