HomeSort by relevance Sort by last modified time
    Searched refs:age (Results 51 - 75 of 219) sorted by null

1 23 4 5 6 7 8 9

  /external/v8/src/x64/
codegen-x64.cc 502 void Code::GetCodeAgeAndParity(Isolate* isolate, byte* sequence, Age* age,
505 *age = kNoAgeCodeAge;
512 GetCodeAgeAndParity(stub, age, parity);
519 Code::Age age,
522 if (age == kNoAgeCodeAge) {
526 Code* stub = GetCodeAgeStub(isolate, age, parity);
  /external/icu/icu4c/source/tools/toolutil/
ppucd.h 50 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;... */
  /frameworks/base/wifi/java/android/net/wifi/
ScanResult.java 159 long age = seen - previousSeen; local
161 if (previousSeen > 0 && age > 0 && age < maxAge/2) {
163 double alpha = 0.5 - (double) age / (double) maxAge;
  /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...]
  /external/v8/src/heap/
incremental-marking.cc 650 bool ShouldRetainMap(Map* map, int age) {
651 if (age == 0) {
677 // We do not age and retain disposed maps to avoid memory leaks.
683 int age = Smi::cast(retained_maps->Get(i + 1))->value(); local
689 if (ShouldRetainMap(map, age)) {
693 if (age > 0 && prototype->IsHeapObject() &&
695 // The prototype is not marked, age the map.
696 new_age = age - 1;
699 // transition tree alive, not JSObjects. Do not age the map.
700 new_age = age;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 302 calculate_update_time(fetch_time, src->age, &dst->last_update);
657 calculate_update_time(fetch_time, res->age, &update);
659 struct os_reltime age; local
661 &age);
665 (unsigned int) age.sec,
666 (unsigned int) age.usec);
826 * @age: Maximum entry age in seconds
828 * Remove BSS entries that have not been updated during the last @age seconds.
830 void wpa_bss_flush_by_age(struct wpa_supplicant *wpa_s, int age)
    [all...]
bss.h 121 void wpa_bss_flush_by_age(struct wpa_supplicant *wpa_s, int age);
  /external/avahi/avahi-core/
cache.c 419 unsigned age; local
426 age = (unsigned) (avahi_timeval_diff(&now, &e->timestamp)/1000000);
428 /* avahi_log_debug("age: %lli, ttl/2: %u", age, e->record->ttl); */
430 return age >= e->record->ttl/2;
  /external/chromium-trace/catapult/third_party/webapp2/tests/
extras_auth_test.py 280 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)
  /bionic/libc/kernel/uapi/drm/
i810_drm.h 149 int age; member in struct:_drm_i810_tex_region
via_drm.h 160 int age; member in struct:_drm_via_tex_region
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
lifecycle.py 75 "condition": {"age": 365}
  /external/kernel-headers/original/uapi/drm/
i810_drm.h 148 int age; /* tracked by clients to update local LRU's */ member in struct:_drm_i810_tex_region
162 * age different to the one you set, then you are mistaken and
168 * in the same lru which is used to age their own textures,
180 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
  /external/libdrm/include/drm/
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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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
  /system/connectivity/shill/dbus/
chromeos_supplicant_interface_proxy.h 53 bool FlushBSS(const uint32_t& age) override;
  /external/v8/test/mjsunit/
random-bit-correlations.js 64 // repeat the test with a different age.
  /prebuilts/misc/windows/sdl2/test/
testgesture.c 163 float age = (float)(i - eventWrite) / EVENT_BUF_SIZE; local
175 col = ((unsigned int)(c*(.1+.85))) | (unsigned int)(0xFF*age)<<24;
  /external/v8/src/ppc/
codegen-ppc.cc 495 void Code::GetCodeAgeAndParity(Isolate* isolate, byte* sequence, Age* age,
498 *age = kNoAgeCodeAge;
505 GetCodeAgeAndParity(stub, age, parity);
510 void Code::PatchPlatformCodeAge(Isolate* isolate, byte* sequence, Code::Age age,
513 if (age == kNoAgeCodeAge) {
518 Code* stub = GetCodeAgeStub(isolate, age, parity);
  /external/v8/src/s390/
codegen-s390.cc 488 void Code::GetCodeAgeAndParity(Isolate* isolate, byte* sequence, Age* age,
491 *age = kNoAgeCodeAge;
498 GetCodeAgeAndParity(stub, age, parity);
502 void Code::PatchPlatformCodeAge(Isolate* isolate, byte* sequence, Code::Age age,
505 if (age == kNoAgeCodeAge) {
510 Code* stub = GetCodeAgeStub(isolate, age, parity);

Completed in 1069 milliseconds

1 23 4 5 6 7 8 9