Home
last modified time | relevance | path

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

12345

/external/tcpdump/tests/
Devb.out4 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 …]
Dospf-gmpls.out5 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/
Dislamcal.cpp426 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/
Dsvga_sampler_view.c143 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()
Dsvga_sampler_view.h67 unsigned age; member
Dsvga_resource_texture.h58 unsigned age; member
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DIslamicCalendar.java649 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/
DBasicMaxAgeHandler.java58 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/
Dppucd.txt6 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/
Dos.h90 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/
Dminidump2.dump.out207 (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/
DElapsedTimer.java101 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/
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-trace/trace-viewer/third_party/WebOb/docs/pycon2011/
Dresponse_table.rst53 age x x age
/external/wpa_supplicant_8/wpa_supplicant/
Dbss.c292 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/
Dcodegen-arm64.cc390 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/
Dcodegen-x87.cc585 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/
Dcodegen-x64.cc659 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/
Dextras_auth_test.py280 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/
DREADME.md22 '{ "name" : "Jack", "age" : 27 }'
24 Object: { "name" : "Jack", "age" : 27} (the whole object)
25 Strings: "name", "Jack", "age" (keys and some values)

12345