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

1 2 34 5 6

  /external/libpng/
ltmain.sh     [all...]
  /external/libusb/
ltmain.sh     [all...]
  /external/libusb-compat/
ltmain.sh     [all...]
  /external/libvorbis/
ltmain.sh     [all...]
  /external/pixman/
ltmain.sh     [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh     [all...]
  /external/protobuf/
ltmain.sh     [all...]
  /external/qemu/distrib/sdl-1.2.15/build-scripts/
ltmain.sh     [all...]
  /hardware/intel/img/libdrm/
ltmain.sh     [all...]
  /external/chromium_org/remoting/webapp/
log_to_server.js 38 // The maximum age of a session ID, in milliseconds.
219 * Sets a new session ID, if the current session ID has reached its maximum age.
  /external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceResponse.h 113 double age() const;
ResourceResponse.cpp 280 DEFINE_STATIC_LOCAL(const AtomicString, ageHeader, ("age", AtomicString::ConstructFromLiteral));
383 double ResourceResponse::age() const function in class:WebCore::ResourceResponse
386 DEFINE_STATIC_LOCAL(const AtomicString, headerName, ("age", AtomicString::ConstructFromLiteral));
  /external/srec/srec/cfront/
nisthdr.h 134 void setSpeakerAge(char *age);/*shouln't it be int?*/
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
i830_drm.h 181 int age; /* tracked by clients to update local LRU's */ member in struct:_drm_i830_tex_region
198 * age different to the one you set, then you are mistaken and
204 * in the same lru which is used to age their own textures,
216 int last_dispatch; /* age of the most recently dispatched buffer */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
i830_drm.h 181 int age; /* tracked by clients to update local LRU's */ member in struct:_drm_i830_tex_region
198 * age different to the one you set, then you are mistaken and
204 * in the same lru which is used to age their own textures,
216 int last_dispatch; /* age of the most recently dispatched buffer */
  /external/libunwind/aux/
ltmain.sh     [all...]
  /external/chromium_org/v8/src/mips/
codegen-mips.cc     [all...]
  /external/chromium_org/content/browser/media/
webrtc_identity_store_backend.cc 227 base::TimeDelta age = base::Time::Now() - base::Time::FromInternalValue( local
229 if (age < validity_period_) {
  /external/mksh/src/
jobs.c 89 int32_t age; /* number of jobs started */ member in struct:job
443 j->age = ++njobs;
1016 (!oldest || jl->age < oldest->age))
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiAutoJoinController.java     [all...]
  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtilsTest.java 48 "age", // 2
64 "name TEXT, age INTEGER, address TEXT);");
112 int age = 21; local
121 String sql = "INSERT INTO " + TABLE_NAME + " (name, age, address) VALUES (?, ?, ?);";
124 DatabaseUtils.bindObjectToProgram(statement, 2, age);
134 assertEquals(age, cursor.getInt(2));
158 mDatabase.execSQL("INSERT INTO " + TABLE_NAME + " (name, age, address)" +
167 DatabaseUtils.cursorDoubleToContentValues(cursor, "age", contentValues, key);
178 mDatabase.execSQL("INSERT INTO " + TABLE_NAME + " (name, age, address)" +
186 DatabaseUtils.cursorDoubleToCursorValues(cursor, "age", contentValues)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common.c 165 uint32_t age; local
168 gp.value = (int *)&age;
177 return age;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 165 uint32_t age; local
168 gp.value = (int *)&age;
177 return age;
  /frameworks/native/libs/input/
VelocityTracker.cpp 575 nsecs_t age = newestMovement.eventTime - movement.eventTime;
576 if (age > HORIZON) {
584 time[m] = -age * 0.000000001f;
648 // Weight points based on their age, weighing very recent and very old points less.
649 // age 0ms: 0.5
650 // age 10ms: 1.0
651 // age 50ms: 1.0
652 // age 60ms: 0.5
671 // Weight points based on their age, weighing older points less.
672 // age 0ms: 1.
    [all...]
  /bionic/libc/kernel/uapi/drm/
drm.h 76 unsigned int age; member in struct:drm_tex_region

Completed in 3101 milliseconds

1 2 34 5 6