/external/icu4c/i18n/ |
D | islamcal.cpp | 241 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/ |
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/icu4c/data/unidata/ |
D | ppucd.txt | 6 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/ |
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-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-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-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/wpa_supplicant_8/wpa_supplicant/ |
D | bss.c | 258 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/ |
D | cacheable_1hr.pac.mock-http-headers | 3 Cache-Control: public, max-age=3600
|
/external/wpa_supplicant_8/src/ap/ |
D | ctrl_iface_ap.c | 27 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/ |
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 | 49 __unsafe_unretained id age; field
|