/external/icu4c/i18n/ |
D | islamcal.cpp | 242 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/ |
D | BasicMaxAgeHandler.java | 52 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/ |
D | 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/Source/WebCore/page/ |
D | PositionOptions.h | 59 void setMaximumAge(int age) in setMaximumAge() argument 61 ASSERT(age >= 0); in setMaximumAge() 63 m_maximumAge = age; in setMaximumAge()
|
/external/webkit/PerformanceTests/SunSpider/ |
D | sunspider-compare-results | 133 my $age = -M "$dir/$file"; 134 if (!defined $newestAge || $age < $newestAge) { 136 $newestAge = $age;
|
D | sunspider | 189 my $age = -M "$dir/$file"; 190 if (!defined $newestAge || $age < $newestAge) { 192 $newestAge = $age;
|
/external/chromium/chrome/browser/policy/ |
D | file_based_policy_loader.cc | 140 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/ |
D | libtool-version | 23 # then increment age. 26 # release, then set age to 0.
|
D | ltmain.sh | 2640 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/ |
D | ospf-gmpls.new | 4 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
|
D | ospf-gmpls.out | 4 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/ |
D | eas_voicemgt.c | 184 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 …]
|
D | eas_synth.h | 279 EAS_U16 age; /* large value means old note */ member 385 EAS_U16 age; member
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
D | eas_voicemgt.c | 184 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 …]
|
D | eas_synth.h | 279 EAS_U16 age; /* large value means old note */ member 385 EAS_U16 age; member
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_voicemgt.c | 184 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 …]
|
D | eas_synth.h | 279 EAS_U16 age; /* large value means old note */ member 385 EAS_U16 age; member
|
/external/chromium/net/data/proxy_script_fetcher_unittest/ |
D | cacheable_1hr.pac.mock-http-headers | 3 Cache-Control: public, max-age=3600
|
/external/icu4c/data/unidata/ |
D | PropertyValueAliases.txt | 63 # 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/ |
D | webkit | 19 age
|
/external/chromium/third_party/libevent/ |
D | ltmain.sh | 2658 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/ |
D | ltmain.sh | 2661 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/ |
D | arc-ivar-layout.m | 48 __unsafe_unretained id age; field
|
/external/expat/conftools/ |
D | ltmain.sh | 2598 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/ |
D | ltmain.sh | 2598 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 …]
|