/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/tools/ |
named_entity_trie_generator.js | 12 var last = entity.length - 1, 24 if (idx === last)
|
/external/curl/tests/data/ |
test1043 | 15 Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
37 Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
|
test1127 | 16 Last-Modified: Tue, 13 Jun 1980 12:10:00 GMT 26 Last-Modified: Tue, 13 Jun 1980 12:10:00 GMT
|
test1239 | 16 Last-Modified: Tue, 13 Jun 2010 12:10:00 GMT 58 Last-Modified: Tue, 13 Jun 2010 12:10:00 GMT
|
test1429 | 14 Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT 48 Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
|
test1433 | 14 Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT 48 Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
|
test78 | 16 Last-Modified: Tue, 13 Jun 1990 12:10:00 GMT 29 Last-Modified: Tue, 13 Jun 1990 12:10:00 GMT
|
/external/e2fsprogs/debugfs/ |
extent_cmds.ct | 13 request do_last_leaf, "Goto last leaf", 19 request do_last_sib, "Goto last sibling",
|
/external/e2fsprogs/lib/ext2fs/ |
res_gdt.c | 136 unsigned int grp, last = 0; local 180 if (!gdt_buf[last]) { 183 expect, grp, gdt_blk, last); 185 gdt_buf[last] = expect; 188 } else if (gdt_buf[last] != expect) { 191 gdt_buf[last], expect, gdt_blk, last); 196 last++;
|
/external/eigen/unsupported/Eigen/src/SVD/ |
doneInBDCSVD.txt | 10 of a function doing the last part of the algorithm and that would not require any knowledge of the part we implemented. 12 In the TODOBdcsvd we explain what is the main difficulty of the last part and suggest a reference paper to help solve it.
|
/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.equals(head)) { 53 V removed = last.removeLast(); 61 removeEntry(last); 62 keyToEntry.remove(last.key); 63 last.key.offer(); 66 last = last.prev;
|
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
BreakIteratorICU.java | 66 public int last() { method in class:BreakIteratorICU 67 return fIcuBrkItr.last();
|
/external/iproute2/man/man8/ |
ifstat.8 | 15 by default only shows difference between the last and the current call. 45 Report average over the last SECS seconds.
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/ |
ISourceNode.java | 32 * The number of the last line coverage information is available for. If no 35 * @return number of the last line or {@link #UNKNOWN_LINE}
|
/external/kernel-headers/original/uapi/asm-generic/ |
sembuf.h | 25 __kernel_time_t sem_otime; /* last semop time */ 29 __kernel_time_t sem_ctime; /* last change time */
|
/external/libchrome/base/ |
callback_internal.cc | 26 // NULL the bind_state_ last, since it may be holding the last ref to whatever
|
/external/libchrome/base/process/ |
process_iterator.cc | 42 // On Android, the process name contains only the last 15 characters, which 46 // last 15 characters.
|
/external/libcxx/test/std/strings/basic.string/string.cons/ |
iter_alloc.pass.cpp | 26 test(It first, It last) 32 S s2(first, last); 34 assert(s2.size() == std::distance(first, last)); 36 for (It it = first; it != last; ++it, ++i) 44 test(It first, It last, const A& a) 49 S s2(first, last, a); 51 assert(s2.size() == std::distance(first, last)); 53 for (It it = first; it != last; ++it, ++i)
|
/external/libweave/third_party/chromium/base/ |
callback_internal.cc | 26 // NULL the bind_state_ last, since it may be holding the last ref to whatever
|
/external/libxml2/ |
dbgen.pl | 27 $last = $lastnames [($i / 10) % 10]; 34 printf " <lastname>$last</lastname>\n", $i;
|
dbgenattr.pl | 27 $last = $lastnames [($i / 10) % 10]; 34 printf " lastname='$last'\n", $i;
|
/external/llvm/lib/Fuzzer/test/ |
SimpleHashTest.cpp | 1 // This test computes a checksum of the data (all but the last 4 bytes), 2 // and then compares the last 4 bytes with the computed value.
|
/external/llvm/test/CodeGen/SystemZ/ |
asm-11.ll | 24 ; Test the last valid value. 33 ; Test 1 above the last valid value.
|
asm-12.ll | 24 ; Test the last valid value. 33 ; Test 1 above the last valid value.
|
asm-13.ll | 24 ; Test the last valid value. 33 ; Test 1 above the last valid value.
|