HomeSort by relevance Sort by last modified time
    Searched refs:age (Results 26 - 50 of 149) sorted by null

12 3 4 5 6

  /external/wpa_supplicant_8/wpa_supplicant/
bss.h 108 void wpa_bss_flush_by_age(struct wpa_supplicant *wpa_s, int age);
bss.c 260 calculate_update_time(fetch_time, src->age, &dst->last_update);
599 calculate_update_time(fetch_time, res->age, &update);
601 struct os_reltime age; local
603 &age);
607 (unsigned int) age.sec,
608 (unsigned int) age.usec);
763 * @age: Maximum entry age in seconds
765 * Remove BSS entries that have not been updated during the last @age seconds.
767 void wpa_bss_flush_by_age(struct wpa_supplicant *wpa_s, int age)
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_synth.h 279 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
eas_voicemgt.c 184 pVoice->age = DEFAULT_AGE;
1540 EAS_U16 age; local
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_synth.h 279 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
eas_voicemgt.c 184 pVoice->age = DEFAULT_AGE;
1540 EAS_U16 age; local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_synth.h 279 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
eas_voicemgt.c 184 pVoice->age = DEFAULT_AGE;
1540 EAS_U16 age; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
FileUtilsTest.java 183 private void touch(String name, long age) throws Exception {
186 file.setLastModified(System.currentTimeMillis() - age);
  /packages/services/Telecomm/src/com/android/server/telecom/
CallLogManager.java 137 final long age = call.getAgeMillis(); local
149 accountHandle, creationTime, age, null); local
  /external/chromium_org/content/browser/geolocation/
network_location_request.cc 212 int age = kint32min; // Invalid so AddInteger() will ignore. local
214 // Convert absolute timestamps into a relative age.
217 age = static_cast<int>(delta_ms);
221 AddWifiData(wifi_data, age, &request);
267 AddInteger("age", age_milliseconds, wifi_dict);
  /bionic/libc/kernel/uapi/drm/
i810_drm.h 147 int age; member in struct:_drm_i810_tex_region
via_drm.h 160 int age; member in struct:_drm_via_tex_region
  /external/kernel-headers/original/uapi/drm/
i810_drm.h 146 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 */
via_drm.h 181 int age; /* tracked by clients to update local LRU's */ member in struct:_drm_via_tex_region
  /hardware/intel/img/libdrm/shared-core/
via_drm.h 184 int age; /* tracked by clients to update local LRU's */ member in struct:_drm_via_tex_region
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
i810_drm.h 146 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 */
via_drm.h 179 int age; /* tracked by clients to update local LRU's */ member in struct:_drm_via_tex_region
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
i810_drm.h 146 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 */
via_drm.h 179 int age; /* tracked by clients to update local LRU's */ member in struct:_drm_via_tex_region
  /frameworks/base/core/java/android/os/
FileUtils.java 329 * @param minAge Always keep files younger than this age.
354 final long age = System.currentTimeMillis() - file.lastModified(); local
355 if (age > minAge) {
  /external/chromium_org/v8/src/arm64/
codegen-arm64.cc 385 void Code::GetCodeAgeAndParity(Isolate* isolate, byte* sequence, Age* age,
388 *age = kNoAgeCodeAge;
393 GetCodeAgeAndParity(stub, age, parity);
400 Code::Age age,
404 if (age == kNoAgeCodeAge) {
407 Code * stub = GetCodeAgeStub(isolate, age, parity);
  /external/chromium_org/v8/src/x64/
codegen-x64.cc 646 void Code::GetCodeAgeAndParity(Isolate* isolate, byte* sequence, Age* age,
649 *age = kNoAgeCodeAge;
656 GetCodeAgeAndParity(stub, age, parity);
663 Code::Age age,
666 if (age == kNoAgeCodeAge) {
670 Code* stub = GetCodeAgeStub(isolate, age, parity);
  /external/chromium_org/v8/src/x87/
codegen-x87.cc 599 void Code::GetCodeAgeAndParity(Isolate* isolate, byte* sequence, Age* age,
602 *age = kNoAgeCodeAge;
609 GetCodeAgeAndParity(stub, age, parity);
616 Code::Age age,
619 if (age == kNoAgeCodeAge) {
623 Code* stub = GetCodeAgeStub(isolate, age, parity);
  /external/chromium_org/third_party/libevent/
ltmain.sh     [all...]

Completed in 541 milliseconds

12 3 4 5 6