Searched refs:age (Results 1 - 25 of 101) sorted by relevance

12345

/external/apache-http/src/org/apache/http/impl/cookie/
H A DBasicMaxAgeHandler.java56 throw new MalformedCookieException("Missing value for max-age attribute");
58 int age;
60 age = Integer.parseInt(value);
62 throw new MalformedCookieException ("Invalid max-age attribute: "
65 if (age < 0) {
66 throw new MalformedCookieException ("Negative max-age attribute: "
69 cookie.setExpiryDate(new Date(System.currentTimeMillis() + age * 1000L));
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_sampler_view.c143 sv->age = tex->age;
174 unsigned age = 0; local
182 age = tex->age;
191 if (v->age < tex->view_age[i])
201 v->age = age;
H A Dsvga_resource_texture.h58 unsigned age; member in struct:svga_texture
H A Dsvga_sampler_view.h67 unsigned age; member in struct:svga_sampler_view
/external/icu/icu4c/source/i18n/
H A Dislamcal.cpp426 double age = moonAge(origin, status); local
431 if (age >= 0) {
435 age = moonAge(origin, status);
439 } while (age >= 0);
445 age = moonAge(origin, status);
449 } while (age < 0);
462 * Return the "age" of the moon at the given time; this is the difference
467 * @param time The time at which the moon's age is desired,
472 double age = 0; local
479 return age;
[all...]
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DElapsedTimer.java101 long age = end - start;
102 long diff = age/1000; // millis per second. Workaround ticket:7936 by using whole number seconds.
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h90 struct os_reltime *age)
95 os_reltime_sub(&now, start, age);
103 struct os_reltime age; local
105 os_reltime_sub(now, ts, &age);
106 return (age.sec > timeout_secs) ||
107 (age.sec == timeout_secs && age.usec > 0);
89 os_reltime_age(struct os_reltime *start, struct os_reltime *age) argument
/external/wpa_supplicant_8/src/utils/
H A Dos.h90 struct os_reltime *age)
95 os_reltime_sub(&now, start, age);
103 struct os_reltime age; local
105 os_reltime_sub(now, ts, &age);
106 return (age.sec > timeout_secs) ||
107 (age.sec == timeout_secs && age.usec > 0);
89 os_reltime_age(struct os_reltime *start, struct os_reltime *age) argument
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h90 struct os_reltime *age)
95 os_reltime_sub(&now, start, age);
103 struct os_reltime age; local
105 os_reltime_sub(now, ts, &age);
106 return (age.sec > timeout_secs) ||
107 (age.sec == timeout_secs && age.usec > 0);
89 os_reltime_age(struct os_reltime *start, struct os_reltime *age) argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DIslamicCalendar.java649 double age = moonAge(origin);
655 age = moonAge(origin);
656 } while (age >= 0);
662 age = moonAge(origin);
663 } while (age < 0);
674 * Return the "age" of the moon at the given time; this is the difference
679 * @param time The time at which the moon's age is desired,
684 double age = 0;
688 age = astro.getMoonAge();
691 age
[all...]
/external/google-breakpad/src/tools/windows/converter/
H A Dms_symbol_server_converter.h101 // component fields: either a GUID and age, or signature and age. If
109 int age() const { return age_; } function in class:google_breakpad::GUIDOrSignatureIdentifier
121 // All identifiers used here have age fields, which indicate a specific
/external/icu/icu4c/source/tools/toolutil/
H A Dppucd.h50 UVersionInfo age; member in struct:UniProps
79 /** defaults;0000..10FFFF;age=NA;bc=L;... */
81 /** block;0000..007F;age=1.1;blk=ASCII;ea=Na;... */
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbss.h114 void wpa_bss_flush_by_age(struct wpa_supplicant *wpa_s, int age);
H A Dbss.c292 calculate_update_time(fetch_time, src->age, &dst->last_update);
635 calculate_update_time(fetch_time, res->age, &update);
637 struct os_reltime age; local
639 &age);
643 (unsigned int) age.sec,
644 (unsigned int) age.usec);
804 * @age: Maximum entry age in seconds
806 * Remove BSS entries that have not been updated during the last @age seconds.
808 void wpa_bss_flush_by_age(struct wpa_supplicant *wpa_s, int age) argument
[all...]
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_synth.h279 EAS_U16 age; /* large value means old note */ member in struct:s_synth_voice_tag
385 EAS_U16 age; member in struct:s_voice_mgr_tag
H A Deas_voicemgt.c184 pVoice->age = DEFAULT_AGE;
1232 * Increment the note age for all of the active voices.
1243 void VMUpdateAllNotesAge (S_VOICE_MGR *pVoiceMgr, EAS_U16 age) argument
1249 if (age - pVoiceMgr->voices[i].age > 0)
1250 pVoiceMgr->voices[i].age++;
1298 VMUpdateAllNotesAge(pVoiceMgr, pVoice->age);
1300 /* assign current age to this note and increment for the next note */
1301 pVoice->age = pVoiceMgr->age
1540 EAS_U16 age; local
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_synth.h279 EAS_U16 age; /* large value means old note */ member in struct:s_synth_voice_tag
385 EAS_U16 age; member in struct:s_voice_mgr_tag
H A Deas_voicemgt.c184 pVoice->age = DEFAULT_AGE;
1232 * Increment the note age for all of the active voices.
1243 void VMUpdateAllNotesAge (S_VOICE_MGR *pVoiceMgr, EAS_U16 age) argument
1249 if (age - pVoiceMgr->voices[i].age > 0)
1250 pVoiceMgr->voices[i].age++;
1298 VMUpdateAllNotesAge(pVoiceMgr, pVoice->age);
1300 /* assign current age to this note and increment for the next note */
1301 pVoice->age = pVoiceMgr->age
1540 EAS_U16 age; local
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_synth.h279 EAS_U16 age; /* large value means old note */ member in struct:s_synth_voice_tag
385 EAS_U16 age; member in struct:s_voice_mgr_tag
H A Deas_voicemgt.c184 pVoice->age = DEFAULT_AGE;
1232 * Increment the note age for all of the active voices.
1243 void VMUpdateAllNotesAge (S_VOICE_MGR *pVoiceMgr, EAS_U16 age) argument
1249 if (age - pVoiceMgr->voices[i].age > 0)
1250 pVoiceMgr->voices[i].age++;
1298 VMUpdateAllNotesAge(pVoiceMgr, pVoice->age);
1300 /* assign current age to this note and increment for the next note */
1301 pVoice->age = pVoiceMgr->age
1540 EAS_U16 age; local
[all...]
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/
H A Dextras_auth_test.py280 age = model.IntegerProperty() variable in class:TestAuth.test_extended_user.MyUser
283 success, info = MyUser.create_user(auth_id, newsletter=True, age=22)
294 self.assertEqual(user.age, 22)
/external/kernel-headers/original/uapi/drm/
H A Di810_drm.h146 int age; /* tracked by clients to update local LRU's */ member in struct:_drm_i810_tex_region
160 * age different to the one you set, then you are mistaken and
166 * in the same lru which is used to age their own textures,
178 int last_dispatch; /* age of the most recently dispatched buffer */
H A Dvia_drm.h181 int age; /* tracked by clients to update local LRU's */ member in struct:_drm_via_tex_region
/external/libdrm/include/drm/
H A Dvia_drm.h179 int age; /* tracked by clients to update local LRU's */ member in struct:_drm_via_tex_region
/external/v8/src/arm64/
H A Dcodegen-arm64.cc390 void Code::GetCodeAgeAndParity(Isolate* isolate, byte* sequence, Age* age, argument
393 *age = kNoAgeCodeAge;
398 GetCodeAgeAndParity(stub, age, parity);
405 Code::Age age,
409 if (age == kNoAgeCodeAge) {
412 Code * stub = GetCodeAgeStub(isolate, age, parity);
403 PatchPlatformCodeAge(Isolate* isolate, byte* sequence, Code::Age age, MarkingParity parity) argument

Completed in 761 milliseconds

12345