HomeSort by relevance Sort by last modified time
    Searched refs:cached_result (Results 1 - 2 of 2) sorted by null

  /external/valgrind/mpi/
libmpiwrap.c 609 static long cached_result = 0; local
612 if (cached_result != 0) {
613 assert(cached_result == 10 || cached_result == 16 || cached_result == 8);
614 return cached_result;
646 cached_result = i - 16;
649 printf("sizeof_long_double_image: computed %d\n", (int)cached_result);
651 assert(cached_result == 10 || cached_result == 16 || cached_result == 8)
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
device_utils.py 407 cached_result = self._cache['package_apk_paths'].get(package)
408 if cached_result is not None and not skip_cache:
414 if cached_result and not self.PathExists(cached_result):
415 cached_result = None
417 if cached_result is not None:
418 return list(cached_result)
    [all...]

Completed in 75 milliseconds