/external/tcpdump/tests/ |
D | evb.out | 4 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 11 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 18 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 66 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 73 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 80 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 87 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 94 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 101 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 108 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s [all …]
|
D | ospf-gmpls.out | 5 Advertising Router 10.255.245.37, seq 0x80000002, age 9s, length 104 30 Advertising Router 10.255.245.37, seq 0x80000002, age 9s, length 104 55 Advertising Router 10.255.245.35, seq 0x80000003, age 3s, length 144
|
/external/icu/icu4c/source/i18n/ |
D | islamcal.cpp | 426 double age = moonAge(origin, status); in trueMonthStart() local 431 if (age >= 0) { in trueMonthStart() 435 age = moonAge(origin, status); in trueMonthStart() 439 } while (age >= 0); in trueMonthStart() 445 age = moonAge(origin, status); in trueMonthStart() 449 } while (age < 0); in trueMonthStart() 472 double age = 0; in moonAge() local 479 return age; in moonAge() 484 age = gIslamicCalendarAstro->getMoonAge(); in moonAge() 488 age = age * 180 / CalendarAstronomer::PI; in moonAge() [all …]
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_sampler_view.c | 143 sv->age = tex->age; in svga_get_tex_sampler_view() 174 unsigned age = 0; in svga_validate_sampler_view() local 182 age = tex->age; in svga_validate_sampler_view() 191 if (v->age < tex->view_age[i]) in svga_validate_sampler_view() 201 v->age = age; in svga_validate_sampler_view()
|
D | svga_sampler_view.h | 67 unsigned age; member
|
D | svga_resource_texture.h | 58 unsigned age; member
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | IslamicCalendar.java | 649 double age = moonAge(origin); in trueMonthStart() local 655 age = moonAge(origin); in trueMonthStart() 656 } while (age >= 0); in trueMonthStart() 662 age = moonAge(origin); in trueMonthStart() 663 } while (age < 0); in trueMonthStart() 684 double age = 0; in moonAge() local 688 age = astro.getMoonAge(); in moonAge() 691 age = age * 180 / Math.PI; in moonAge() 692 if (age > 180) { in moonAge() 693 age = age - 360; in moonAge() [all …]
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
D | BasicMaxAgeHandler.java | 58 int age; in parse() local 60 age = Integer.parseInt(value); in parse() 65 if (age < 0) { in parse() 69 cookie.setExpiryDate(new Date(System.currentTimeMillis() + age * 1000L)); in parse()
|
/external/icu/icu4c/source/data/unidata/ |
D | ppucd.txt | 6 property;Catalog;age;Age 113 value;age;1.1;V1_1 114 value;age;2.0;V2_0 115 value;age;2.1;V2_1 116 value;age;3.0;V3_0 117 value;age;3.1;V3_1 118 value;age;3.2;V3_2 119 value;age;4.0;V4_0 120 value;age;4.1;V4_1 121 value;age;5.0;V5_0 [all …]
|
/external/wpa_supplicant_8/src/utils/ |
D | os.h | 90 struct os_reltime *age) in os_reltime_age() argument 95 os_reltime_sub(&now, start, age); in os_reltime_age() 103 struct os_reltime age; in os_reltime_expired() local 105 os_reltime_sub(now, ts, &age); in os_reltime_expired() 106 return (age.sec > timeout_secs) || in os_reltime_expired() 107 (age.sec == timeout_secs && age.usec > 0); in os_reltime_expired()
|
/external/google-breakpad/src/processor/testdata/ |
D | minidump2.dump.out | 207 (cv_record).age = 1 239 (cv_record).age = 2 271 (cv_record).age = 2 303 (cv_record).age = 2 335 (cv_record).age = 2 367 (cv_record).age = 2 399 (cv_record).age = 2 431 (cv_record).age = 2 463 (cv_record).age = 1 495 (cv_record).age = 2 [all …]
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
D | ElapsedTimer.java | 101 long age = end - start; in diffTime() local 102 … long diff = age/1000; // millis per second. Workaround ticket:7936 by using whole number seconds. in diffTime()
|
/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-trace/trace-viewer/third_party/WebOb/docs/pycon2011/ |
D | response_table.rst | 53 age x x age
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | bss.c | 292 calculate_update_time(fetch_time, src->age, &dst->last_update); in wpa_bss_copy_res() 635 calculate_update_time(fetch_time, res->age, &update); in wpa_bss_update_scan_res() 637 struct os_reltime age; in wpa_bss_update_scan_res() local 639 &age); in wpa_bss_update_scan_res() 643 (unsigned int) age.sec, in wpa_bss_update_scan_res() 644 (unsigned int) age.usec); in wpa_bss_update_scan_res() 808 void wpa_bss_flush_by_age(struct wpa_supplicant *wpa_s, int age) in wpa_bss_flush_by_age() argument 817 t.sec -= age; in wpa_bss_flush_by_age()
|
/external/v8/src/arm64/ |
D | codegen-arm64.cc | 390 void Code::GetCodeAgeAndParity(Isolate* isolate, byte* sequence, Age* age, in GetCodeAgeAndParity() argument 393 *age = kNoAgeCodeAge; in GetCodeAgeAndParity() 398 GetCodeAgeAndParity(stub, age, parity); in GetCodeAgeAndParity() 405 Code::Age age, in PatchPlatformCodeAge() argument 409 if (age == kNoAgeCodeAge) { in PatchPlatformCodeAge() 412 Code * stub = GetCodeAgeStub(isolate, age, parity); in PatchPlatformCodeAge()
|
/external/v8/src/x87/ |
D | codegen-x87.cc | 585 void Code::GetCodeAgeAndParity(Isolate* isolate, byte* sequence, Age* age, in GetCodeAgeAndParity() argument 588 *age = kNoAgeCodeAge; in GetCodeAgeAndParity() 595 GetCodeAgeAndParity(stub, age, parity); in GetCodeAgeAndParity() 602 Code::Age age, in PatchPlatformCodeAge() argument 605 if (age == kNoAgeCodeAge) { in PatchPlatformCodeAge() 609 Code* stub = GetCodeAgeStub(isolate, age, parity); in PatchPlatformCodeAge()
|
/external/v8/src/x64/ |
D | codegen-x64.cc | 659 void Code::GetCodeAgeAndParity(Isolate* isolate, byte* sequence, Age* age, in GetCodeAgeAndParity() argument 662 *age = kNoAgeCodeAge; in GetCodeAgeAndParity() 669 GetCodeAgeAndParity(stub, age, parity); in GetCodeAgeAndParity() 676 Code::Age age, in PatchPlatformCodeAge() argument 679 if (age == kNoAgeCodeAge) { in PatchPlatformCodeAge() 683 Code* stub = GetCodeAgeStub(isolate, age, parity); in PatchPlatformCodeAge()
|
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/ |
D | extras_auth_test.py | 280 age = model.IntegerProperty() variable in TestAuth.test_extended_user.MyUser 283 success, info = MyUser.create_user(auth_id, newsletter=True, age=22) 294 self.assertEqual(user.age, 22)
|
/external/jsmn/ |
D | README.md | 22 '{ "name" : "Jack", "age" : 27 }' 24 Object: { "name" : "Jack", "age" : 27} (the whole object) 25 Strings: "name", "Jack", "age" (keys and some values)
|