Home
last modified time | relevance | path

Searched refs:age (Results 1 – 25 of 95) sorted by relevance

1234

/external/icu4c/i18n/
Dislamcal.cpp241 double age = moonAge(origin, status); in trueMonthStart() local
246 if (age >= 0) { in trueMonthStart()
250 age = moonAge(origin, status); in trueMonthStart()
254 } while (age >= 0); in trueMonthStart()
260 age = moonAge(origin, status); in trueMonthStart()
264 } while (age < 0); in trueMonthStart()
287 double age = 0; in moonAge() local
294 return age; in moonAge()
299 age = gIslamicCalendarAstro->getMoonAge(); in moonAge()
303 age = age * 180 / CalendarAstronomer::PI; in moonAge()
[all …]
/external/apache-http/src/org/apache/http/impl/cookie/
DBasicMaxAgeHandler.java52 int age; in parse() local
54 age = Integer.parseInt(value); in parse()
59 if (age < 0) { in parse()
63 cookie.setExpiryDate(new Date(System.currentTimeMillis() + age * 1000L)); in parse()
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/
Dbrowser_harness.rb190 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/Source/WebCore/page/
DPositionOptions.h59 void setMaximumAge(int age) in setMaximumAge() argument
61 ASSERT(age >= 0); in setMaximumAge()
63 m_maximumAge = age; in setMaximumAge()
/external/icu4c/data/unidata/
Dppucd.txt6 property;Catalog;age;Age
111 value;age;1.1;V1_1
112 value;age;2.0;V2_0
113 value;age;2.1;V2_1
114 value;age;3.0;V3_0
115 value;age;3.1;V3_1
116 value;age;3.2;V3_2
117 value;age;4.0;V4_0
118 value;age;4.1;V4_1
119 value;age;5.0;V5_0
[all …]
/external/webkit/PerformanceTests/SunSpider/
Dsunspider-compare-results133 my $age = -M "$dir/$file";
134 if (!defined $newestAge || $age < $newestAge) {
136 $newestAge = $age;
Dsunspider189 my $age = -M "$dir/$file";
190 if (!defined $newestAge || $age < $newestAge) {
192 $newestAge = $age;
/external/chromium/chrome/browser/policy/
Dfile_based_policy_loader.cc140 base::TimeDelta age = now - last_modification_clock_; in IsSafeToReloadPolicy() local
141 if (age < settle_interval_) { in IsSafeToReloadPolicy()
142 *delay = settle_interval_ - age; in IsSafeToReloadPolicy()
/external/libffi/
Dlibtool-version23 # then increment age.
26 # release, then set age to 0.
Dltmain.sh2640 major=`expr $current - $age`
3233 age="$number_minor"
3239 age="0"
3243 age="$number_minor"
3252 age="$4"
3275 case $age in
3278 $echo "$modename: AGE \`$age' must be a nonnegative integer" 1>&2
3284 if test "$age" -gt "$current"; then
3285 $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
3300 major=.`expr $current - $age`
[all …]
/external/tcpdump/tests/
Dospf-gmpls.new4 Advertising Router: 10.255.245.37, seq 0x80000002, age 9s, length: 104
28 Advertising Router: 10.255.245.37, seq 0x80000002, age 9s, length: 104
52 Advertising Router: 10.255.245.35, seq 0x80000003, age 3s, length: 144
Dospf-gmpls.out4 Advertising Router: 10.255.245.37, seq 0x80000002, age 9s, length: 104
28 Advertising Router: 10.255.245.37, seq 0x80000002, age 9s, length: 104
52 Advertising Router: 10.255.245.35, seq 0x80000003, age 3s, length: 144
/external/sonivox/arm-hybrid-22k/lib_src/
Deas_voicemgt.c184 pVoice->age = DEFAULT_AGE; in InitVoice()
1243 void VMUpdateAllNotesAge (S_VOICE_MGR *pVoiceMgr, EAS_U16 age) in VMUpdateAllNotesAge() argument
1249 if (age - pVoiceMgr->voices[i].age > 0) in VMUpdateAllNotesAge()
1250 pVoiceMgr->voices[i].age++; in VMUpdateAllNotesAge()
1298 VMUpdateAllNotesAge(pVoiceMgr, pVoice->age); in VMStolenVoice()
1301 pVoice->age = pVoiceMgr->age++; in VMStolenVoice()
1347 VMUpdateAllNotesAge(pVoiceMgr, pVoice->age); in VMFreeVoice()
1540 EAS_U16 age; in VMCheckPolyphonyLimiting() local
1561 age = pVoiceMgr->age - pVoiceMgr->voices[voiceNum].age; in VMCheckPolyphonyLimiting()
1564 if (age >= oldestNoteAge) in VMCheckPolyphonyLimiting()
[all …]
Deas_synth.h279 EAS_U16 age; /* large value means old note */ member
385 EAS_U16 age; member
/external/sonivox/arm-fm-22k/lib_src/
Deas_voicemgt.c184 pVoice->age = DEFAULT_AGE; in InitVoice()
1243 void VMUpdateAllNotesAge (S_VOICE_MGR *pVoiceMgr, EAS_U16 age) in VMUpdateAllNotesAge() argument
1249 if (age - pVoiceMgr->voices[i].age > 0) in VMUpdateAllNotesAge()
1250 pVoiceMgr->voices[i].age++; in VMUpdateAllNotesAge()
1298 VMUpdateAllNotesAge(pVoiceMgr, pVoice->age); in VMStolenVoice()
1301 pVoice->age = pVoiceMgr->age++; in VMStolenVoice()
1347 VMUpdateAllNotesAge(pVoiceMgr, pVoice->age); in VMFreeVoice()
1540 EAS_U16 age; in VMCheckPolyphonyLimiting() local
1561 age = pVoiceMgr->age - pVoiceMgr->voices[voiceNum].age; in VMCheckPolyphonyLimiting()
1564 if (age >= oldestNoteAge) in VMCheckPolyphonyLimiting()
[all …]
Deas_synth.h279 EAS_U16 age; /* large value means old note */ member
385 EAS_U16 age; member
/external/sonivox/arm-wt-22k/lib_src/
Deas_voicemgt.c184 pVoice->age = DEFAULT_AGE; in InitVoice()
1243 void VMUpdateAllNotesAge (S_VOICE_MGR *pVoiceMgr, EAS_U16 age) in VMUpdateAllNotesAge() argument
1249 if (age - pVoiceMgr->voices[i].age > 0) in VMUpdateAllNotesAge()
1250 pVoiceMgr->voices[i].age++; in VMUpdateAllNotesAge()
1298 VMUpdateAllNotesAge(pVoiceMgr, pVoice->age); in VMStolenVoice()
1301 pVoice->age = pVoiceMgr->age++; in VMStolenVoice()
1347 VMUpdateAllNotesAge(pVoiceMgr, pVoice->age); in VMFreeVoice()
1540 EAS_U16 age; in VMCheckPolyphonyLimiting() local
1561 age = pVoiceMgr->age - pVoiceMgr->voices[voiceNum].age; in VMCheckPolyphonyLimiting()
1564 if (age >= oldestNoteAge) in VMCheckPolyphonyLimiting()
[all …]
Deas_synth.h279 EAS_U16 age; /* large value means old note */ member
385 EAS_U16 age; member
/external/wpa_supplicant_8/wpa_supplicant/
Dbss.c258 calculate_update_time(fetch_time, src->age, &dst->last_update); in wpa_bss_copy_res()
580 calculate_update_time(fetch_time, res->age, &update); in wpa_bss_update_scan_res()
582 struct os_time age; in wpa_bss_update_scan_res() local
583 os_time_sub(&wpa_s->scan_trigger_time, &update, &age); in wpa_bss_update_scan_res()
587 (unsigned int) age.sec, in wpa_bss_update_scan_res()
588 (unsigned int) age.usec); in wpa_bss_update_scan_res()
754 void wpa_bss_flush_by_age(struct wpa_supplicant *wpa_s, int age) in wpa_bss_flush_by_age() argument
763 t.sec -= age; in wpa_bss_flush_by_age()
/external/chromium/net/data/proxy_script_fetcher_unittest/
Dcacheable_1hr.pac.mock-http-headers3 Cache-Control: public, max-age=3600
/external/wpa_supplicant_8/src/ap/
Dctrl_iface_ap.c27 struct os_time now, age; in hostapd_get_sta_conn_time() local
34 os_time_sub(&now, &sta->connected_time, &age); in hostapd_get_sta_conn_time()
37 (unsigned int) age.sec); in hostapd_get_sta_conn_time()
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/headers/
Dwebkit19 age
/external/chromium/third_party/libevent/
Dltmain.sh2658 major=`expr $current - $age`
3258 age="$number_minor"
3264 age="0"
3268 age="$number_minor"
3277 age="$4"
3300 case $age in
3303 $echo "$modename: AGE \`$age' must be a nonnegative integer" 1>&2
3309 if test "$age" -gt "$current"; then
3310 $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
3325 major=.`expr $current - $age`
[all …]
/external/chromium/sdch/open-vcdiff/
Dltmain.sh2661 major=`expr $current - $age`
3261 age="$number_minor"
3267 age="0"
3271 age="$number_minor"
3285 age="$4"
3308 case $age in
3311 $echo "$modename: AGE \`$age' must be a nonnegative integer" 1>&2
3317 if test "$age" -gt "$current"; then
3318 $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
3333 major=.`expr $current - $age`
[all …]
/external/clang/test/CodeGenObjC/
Darc-ivar-layout.m49 __unsafe_unretained id age; field

1234