HomeSort by relevance Sort by last modified time
    Searched defs:KeyValue (Results 1 - 11 of 11) 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/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/llvm/lib/Transforms/Utils/
SymbolRewriter.cpp 319 StringRef KeyValue;
333 KeyValue = Key->getValue(KeyStorage);
334 if (KeyValue.equals("source")) {
342 } else if (KeyValue.equals("target")) {
344 } else if (KeyValue.equals("transform")) {
346 } else if (KeyValue.equals("naked")) {
386 StringRef KeyValue;
400 KeyValue = Key->getValue(KeyStorage);
401 if (KeyValue.equals("source")) {
409 } else if (KeyValue.equals("target"))
    [all...]
  /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];
  /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 160 * KeyValue is a simple class that stores a pair of strings representing
163 private class KeyValue {
167 public KeyValue(String key, String value) {
234 KeyValue[] pairs;
236 public Update(String eventName, KeyValue[] pairs) {
248 for (KeyValue pair : pairs) {
    [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 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 1182 milliseconds