HomeSort by relevance Sort by last modified time
    Searched full:last (Results 201 - 225 of 23681) sorted by null

1 2 3 4 5 6 7 891011>>

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
FsDirectoryEntry.java 60 * Gets the last modification time of this entry.
62 * @return the last modification time of the entry as milliseconds
64 * getting the last modification time
78 * Returns the time when this entry was last accessed as ms since 1970.
80 * @return the last access time, or 0 if this feature is not supported
81 * @throws IOException on error retrieving the last access time
108 * Sets the last modification time of this entry.
110 * @param lastModified the new last modification time of this entry
  /external/android-clat/
BUGS 5 - assumes the nat64 gateway has the ipv4 address in the last 32 bits of the ipv6 address (that it uses a /96 plat subnet)
  /external/chromium_org/chrome/common/extensions/docs/server2/
docs_server_utils.py 43 '''Adds a property 'last' == True to the last element in a list of dicts.
46 dicts[-1]['last'] = True
49 '''Marks the first and last element in a list of dicts.
  /external/chromium_org/content/test/data/download/
empty.bin.mock-http-headers 4 Last-Modified: Wed, 13 Nov 2013 04:27:07 GMT
  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_texture_compression_dxt3.txt 11 Last Modifed Date: August 1, 2011
CHROMIUM_texture_compression_dxt5.txt 11 Last Modifed Date: August 1, 2011
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
remember-last-script.html 2 <p><b>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=27552">Bug 27552</a> - remember last script displayed in Scripts panel</b>
9 <li><b>remember-last-script.html</b>
20 <li><p>select <b>remember-last-script.html</b> so the source is available
21 <li><p>Repeat the following several times. Each time, <b>remember-last-script.html</b>
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLExtensionName.h 33 WebGLExtensionNameCount, // Must be the last entry
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRootInlineBox.cpp 219 SVGTextLayoutAttributes*& first, SVGTextLayoutAttributes*& last)
222 last = 0;
229 if (!last && lastContext == current->context())
230 last = current;
231 if (first && last)
236 ASSERT(last);
239 static inline void reverseInlineBoxRangeAndValueListsIfNeeded(void* userData, Vector<InlineBox*>::iterator first, Vector<InlineBox*>::iterator last)
244 // This is a copy of std::reverse(first, last). It additionally assures that the metrics map within the renderers belonging to the InlineBoxes are reordered as well.
246 if (first == last || first == --last)
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/doc/
index.html 16 Last modified: Thu Feb 2 14:40:47 PST 2012
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
mbo_getopt.h 6 * If short_open is '-' this is the last option.
  /external/clang/test/Headers/
xmmintrin.c 5 // Make sure the last step of _mm_cvtps_pi16 converts <4 x i32> to <4 x i16> by
  /external/clang/test/Lexer/
eof-char.c 4 // This file intentionally ends without a \n on the last line. Make sure your
eof-string.c 4 // This file intentionally ends without a \n on the last line. Make sure your
  /external/doclava/res/assets/templates/
jd_lists.cs 6 tags:[<?cs var:page.tags ?>], type:"<?cs var:page.type ?>" }<?cs if:!last(page) ?>,<?cs /if ?><?cs
lists.cs 3 ?> { id:<?cs var: page.id ?>, label:"<?cs var:page.label ?>", link:"<?cs var:page.link ?>", type:"<?cs var:page.type ?>", deprecated:"<?cs var:page.deprecated ?>" }<?cs if:!last(page) ?>,<?cs /if ?>
  /external/glide/library/src/main/java/com/bumptech/glide/util/
LruCache.java 78 Map.Entry<T, Y> last; local
80 last = cache.entrySet().iterator().next();
81 final Y toRemove = last.getValue();
83 final T key = last.getKey();
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_among.h 15 * The hash value of an address is its last byte.
17 * In real-world ethernet addresses, values of the last byte are
27 * fact that entropy of 3 last bytes of address is larger than entropy
28 * of 3 first bytes. So first we compare 4 last bytes of addresses and
  /external/kernel-headers/original/uapi/linux/
shm.h 28 __kernel_time_t shm_atime; /* last attach time */
29 __kernel_time_t shm_dtime; /* last detach time */
30 __kernel_time_t shm_ctime; /* last change time */
32 __kernel_ipc_pid_t shm_lpid; /* pid of last operator */
  /external/libcxx/cmake/Modules/
MacroEnsureOutOfSourceBuild.cmake 12 to this source directory as the last argument.
  /external/libcxx/test/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);
  /external/libexif/test/
test-sorted.c 33 ExifTag last = 0, current; local
34 num = exif_tag_table_count() - 1; /* last entry is a NULL terminator */
37 if (current < last) {
46 last = current;
  /external/libpng/scripts/
sym.dfn 4 * Last changed in libpng version 1.5.0 [January 6, 2011]
vers.dfn 4 * Last changed in libpng version 1.5.0 [January 6, 2011]
  /external/libvterm/include/
vterm_input.h 53 VTERM_KEY_MAX, // Must be last

Completed in 2016 milliseconds

1 2 3 4 5 6 7 891011>>