Home
last modified time | relevance | path

Searched refs:cached_result (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/mpi/
Dlibmpiwrap.c609 static long cached_result = 0; in sizeof_long_double_image() local
612 if (cached_result != 0) { in sizeof_long_double_image()
613 assert(cached_result == 10 || cached_result == 16 || cached_result == 8); in sizeof_long_double_image()
614 return cached_result; in sizeof_long_double_image()
646 cached_result = i - 16; in sizeof_long_double_image()
649 printf("sizeof_long_double_image: computed %d\n", (int)cached_result); in sizeof_long_double_image()
651 assert(cached_result == 10 || cached_result == 16 || cached_result == 8); in sizeof_long_double_image()
652 return cached_result; in sizeof_long_double_image()
/external/libmojo/third_party/catapult/devil/devil/android/
Ddevice_utils.py458 cached_result = self._cache['package_apk_paths'].get(package)
459 if cached_result is not None and not skip_cache:
465 if cached_result and not self.PathExists(cached_result):
466 cached_result = None
468 if cached_result is not None:
469 return list(cached_result)
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py522 cached_result = self._cache['package_apk_paths'].get(package)
523 if cached_result is not None and not skip_cache:
529 if cached_result and not self.PathExists(cached_result):
530 cached_result = None
532 if cached_result is not None:
533 return list(cached_result)