HomeSort by relevance Sort by last modified time
    Searched refs:tk (Results 51 - 75 of 92) sorted by null

1 23 4

  /external/bluetooth/bluedroid/stack/smp/
smp_act.c 487 STREAM_TO_ARRAY (p_cb->tk, p, BT_OCTET16_LEN); /* reuse TK for IRK */
505 memcpy(pid_key.irk, p_cb->tk, BT_OCTET16_LEN);
807 else if (model == SMP_MODEL_ENC_ONLY) /* TK = 0, go calculate Confirm */
824 key.p_data = p_cb->tk;
827 memset(p_cb->tk, 0, BT_OCTET16_LEN);
828 /* TK, ready */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTipWindow.py 71 # This command is only needed and available on Tk >= 8.4.0 for OSX
74 tw.tk.call("::tk::unsupported::MacWindowStyle", "style", tw._w,
149 root = Tk()
aboutDialog.py 69 tkVer = self.tk.call('info', 'patchlevel')
70 labelTkVer = Label(frameBg, text='Tk version: '+
140 root = Tk()
EditorWindow.py 183 # Starting with tk 8.5 we have to set the new tabstyle option
185 # older tk versions.
201 # present and the Tk Text widget already binds <2>.)
278 # CAUTION: telling Tk to use anything other than its default
282 self.tabwidth = 8 # must remain 8 until Tk is fixed.
350 """convert filename to unicode in order to display it in Tk"""
371 # state&4==Control. If <Control-Home>, use the Tk binding.
528 self.text.tk.call('tk::GetSelection', self.text, 'CLIPBOARD')
    [all...]
AutoCompleteWindow.py 177 # This command is only needed and available on Tk >= 8.4.0 for OSX
180 acw.tk.call("::tk::unsupported::MacWindowStyle", "style", acw._w,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTipWindow.py 71 # This command is only needed and available on Tk >= 8.4.0 for OSX
74 tw.tk.call("::tk::unsupported::MacWindowStyle", "style", tw._w,
149 root = Tk()
aboutDialog.py 69 tkVer = self.tk.call('info', 'patchlevel')
70 labelTkVer = Label(frameBg, text='Tk version: '+
140 root = Tk()
EditorWindow.py 183 # Starting with tk 8.5 we have to set the new tabstyle option
185 # older tk versions.
201 # present and the Tk Text widget already binds <2>.)
278 # CAUTION: telling Tk to use anything other than its default
282 self.tabwidth = 8 # must remain 8 until Tk is fixed.
350 """convert filename to unicode in order to display it in Tk"""
371 # state&4==Control. If <Control-Home>, use the Tk binding.
528 self.text.tk.call('tk::GetSelection', self.text, 'CLIPBOARD')
    [all...]
AutoCompleteWindow.py 177 # This command is only needed and available on Tk >= 8.4.0 for OSX
180 acw.tk.call("::tk::unsupported::MacWindowStyle", "style", acw._w,
  /external/chromium_org/third_party/icu/source/common/
locmap.c 554 ILCID_POSIX_ELEMENT_ARRAY(0x0442, tk, tk_TM)
755 ILCID_POSIX_MAP(tk), /* tk Turkmen 0x42 */
    [all...]
  /external/chromium/net/proxy/
proxy_config_service_linux.cc 631 StringTokenizer tk(value, ", ");
632 while (tk.GetNext()) {
633 std::string token = tk.token();
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 96 self.assertRaises(Tkinter.TclError, cbtn.tk.globalgetvar,
102 cbtn.tk.globalgetvar(cbtn['variable']))
110 cbtn.tk.globalgetvar(cbtn['variable']))
450 cbtn.tk.globalgetvar(cbtn['variable']))
459 cbtn.tk.globalgetvar(cbtn['variable']))
911 # the following will make a tk.call equivalent to
912 # tk.call(treeview, "exists") which should result in an error
913 # in the tcl interpreter since tk requires an item.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 96 self.assertRaises(Tkinter.TclError, cbtn.tk.globalgetvar,
102 cbtn.tk.globalgetvar(cbtn['variable']))
110 cbtn.tk.globalgetvar(cbtn['variable']))
450 cbtn.tk.globalgetvar(cbtn['variable']))
459 cbtn.tk.globalgetvar(cbtn['variable']))
911 # the following will make a tk.call equivalent to
912 # tk.call(treeview, "exists") which should result in an error
913 # in the tcl interpreter since tk requires an item.
    [all...]
  /external/chromium_org/net/proxy/
proxy_config_service_linux.cc     [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 126 tk = create_token do |t|
130 return( CommonTree.new( tk ) )
552 tk = node.token and tk.index >= 0 ? tk : nil
    [all...]
  /external/icu4c/common/
locmap.c 634 ILCID_POSIX_ELEMENT_ARRAY(0x0442, tk, tk_TM)
854 ILCID_POSIX_MAP(tk), /* tk Turkmen 0x42 */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 214 TKPATH=$(DELIM)lib-tk
950 LIBSUBDIRS= lib-tk lib-tk/test lib-tk/test/test_tkinter \
951 lib-tk/test/test_ttk site-packages test test/data \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 214 TKPATH=$(DELIM)lib-tk
951 LIBSUBDIRS= lib-tk lib-tk/test lib-tk/test/test_tkinter \
952 lib-tk/test/test_ttk site-packages test test/data \
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
tdls.c 108 u8 tk[16]; /* TPK-TK; assuming only CCMP will be used */ member in struct:wpa_tdls_peer::tpk
164 wpa_printf(MSG_WARNING, "TDLS: Failed to delete TPK-TK from "
197 rsc, sizeof(rsc), peer->tpk.tk, key_len) < 0) {
415 wpa_hexdump_key(MSG_DEBUG, "TDLS: TPK-TK",
416 peer->tpk.tk, sizeof(peer->tpk.tk));
    [all...]
  /external/opencv/ml/src/
mltree.cpp 2693 int tj = 0, tk = 0; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
CodeGenTreeWalker.g     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java 2799 K tk = fromKey; local
    [all...]
ForkJoinPool.java 3284 Class<?> tk = Thread.class; local
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
ApiService.java 1459 int tk = qIntent.getIntExtra(PARAM_TOKEN, 0); local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
voice.rtpdump 10 ??pj?tqvujjkjppnulkmo~z|?zmgghikpmcaek}??kmv??w}????}??????????vy???|x{???~??????}??????mhgcqinwyt~?rd_u??~fblrpmp???~x???????????v????ij??i_gz?obbq????????o{urr???9j?4????pj{}?qiip????pw??????~s????mabqhkgeeiuuz~xx?????x?~?????ton???}|bgm????????????????yvjiejuznej???x?????~??vlko??noebeijkhs~xsw?????????y????{???nnhw?jal~??????????9k?4?J??pj?}????oahvwlk}????no???s_hr~nmo?tspy??}??yv?vjk}??rwoiw????llo???t?????????????qlm}????w???{la_coac`fo????|u????????????zt}}o~???sligmqf`^jkukn??????????????????9l?4???pjnxx???????????uzhilypuhcelvmjklt???????ry?ypnn???l`w????y???uz????}??ye^mu??lhq???tx??nqmoryp|??|w???vn????????wl{??leekx?mlkzwg[cp??k_l??{ge???????????????????9m?4????pj????v???????ypxw???}os{qfnutig^_gj{mwsou}???zlo???nx???vst??xnz????wisz?|r~??ok????||????????????????????}?~?y???xsr~?pk^ahojkhxzne_kokdn~????|???nmlfrw?nqm????(?9n?4?*??pj????????vy?lht|~o}?????????????xbg????o|~???zmmv?xmcm???kn????v?????skejjlmhhhdip??pjm??yhsr?piclx???q?}?uot|?rl|???????????????????????????|?xf_aitvog`cgj|??uv??;?9o?4???pj????}?{??????zjey???thmqtpzlttely???qortv???mhjjrqkdbhn?}xnv???????wu?????????u???wk?????iht|klz??wbf???vy???t??}zmltjhbgm????lm??tk`nt?jilw?????zvw?????????kiq??N?9p?4?j??pj???????~?|}nvs????yw?????????|s???orovojgim?|vjhkiynho}?odeu??{p???}?}???????????ulk???i`r?????????igkx{{sjkmptuifs?xxh????????????yu????qmy???w|woptojr??y`ccqo??c?9q?4?
    [all...]

Completed in 1341 milliseconds

1 23 4