/external/chromium_org/v8/src/ |
compilation-cache.cc | 90 void CompilationSubCache::Age() { 91 // Age the generations implicitly killing off the oldest. 519 subcaches_[i]->Age();
|
compilation-cache.h | 64 // Age the sub-cache by evicting the oldest generation and creating a new 66 void Age();
|
/external/icu4c/ |
runConfigureICU | 37 AIX Use the IBM Visual Age xlc_r/xlC_r compilers on AIX 50 Linux/VA Use the IBM Visual Age compiler on Power PC Linux 227 THE_COMP="IBM Visual Age C++ Compiler"
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_surface.c | 324 /* Increment the view_age and texture age for this surface's slice 327 tex->view_age[surf->u.tex.first_layer] = ++(tex->age); 372 tex->view_age[surf->u.tex.level] = ++(tex->age);
|
/external/v8/src/ |
compilation-cache.cc | 89 void CompilationSubCache::Age() { 90 // Age the generations implicitly killing off the oldest. 492 subcaches_[i]->Age();
|
/cts/tests/tests/database/src/android/database/cts/ |
DatabaseUtils_InsertHelperTest.java | 62 "name TEXT, age INTEGER, address TEXT);"); 65 assertEquals(3, mInsertHelper.getColumnIndex("age"));
|
/external/chromium_org/v8/src/ia32/ |
codegen-ia32.cc | [all...] |
/external/sonivox/arm-fm-22k/lib_src/ |
eas_synth.h | 279 EAS_U16 age; /* large value means old note */ member in struct:s_synth_voice_tag 385 EAS_U16 age; member in struct:s_voice_mgr_tag
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_synth.h | 279 EAS_U16 age; /* large value means old note */ member in struct:s_synth_voice_tag 385 EAS_U16 age; member in struct:s_voice_mgr_tag
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_synth.h | 279 EAS_U16 age; /* large value means old note */ member in struct:s_synth_voice_tag 385 EAS_U16 age; member in struct:s_voice_mgr_tag
|
/frameworks/base/core/java/android/net/http/ |
HttpResponseCache.java | 117 * server, use the more efficient {@code max-age=0} instead: <pre> {@code 118 * connection.addRequestProperty("Cache-Control", "max-age=0");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cookielib.py | 461 "version", "port", "max-age") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cookielib.py | 461 "version", "port", "max-age") [all...] |
/external/chromium_org/net/tools/testserver/ |
testserver.py | 349 self.send_header('Cache-Control', 'max-age=0') 383 self.send_header('Cache-Control', 'max-age=60') 418 self.send_header('Cache-Control', 'max-age=60, proxy-revalidate') 435 self.send_header('Cache-Control', 'max-age=3, private') 452 self.send_header('Cache-Control', 'max-age=3, public') 469 self.send_header('Cache-Control', 'public, s-maxage = 60, max-age = 0') 496 system time, and does not allow caching event though max-age of 60 499 if not self._ShouldHandleRequest("/cache/must-revalidate/max-age"): 504 self.send_header('Cache-Control', 'max-age=60, must-revalidate') 531 system time, and does not allow the page to be stored even though max-age [all...] |
/external/jpeg/ |
ltmain.sh | 854 age=0 899 test -n "$4" && age="$4" 920 case "$age" in 923 $echo "$modename: AGE \`$age' is not a nonnegative integer" 1>&2 929 if test $age -gt $current; then 930 $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2 936 version_vars="version_type current age revision" 942 major=`expr $current - $age` [all...] |
/external/qemu/distrib/jpeg-6b/ |
ltmain.sh | 854 age=0 899 test -n "$4" && age="$4" 920 case "$age" in 923 $echo "$modename: AGE \`$age' is not a nonnegative integer" 1>&2 929 if test $age -gt $current; then 930 $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2 936 version_vars="version_type current age revision" 942 major=`expr $current - $age` [all...] |
/art/runtime/gc/accounting/ |
card_table.h | 102 // For every dirty at least minumum age between begin and end invoke the visitor with the
|
/external/chromium/chrome/browser/net/ |
url_request_slow_download_job.cc | 165 "Cache-Control: max-age=0\n");
|
/external/chromium/net/base/ |
transport_security_state.h | 89 // header value. The values of max-age and and includeSubDomains are
|
/external/chromium_org/chrome/browser/extensions/api/dial/ |
dial_service_unittest.cc | 27 "CACHE-CONTROL: max-age=1800\r\n"
|
/external/chromium_org/chrome/browser/net/ |
evicted_domain_cookie_counter.h | 28 // to its age, thereby forcing the user to lose session, and is reinstated when
|
/external/chromium_org/chrome/common/extensions/docs/server2/test_data/subversion_file_system/ |
api_icons_214898 | 85 <a href="/viewvc/chrome/trunk/src/chrome/common/extensions/api/icons/?sortby=date&pathrev=214898#dirlist">Age</a>
|
/external/chromium_org/ppapi/api/private/ |
ppp_flash_browser_operations.idl | 59 * @param[in] max_age The maximum age in seconds to clear data for. This
|
/external/chromium_org/ppapi/c/private/ |
ppp_flash_browser_operations.h | 100 * @param[in] max_age The maximum age in seconds to clear data for. This
|
/external/chromium_org/testing/gtest/ |
CHANGES | 28 IBM XL C++ (Visual Age C++), and C++0x.
|