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

/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/icu4c/i18n/
H A Dislamcal.cpp242 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...]
/external/wpa_supplicant_6/wpa_supplicant/
H A Devents.c914 struct os_time now, age; local
916 os_time_sub(&now, &wpa_s->pending_eapol_rx_time, &age);
917 if (age.sec == 0 && age.usec < 100000 &&
/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.c155 dst->last_update.sec -= src->age / 1000;
156 usec = (src->age % 1000) * 1000;
604 void wpa_bss_flush_by_age(struct wpa_supplicant *wpa_s, int age) argument
613 t.sec -= age;
H A Devents.c1756 struct os_time now, age; local
1758 os_time_sub(&now, &wpa_s->pending_eapol_rx_time, &age);
1759 if (age.sec == 0 && age.usec < 100000 &&
/external/mksh/src/
H A Djobs.c87 int32_t age; /* number of jobs started */ member in struct:job
440 j->age = ++njobs;
1012 (!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.c1822 dbus_uint32_t age; local
1824 dbus_message_get_args(message, NULL, DBUS_TYPE_UINT32, &age,
1827 if (age == 0)
1830 wpa_bss_flush_by_age(wpa_s, age);
2410 * wpas_dbus_getter_bss_expire_age - Get BSS entry expiration age
2431 * wpas_dbus_setter_bss_expire_age - Control BSS entry expiration age
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c374 unsigned int age; member in struct:PDB_JG_ROOT
383 unsigned int age; member in struct:PDB_DS_ROOT
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h143 * @age: Age of the information in milliseconds (i.e., how many milliseconds
167 unsigned int age; member in struct:wpa_scan_res
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h143 * @age: Age of the information in milliseconds (i.e., how many milliseconds
167 unsigned int age; member in struct:wpa_scan_res
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h143 * @age: Age of the information in milliseconds (i.e., how many milliseconds
167 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 ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1362 milliseconds