/external/libcxx/test/algorithms/alg.sorting/alg.min.max/ |
max_element_comp.pass.cpp | 15 // max_element(Iter first, Iter last, Compare comp); 25 test(Iter first, Iter last) 27 Iter i = std::max_element(first, last, std::greater<int>()); 28 if (first != last) 30 for (Iter j = first; j != last; ++j) 34 assert(i == last);
|
min_element_comp.pass.cpp | 15 // min_element(Iter first, Iter last, Compare comp); 25 test(Iter first, Iter last) 27 Iter i = std::min_element(first, last, std::greater<int>()); 28 if (first != last) 30 for (Iter j = first; j != last; ++j) 34 assert(i == last);
|
/external/pcre/dist/doc/html/ |
pcre_get_stringtable_entries.html | 23 <b> const char *<i>name</i>, char **<i>first</i>, char **<i>last</i>);</b> 27 <b> PCRE_SPTR16 <i>name</i>, PCRE_UCHAR16 **<i>first</i>, PCRE_UCHAR16 **<i>last</i>);</b> 31 <b> PCRE_SPTR32 <i>name</i>, PCRE_UCHAR32 **<i>first</i>, PCRE_UCHAR32 **<i>last</i>);</b> 37 This convenience function finds, for a compiled pattern, the first and last 46 <i>last</i> Where to return a pointer to the last entry
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteClosable.java | 30 * Called when the last reference to the object was released by 36 * Called when the last reference to the object was released by 49 * @throws IllegalStateException if the last reference to the object has already 63 * Releases a reference to the object, closing the object if the last reference 80 * closing the object if the last reference was released. 97 * Releases a reference to the object, closing the object if the last reference
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/comparator/ |
LastModifiedFileComparator.java | 24 * Compare the <b>last modified date/time</b> of two files for order 28 * by their last modified date/time. 50 /** Last modified comparator instance */ 53 /** Reverse last modified comparator instance */ 57 * Compare the last the last modified date/time of two files.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm-generic/ |
stat.h | 36 int st_atime; /* Time of last access. */ 38 int st_mtime; /* Time of last modification. */ 40 int st_ctime; /* Time of last status change. */ 61 int st_atime; /* Time of last access. */ 63 int st_mtime; /* Time of last modification. */ 65 int st_ctime; /* Time of last status change. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
msg.h | 18 struct msg *msg_last; /* last message in queue,unused */ 19 __kernel_time_t msg_stime; /* last msgsnd time */ 20 __kernel_time_t msg_rtime; /* last msgrcv time */ 21 __kernel_time_t msg_ctime; /* last change time */ 27 __kernel_ipc_pid_t msg_lspid; /* pid of last msgsnd */ 28 __kernel_ipc_pid_t msg_lrpid; /* last receive pid */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/ |
stat.h | 36 int st_atime; /* Time of last access. */ 38 int st_mtime; /* Time of last modification. */ 40 int st_ctime; /* Time of last status change. */ 61 int st_atime; /* Time of last access. */ 63 int st_mtime; /* Time of last modification. */ 65 int st_ctime; /* Time of last status change. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
msg.h | 18 struct msg *msg_last; /* last message in queue,unused */ 19 __kernel_time_t msg_stime; /* last msgsnd time */ 20 __kernel_time_t msg_rtime; /* last msgrcv time */ 21 __kernel_time_t msg_ctime; /* last change time */ 27 __kernel_ipc_pid_t msg_lspid; /* pid of last msgsnd */ 28 __kernel_ipc_pid_t msg_lrpid; /* last receive pid */
|
/external/zlib/src/examples/ |
gzjoin.c | 272 /* Copy the compressed data from name, zeroing the last block bit of the last 274 boundary. If clr is false, then the last block becomes the last block of 283 int pos; /* where the "last block" bit is in byte */ 284 int last; /* true if processing the last block */ local 309 /* inflate and copy compressed data, clear last-block bit if requested */ 313 last = start[0] & 1; 314 if (last && clr [all...] |
/external/stlport/src/ |
num_put.cpp | 27 // We assume, without checking, that *last is null and that there is enough 28 // space in the buffer to extend the number past [first, last). 31 __insert_grouping_aux(Char* first, Char* last, const string& grouping, 36 if (first == last) 47 Char* cur_group = last; // Points immediately beyond the rightmost 63 ++last; 64 copy_backward(cur_group, last, last + 1); 68 return (last - first) + sign + basechars; 135 __insert_grouping(char * first, char * last, const string& grouping [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
num_put.cpp | 27 // We assume, without checking, that *last is null and that there is enough 28 // space in the buffer to extend the number past [first, last). 31 __insert_grouping_aux(Char* first, Char* last, const string& grouping, 36 if (first == last) 47 Char* cur_group = last; // Points immediately beyond the rightmost 63 ++last; 64 copy_backward(cur_group, last, last + 1); 68 return (last - first) + sign + basechars; 135 __insert_grouping(char * first, char * last, const string& grouping [all...] |
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
ImportantNoticeUtilsTests.java | 120 assertEquals("Last version before update", 0, 133 assertEquals("Last version after update", 1, 152 assertEquals("Before set last time", null, 154 assertEquals("Set last time", false, 156 assertEquals("After set last time", (Long)lastTime, 162 assertEquals("Last version before timeout 1", 0, 166 assertEquals("Last time before timeout 1", (Long)lastTime, 179 assertEquals("Last version before timeout 2", 0, 183 assertEquals("Last time before timeout 2", (Long)lastTime, 195 assertEquals("Last version after timeout 1", 1 [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
util.rb | 154 range.exclude_end? ? last >= range.last : last > range.last 156 range.exclude_end? ? last.succ >= range.last : last >= range.last
|
/external/chromium_org/base/ |
callback_internal.cc | 14 // NULL the bind_state_ last, since it may be holding the last ref to whatever
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
file_system_metadata.h | 26 // Time of the last update check. 29 // Error code of the last update check.
|
/external/chromium_org/chrome/common/extensions/docs/templates/private/ |
type.html | 17 {{?e.last}}or {{/}}<code>"{{e.name}}"</code>{{^e.last}}, {{/}}
|
/external/chromium_org/components/google/core/browser/ |
google_pref_names.cc | 9 // String containing the last known Google URL. We re-detect this on startup in 14 // String containing the last prompted Google URL to the user.
|
/external/chromium_org/mojo/public/tools/bindings/generators/cpp_templates/ |
interface_macros.tmpl | 4 {%- if not loop.last %}, {% endif %} 12 {%- if not loop.last %}, {% endif %}
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/ui/test/ |
ct-last-updated-tests.html | 7 <link rel="import" href="../ct-last-updated.html"> 14 describe('ct-last-updated', function() { 19 lastUpdated = document.createElement('ct-last-updated'); 39 lastUpdated = document.createElement('ct-last-updated'); 53 lastUpdated = document.createElement('ct-last-updated'); 67 lastUpdated = document.createElement('ct-last-updated'); 78 lastUpdated = document.createElement('ct-last-updated'); 91 lastUpdated = document.createElement('ct-last-updated');
|
/external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/ |
x_error_trap.h | 21 // GetLastErrorAndDisable() to get the last error that was caught, if any. 27 // Returns last error and removes unregisters the error handler.
|
/external/clang/test/CodeCompletion/ |
function-templates.cpp | 3 void sort(RandomAccessIterator first, RandomAccessIterator last); 19 // CHECK-CC1: sort(<#RandomAccessIterator first#>, <#RandomAccessIterator last#>
|
/external/easymock/src/org/easymock/ |
CaptureType.java | 35 * Will capture the argument of the last matching call
37 LAST,
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/ |
GroupedLinkedMap.java | 50 LinkedEntry<K, V> last = head.prev; local 52 while (last != head) { 53 V removed = last.removeLast(); 61 removeEntry(last); 62 keyToEntry.remove(last.key); 63 last.key.offer(); 66 last = last.prev;
|
/external/srtp/crypto/include/ |
prng.h | 26 uint32_t octet_count; /* number of octets output since last init */ 42 uint32_t octet_count; /* number of octets output since last init */
|