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

12 3 4

  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
properties.rb 32 tokens = lexer.map { |tk| tk }
  /external/bluetooth/bluedroid/stack/smp/
smp_api.c 261 smp_convert_string_to_tk(p_cb->tk, passkey);
301 memcpy(p_cb->tk, p_data, len);
304 key.p_data = p_cb->tk;
smp_keys.c 182 UINT8 *tt = p_cb->tk;
196 /* save the TK */
197 memset(p_cb->tk, 0, BT_OCTET16_LEN);
201 key.p_data = p_cb->tk;
217 ** AES with the TK value as key and a concatenation of the random
245 if (!SMP_Encrypt( p_cb->tk, BT_OCTET16_LEN, ptext, BT_OCTET16_LEN, &output))
557 /* calculate e(k, r XOR p1), where k = TK */
558 if (!SMP_Encrypt(p_cb->tk, BT_OCTET16_LEN, p1, BT_OCTET16_LEN, &output))
597 if (!SMP_Encrypt(p_cb->tk, BT_OCTET16_LEN, p2, BT_OCTET16_LEN, &output))
698 ** RRand and local BDA, TK information
    [all...]
smp_utils.c 445 ** character string into SMP TK.
451 void smp_convert_string_to_tk(BT_OCTET16 tk, UINT32 passkey)
453 UINT8 *p = tk;
459 key.p_data = tk;
smp_int.h 192 BT_OCTET16 tk; member in struct:__anon3983
299 extern void smp_convert_string_to_tk(BT_OCTET16 tk, UINT32 passkey);
  /external/chromium/chrome/browser/ui/webui/options/
advanced_options_utils_gtk.cc 47 CStringTokenizer tk(path, path + strlen(path), ":");
49 while (tk.GetNext()) {
51 bin_path = FilePath(tk.token()).Append(commands[i].argv[0]);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 28 v = self.canvas.tk.split(self.canvas.tk.call(
37 self._keys = map(lambda x, tk=self.canvas.tk:
38 tk.splitlist(x)[0][1:],
39 self.canvas.tk.splitlist(
169 return self.canvas.tk.splitlist(self._do('gettags', self.tag))
173 return self.canvas.tk.getint(self._do('index', index))
tkFileDialog.py 5 # tk common file dialogues
8 # available in Tk 4.2 and newer, and the directory dialogue available
9 # in Tk 8.3 and newer.
89 if not widget.tk.wantobjects() and "multiple" in self.options:
91 return self._fixresult(widget, widget.tk.splitlist(result))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 28 v = self.canvas.tk.split(self.canvas.tk.call(
37 self._keys = map(lambda x, tk=self.canvas.tk:
38 tk.splitlist(x)[0][1:],
39 self.canvas.tk.splitlist(
169 return self.canvas.tk.splitlist(self._do('gettags', self.tag))
173 return self.canvas.tk.getint(self._do('index', index))
tkFileDialog.py 5 # tk common file dialogues
8 # available in Tk 4.2 and newer, and the directory dialogue available
9 # in Tk 8.3 and newer.
89 if not widget.tk.wantobjects() and "multiple" in self.options:
91 return self._fixresult(widget, widget.tk.splitlist(result))
  /external/chromium_org/third_party/freetype/src/psaux/
afmparse.c 586 AFM_TrackKern tk; local
618 tk = fi->TrackKerns + n;
628 tk->degree = shared_vals[0].u.i;
629 tk->min_ptsize = shared_vals[1].u.f;
630 tk->min_kern = shared_vals[2].u.f;
631 tk->max_ptsize = shared_vals[3].u.f;
632 tk->max_kern = shared_vals[4].u.f;
635 if ( tk->degree < 0 && tk->min_kern > 0 )
636 tk->min_kern = -tk->min_kern
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
properties.rb 132 a returns [$tk]
135 $tk = [
164 tk = parser.a
165 tk.should == [
  /external/chromium_org/third_party/sqlite/src/
mkopcodeh.awk 38 tk[$2] = 0+$3
58 op[name] = tk[sym]
  /art/compiler/dex/
mir_optimization.cc 336 BasicBlock* tk = bb->taken; local
337 DCHECK(tk != NULL);
338 BasicBlock* tk_ft = tk->fall_through;
339 BasicBlock* tk_tk = tk->taken;
347 (Predecessors(tk) == 1) && (Predecessors(ft) == 1)) {
352 if (SelectKind(tk->last_mir_insn) == kSelectGoto) {
353 tk->last_mir_insn->optimization_flags |= (MIR_IGNORE_SUSPEND_CHECK);
357 (tk->first_mir_insn != tk->last_mir_insn) &&
358 (tk->first_mir_insn->next == tk->last_mir_insn) &
    [all...]
  /external/dropbear/libtomcrypt/src/math/fp/
ltc_ecc_fp_mulmod.c 784 void *tk, *order; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py 25 self.assertRaises(Tkinter.TclError, x.tk.globalgetvar, var)
32 self.assertEqual(x.tk.globalgetvar(name), myvar.get())
34 self.assertRaises(Tkinter.TclError, x.tk.globalgetvar, name)
200 self.assertEqual(optmenu.tk.globalgetvar(name), var.get())
202 self.assertRaises(Tkinter.TclError, optmenu.tk.globalgetvar, name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py 25 self.assertRaises(Tkinter.TclError, x.tk.globalgetvar, var)
32 self.assertEqual(x.tk.globalgetvar(name), myvar.get())
34 self.assertRaises(Tkinter.TclError, x.tk.globalgetvar, name)
200 self.assertEqual(optmenu.tk.globalgetvar(name), var.get())
202 self.assertRaises(Tkinter.TclError, optmenu.tk.globalgetvar, name)
  /external/freetype/src/psaux/
afmparse.c 589 AFM_TrackKern tk; local
621 tk = fi->TrackKerns + n;
631 tk->degree = shared_vals[0].u.i;
632 tk->min_ptsize = shared_vals[1].u.f;
633 tk->min_kern = shared_vals[2].u.f;
634 tk->max_ptsize = shared_vals[3].u.f;
635 tk->max_kern = shared_vals[4].u.f;
  /external/valgrind/main/coregrind/m_demangle/
cplus-dem.c 3543 type_kind_t tk = tk_none; local
3851 type_kind_t tk = tk_integral; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/
import.rb 256 lexer.map { |tk| lexer.capture( tk.text ) }
281 lexer.map { |tk| lexer.capture( tk.text ) }
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 926 tk = look( k ) and return( tk.type )
960 tk = @tokens.at( cursor += 1 ) or return( cursor )
961 # ^- if tk is nil (i.e. i is outside array limits)
962 end until tk.channel == @channel
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_peap.c 249 u8 *tk; local
253 * Tunnel key (TK) is the first 60 octets of the key generated by
256 tk = data->key_data;
257 if (tk == NULL)
259 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: TK", tk, 60);
263 /* Fast-connect: IPMK|CMK = TK */
264 os_memcpy(data->ipmk, tk, 40);
265 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: IPMK from TK",
267 os_memcpy(data->cmk, tk + 40, 20)
    [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\
  /external/wpa_supplicant_8/src/eap_server/
eap_server_peap.c 324 u8 *tk; local
328 * Tunnel key (TK) is the first 60 octets of the key generated by
331 tk = eap_server_tls_derive_key(sm, &data->ssl, "client EAP encryption",
333 if (tk == NULL)
335 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: TK", tk, 60);
342 * TempKey = First 40 octets of TK
347 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: TempKey", tk, 40);
348 if (peap_prfplus(data->peap_version, tk, 40,
351 os_free(tk);
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 617 Class<?> tk = Thread.class; typedefs
625 (tk.getDeclaredField("parkBlocker"));

Completed in 443 milliseconds

12 3 4