HomeSort by relevance Sort by last modified time
    Searched refs:current_key (Results 1 - 9 of 9) sorted by null

  /external/autotest/client/site_tests/network_EthernetStressPlug/
network_EthernetStressPlug.py 423 current_key = ''
427 current_key = current_line[0]
432 if current_key == 'Speed':
434 parameters[current_key] = ''
436 parameters[current_key] = speed.groups()[0]
437 elif (current_key == 'Supported link modes' or
438 current_key == 'Advertised link modes'):
439 parameters[current_key] = []
440 parameters[current_key] += \
443 parameters[current_key] = current_line[2].strip(
    [all...]
  /external/v8/tools/release/
search_related_commits.py 174 for current_key in high_level_commits:
177 current_key,
182 yield "+" + current_key
184 found_commits = all_related_commits[current_key]
  /external/syslinux/com32/hdt/
hdt-cli.c 822 int current_key = 0; local
860 current_key = get_key(stdin, 0);
867 if (current_key != KEY_TAB)
870 switch (current_key) {
1106 if ((current_key < 0x20) || (current_key > 0x7e))
1117 sprintf(key, "%c", current_key);
    [all...]
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
phNxpExtns_MifareStd.h 28 extern uint8_t current_key[];
phNxpExtns_MifareStd.c 35 uint8_t current_key[6]={0}; variable
946 memcpy(current_key,secretkey,len);
    [all...]
phFriNfc_MifStdFormat.c 198 Mfc_FormatNdef(current_key,6);
    [all...]
  /external/v8/src/ast/
modules.cc 228 auto current_key = it->first; local
239 } while (it != regular_exports_.end() && it->first == current_key);
  /external/v8/src/
objects-debug.cc 1391 Name* current_key = NULL; local
    [all...]
objects.cc 16402 Object* current_key = KeyAt(current); local
    [all...]

Completed in 204 milliseconds