Searched defs:age (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium/chrome/browser/policy/
H A Dfile_based_policy_loader.cc140 base::TimeDelta age = now - last_modification_clock_; local
141 if (age < settle_interval_) {
142 *delay = settle_interval_ - age;
/external/webkit/Source/WebCore/page/
H A DPositionOptions.h59 void setMaximumAge(int age) argument
61 ASSERT(age >= 0);
63 m_maximumAge = age;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dctrl_iface_ap.c27 struct os_time now, age; local
34 os_time_sub(&now, &sta->connected_time, &age);
37 (unsigned int) age.sec);
/external/wpa_supplicant_8/src/ap/
H A Dctrl_iface_ap.c27 struct os_time now, age; local
34 os_time_sub(&now, &sta->connected_time, &age);
37 (unsigned int) age.sec);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dctrl_iface_ap.c27 struct os_time now, age; local
34 os_time_sub(&now, &sta->connected_time, &age);
37 (unsigned int) age.sec);
/external/icu4c/tools/toolutil/
H A Dppucd.h50 UVersionInfo age; member in struct:UniProps
79 /** defaults;0000..10FFFF;age=NA;bc=L;... */
81 /** block;0000..007F;age=1.1;blk=ASCII;ea=Na;... */
/external/icu4c/i18n/
H A Dislamcal.cpp241 double age = moonAge(origin, status); local
246 if (age >= 0) {
250 age = moonAge(origin, status);
254 } while (age >= 0);
260 age = moonAge(origin, status);
264 } while (age < 0);
277 * Return the "age" of the moon at the given time; this is the difference
282 * @param time The time at which the moon's age is desired,
287 double age = 0; local
294 return age;
[all...]
/external/webkit/Source/WebCore/platform/network/
H A DResourceResponseBase.cpp281 DEFINE_STATIC_LOCAL(const AtomicString, ageHeader, ("age"));
324 DEFINE_STATIC_LOCAL(const AtomicString, maxAgeDirective, ("max-age"));
425 double ResourceResponseBase::age() const function in class:WebCore::ResourceResponseBase
430 DEFINE_STATIC_LOCAL(const AtomicString, headerName, ("age"));
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbss.c258 calculate_update_time(fetch_time, src->age, &dst->last_update);
580 calculate_update_time(fetch_time, res->age, &update);
582 struct os_time age; local
583 os_time_sub(&wpa_s->scan_trigger_time, &update, &age);
587 (unsigned int) age.sec,
588 (unsigned int) age.usec);
750 * @age: Maximum entry age in seconds
752 * Remove BSS entries that have not been updated during the last @age seconds.
754 void wpa_bss_flush_by_age(struct wpa_supplicant *wpa_s, int age) argument
[all...]
H A Devents.c1823 struct os_time now, age; local
1825 os_time_sub(&now, &wpa_s->pending_eapol_rx_time, &age);
1826 if (age.sec == 0 && age.usec < 100000 &&
/external/mksh/src/
H A Djobs.c89 int32_t age; /* number of jobs started */ member in struct:job
446 j->age = ++njobs;
1018 (!oldest || jl->age < oldest->age))
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_synth.h279 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
H A Deas_voicemgt.c184 pVoice->age = DEFAULT_AGE;
1232 * Increment the note age for all of the active voices.
1243 void VMUpdateAllNotesAge (S_VOICE_MGR *pVoiceMgr, EAS_U16 age) argument
1249 if (age - pVoiceMgr->voices[i].age > 0)
1250 pVoiceMgr->voices[i].age++;
1298 VMUpdateAllNotesAge(pVoiceMgr, pVoice->age);
1300 /* assign current age to this note and increment for the next note */
1301 pVoice->age = pVoiceMgr->age
1540 EAS_U16 age; local
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_synth.h279 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
H A Deas_voicemgt.c184 pVoice->age = DEFAULT_AGE;
1232 * Increment the note age for all of the active voices.
1243 void VMUpdateAllNotesAge (S_VOICE_MGR *pVoiceMgr, EAS_U16 age) argument
1249 if (age - pVoiceMgr->voices[i].age > 0)
1250 pVoiceMgr->voices[i].age++;
1298 VMUpdateAllNotesAge(pVoiceMgr, pVoice->age);
1300 /* assign current age to this note and increment for the next note */
1301 pVoice->age = pVoiceMgr->age
1540 EAS_U16 age; local
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_synth.h279 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
H A Deas_voicemgt.c184 pVoice->age = DEFAULT_AGE;
1232 * Increment the note age for all of the active voices.
1243 void VMUpdateAllNotesAge (S_VOICE_MGR *pVoiceMgr, EAS_U16 age) argument
1249 if (age - pVoiceMgr->voices[i].age > 0)
1250 pVoiceMgr->voices[i].age++;
1298 VMUpdateAllNotesAge(pVoiceMgr, pVoice->age);
1300 /* assign current age to this note and increment for the next note */
1301 pVoice->age = pVoiceMgr->age
1540 EAS_U16 age; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c1879 dbus_uint32_t age; local
1881 dbus_message_get_args(message, NULL, DBUS_TYPE_UINT32, &age,
1884 if (age == 0)
1887 wpa_bss_flush_by_age(wpa_s, age);
2467 * wpas_dbus_getter_bss_expire_age - Get BSS entry expiration age
2488 * wpas_dbus_setter_bss_expire_age - Control BSS entry expiration age
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c351 unsigned int age; member in struct:PDB_JG_ROOT
360 unsigned int age; member in struct:PDB_DS_ROOT
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h150 * @age: Age of the information in milliseconds (i.e., how many milliseconds
174 unsigned int age; member in struct:wpa_scan_res
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h150 * @age: Age of the information in milliseconds (i.e., how many milliseconds
174 unsigned int age; member in struct:wpa_scan_res
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h150 * @age: Age of the information in milliseconds (i.e., how many milliseconds
174 unsigned int age; member in struct:wpa_scan_res
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...

Completed in 992 milliseconds

12