HomeSort by relevance Sort by last modified time
    Searched full:newest (Results 1 - 25 of 189) sorted by null

1 2 3 4 5 6 7 8

  /external/webkit/LayoutTests/http/tests/appcache/
update-cache-expected.txt 7 Associating document with the newest cache version...
update-cache.html 51 log("Associating document with the newest cache version...");
  /external/chromium/chrome/browser/sync/util/
dbgq.h 24 T* i_; // Points to the newest element in the queue.
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 317 ExceptionSpecificationType NewEST = New->getExceptionSpecType();
319 assert(OldEST != EST_Delayed && NewEST != EST_Delayed &&
323 if (OldEST == EST_None && NewEST == EST_None)
349 if (OldEST == EST_MSAny && NewEST == EST_MSAny)
353 if ((OldEST == EST_None && NewEST == EST_MSAny) ||
354 (OldEST == EST_MSAny && NewEST == EST_None))
360 if (NewEST == EST_MSAny && OldNR == FunctionProtoType::NR_Throw)
367 if (NewEST == EST_None && OldNR == FunctionProtoType::NR_Throw)
375 NewEST == EST_DynamicNone;
384 if (OldEST == EST_None && NewEST == EST_Dynamic
    [all...]
  /external/chromium/chrome/browser/sync/glue/
data_type_manager_impl.h 72 // The |last_requested_types_| will reflect the newest set of requested types.
  /external/clang/test/Analysis/
refcnt_naming.m 22 -(NSObject*)newestAwesomeStuff; // read as "newest awesome stuff"
  /packages/apps/Mms/src/com/android/mms/util/
Recycler.java 202 null, "date DESC"); // get in newest to oldest order
263 null, "date DESC"); // get in newest to oldest order
349 null, "date DESC"); // get in newest to oldest order
395 null, "date DESC"); // get in newest to oldest order
457 null, "date DESC"); // get in newest to oldest order
  /external/quake/quake/src/WinQuake/
render.h 48 vec3_t msg_origins[2]; // last two updates (0 is newest)
50 vec3_t msg_angles[2]; // last two updates (0 is newest)
  /external/srec/srec/clib/
fpi_tgt.c 438 * "fCnt" Frame offset from Newest Frame
439 * +ve == Increase Distance between oldest & newest
441 * "mode" ZERO means movement wrt Newest Frame
481 else /* wrt Newest Frame */
511 * Retunrs: featdata* Pointer to newest frame
525 * Returns Pointer to Newest Complete frame of given channel *
530 * Retunrs: featdata* Pointer to newest frame
fpi_tgt.inl 85 * current 'pullp' position, as frame 899 is the newest
  /external/libvpx/vpx/
vp8.h 14 * VP8 is vpx's newest video compression algorithm that uses motion
  /external/oprofile/daemon/liblegacy/
opd_proc.h 28 * from the newest map to the oldest which mean we don't care about
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.h 86 // Removes the group if the cache to be removed is the newest one (so, storeNewestCache() needs to be called beforehand when updating).
ApplicationCacheGroup.h 142 // This is the newest complete cache in the group.
  /frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
wb_vad.h 53 * variable. The newest flag is in the bit 15 (assuming that LSB is bit 1 and MSB is bit 16). */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
rstat.x 116 * Newest version includes current time and context switching info
  /frameworks/base/services/java/com/android/server/
ThrottleService.java 966 File newest = null; local
    [all...]
  /packages/apps/Gallery/res/values-en-rGB/
strings.xml 82 <item msgid="5546009539334018063">"Newest first"</item>
83 <item msgid="7931283047572866748">"Newest last"</item>
  /bootable/recovery/applypatch/
freecache.c 152 // the oldest? the newest?
  /external/chromium/chrome/browser/autofill/
autofill_download.h 123 // the search is linear (newest first), so do not make the constant very big.
  /external/chromium/chrome/browser/ui/webui/
shown_sections_handler.cc 25 // TODO(aa): Needs to be updated to match newest NTP - http://crbug.com/57440
  /external/skia/src/utils/unix/
SkEGLContext_Unix.cpp 185 // implementations will return the newest context version compatible
  /external/v8/src/
zone.cc 57 // chained together forming a LIFO structure with the newest segment
  /external/webkit/Source/WebKit/mac/History/
WebHistory.mm 395 // then they will be ordered chronologically from newest to oldest. We can make adding them
396 // faster (fewer compares) by inserting them from oldest to newest.
532 LOG_ERROR("history file version is %d, newer than newest known version %d, therefore not loading", fileVersion, currentFileVersion);
552 // Test against date limit. Since the items are ordered newest to oldest, we can stop comparing
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
chromium_mac.py 85 # We treat Snow Leopard as the newest version of mac,

Completed in 584 milliseconds

1 2 3 4 5 6 7 8