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

1 2 3 45 6 7 8 9

  /external/libmtp/
ltmain.sh     [all...]
  /external/libogg/
ltmain.sh     [all...]
  /external/libopus/
ltmain.sh     [all...]
  /external/libusb/
ltmain.sh     [all...]
  /external/libusb-compat/
ltmain.sh     [all...]
  /external/libvorbis/
ltmain.sh     [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh     [all...]
  /external/protobuf/
ltmain.sh     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/build-aux/
ltmain.sh     [all...]
  /toolchain/binutils/binutils-2.25/
ltmain.sh     [all...]
  /external/autotest/scheduler/
drone_manager.py 94 age = 0 variable in class:_PidfileInfo
337 if info.age > self._get_max_pidfile_refreshes():
341 info.age += 1
789 self._registered_pidfile_info[pidfile_id].age = 0
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
defacl.py 92 Cache-Control header of "Cache-Control:private, max-age=0, no-transform" on
acl.py 142 Cache-Control header of "Cache-Control:private, max-age=0, no-transform" on
  /external/deqp/modules/egl/
teglBufferAgeTests.cpp 470 int age = bufferAges[frameNdx];
471 while (age != 0)
473 frameNdx = frameNdx - age;
476 age = bufferAges[frameNdx];
519 if (currentBufferAge > frameNdx || currentBufferAge < 0) // invalid buffer age
522 stream << "Fail, the age is invalid. Age: " << currentBufferAge << ", frameNdx: " << frameNdx;
530 stream << "Fail, EGL_BUFFER_PRESERVED is set to true, but buffer age is: " << currentBufferAge << " (should be 1)";
579 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Fail, buffer content is not well preserved when age > 0");
714 return tcu::intThresholdPositionDeviationCompare(log, "buffer age test", stream.str().c_str(), reference.getAccess(), buffer.getAccess()
    [all...]
teglPartialUpdateTests.cpp 454 int age = bufferAges[frameNdx];
455 while (age != 0)
457 frameNdx = frameNdx - age;
460 age = bufferAges[frameNdx];
517 if (currentBufferAge > frameNdx || currentBufferAge < 0) // invalid buffer age
520 stream << "Fail, the age is invalid. Age: " << currentBufferAge << ", frameNdx: " << frameNdx;
542 // if the buffer age extension is not supported.
574 string errorMessage("Fail, render result is wrong. Buffer age is ");
585 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Fail, claim to support partial_update but buffer age is always 0")
    [all...]
  /external/google-breakpad/src/common/windows/
pdb_source_line_writer.cc 1186 DWORD age; local
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/cldr/
CheckSystemFonts.java 451 String age = UCharacter.getAge(i).toString(); local
452 return age.substring(0,age.indexOf('.',age.indexOf('.') + 1));
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
MessageData.java 561 final long age = now - mRetryStartTimestamp; local
562 return age < maxAgeToResend;
569 final long age = now - mRetryStartTimestamp; local
570 return age < maxAgeToRedownload;
    [all...]
  /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/libbrillo/brillo/dbus/
data_serialization_unittest.cc 657 int age; member in struct:brillo::dbus_utils::Person
661 age == rhs.age;
671 AppendValueToWriter(&struct_writer, value.age);
684 PopValueFromReader(&struct_reader, &value->age);
  /external/v8/src/mips/
codegen-mips.cc     [all...]
  /external/v8/src/mips64/
codegen-mips64.cc     [all...]
  /frameworks/base/core/java/android/os/
FileUtils.java 368 * @param minAge Always keep files younger than this age.
393 final long age = System.currentTimeMillis() - file.lastModified(); local
394 if (age > minAge) {
  /system/connectivity/shill/dbus/
chromeos_supplicant_interface_proxy.cc 205 bool ChromeosSupplicantInterfaceProxy::FlushBSS(const uint32_t& age) {
208 if (!interface_proxy_->FlushBSS(age, &error)) {

Completed in 659 milliseconds

1 2 3 45 6 7 8 9