Searched refs:has_key (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DUtil.py36 if not dict.has_key(key):
/linux-4.1.27/tools/perf/scripts/python/
H A Dfutex-contention.py36 if thread_blocktime.has_key(tid):
H A Devent_analyzing_sample.py78 if (param_dict.has_key("dso")):
83 if (param_dict.has_key("symbol")):
/linux-4.1.27/tools/perf/tests/
H A Dattr.py95 if not self.has_key(t) or not other.has_key(t):
103 if not self.has_key(t) or not other.has_key(t):
/linux-4.1.27/crypto/
H A Dalgif_hash.c39 bool has_key; member in struct:algif_hash_tfm
256 if (!tfm->has_key) hash_check_key()
379 tfm->has_key = !err; hash_setkey()
435 if (!tfm->has_key && crypto_ahash_has_setkey(tfm->hash)) hash_accept_parent()
H A Dalgif_skcipher.c36 bool has_key; member in struct:skcipher_tfm
777 if (!tfm->has_key) skcipher_check_key()
888 tfm->has_key = !err; skcipher_setkey()
963 if (!tfm->has_key) skcipher_accept_parent()
/linux-4.1.27/scripts/kconfig/
H A Dnconf.c1540 if (has_key(KEY_F(1)) == FALSE) { main()

Completed in 148 milliseconds