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

  /frameworks/base/media/libdrm/mobile1/include/parser/
parser_rel.h 70 uint8_t KeyValue[16]; /**< Decode base64 */
  /external/llvm/utils/yaml2obj/
yaml2obj.cpp 139 StringRef KeyValue = Key->getValue(Storage);
140 if (KeyValue == "Characteristics") {
147 Twine(KeyValue) + " must be a scalar value");
150 if (KeyValue == "Machine") {
205 } else if (KeyValue == "NumberOfSections") {
210 } else if (KeyValue == "TimeDateStamp") {
215 } else if (KeyValue == "PointerToSymbolTable") {
220 } else if (KeyValue == "NumberOfSymbols") {
225 } else if (KeyValue == "SizeOfOptionalHeader") {
328 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 360 milliseconds