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

12 3 4 5

  /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/wpa_supplicant_8/wpa_supplicant/
bss.c 258 calculate_update_time(fetch_time, src->age, &dst->last_update);
581 calculate_update_time(fetch_time, res->age, &update);
583 struct os_time age; local
584 os_time_sub(&wpa_s->scan_trigger_time, &update, &age);
588 (unsigned int) age.sec,
589 (unsigned int) age.usec);
751 * @age: Maximum entry age in seconds
753 * Remove BSS entries that have not been updated during the last @age seconds.
755 void wpa_bss_flush_by_age(struct wpa_supplicant *wpa_s, int age)
    [all...]
  /frameworks/base/core/java/android/os/
FileUtils.java 330 * @param minAge Always keep files younger than this age.
353 final long age = System.currentTimeMillis() - file.lastModified(); local
354 if (age > minAge) {
  /frameworks/base/core/tests/coretests/src/android/os/
FileUtilsTest.java 164 private void touch(String name, long age) throws Exception {
167 file.setLastModified(System.currentTimeMillis() - age);
  /external/sonivox/arm-fm-22k/lib_src/
eas_voicemgt.c 184 pVoice->age = DEFAULT_AGE;
1540 EAS_U16 age; local
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_voicemgt.c 184 pVoice->age = DEFAULT_AGE;
1540 EAS_U16 age; local
    [all...]
  /external/chromium_org/v8/src/mips/
codegen-mips.cc 624 void Code::GetCodeAgeAndParity(byte* sequence, Age* age,
627 *age = kNoAge;
633 GetCodeAgeAndParity(stub, age, parity);
639 Code::Age age,
643 if (age == kNoAge) {
647 Code* stub = GetCodeAgeStub(age, parity);
  /external/chromium_org/v8/src/x64/
codegen-x64.cc 711 void Code::GetCodeAgeAndParity(byte* sequence, Age* age,
714 *age = kNoAge;
721 GetCodeAgeAndParity(stub, age, parity);
727 Code::Age age,
731 if (age == kNoAge) {
735 Code* stub = GetCodeAgeStub(age, parity);
  /external/chromium/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium/third_party/libevent/
ltmain.sh     [all...]
  /external/chromium_org/third_party/libevent/
ltmain.sh     [all...]
  /external/libffi/
ltmain.sh     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/config/
ltmain.sh     [all...]
  /external/llvm/autoconf/
ltmain.sh     [all...]
  /external/llvm/projects/sample/autoconf/
ltmain.sh     [all...]
  /external/jpeg/
ltmain.sh 854 age=0
899 test -n "$4" && age="$4"
920 case "$age" in
923 $echo "$modename: AGE \`$age' is not a nonnegative integer" 1>&2
929 if test $age -gt $current; then
930 $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
936 version_vars="version_type current age revision"
942 major=`expr $current - $age`
    [all...]
  /external/qemu/distrib/jpeg-6b/
ltmain.sh 854 age=0
899 test -n "$4" && age="$4"
920 case "$age" in
923 $echo "$modename: AGE \`$age' is not a nonnegative integer" 1>&2
929 if test $age -gt $current; then
930 $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
936 version_vars="version_type current age revision"
942 major=`expr $current - $age`
    [all...]
  /external/chromium_org/chrome_frame/
CFInstall.js 156 var age = 365 * 24 * 60 * 60 * 1000;
157 document.cookie = "disableGCFCheck=1;path=/;max-age="+age;
  /external/chromium_org/v8/src/arm/
codegen-arm.cc 859 void Code::GetCodeAgeAndParity(byte* sequence, Age* age,
862 *age = kNoAge;
868 GetCodeAgeAndParity(stub, age, parity);
874 Code::Age age,
878 if (age == kNoAge) {
882 Code* stub = GetCodeAgeStub(age, parity);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_surface.c 324 /* Increment the view_age and texture age for this surface's slice
327 tex->view_age[surf->u.tex.first_layer] = ++(tex->age);
372 tex->view_age[surf->u.tex.level] = ++(tex->age);
  /external/icu4c/tools/toolutil/
ppucd.cpp 50 memset(age, 0, 4);
408 u_versionFromString(props.age, v); // Writes 0.0.0.0 if v is not numeric.
  /external/mesa3d/src/gallium/drivers/svga/
svga_surface.c 324 /* Increment the view_age and texture age for this surface's slice
327 tex->view_age[surf->u.tex.first_layer] = ++(tex->age);
372 tex->view_age[surf->u.tex.level] = ++(tex->age);
  /external/chromium_org/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium_org/third_party/libxml/src/
ltmain.sh     [all...]

Completed in 969 milliseconds

12 3 4 5