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

  /external/python/cpython2/Lib/test/
test_hashlib.py 109 tuple([_algo for _algo in self.supported_hash_names if
110 _algo.islower()]))
114 set(_algo for _algo in self.supported_hash_names
115 if _algo.islower()))
  /external/libaom/libaom/aom/internal/
aom_codec_internal.h 373 * the symbol is suffixed with _algo. A getter function is also defined to
376 * the same name as the struct, less the _algo suffix. The CODEC_INTERFACE
380 aom_codec_iface_t *id(void) { return &id##_algo; } \
381 aom_codec_iface_t id##_algo
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 378 * the symbol is suffixed with _algo. A getter function is also defined to
381 * the same name as the struct, less the _algo suffix. The CODEC_INTERFACE
385 vpx_codec_iface_t *id(void) { return &id##_algo; } \
386 vpx_codec_iface_t id##_algo
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_hashlib.py 107 tuple([_algo for _algo in self.supported_hash_names if
108 _algo.islower()]))
  /external/python/cpython3/Lib/test/
test_hashlib.py 186 set(_algo for _algo in self.supported_hash_names
187 if _algo.islower()))
    [all...]

Completed in 380 milliseconds