/system/core/sh/ |
histedit.c | 227 int first, last, direction; local 334 * determine [first] and [last] 357 last = str_to_event(laststr, 1); 360 i = last; 361 last = first; 369 direction = first < last ? H_PREV : H_NEXT; 422 * At end? (if we were to lose last, we'd sure be 425 if (he.num == last) 480 str_to_event(const char *str, int last) 507 * the notion of first and last i [all...] |
/dalvik/libcore/text/src/main/java/java/text/ |
BreakIterator.java | 62 * {@code first()}, {@code last()}, {@code next()}, and {@code previous()} that 79 * after the last character is 1 plus the length of the string.</li> 142 * int end = boundary.last(); 165 * Print the last element: 170 * int end = boundary.last(); 198 * int last = wb.following(pos); 201 * for (int p = last; p < current; p++) { 203 * return last; 205 * last = current; 400 * Returns the position of last boundary preceding the given offset, an 472 public abstract int last(); method in class:BreakIterator [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
inflate.c | 46 * - Unroll last copy for window match in inflate_fast() 114 state->last = 0; 310 Update the window with the last wsize (normally 32K) bytes written before 318 advantage, since only the last 32K of output is copied to the sliding window 538 When there is a window, goto inf_leave will update the window with the last 568 code last; /* parent table entry */ local 776 if (state->last) { 782 state->last = BITS(1); 787 state->last ? " (last)" : "")) [all...] |
/external/zlib/ |
inflate.c | 46 * - Unroll last copy for window match in inflate_fast() 114 state->last = 0; 310 Update the window with the last wsize (normally 32K) bytes written before 318 advantage, since only the last 32K of output is copied to the sliding window 538 When there is a window, goto inf_leave will update the window with the last 568 code last; /* parent table entry */ local 776 if (state->last) { 782 state->last = BITS(1); 787 state->last ? " (last)" : "")) [all...] |
/external/libxml2/ |
xinclude.c | 4 * World Wide Web Consortium W3C Last Call Working Draft 10 November 2003 838 xmlNodePtr cur, res, result = NULL, last = NULL; local 848 result = last = res; 850 last->next = res; 851 res->prev = last; 852 last = res; 904 xmlNodePtr list = NULL, last = NULL, listParent = NULL; local 932 * last is a pointer to the last node added to the output tree 933 * lastLevel is the depth of last (relative to the root 1116 xmlNodePtr list = NULL, last = NULL; local [all...] |
/external/svox/pico/lib/ |
picopr.c | 239 pr_ioItemPtr last; member in struct:pr_OutItemVar 341 pr_ioItemPtr * first, pr_ioItemPtr * last); [all...] |
/bootable/bootloader/legacy/include/msm7k/ |
dmov.h | 104 ** pointer points to a *array* of dmov_s, etc structs. The last pointer 105 ** in the list is marked with CMD_PTR_LP. The last struct in each array 109 #define CMD_PTR_LP (1 << 31) /* last pointer */ 131 #define CMD_LC (1 << 31) /* last command */
|
/cts/tools/dasm/src/java_cup/ |
action_production.java | 7 * @version last updated: 11/25/95
|
/cts/tools/dx-tests/src/dxc/junit/verify/t481_6/ |
Test_t481_6.java | 29 * @title Last opcode instruction shall be at offset code_length -1.
|
/cts/tools/vm-tests/src/dot/junit/verify/a5/ |
Test_a5.java | 27 * @title The last instruction in the insns array must end at index insns_size-1.
|
/cts/tools/vm-tests/src/dot/junit/verify/b17/ |
Test_b17.java | 25 * Having throw, return and backward goto as a last opcode in the method is tested
|
/dalvik/dx/tests/110-dex-preserve-this/ |
run | 25 # Find the number of registers; in this case the last register is "this".
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/ |
AbstractOwnableSynchronizer.java | 47 * Returns the thread last set by
|
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/common/ |
ErrorCode.java | 70 * This must always be the last warning value to indicate the limit for 71 * UErrorCode warnings (last warning code +1) 148 * This must always be the last value to indicate the limit for UErrorCode 149 * (last error code +1)
|
/dalvik/libcore/luni/src/main/java/java/util/ |
NoSuchElementException.java | 23 * past the end of an Enumeration, or the first or last element from an empty
|
SortedSet.java | 69 * Returns the last element in this {@code SortedSet}. The last element is 72 * @return the last element. 76 public E last(); method in interface:SortedSet
|
/dalvik/libcore/security/src/main/java/java/security/acl/ |
LastOwnerException.java | 22 * the last {@code Owner} from an {@code Owner}.
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/ |
StreamCipher.java | 50 * it was at after the last init (if there was one).
|
/dalvik/libcore/sql/src/main/java/SQLite/ |
Vm.java | 16 * Internal last error code for compile()/step() methods.
|
/dalvik/tools/ |
get-hprof | 18 # the so-named file. If no argument is specified, grab the last such file
|
/development/samples/NotePad/src/com/google/provider/ |
NotePad.java | 60 * The timestamp for when the note was last modified
|
/external/apache-http/src/org/apache/commons/codec/language/ |
RefinedSoundex.java | 168 char last, current; local 169 last = '*'; 174 if (current == last) { 180 last = current;
|
/external/blktrace/ |
verify_blkparse.c | 40 fprintf(stdout, "last: %s", last_line);
|
/external/clearsilver/cs/ |
test_func.cs | 28 first/last only run on local vars, which can't be created by expressions
|
/external/clearsilver/man/man3/ |
dictNext.3 | 27 id - pointer to identifier of last item found, or
|