Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/tests/
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.4.14/tools/perf/scripts/python/
Devent_analyzing_sample.py78 if (param_dict.has_key("dso")):
83 if (param_dict.has_key("symbol")):
Dfutex-contention.py36 if thread_blocktime.has_key(tid):
/linux-4.4.14/crypto/
Dalgif_hash.c39 bool has_key; member
264 if (!tfm->has_key) in hash_check_key()
387 tfm->has_key = !err; in hash_setkey()
443 if (!tfm->has_key && crypto_ahash_has_setkey(tfm->hash)) in hash_accept_parent()
Dalgif_skcipher.c36 bool has_key; member
779 if (!tfm->has_key) in skcipher_check_key()
890 tfm->has_key = !err; in skcipher_setkey()
966 if (!tfm->has_key && crypto_skcipher_has_setkey(tfm->skcipher)) in skcipher_accept_parent()
/linux-4.4.14/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DUtil.py36 if not dict.has_key(key):
/linux-4.4.14/scripts/kconfig/
Dnconf.c1540 if (has_key(KEY_F(1)) == FALSE) { in main()