/external/curl/src/ |
slist_wc.c | 29 /* The last #include files should be: */ 53 list->last = new_item; 57 list->last->next = new_item; 58 list->last = list->last->next;
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
config_override.sh | 52 if (last) 53 print last " |"; 54 last = $0; 57 if (last) 58 print last;
|
/external/python/cpython2/Lib/test/ |
test_extcall.py | 63 Traceback (most recent call last): 68 Traceback (most recent call last): 73 Traceback (most recent call last): 78 Traceback (most recent call last): 94 Traceback (most recent call last): 103 Traceback (most recent call last): 138 Traceback (most recent call last): 164 Traceback (most recent call last): 169 Traceback (most recent call last): 174 Traceback (most recent call last) [all...] |
/tools/loganalysis/tests/src/com/android/loganalysis/parser/ |
KernelLogParserTest.java | 35 * Test that log lines formatted by last kmsg are able to be parsed. 79 * Test that last boot reasons are parsed. 85 "Last boot reason: hw_reset"); 97 assertEquals("Last boot reason: hw_reset", item.getStack()); 101 * Test that unknown last boot reasons are parsed. 107 "Last boot reason: unknown failure"); 126 "Last boot reason: reboot"); 140 "Last boot reason: hw_reset"); 152 assertEquals("Last boot reason: hw_reset", item.getStack()); 175 "tegra_wdt: last reset due to watchdog timeout" [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWritePei/ |
FaultTolerantWritePei.c | 3 the check for FTW last write data has been done.
33 Get the last Write Header pointer.
34 The last write header is the header whose 'complete' state hasn't been set.
40 @param FtwWriteHeader Pointer to retrieve the last write header
42 @retval EFI_SUCCESS Get the last write record successfully
73 // Last write header is found
81 Get the last Write Record pointer. The last write Record is the Record
87 @param FtwWriteRecord Pointer to retrieve the last write record
89 @retval EFI_SUCCESS Get the last write record successfully [all...] |
/cts/tests/tests/telecom/src/android/telecom/cts/ |
MockVideoCallCallback.java | 123 * Returns the last received {@link CameraCapabilities}. 132 * Returns the last received data usage. 141 * Returns the last received video quality. 151 * Returns the last received call session event. 161 * Returns the last received peer width. 171 * Returns the last {@code requestedProfile} received via onSessionModifyResponseReceived. 180 * Returns the last {@code responseProfile} received via onSessionModifyResponseReceived. 189 * Returns the last {@code status} received via onSessionModifyResponseReceived.. 198 * Returns the last requested video profile.
|
/external/python/cpython3/Lib/test/ |
test_unpack.py | 56 Traceback (most recent call last): 63 Traceback (most recent call last): 70 Traceback (most recent call last): 77 Traceback (most recent call last): 84 Traceback (most recent call last): 108 Traceback (most recent call last): 116 Traceback (most recent call last): 130 Traceback (most recent call last): 137 Traceback (most recent call last):
|
/external/vogar/src/vogar/target/ |
TargetMonitorRunListener.java | 87 int last = stackTraceElements.length - 1; local 88 for (; last >= 0; last--) { 89 String className = stackTraceElements[last].getClassName(); 96 if (last < stackTraceElements.length) { 97 last++; 104 for (; first < last; first++) { 115 if (first < last) { 116 t.setStackTrace(Arrays.copyOfRange(stackTraceElements, first, last));
|
/system/core/liblog/ |
log_ratelimit.cpp | 25 // Global default if 'last' argument in __android_log_ratelimit is NULL 30 // provides their own 'last' argument, then they can play such games 36 // Lock to protect last_clock and last_seconds, but also 'last' 40 // if last is NULL, caller _must_ provide a consistent value for 45 LIBLOG_ABI_PUBLIC int __android_log_ratelimit(time_t seconds, time_t* last) { 67 if (!last) { 73 last = &g_last_clock; 77 if ((now == (time_t)-1) || ((*last + seconds) > now)) { 82 *last = now;
|
/tools/loganalysis/src/com/android/loganalysis/util/ |
LogTailUtil.java | 25 * Stores that last N lines in a ring buffer along with an id. At a later time, the last X lines 26 * or that last Y lines which match a given id can be retrieved. For example, this class can be 27 * used to retrieve the last 15 lines of logcat or the last 15 lines of logcat matching a given PID 61 * @param lastTailSize the number of lines to retrieve when getting the last tail 84 * Get the last lines of the log. 86 * @return The last lines of the log joined as a {@link String}. 93 * Get the last lines of the log. 96 * @return The last {@code size} lines of the log joined as a {@link String} [all...] |
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
hash_map.hpp | 107 iterator end_it = buckets_[bucket].last; 128 const_iterator end_it = buckets_[bucket].last; 149 buckets_[bucket].first = buckets_[bucket].last = 152 return std::pair<iterator, bool>(buckets_[bucket].last, true); 154 iterator end_it = buckets_[bucket].last; 162 buckets_[bucket].last = values_insert(end_it, v); 164 return std::pair<iterator, bool>(buckets_[bucket].last, true); 175 bool is_last = (it == buckets_[bucket].last); 177 buckets_[bucket].first = buckets_[bucket].last = values_.end(); 181 --buckets_[bucket].last; 304 iterator last; member in struct:asio::detail::hash_map::bucket_type [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
stat.h | 91 struct timespec st_atim; /* Time of last access. */ 92 struct timespec st_mtim; /* Time of last modification. */ 93 struct timespec st_ctim; /* Time of last status change. */ 98 __time_t st_atime; /* Time of last access. */ 99 unsigned long int st_atimensec; /* Nscecs of last access. */ 100 __time_t st_mtime; /* Time of last modification. */ 101 unsigned long int st_mtimensec; /* Nsecs of last modification. */ 102 __time_t st_ctime; /* Time of last status change. */ 103 unsigned long int st_ctimensec; /* Nsecs of last status change. */ 152 struct timespec st_atim; /* Time of last access. * [all...] |
/external/opencv/cv/src/ |
_cvkdtree.hpp | 84 int dimension_of_highest_variance(__instype * first, __instype * last, 86 assert(last - first > 0); 92 for (__instype * k = first; k < last; ++k) 94 mean /= last - first; 96 for (__instype * k = first; k < last; ++k) { 100 var /= last - first; 113 // given point indices and dimension, find index of median; (almost) modifies [first,last) 114 // such that points_in[first,median]<=point[median], points_in(median,last)>point[median]. 117 __instype * median_partition(__instype * first, __instype * last, 119 assert(last - first > 0) [all...] |
/bionic/libc/upstream-openbsd/lib/libc/string/ |
strtok.c | 35 static char *last; local 37 return strtok_r(s, delim, &last); 42 strtok_r(char *s, const char *delim, char **last) 48 if (s == NULL && (s = *last) == NULL) 62 *last = NULL; 80 *last = s;
|
/external/kernel-headers/original/uapi/asm-generic/ |
stat.h | 37 long st_atime; /* Time of last access. */ 39 long st_mtime; /* Time of last modification. */ 41 long st_ctime; /* Time of last status change. */ 62 int st_atime; /* Time of last access. */ 64 int st_mtime; /* Time of last modification. */ 66 int st_ctime; /* Time of last status change. */
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.min.max/ |
max_element.pass.cpp | 15 // max_element(Iter first, Iter last); 27 test(Iter first, Iter last) 29 Iter i = std::max_element(first, last); 30 if (first != last) 32 for (Iter j = first; j != last; ++j) 36 assert(i == last);
|
min_element.pass.cpp | 15 // min_element(Iter first, Iter last); 27 test(Iter first, Iter last) 29 Iter i = std::min_element(first, last); 30 if (first != last) 32 for (Iter j = first; j != last; ++j) 36 assert(i == last);
|
/external/libcxx/test/std/iterators/iterator.primitives/iterator.operations/ |
distance.pass.cpp | 14 // distance(Iter first, Iter last); 18 // distance(Iter first, Iter last); 27 test(It first, It last, typename std::iterator_traits<It>::difference_type x) 29 assert(std::distance(first, last) == x); 35 constexpr_test(It first, It last, typename std::iterator_traits<It>::difference_type x) 37 return std::distance(first, last) == x;
|
/external/v8/src/interpreter/ |
mkpeephole.cc | 59 PeepholeActionAndData LookupActionAndData(Bytecode last, Bytecode current); 60 void BuildRow(Bytecode last, Row* row); 81 Bytecode last, Bytecode current) { 84 if (current == Bytecode::kToName && Bytecodes::PutsNameInAccumulator(last)) { 90 if (last == Bytecode::kNop) { 101 if (Bytecodes::IsAccumulatorLoadWithoutEffects(last) && 107 // it. The load in the last instruction can be elided as it has no 109 if (Bytecodes::IsAccumulatorLoadWithoutEffects(last) && 117 if (Bytecodes::IsLdarOrStar(last) && Bytecodes::IsLdarOrStar(current)) { 126 if (Bytecodes::WritesBooleanToAccumulator(last)) { 315 Bytecode last = Bytecodes::FromByte(byte_value); local [all...] |
/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
|
/frameworks/base/tools/incident_report/ |
printer.cpp | 82 char* last = mBuf; local 85 p = strchr(last, '\n'); 86 int size = p != NULL ? p - last + 1 : strlen(last); 87 fwrite(last, size, 1, mOut); 95 last = p+1;
|
/frameworks/rs/ |
rsList.h | 30 List() : last(nullptr), first(&firstBuffer.data.typed), 38 List(InputIterator first, InputIterator last) : List() { 39 for (InputIterator it = first; it != last; ++it) { 55 last = current; 113 T& back() const { return *last; } 119 T* last; member in class:android::renderscript::List
|
/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.15-4.8/sysroot/usr/include/asm-generic/ |
stat.h | 36 long st_atime; /* Time of last access. */ 38 long st_mtime; /* Time of last modification. */ 40 long 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.15-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 */
|