HomeSort by relevance Sort by last modified time
    Searched refs:age (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/apache-http/src/org/apache/http/impl/cookie/
BasicMaxAgeHandler.java 50 throw new MalformedCookieException("Missing value for max-age attribute");
52 int age; local
54 age = Integer.parseInt(value);
56 throw new MalformedCookieException ("Invalid max-age attribute: "
59 if (age < 0) {
60 throw new MalformedCookieException ("Negative max-age attribute: "
63 cookie.setExpiryDate(new Date(System.currentTimeMillis() + age * 1000L));
  /external/webkit/Source/WebCore/page/
PositionOptions.h 59 void setMaximumAge(int age)
61 ASSERT(age >= 0);
63 m_maximumAge = age;
  /external/icu4c/i18n/
islamcal.cpp 242 double age = moonAge(origin, status); local
247 if (age >= 0) {
251 age = moonAge(origin, status);
255 } while (age >= 0);
261 age = moonAge(origin, status);
265 } while (age < 0);
278 * Return the "age" of the moon at the given time; this is the difference
283 * @param time The time at which the moon's age is desired,
288 double age = 0; local
295 return age;
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
CacheManager_CacheResultTest.java 62 final long age = 30 * 60 * 1000; // 30 min local
67 mWebServer.setDocumentAge(age);
90 assertEquals((double)(time - age),
  /external/chromium/chrome/browser/policy/
file_based_policy_loader.cc 140 base::TimeDelta age = now - last_modification_clock_; local
141 if (age < settle_interval_) {
142 *delay = settle_interval_ - age;
  /system/core/libcorkscrew/
map_info.c 148 int64_t age = time - data->timestamp; local
149 if (age >= MAX_CACHE_AGE) {
150 ALOGV("Invalidated my_map_info_list %p, age=%lld.", g_my_map_info_list, age);
154 ALOGV("Reusing my_map_info_list %p, age=%lld.", g_my_map_info_list, age);
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
browser_harness.rb 190 age = (Time.now() - timestamp.to_i).to_i
197 return [age, uri]
247 age = (Time.now() - mtime).to_i
248 if age < max_age
249 msg("#{file} is only #{age}s old: #{mtime}")
277 age, request_uri = check_log_status()
292 elsif age > @watchdog_timer
333 elsif age > @scan_timer
334 msg("Waiting for #{vars} to finish loading... (#{age}s of #{@watchdog_timer}s)")
  /external/webkit/PerformanceTests/SunSpider/
sunspider-compare-results 133 my $age = -M "$dir/$file";
134 if (!defined $newestAge || $age < $newestAge) {
136 $newestAge = $age;
sunspider 189 my $age = -M "$dir/$file";
190 if (!defined $newestAge || $age < $newestAge) {
192 $newestAge = $age;
  /dalvik/vm/compiler/codegen/x86/
X86LIR.h 164 int age; // default is 0, set lazily by the optimizer member in struct:X86LIR
  /external/bluetooth/glib/tests/
relation-test.c 55 guint age; member in struct:__anon2585
  /external/webkit/Source/WebCore/platform/network/
ResourceResponseBase.h 103 double age() const;
  /external/wpa_supplicant_8/wpa_supplicant/
bss.h 104 void wpa_bss_flush_by_age(struct wpa_supplicant *wpa_s, int age);
bss.c 89 dst->last_update.sec -= src->age / 1000;
90 usec = (src->age % 1000) * 1000;
458 void wpa_bss_flush_by_age(struct wpa_supplicant *wpa_s, int age)
467 t.sec -= age;
475 "age", bss->id);
  /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
eas_voicemgt.c 184 pVoice->age = DEFAULT_AGE;
1540 EAS_U16 age; local
    [all...]
  /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
eas_voicemgt.c 184 pVoice->age = DEFAULT_AGE;
1540 EAS_U16 age; local
    [all...]
  /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
eas_voicemgt.c 184 pVoice->age = DEFAULT_AGE;
1540 EAS_U16 age; local
    [all...]
  /external/chromium/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium/third_party/libevent/
ltmain.sh     [all...]
  /external/libffi/
ltmain.sh     [all...]
  /external/expat/conftools/
ltmain.sh     [all...]
  /external/llvm/autoconf/
ltmain.sh     [all...]

Completed in 1278 milliseconds

1 2 3