Home
last modified time | relevance | path

Searched refs:product1 (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/
Dhash.cc87 uint64_t product1 = static_cast<uint64_t>(value1a) * short_random1; in HashInts64() local
92 uint64_t hash64 = product1 + product2 + product3 + product4; in HashInts64()
/external/python/cpython2/Lib/test/
Dtest_itertools.py691 def product1(*args, **kwds): function
728 self.assertEqual(list(product(*args)), list(product1(*args)))
/external/python/cpython3/Lib/test/
Dtest_itertools.py1024 def product1(*args, **kwds): function
1061 self.assertEqual(list(product(*args)), list(product1(*args)))
/external/grpc-grpc-java/netty/shaded/
Dgrpc-netty-shaded-1.14.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...