Home
last modified time | relevance | path

Searched refs:get_hash (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Lib/test/
Dtest_hash.py177 def get_hash(self, repr_, seed=None): member in HashRandomizationTests
193 run1 = self.get_hash(self.repr_, seed='random')
194 run2 = self.get_hash(self.repr_, seed='random')
258 self.assertNotEqual(self.get_hash(self.repr_), known_hash_of_obj)
261 self.assertEqual(self.get_hash(self.repr_, seed=0), known_hash_of_obj)
268 self.assertEqual(self.get_hash(self.repr_, seed=42), h)
275 self.assertEqual(self.get_hash(self.repr_long, seed=42), h)
291 self.assertEqual(self.get_hash(self.repr_ucs2, seed=0), h)
293 self.assertEqual(self.get_hash(self.repr_ucs2, seed=42), h)
/third_party/libabigail/include/
Dabg-ir.h1596 get_hash() const;
1803 get_hash() const;
2940 get_hash() const;
3087 get_hash() const;
3221 get_hash() const;
3540 get_hash() const;
3623 get_hash() const;
4200 get_hash() const;
4319 get_hash() const;
/third_party/cef/tools/
Dgit_util.py29 def get_hash(path='.', branch='HEAD'): function
Dcef_version.py63 hash = git.get_hash(self.cef_path)
Dmake_distrib.py597 cef_rev = git.get_hash(cef_dir)
605 chromium_rev = git.get_hash(src_dir)
/third_party/mesa3d/docs/relnotes/
D10.1.6.rst80 - mesa/main: Make get_hash.c values constant.
/third_party/mesa3d/src/mesa/
Dmeson.build424 'get_hash.h',
426 output : 'get_hash.h',
/third_party/libabigail/src/
Dabg-hash.cc177 v = hashing::combine_hashes(v, (*i)->get_hash()); in operator ()()
Dabg-ir.cc4545 decl_base::get_hash() const in get_hash() function in abigail::ir::decl_base
7906 scope_decl::get_hash() const in get_hash() function in abigail::ir::scope_decl
19077 var_decl::get_hash() const in get_hash() function in abigail::ir::var_decl
20603 function_decl::get_hash() const in get_hash() function in abigail::ir::function_decl
21006 function_decl::parameter::get_hash() const in get_hash() function in abigail::ir::function_decl::parameter
22781 class_decl::base_spec::get_hash() const in get_hash() function in abigail::ir::class_decl::base_spec
23400 class_decl::get_hash() const in get_hash() function in abigail::ir::class_decl
25068 non_type_tparameter::get_hash() const in get_hash() function in abigail::ir::non_type_tparameter
25244 type_composition::get_hash() const in get_hash() function in abigail::ir::type_composition
25789 result = d->get_hash(); in hash_type_or_decl()
/third_party/libabigail/
DChangeLog27413 (class_decl::base_spec::get_hash): Do away with hash value caching
27773 (class_decl::base_spec::get_hash): Adjust.
31575 Do not cache hash values in decl_base::get_hash
31576 * src/abg-ir.cc (decl_base::get_hash): Do not cache the hash
37490 (decl_base::{get_hash, set_hash, get_scope,
38090 * src/abg-ir.cc (non_type_tparameter::get_hash): Add missing api doc.
38094 Fix and add missing hashing through the virtual decl_base::get_hash
38098 class_decl}::get_hash): Provide new overloads of the get_hash.
38111 non_type_tparameter, type_composition}::get_hash): Define new
38117 * include/abg-ir.h (function_decl::get_hash): Declare new virtual
[all …]