HomeSort by relevance Sort by last modified time
    Searched defs:KeyValue (Results 1 - 5 of 5) sorted by null

  /external/smack/src/org/jivesoftware/smack/util/collections/
KeyValue.java 30 public interface KeyValue <K,V> {
  /frameworks/base/media/libdrm/mobile1/include/parser/
parser_rel.h 70 uint8_t KeyValue[16]; /**< Decode base64 */
  /external/llvm/utils/TableGen/
CodeGenMapTable.cpp 245 std::vector<Init*> KeyValue;
250 KeyValue.push_back(CurInstrVal);
255 // their KeyValue in RowInstrMap.
259 RowInstrMap[KeyValue].push_back(CurInstr);
314 std::vector<Init*> KeyValue;
316 // Construct KeyValue using KeyInstr's values for RowFields.
320 KeyValue.push_back(KeyInstrVal);
323 // Get all the instructions that share the same KeyValue as the KeyInstr
327 const std::vector<Record*> &RelatedInstrVec = RowInstrMap[KeyValue];
  /external/llvm/utils/yaml2obj/
yaml2obj.cpp 138 StringRef KeyValue = Key->getValue(Storage);
139 if (KeyValue == "Characteristics") {
146 Twine(KeyValue) + " must be a scalar value");
149 if (KeyValue == "Machine") {
204 } else if (KeyValue == "NumberOfSections") {
209 } else if (KeyValue == "TimeDateStamp") {
214 } else if (KeyValue == "PointerToSymbolTable") {
219 } else if (KeyValue == "NumberOfSymbols") {
224 } else if (KeyValue == "SizeOfOptionalHeader") {
327 StringRef KeyValue = Key->getValue(Storage)
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 152 * KeyValue is a simple class that stores a pair of strings representing
155 private class KeyValue {
159 public KeyValue(String key, String value) {
226 KeyValue[] pairs;
228 public Update(String eventName, KeyValue[] pairs) {
240 for (KeyValue pair : pairs) {
    [all...]

Completed in 94 milliseconds