/libcore/ojluni/src/main/java/java/util/ |
DualPivotQuicksort.java | 102 * @param right the index of the last element, inclusive, to be sorted 152 if (run[count] == right++) { // The last run contains one element 183 for (int last; count > 1; count = last) { 184 for (int k = (last = 0) + 2; k <= count; k += 2) { 193 run[++last] = hi; 199 run[++last] = right; 211 * @param right the index of the last element, inclusive, to be sorted 269 int last = a[right]; local 271 while (last < a[--right]) 717 long last = a[right]; local 1201 short last = a[right]; local 1685 char last = a[right]; local 2265 float last = a[right]; local 2804 double last = a[right]; local [all...] |
TreeSet.java | 400 public E last() { method in class:TreeSet
|
/libcore/ojluni/src/main/java/java/util/stream/ |
Streams.java | 64 // All elements are traversed if from == upTo & last == 0 67 // 1 if the range is closed and the last element has not been traversed 70 private int last; field in class:Streams.RangeIntSpliterator 76 private RangeIntSpliterator(int from, int upTo, int last) { 79 this.last = last; 92 else if (last > 0) { 93 last = 0; 106 int hLast = last; 108 last = 0 194 private int last; field in class:Streams.RangeLongSpliterator [all...] |
/libcore/ojluni/src/main/java/sun/security/util/ |
ManifestDigester.java | 68 int last = offset; local 89 pos.endOfSection = last; 95 last = i;
|
/libcore/ojluni/src/main/java/sun/security/validator/ |
PKIXValidator.java | 166 * Returns the length of the last certification path that is validated by 172 * @return the length of the last certification path passed to 255 X509Certificate last = chain[chain.length - 1]; local 256 X500Principal issuer = last.getIssuerX500Principal(); 257 X500Principal subject = last.getSubjectX500Principal(); 259 isSignatureValid(trustedSubjects.get(issuer), last)) { 273 // temporarily set last cert as sole trust anchor
|
/ndk/sources/host-tools/make-3.81/ |
filedef.h | 43 struct file *last; /* Last entry for the same file name. */ member in struct:file 64 short int update_status; /* Status of the last attempt to update,
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/ |
basic_cstring.hpp | 74 basic_cstring( pointer first, pointer last ); 199 basic_cstring<CharT>::basic_cstring( pointer first, pointer last ) 201 , m_end( last ) 520 const_iterator last = end() - str.size() + 1; local 522 while( it != last ) { 529 return it == last ? static_cast<size_type>(npos) : it - begin(); 542 const_iterator last = begin()-1; local 544 while( it != last ) { 551 return it == last ? static_cast<size_type>(npos) : static_cast<size_type>(it - begin());
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
SplineMath.java | 32 int last = curve.length - 1; local 33 curve[last][0] = (float) (points[points.length - 1][0]); 34 curve[last][1] = (float) (points[points.length - 1][1]);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/ |
HistogramView.java | 113 float last = 0; local 125 last = x; 128 mHistoPath.lineTo(last, h);
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
IconNormalizer.java | 105 // the first and the last non-transparent pixel. Set those values to mLeftBorder and 112 // first and last position for any row. 183 * @param bottomY the last Y position (inclusive) with a valid value. 192 int last = -1; // Last valid y coordinate which didn't have a missing value local 205 float currentAngle = (xCordinates[i] - xCordinates[last]) / (i - last); 206 start = last; 220 // Reset from last check 227 last = i [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
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/UnifiedEmail/src/com/android/emailcommon/utility/ |
TextUtilities.java | 377 // Start with space as last character to avoid leading whitespace 378 char last = ' '; local 435 if (last == ' ') { 441 } else if ((c == '-' || c == '=') && (last == c)) { 449 last = c; 453 if ((bufferCount > 0) && (last == ' ')) { 587 // The position of the last input character copied to output [all...] |
/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/ |
SendersFormattingTests.java | 111 final String last = "*^*^*^*"; local 113 final ConversationInfo before = new ConversationInfo(42, 49, first, firstUnread, last); 117 assertEquals(last, before.lastSnippet); 182 // all are read, so c is chosen because it is the last sender 223 // c is the last sender, but it is the current account, so b is chosen instead
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
BinaryDictDecoderUtils.java | 175 * @return the index after the last character. 335 PtNodeInfo last = null; local 346 if (null == last) continue; 347 builder.append(new String(last.mCharacters, 0, last.mCharacters.length)); 348 dictDecoder.setPosition(last.mChildrenAddress); 350 groupPos = last.mChildrenAddress + BinaryDictIOUtils.getPtNodeCountSize(i); 351 last = null; 354 last = info; 356 if (0 == i && BinaryDictIOUtils.hasChildrenAddress(last.mChildrenAddress)) [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
ComposingText.java | 177 StrSegment last = strUplayer.get(strUplayer.size() - 1); local 178 if (last.to < mod_from) { 180 last.to = mod_to; 181 last.string = toString(layer, last.from, last.to);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
term_entry.h | 68 struct entry *last; member in struct:entry
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
term_entry.h | 68 struct entry *last; member in struct:entry
|
/prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/ |
__init__.py | 211 # first/next/previous/last/set_location methods. 337 def last(self): member in class:_DBWithCursor 342 rv = _DeadlockWrap(self.dbc.last)
|
dbshelve.py | 336 def last(self, flags=0): return self.get_1(flags|db.DB_LAST) member in class:DBShelfCursor
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
nntplib.py | 7 >>> resp, count, first, last, name = s.group('comp.lang.python') 8 >>> print 'Group', name, 'has', count, 'articles, range', first, 'to', last 10 >>> resp, subs = s.xhdr('subject', first + '-' + last) 291 - list: list of (group, last, first, flag) (strings)""" 295 # Parse lines into "group last first flag" 342 - last: last article number (string) 349 count = first = last = 0 356 last = words[3] 359 return resp, count, first, last, nam 401 def last(self): member in class:NNTP [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/bsddb/ |
__init__.py | 211 # first/next/previous/last/set_location methods. 337 def last(self): member in class:_DBWithCursor 342 rv = _DeadlockWrap(self.dbc.last)
|
dbshelve.py | 336 def last(self, flags=0): return self.get_1(flags|db.DB_LAST) member in class:DBShelfCursor
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
nntplib.py | 7 >>> resp, count, first, last, name = s.group('comp.lang.python') 8 >>> print 'Group', name, 'has', count, 'articles, range', first, 'to', last 10 >>> resp, subs = s.xhdr('subject', first + '-' + last) 291 - list: list of (group, last, first, flag) (strings)""" 295 # Parse lines into "group last first flag" 342 - last: last article number (string) 349 count = first = last = 0 356 last = words[3] 359 return resp, count, first, last, nam 401 def last(self): member in class:NNTP [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/ |
__init__.py | 211 # first/next/previous/last/set_location methods. 337 def last(self): member in class:_DBWithCursor 342 rv = _DeadlockWrap(self.dbc.last)
|
dbshelve.py | 336 def last(self, flags=0): return self.get_1(flags|db.DB_LAST) member in class:DBShelfCursor
|