Home
last modified time | relevance | path

Searched defs:tk (Results 1 – 25 of 57) sorted by relevance

123

/external/python/cpython3/Lib/test/
Dtest_idle.py11 tk = import_module('tkinter') # Also imports _tkinter. variable
/external/python/cpython2/Lib/test/
Dtest_idle.py7 tk = import_module('Tkinter') # imports _tkinter variable
/external/python/cpython2/Demo/tkinter/guido/
Dwish.py6 tk = _tkinter.create(os.environ['DISPLAY'], 'wish', 'Tk', 1) variable
Drmt.py21 tk = root.tk variable
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_editmenu.py7 import tkinter as tk namespace
Dtest_macosx.py6 import tkinter as tk namespace
/external/libcxx/utils/google-benchmark/tools/
Dstrip_asm.py52 def is_identifier(tk): argument
/external/google-benchmark/tools/
Dstrip_asm.py52 def is_identifier(tk): argument
/external/tensorflow/tensorflow/core/util/
Dpresized_cuckoo_map.h101 uint64 tk = key_transform(k); in InsertUnique() local
131 uint64 tk = key_transform(k); in Find() local
140 const uint64 tk = key_transform(k); in PrefetchKey() local
/external/scapy/scapy/modules/krack/
Dcrypto.py273 def build_TKIP_payload(data, iv, mac, tk): argument
296 def parse_data_pkt(pkt, tk): argument
/external/python/cpython2/Demo/tix/
Dgrid.py2 import Tix as tk namespace
/external/wpa_supplicant_8/src/crypto/
Dsha256.c30 unsigned char tk[32]; in hmac_sha256_vector() local
Dsha512.c30 unsigned char tk[64]; in hmac_sha512_vector() local
Dsha384.c30 unsigned char tk[48]; in hmac_sha384_vector() local
Dsha1.c30 unsigned char tk[20]; in hmac_sha1_vector() local
Dmd5.c30 u8 tk[16]; in hmac_md5_vector() local
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_editmenu.py6 import Tkinter as tk namespace
Dhtest.py70 import Tkinter as tk namespace
/external/freetype/src/tools/
Dtest_afm.c32 AFM_TrackKern tk = fi->TrackKerns + i; in dump_fontinfo() local
/external/tensorflow/tensorflow/core/common_runtime/
Dsession_state.cc60 Status TensorStore::AddTensor(const string& name, const TensorAndKey& tk) { in AddTensor()
/external/tcpdump/
Dsignature.c56 unsigned char tk[16]; in signature_compute_hmac_md5() local
/external/antlr/tool/src/main/java/org/antlr/tool/
DInterp.java117 StringTokenizer tk = new StringTokenizer(ignoreTokens, " "); in main() local
/external/tensorflow/tensorflow/core/kernels/
Dsession_ops.cc52 TensorStore::TensorAndKey tk{val, id, requested_device()}; in Compute() local
/external/toybox/toys/pending/
Dsyslogd.c100 char *tk; in resolve_config() local
156 char *confline, *tk[2]; in parse_config_file() local
/external/python/cpython2/Lib/idlelib/
DPercolator.py56 import Tkinter as tk namespace

123