Home
last modified time | relevance | path

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

1234

/external/icu4c/i18n/
Dislamcal.cpp242 double age = moonAge(origin, status); in trueMonthStart() local
247 if (age >= 0) { in trueMonthStart()
251 age = moonAge(origin, status); in trueMonthStart()
255 } while (age >= 0); in trueMonthStart()
261 age = moonAge(origin, status); in trueMonthStart()
265 } while (age < 0); in trueMonthStart()
288 double age = 0; in moonAge() local
295 return age; in moonAge()
300 age = gIslamicCalendarAstro->getMoonAge(); in moonAge()
304 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/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-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-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-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/chromium/net/data/proxy_script_fetcher_unittest/
Dcacheable_1hr.pac.mock-http-headers3 Cache-Control: public, max-age=3600
/external/icu4c/data/unidata/
DPropertyValueAliases.txt63 # Age (age)
65 age; n/a ; 1.1
66 age; n/a ; 2.0
67 age; n/a ; 2.1
68 age; n/a ; 3.0
69 age; n/a ; 3.1
70 age; n/a ; 3.2
71 age; n/a ; 4.0
72 age; n/a ; 4.1
73 age; n/a ; 5.0
[all …]
/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.m48 __unsafe_unretained id age; field
/external/expat/conftools/
Dltmain.sh2598 major=`expr $current - $age`
3191 age="$number_minor"
3197 age="0"
3201 age="$number_minor"
3209 age="$4"
3232 case $age in
3235 $echo "$modename: AGE \`$age' must be a nonnegative integer" 1>&2
3241 if test "$age" -gt "$current"; then
3242 $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
3257 major=.`expr $current - $age`
[all …]
/external/llvm/projects/sample/autoconf/
Dltmain.sh2598 major=`expr $current - $age`
3191 age="$number_minor"
3197 age="0"
3201 age="$number_minor"
3209 age="$4"
3232 case $age in
3235 $echo "$modename: AGE \`$age' must be a nonnegative integer" 1>&2
3241 if test "$age" -gt "$current"; then
3242 $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
3257 major=.`expr $current - $age`
[all …]

1234