Searched defs:age (Results 1 - 25 of 66) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_sampler_view.h67 unsigned age; member in struct:svga_sampler_view
H A Dsvga_resource_texture.h58 unsigned age; member in struct:svga_texture
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;
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_sampler_view.h67 unsigned age; member in struct:svga_sampler_view
H A Dsvga_resource_texture.h58 unsigned age; member in struct:svga_texture
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;
/external/chromium_org/base/test/
H A Dtest_reg_util_win.cc46 base::TimeDelta age = now - key_time; local
48 if (age > base::TimeDelta::FromHours(24))
/external/chromium_org/components/policy/core/common/
H A Dasync_policy_loader.cc129 const TimeDelta age = now - last_modification_clock_; local
130 if (age < kSettleInterval) {
131 *delay = kSettleInterval - age;
/external/chromium_org/third_party/webrtc/common_audio/vad/
H A Dvad_sp.c71 // Pointer to memory for the 16 minimum values and the age of each value of
73 int16_t* age = &self->index_vector[offset]; local
78 // Each value in |smallest_values| is getting 1 loop older. Update |age|, and
81 if (age[i] != 100) {
82 age[i]++;
87 age[j] = age[j + 1];
89 age[15] = 101;
152 age[i] = age[
[all...]
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_manager_util_win.cc58 DWORD age = 0; local
64 age = user_info->usri1_password_age;
70 base::Time changed = base::Time::Now() - base::TimeDelta::FromSeconds(age);
117 // Account for clock skew between pulling the password age and
/external/chromium_org/remoting/host/policy_hack/
H A Dpolicy_watcher_linux.cc216 base::TimeDelta age = now - last_modification_clock_; local
217 if (age < kSettleInterval) {
218 *delay = kSettleInterval - age;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dctrl_iface_ap.c48 struct os_reltime age; local
54 os_reltime_age(&sta->connected_time, &age);
57 (unsigned int) age.sec);
/external/wpa_supplicant_8/src/ap/
H A Dctrl_iface_ap.c48 struct os_reltime age; local
54 os_reltime_age(&sta->connected_time, &age);
57 (unsigned int) age.sec);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dctrl_iface_ap.c48 struct os_reltime age; local
54 os_reltime_age(&sta->connected_time, &age);
57 (unsigned int) age.sec);
/external/chromium_org/content/browser/media/
H A Dwebrtc_identity_store_backend.cc228 base::TimeDelta age = base::Time::Now() - base::Time::FromInternalValue( local
230 if (age < validity_period_) {
/external/chromium_org/third_party/icu/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/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/chromium_org/third_party/WebKit/Source/platform/network/
H A DResourceResponse.cpp284 DEFINE_STATIC_LOCAL(const AtomicString, ageHeader, ("age", AtomicString::ConstructFromLiteral));
387 double ResourceResponse::age() const function in class:blink::ResourceResponse
390 DEFINE_STATIC_LOCAL(const AtomicString, headerName, ("age", AtomicString::ConstructFromLiteral));
/external/chromium_org/third_party/icu/source/i18n/
H A Dislamcal.cpp357 double age = moonAge(origin, status); local
362 if (age >= 0) {
366 age = moonAge(origin, status);
370 } while (age >= 0);
376 age = moonAge(origin, status);
380 } while (age < 0);
393 * Return the "age" of the moon at the given time; this is the difference
398 * @param time The time at which the moon's age is desired,
403 double age = 0; local
410 return age;
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_common.c165 uint32_t age; local
168 gp.value = (int *)&age;
177 return age;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_common.c165 uint32_t age; local
168 gp.value = (int *)&age;
177 return age;
/external/chromium_org/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
/external/chromium_org/v8/src/x64/
H A Dcodegen-x64.cc659 void Code::GetCodeAgeAndParity(Isolate* isolate, byte* sequence, Age* age, argument
662 *age = kNoAgeCodeAge;
669 GetCodeAgeAndParity(stub, age, parity);
676 Code::Age age,
679 if (age == kNoAgeCodeAge) {
683 Code* stub = GetCodeAgeStub(isolate, age, parity);
674 PatchPlatformCodeAge(Isolate* isolate, byte* sequence, Code::Age age, MarkingParity parity) argument
/external/icu/icu4c/source/i18n/
H A Dislamcal.cpp357 double age = moonAge(origin, status); local
362 if (age >= 0) {
366 age = moonAge(origin, status);
370 } while (age >= 0);
376 age = moonAge(origin, status);
380 } while (age < 0);
393 * Return the "age" of the moon at the given time; this is the difference
398 * @param time The time at which the moon's age is desired,
403 double age = 0; local
410 return age;
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_common.c165 uint32_t age; local
168 gp.value = (int *)&age;
177 return age;

Completed in 1380 milliseconds

123