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

1 2 3 4 5 6 7 891011>>

  /external/wpa_supplicant_8/wpa_supplicant/
bss.h 107 void wpa_bss_flush_by_age(struct wpa_supplicant *wpa_s, int age);
  /frameworks/base/core/java/android/util/
NtpTrustedTime.java 124 // current time is age after the last ntp cache; callers who
  /frameworks/base/core/tests/coretests/src/android/net/http/
HttpResponseCacheTest.java 116 .addHeader("Cache-Control: max-age=60")
  /frameworks/base/docs/html/guide/topics/ui/accessibility/
index.jd 41 devices in different ways. These include users who have visual, physical or age-related limitations
  /frameworks/volley/src/com/android/volley/toolbox/
HttpHeaderParser.java 66 } else if (token.startsWith("max-age=")) {
  /libcore/benchmarks/src/benchmarks/regression/
URLConnectionBenchmark.java 119 response.addHeader("Cache-Control: no-cache, max-age=300");
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/
select_compiler_config.hpp 93 // IBM Visual Age
  /external/chromium/testing/gtest/cmake/
internal_utils.cmake 81 # CMake 2.8 changes Visual Age's compiler ID to "XL".
84 # Until version 9.0, Visual Age doesn't define a macro to indicate
  /external/chromium_org/chrome_frame/test/
http_negotiate_unittest.cc 269 EXPECT_THAT(AppendCFUserAgentString(L"Bad User-Agent: Age Tuners;\r\n", NULL),
271 testing::Not(testing::HasSubstr("Age Tuners"))));
  /external/chromium_org/remoting/webapp/
log_to_server.js 38 // The maximum age of a session ID, in milliseconds.
219 * Sets a new session ID, if the current session ID has reached its maximum age.
  /external/chromium_org/testing/gtest/cmake/
internal_utils.cmake 92 # CMake 2.8 changes Visual Age's compiler ID to "XL".
95 # Until version 9.0, Visual Age doesn't define a macro to indicate
  /external/chromium_org/third_party/icu/source/data/unidata/
PropertyAliases.txt 98 age ; Age
  /external/chromium_org/v8/src/arm/
codegen-arm.cc 872 void Code::GetCodeAgeAndParity(byte* sequence, Age* age,
875 *age = kNoAgeCodeAge;
881 GetCodeAgeAndParity(stub, age, parity);
888 Code::Age age,
892 if (age == kNoAgeCodeAge) {
896 Code* stub = GetCodeAgeStub(isolate, age, parity);
  /external/v8/src/
compilation-cache.h 64 // Age the sub-cache by evicting the oldest generation and creating a new
66 void Age();
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 579 * <?cs if:user.age >= 90 ?>
581 * <?cs elif:user.age >= 21 ?>
582 * You're about the right age.
600 * TWord "user.age" (name)
608 * TWord "user.age" (name)
612 * TData (data) "\nYou're about the right age.\n"
  /external/libmtp/src/
Makefile.in 239 # - CURRENT (Major): Increment if the interface has changes. AGE is always
241 # - AGE (Micro): Increment if any interfaces have been added; set to 0
250 # increment AGE, Otherwise AGE is reset to 0. If CURRENT has changed,
254 AGE = 3
256 SOVERSION = $(CURRENT):$(REVISION):$(AGE)
257 LT_CURRENT_MINUS_AGE = `expr $(CURRENT) - $(AGE)`
  /external/chromium/net/disk_cache/
eviction.cc 231 CACHE_UMA(AGE, "TrimAge", 0, entry->GetLastUsed());
560 CACHE_UMA(AGE, "NoUseAge", 0,
563 CACHE_UMA(AGE, "LowUseAge", 0,
566 CACHE_UMA(AGE, "HighUseAge", 0,
569 CACHE_UMA(AGE, "DeletedAge", 0,
  /external/chromium/third_party/libjingle/source/talk/base/
httpclient.cc 86 // max-age - supplants Expires for staleness
87 // s-maxage - use as max-age for shared caches, ignore otherwise
118 // Compute age of cache document
146 if (HttpHasAttribute(cache_control, "max-age", &s_temp)) {
153 // TODO: Issue warning 113 if age > 24 hours
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_unittest.cc     [all...]
  /external/chromium_org/net/disk_cache/
eviction.cc 254 CACHE_UMA(AGE, "TrimAge", 0, entry->GetLastUsed());
584 CACHE_UMA(AGE, "NoUseAge", 0,
587 CACHE_UMA(AGE, "LowUseAge", 0,
590 CACHE_UMA(AGE, "HighUseAge", 0,
593 CACHE_UMA(AGE, "DeletedAge", 0,
  /external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceResponse.cpp 282 DEFINE_STATIC_LOCAL(const AtomicString, ageHeader, ("age", AtomicString::ConstructFromLiteral));
341 DEFINE_STATIC_LOCAL(const AtomicString, maxAgeDirective, ("max-age", AtomicString::ConstructFromLiteral));
360 // First max-age directive wins if there are multiple ones.
442 double ResourceResponse::age() const function in class:WebCore::ResourceResponse
445 DEFINE_STATIC_LOCAL(const AtomicString, headerName, ("age", AtomicString::ConstructFromLiteral));
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpclient.cc 86 // max-age - supplants Expires for staleness
87 // s-maxage - use as max-age for shared caches, ignore otherwise
118 // Compute age of cache document
148 if (HttpHasAttribute(cache_control, "max-age", &s_temp)) {
155 // TODO: Issue warning 113 if age > 24 hours
  /external/chromium_org/net/cookies/
parsed_cookie_unittest.cc 342 "expires=Sun, 18-Apr-2027 21:06:29 GMT; max-age=12345; secure; "
361 "expires=Sun, 18-Apr-2027 21:06:29 GMT; max-age=12345; secure; "
368 "expires=Sun, 18-Apr-2027 21:06:29 GMT; max-age=12345; secure; "
  /external/chromium_org/net/http/
http_transaction_unittest.cc 38 "Cache-Control: max-age=10000\n",
87 "Cache-Control: max-age=10000\n"
104 "Cache-Control: max-age=10000\n",
  /external/chromium_org/third_party/mesa/src/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);

Completed in 510 milliseconds

1 2 3 4 5 6 7 891011>>