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

1 23 4

  /external/bluetooth/bluedroid/stack/smp/
smp_utils.c 464 ** character string into SMP TK.
470 void smp_convert_string_to_tk(BT_OCTET16 tk, UINT32 passkey)
472 UINT8 *p = tk;
478 key.p_data = tk;
smp_int.h 192 BT_OCTET16 tk; member in struct:__anon6340
303 extern void smp_convert_string_to_tk(BT_OCTET16 tk, UINT32 passkey);
smp_act.c 511 STREAM_TO_ARRAY (p_cb->tk, p, BT_OCTET16_LEN); /* reuse TK for IRK */
529 memcpy(pid_key.irk, p_cb->tk, BT_OCTET16_LEN);
839 else if (model == SMP_MODEL_ENC_ONLY) /* TK = 0, go calculate Confirm */
856 key.p_data = p_cb->tk;
859 memset(p_cb->tk, 0, BT_OCTET16_LEN);
860 /* TK, ready */
    [all...]
  /external/sonivox/jet_tools/JetCreator/
img_Redo.py 27 \xd1\xe3H\xb2(L\x19\x87-\x0c\xd8"\tK&\xc1\xa5\x05.\x19\xb8\xb4`\xf0\t\x0c\
28 \x1b\xddP\x89\x17\xa5\xfa\xa3\xb8\xd0\xf3Gbt\xec\xc6y\tk\xdd\xe1-\x98\xb8g\
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 617 Class<?> tk = Thread.class; typedefs
625 (tk.getDeclaredField("parkBlocker"));
ConcurrentSkipListMap.java 2799 K tk = fromKey; local
    [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...]
  /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/icu/icu4c/source/common/
locmap.c 639 ILCID_POSIX_ELEMENT_ARRAY(0x0442, tk, tk_TM)
859 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 111 u8 tk[16]; /* TPK-TK; assuming only CCMP will be used */ member in struct:wpa_tdls_peer::tpk
176 wpa_printf(MSG_WARNING, "TDLS: Failed to delete TPK-TK from "
209 rsc, sizeof(rsc), peer->tpk.tk, key_len) < 0) {
430 wpa_hexdump_key(MSG_DEBUG, "TDLS: TPK-TK",
431 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...]

Completed in 688 milliseconds

1 23 4