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

  /external/cmockery/cmockery_0_1_2/src/example/
key_value.c 20 typedef struct KeyValue {
23 } KeyValue;
25 static KeyValue *key_values = NULL;
28 void set_key_values(KeyValue * const new_key_values,
34 // Compare two key members of KeyValue structures.
36 return (int)((KeyValue*)a)->key - (int)((KeyValue*)b)->key;
40 KeyValue* find_item_by_value(const char * const value) {
key_value_test.c 24 typedef struct KeyValue {
27 } KeyValue;
29 void set_key_values(KeyValue * const new_key_values,
31 extern KeyValue* find_item_by_value(const char * const value);
34 static KeyValue key_values[] = {
42 KeyValue * const items = (KeyValue*)test_malloc(sizeof(key_values));
56 KeyValue * const found = find_item_by_value(key_values[i].value);
65 KeyValue * const kv = *state;
  /external/smack/src/org/jivesoftware/smack/util/collections/
KeyValue.java 30 public interface KeyValue <K,V> {
  /external/chromium_org/third_party/skia/third_party/ktx/
ktx.h 98 class KeyValue {
100 KeyValue(size_t size) : fDataSz(size) { }
112 static KeyValue CreateKeyValue(const char *key, const char *value);
132 SkTArray<KeyValue> fKeyValuePairs;
  /external/skia/third_party/ktx/
ktx.h 97 class KeyValue {
99 KeyValue(size_t size) : fDataSz(size) { }
111 static KeyValue CreateKeyValue(const char *key, const char *value);
131 SkTArray<KeyValue> fKeyValuePairs;
  /external/llvm/utils/TableGen/
CodeGenMapTable.cpp 244 std::vector<Init*> KeyValue;
249 KeyValue.push_back(CurInstrVal);
254 // their KeyValue in RowInstrMap.
258 RowInstrMap[KeyValue].push_back(CurInstr);
313 std::vector<Init*> KeyValue;
315 // Construct KeyValue using KeyInstr's values for RowFields.
319 KeyValue.push_back(KeyInstrVal);
322 // Get all the instructions that share the same KeyValue as the KeyInstr
326 const std::vector<Record*> &RelatedInstrVec = RowInstrMap[KeyValue];
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CookieParser.js 51 WebInspector.CookieParser.KeyValue = function(key, value, position)
130 * @return {?WebInspector.CookieParser.KeyValue}
147 var result = new WebInspector.CookieParser.KeyValue(keyValueMatch[1], keyValueMatch[2] && keyValueMatch[2].trim(), this._originalInputLength - this._input.length);
165 * @param {!WebInspector.CookieParser.KeyValue} keyValue
168 _addCookie: function(keyValue, type)
171 this._lastCookie.setSize(keyValue.position - this._lastCookiePosition);
174 this._lastCookie = typeof keyValue.value === "string" ? new WebInspector.Cookie(keyValue.key, keyValue.value, type)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cryptxml.h 285 CRYPT_XML_KEY_VALUE KeyValue;
  /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...]
  /external/qemu/qapi-auto-generated/
qapi-types.h 1330 typedef struct KeyValue KeyValue;
1335 KeyValue *value;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 829 milliseconds