Searched refs:currentKey (Results 1 – 8 of 8) sorted by relevance
57 uint8_t *currentKey = NULL; in printKeys() local60 currentKey = keys[i]; in printKeys()61 while(*currentKey != 0) { in printKeys()62 if(*currentKey == 1) { in printKeys()65 fprintf(stdout, "%02X", *currentKey); in printKeys()67 currentKey++; in printKeys()
98 Object currentKey = loader.getResourceVersionId(filename); in getResourceVersionId() local99 if (currentKey != null) { in getResourceVersionId()100 return currentKey; in getResourceVersionId()
57 currentKey = 'b'; // currently selected option in GPTDataCurses()585 if (whichOptions.find(currentKey) == string::npos) in MoveSelection()586 currentKey = 'n'; in MoveSelection()587 newKeyNum = whichOptions.find(currentKey); in MoveSelection()592 currentKey = whichOptions[newKeyNum]; in MoveSelection()593 DisplayOptions(currentKey); in MoveSelection()637 currentKey = selectedKey; in DisplayOptions()668 exitNow = Dispatch(currentKey); in AcceptInput()
85 char currentKey; variable
397 self.currentKey = None424 if self.currentKey is not None:425 self.stack[-1][self.currentKey] = value426 self.currentKey = None452 self.currentKey = self.getData()
564 K currentKey = null; in entryIterator()576 currentKey = entry.getKey(); in entryIterator()579 return Maps.immutableEntry(currentKey, valueItr.next()); in entryIterator()
566 K currentKey = null; in entryIterator()578 currentKey = entry.getKey(); in entryIterator()581 return Maps.immutableEntry(currentKey, valueItr.next()); in entryIterator()
2029 KeyWord currentKey = KeyWord::kPublic; in parseClass() local2043 iter->fPrivate = KeyWord::kPublic != currentKey; in parseClass()2049 currentKey = KeyWord::kPublic; in parseClass()2053 currentKey = KeyWord::kProtected; in parseClass()2057 currentKey = KeyWord::kPrivate; in parseClass()2062 if (KeyWord::kPublic == currentKey) { in parseClass()2071 iter->fPrivate = KeyWord::kPublic != currentKey; in parseClass()