/ndk/sources/host-tools/ndk-stack/elff/ |
elff_api.h | 37 * Last entry in the array has all its fields set to zero. It's sufficient 39 * last entry in the array. 43 * This field can never be NULL, except for the last array entry. 65 /* Checks if an entry is the last entry in the array. 67 * Boolean: 1 if this is last entry, or zero otherwise.
|
/packages/apps/PhoneCommon/src/com/android/phone/common/ |
CallLogAsync.java | 114 * Parameter object to hold the args to get the last outgoing call 135 /** Interface to retrieve the last dialed number asynchronously. */ 137 /** @param number The last dialed number or an empty string if 195 * AsyncTask to get the last outgoing call from the DB. 213 // May block. Select only the last one.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
nfs_prot.x | 126 nfstime atime; /* time of last access */ 127 nfstime mtime; /* time of last modification */ 128 nfstime ctime; /* time of last change */ 139 nfstime atime; /* time of last access */ 140 nfstime mtime; /* time of last modification */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
nfs_prot.x | 126 nfstime atime; /* time of last access */ 127 nfstime mtime; /* time of last modification */ 128 nfstime ctime; /* time of last change */ 139 nfstime atime; /* time of last access */ 140 nfstime mtime; /* time of last modification */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
nfs_prot.x | 126 nfstime atime; /* time of last access */ 127 nfstime mtime; /* time of last modification */ 128 nfstime ctime; /* time of last change */ 139 nfstime atime; /* time of last access */ 140 nfstime mtime; /* time of last modification */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_list.h | 563 * @param last An input iterator. 567 * [@a first,@a last). This is linear in N (where N is 568 * distance(@a first,@a last)). 647 * @param last An input iterator. 650 * range [@a first,@a last). 702 * Returns a read/write iterator that points one past the last 712 * the last element in the %list. Iteration is done in ordinary 720 * Returns a read/write reverse iterator that points to the last 730 * the last element in the %list. Iteration is done in reverse 767 * the last element in the %list. Iteration is done in ordinar [all...] |
stl_multiset.h | 145 * @param last An input iterator. 148 * [first,last). This is linear in N if the range is already sorted, 149 * and NlogN otherwise (where N is distance(first,last)). 159 * @param last An input iterator. 164 * [first,last). This is linear in N if the range is already sorted, 165 * and NlogN otherwise (where N is distance(first,last)). 288 * Returns a read-only (constant) iterator that points one past the last 298 * last element in the %multiset. Iteration is done in descending order 307 * last element in the %multiset. Iteration is done in descending order 325 * Returns a read-only (constant) iterator that points one past the last [all...] |
stl_set.h | 152 * @param last An input iterator. 154 * Create a %set consisting of copies of the elements from [first,last). 156 * otherwise (where N is distance(first,last)). 166 * @param last An input iterator. 170 * Create a %set consisting of copies of the elements from [first,last). 172 * otherwise (where N is distance(first,last)). 295 * Returns a read-only (constant) iterator that points one past the last 304 * Returns a read-only (constant) iterator that points to the last 314 * last pair in the %set. Iteration is done in descending order 332 * Returns a read-only (constant) iterator that points one past the last [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_list.h | 563 * @param last An input iterator. 567 * [@a first,@a last). This is linear in N (where N is 568 * distance(@a first,@a last)). 647 * @param last An input iterator. 650 * range [@a first,@a last). 702 * Returns a read/write iterator that points one past the last 712 * the last element in the %list. Iteration is done in ordinary 720 * Returns a read/write reverse iterator that points to the last 730 * the last element in the %list. Iteration is done in reverse 767 * the last element in the %list. Iteration is done in ordinar [all...] |
stl_multiset.h | 145 * @param last An input iterator. 148 * [first,last). This is linear in N if the range is already sorted, 149 * and NlogN otherwise (where N is distance(first,last)). 159 * @param last An input iterator. 164 * [first,last). This is linear in N if the range is already sorted, 165 * and NlogN otherwise (where N is distance(first,last)). 288 * Returns a read-only (constant) iterator that points one past the last 298 * last element in the %multiset. Iteration is done in descending order 307 * last element in the %multiset. Iteration is done in descending order 325 * Returns a read-only (constant) iterator that points one past the last [all...] |
stl_set.h | 152 * @param last An input iterator. 154 * Create a %set consisting of copies of the elements from [first,last). 156 * otherwise (where N is distance(first,last)). 166 * @param last An input iterator. 170 * Create a %set consisting of copies of the elements from [first,last). 172 * otherwise (where N is distance(first,last)). 295 * Returns a read-only (constant) iterator that points one past the last 304 * Returns a read-only (constant) iterator that points to the last 314 * last pair in the %set. Iteration is done in descending order 332 * Returns a read-only (constant) iterator that points one past the last [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_list.h | 563 * @param last An input iterator. 567 * [@a first,@a last). This is linear in N (where N is 568 * distance(@a first,@a last)). 647 * @param last An input iterator. 650 * range [@a first,@a last). 702 * Returns a read/write iterator that points one past the last 712 * the last element in the %list. Iteration is done in ordinary 720 * Returns a read/write reverse iterator that points to the last 730 * the last element in the %list. Iteration is done in reverse 767 * the last element in the %list. Iteration is done in ordinar [all...] |
stl_multiset.h | 145 * @param last An input iterator. 148 * [first,last). This is linear in N if the range is already sorted, 149 * and NlogN otherwise (where N is distance(first,last)). 159 * @param last An input iterator. 164 * [first,last). This is linear in N if the range is already sorted, 165 * and NlogN otherwise (where N is distance(first,last)). 288 * Returns a read-only (constant) iterator that points one past the last 298 * last element in the %multiset. Iteration is done in descending order 307 * last element in the %multiset. Iteration is done in descending order 325 * Returns a read-only (constant) iterator that points one past the last [all...] |
stl_set.h | 152 * @param last An input iterator. 154 * Create a %set consisting of copies of the elements from [first,last). 156 * otherwise (where N is distance(first,last)). 166 * @param last An input iterator. 170 * Create a %set consisting of copies of the elements from [first,last). 172 * otherwise (where N is distance(first,last)). 295 * Returns a read-only (constant) iterator that points one past the last 304 * Returns a read-only (constant) iterator that points to the last 314 * last pair in the %set. Iteration is done in descending order 332 * Returns a read-only (constant) iterator that points one past the last [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_list.h | 563 * @param last An input iterator. 567 * [@a first,@a last). This is linear in N (where N is 568 * distance(@a first,@a last)). 647 * @param last An input iterator. 650 * range [@a first,@a last). 702 * Returns a read/write iterator that points one past the last 712 * the last element in the %list. Iteration is done in ordinary 720 * Returns a read/write reverse iterator that points to the last 730 * the last element in the %list. Iteration is done in reverse 767 * the last element in the %list. Iteration is done in ordinar [all...] |
stl_multiset.h | 145 * @param last An input iterator. 148 * [first,last). This is linear in N if the range is already sorted, 149 * and NlogN otherwise (where N is distance(first,last)). 159 * @param last An input iterator. 164 * [first,last). This is linear in N if the range is already sorted, 165 * and NlogN otherwise (where N is distance(first,last)). 288 * Returns a read-only (constant) iterator that points one past the last 298 * last element in the %multiset. Iteration is done in descending order 307 * last element in the %multiset. Iteration is done in descending order 325 * Returns a read-only (constant) iterator that points one past the last [all...] |
stl_set.h | 152 * @param last An input iterator. 154 * Create a %set consisting of copies of the elements from [first,last). 156 * otherwise (where N is distance(first,last)). 166 * @param last An input iterator. 170 * Create a %set consisting of copies of the elements from [first,last). 172 * otherwise (where N is distance(first,last)). 295 * Returns a read-only (constant) iterator that points one past the last 304 * Returns a read-only (constant) iterator that points to the last 314 * last pair in the %set. Iteration is done in descending order 332 * Returns a read-only (constant) iterator that points one past the last [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_list.h | 563 * @param last An input iterator. 567 * [@a first,@a last). This is linear in N (where N is 568 * distance(@a first,@a last)). 647 * @param last An input iterator. 650 * range [@a first,@a last). 702 * Returns a read/write iterator that points one past the last 712 * the last element in the %list. Iteration is done in ordinary 720 * Returns a read/write reverse iterator that points to the last 730 * the last element in the %list. Iteration is done in reverse 767 * the last element in the %list. Iteration is done in ordinar [all...] |
stl_multiset.h | 145 * @param last An input iterator. 148 * [first,last). This is linear in N if the range is already sorted, 149 * and NlogN otherwise (where N is distance(first,last)). 159 * @param last An input iterator. 164 * [first,last). This is linear in N if the range is already sorted, 165 * and NlogN otherwise (where N is distance(first,last)). 288 * Returns a read-only (constant) iterator that points one past the last 298 * last element in the %multiset. Iteration is done in descending order 307 * last element in the %multiset. Iteration is done in descending order 325 * Returns a read-only (constant) iterator that points one past the last [all...] |
stl_set.h | 152 * @param last An input iterator. 154 * Create a %set consisting of copies of the elements from [first,last). 156 * otherwise (where N is distance(first,last)). 166 * @param last An input iterator. 170 * Create a %set consisting of copies of the elements from [first,last). 172 * otherwise (where N is distance(first,last)). 295 * Returns a read-only (constant) iterator that points one past the last 304 * Returns a read-only (constant) iterator that points to the last 314 * last pair in the %set. Iteration is done in descending order 332 * Returns a read-only (constant) iterator that points one past the last [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_list.h | 603 * @param last An input iterator. 607 * [@a first,@a last). This is linear in N (where N is 608 * distance(@a first,@a last)). 688 * @param last An input iterator. 691 * range [@a first,@a last). 743 * Returns a read/write iterator that points one past the last 753 * the last element in the %list. Iteration is done in ordinary 761 * Returns a read/write reverse iterator that points to the last 771 * the last element in the %list. Iteration is done in reverse 808 * the last element in the %list. Iteration is done in ordinar [all...] |
/external/compiler-rt/lib/tsan/rtl/ |
tsan_rtl_report.cc | 77 const char *last = last_frame->func; local 84 } else if (last && 0 == internal_strcmp(last, "__tsan_thread_start_func")) { 87 } else if (last && 0 == internal_strcmp(last, "__do_global_ctors_aux")) { 90 } else if (last || last2) { 98 if (last && 0 == internal_strcmp(last, "schedunlock")) 113 ReportStack *last = ent; local 114 while (last->next) [all...] |
/external/openssl/crypto/x509v3/ |
pcy_tree.c | 268 * issued and not the last in the chain. 313 X509_POLICY_LEVEL *last = curr - 1; local 317 for (i = 0; i < sk_X509_POLICY_NODE_num(last->nodes); i++) 319 node = sk_X509_POLICY_NODE_value(last->nodes, i); 320 if (policy_node_match(last, node, data->valid_policy)) 327 if (!matched && last->anyPolicy) 329 if (!level_add_node(curr, data, last->anyPolicy, NULL)) 407 const X509_POLICY_LEVEL *last = curr - 1; local 410 if ( (last->flags & X509_V_FLAG_INHIBIT_MAP) 449 X509_POLICY_LEVEL *last = curr - 1 local [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Path.java | 224 * Set the beginning of the next contour relative to the last point on the 238 * Add a line from the last point to the specified point (x,y). 251 * Same as lineTo, but the coordinates are considered relative to the last 266 * Add a quadratic bezier from the last point, approaching control point 281 * Same as quadTo, but the coordinates are considered relative to the last 285 * @param dx1 The amount to add to the x-coordinate of the last point on 287 * @param dy1 The amount to add to the y-coordinate of the last point on 289 * @param dx2 The amount to add to the x-coordinate of the last point on 291 * @param dy2 The amount to add to the y-coordinate of the last point on 300 * Add a cubic bezier from the last point, approaching control point [all...] |
/libcore/luni/src/main/java/java/util/ |
LinkedList.java | 542 * Returns the last element in this {@code LinkedList}. 544 * @return the last element 549 Link<E> last = voidLink.previous; local 550 if (last != voidLink) { 551 return last.data; 582 * index of the last occurrence. 586 * @return the index of the last occurrence of the object, or -1 if it was 693 * Removes the last object from this {@code LinkedList}. 704 Link<E> last = voidLink.previous; local 705 if (last != voidLink) 763 Link<E> last = voidLink.previous; local [all...] |