/external/chromium_org/third_party/skia/src/gpu/ |
GrTextStrike_impl.h | 64 // we age the strikes for purging (we purge from the back of the list
|
/external/chromium_org/third_party/tcmalloc/chromium/src/solaris/ |
libstdc++.la | 40 age=0
|
/external/chromium_org/third_party/tcmalloc/vendor/src/solaris/ |
libstdc++.la | 40 age=0
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_resource_texture.h | 58 unsigned age; member in struct:svga_texture
|
svga_sampler_view.h | 67 unsigned age; member in struct:svga_sampler_view
|
/external/open-vcdiff/src/solaris/ |
libstdc++.la | 40 age=0
|
/external/protobuf/src/solaris/ |
libstdc++.la | 40 age=0
|
/external/skia/src/gpu/ |
GrTextStrike_impl.h | 64 // we age the strikes for purging (we purge from the back of the list
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_dep_util.py | 28 # Return false if both exist and 'old_file' is the same age or younger
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_dep_util.py | 28 # Return false if both exist and 'old_file' is the same age or younger
|
/external/wpa_supplicant_8/wpa_supplicant/ |
bss.c | 258 calculate_update_time(fetch_time, src->age, &dst->last_update); 581 calculate_update_time(fetch_time, res->age, &update); 583 struct os_time age; local 584 os_time_sub(&wpa_s->scan_trigger_time, &update, &age); 588 (unsigned int) age.sec, 589 (unsigned int) age.usec); 751 * @age: Maximum entry age in seconds 753 * Remove BSS entries that have not been updated during the last @age seconds. 755 void wpa_bss_flush_by_age(struct wpa_supplicant *wpa_s, int age) [all...] |
/external/chromium_org/chrome/browser/google/ |
google_util_unittest.cc | 121 EXPECT_TRUE(IsSearch("http://www.google.com/search?name=bob#age=24&q=thing")); 131 EXPECT_TRUE(IsSearch("http://www.google.com/webhp?name=bob#age=24&q=thing")); 136 EXPECT_TRUE(IsSearch("http://www.google.com/?name=bob#age=24&q=something")); 141 EXPECT_TRUE(IsSearch("http://www.google.com?name=bob#age=24&q=something")); 151 EXPECT_TRUE(IsSearch("https://www.google.com/search?name=bob#age=24&q=q")); 161 EXPECT_TRUE(IsSearch("https://www.google.com/webhp?name=bob#age=24&q=thing")); 166 EXPECT_TRUE(IsSearch("https://www.google.com/?name=bob#age=24&q=something")); 171 EXPECT_TRUE(IsSearch("https://www.google.com?name=bob#age=24&q=something"));
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
PingLoader.cpp | 62 request.setHTTPHeaderField("Cache-Control", "max-age=0"); 81 request.setHTTPHeaderField("Cache-Control", "max-age=0");
|
/external/chromium_org/v8/src/mips/ |
codegen-mips.cc | 639 void Code::GetCodeAgeAndParity(byte* sequence, Age* age, 642 *age = kNoAgeCodeAge; 648 GetCodeAgeAndParity(stub, age, parity); 655 Code::Age age, 659 if (age == kNoAgeCodeAge) { 663 Code* stub = GetCodeAgeStub(isolate, age, parity);
|
/external/chromium_org/v8/src/x64/ |
codegen-x64.cc | 706 void Code::GetCodeAgeAndParity(byte* sequence, Age* age, 709 *age = kNoAgeCodeAge; 716 GetCodeAgeAndParity(stub, age, parity); 723 Code::Age age, 727 if (age == kNoAgeCodeAge) { 731 Code* stub = GetCodeAgeStub(isolate, age, parity);
|
/external/webrtc/src/common_audio/vad/ |
vad_sp.c | 69 // Pointer to memory for the 16 minimum values and the age of each value of 78 // Update age of each value in |age_ptr|, and remove old values.
|
/external/wpa_supplicant_8/src/wps/ |
wps_upnp_i.h | 77 * also have to age out subscribers unless they renew. 82 time_t timeout_time; /* when to age out the subscription */
|
/frameworks/base/core/tests/coretests/src/android/os/ |
FileUtilsTest.java | 164 private void touch(String name, long age) throws Exception { 167 file.setLastModified(System.currentTimeMillis() - age);
|
/libcore/luni/src/main/java/java/net/ |
HttpCookie.java | 42 * Max-Age} attribute as an offset from {@link System#currentTimeMillis() 46 * with a {@code Max-Age} duration and adds {@code Comment} and {@code 73 RESERVED_NAMES.add("max-age"); // RFC 2109 RFC 2965 219 * Otherwise, if it has a max-age attribute, the version is 1. 334 } else if (name.equals("max-age") && cookie.maxAge == -1L) { 508 * Returns the {@code Max-Age} attribute, in delta-seconds. 561 * Returns true if this cookie's Max-Age is 0. 607 * Sets the {@code Max-Age} attribute of this cookie.
|
/external/chromium_org/content/browser/geolocation/ |
network_location_request.cc | 212 int age = kint32min; // Invalid so AddInteger() will ignore. local 214 // Convert absolute timestamps into a relative age. 217 age = static_cast<int>(delta_ms); 221 AddWifiData(wifi_data, age, &request); 267 AddInteger("age", age_milliseconds, wifi_dict);
|
/external/chromium_org/net/disk_cache/v3/ |
eviction_v3.cc | 419 CACHE_UMA(AGE, "TrimAge", 0, entry->GetLastUsed()); 489 CACHE_UMA(AGE, "NoUseAge", 0, 492 CACHE_UMA(AGE, "LowUseAge", 0, 495 CACHE_UMA(AGE, "HighUseAge", 0, 498 CACHE_UMA(AGE, "DeletedAge", 0,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_structures.py | 214 ("age", c_int)] 285 ("age", c_int)] 292 self.assertEqual(p.age, 5) 302 ("age", c_int)] 322 ("age", c_int)]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_structures.py | 214 ("age", c_int)] 285 ("age", c_int)] 292 self.assertEqual(p.age, 5) 302 ("age", c_int)] 322 ("age", c_int)]
|
/external/chromium_org/chrome/common/extensions/api/ |
declarative_web_request.json | 352 "description": "Value of the Max-Age cookie attribute", 399 "description": "Value of the Max-Age cookie attribute", 424 "description": "Inclusive upper bound on the cookie lifetime (specified in seconds after current time). Only cookies whose expiration date-time is in the interval [now, now + ageUpperBound] fulfill this criterion. Session cookies and cookies whose expiration date-time is in the past do not meet the criterion of this filter. The cookie lifetime is calculated from either 'max-age' or 'expires' cookie attributes. If both are specified, 'max-age' is used to calculate the cookie lifetime.", 430 "description": "Inclusive lower bound on the cookie lifetime (specified in seconds after current time). Only cookies whose expiration date-time is set to 'now + ageLowerBound' or later fulfill this criterion. Session cookies do not meet the criterion of this filter. The cookie lifetime is calculated from either 'max-age' or 'expires' cookie attributes. If both are specified, 'max-age' is used to calculate the cookie lifetime.", 436 "description": "Filters session cookies. Session cookies have no lifetime specified in any of 'max-age' or 'expires' attributes.",
|
/external/chromium/net/http/ |
http_response_headers.cc | 852 // The max-age directive takes priority over Expires, so if max-age is present 881 // NOTE: "Cache-Control: max-age" overrides Expires, so we only check the 882 // Expires header after checking for max-age in GetFreshnessLifetime. This 884 // it should not trump a max-age value. 923 // time, if, based solely on the origin server's Expires or max-age value, 947 // Summary of age calculation algorithm, when a cache receives a response: 951 // * is the value of Age: header received by the cache with [all...] |