HomeSort by relevance Sort by last modified time
    Searched refs:KeyValue (Results 1 - 22 of 22) 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;
ktx.cpp 69 bool SkKTXFile::KeyValue::readKeyAndValue(const uint8_t* data) {
101 bool SkKTXFile::KeyValue::writeKeyAndValueForKTX(SkWStream* strm) {
160 const KeyValue *begin = this->fKeyValuePairs.begin();
161 const KeyValue *end = this->fKeyValuePairs.end();
162 for (const KeyValue *kv = begin; kv != end; ++kv) {
282 KeyValue kv(keyValueBytes);
356 SkKTXFile::KeyValue SkKTXFile::CreateKeyValue(const char *cstrKey, const char *cstrValue) {
368 KeyValue kv(size);
438 SkTArray<KeyValue> kvPairs;
496 for (KeyValue *kv = kvPairs.begin(); kv != kvPairs.end(); ++kv)
    [all...]
  /external/llvm/lib/Transforms/Utils/
SymbolRewriter.cpp 318 StringRef KeyValue;
332 KeyValue = Key->getValue(KeyStorage);
333 if (KeyValue.equals("source")) {
341 } else if (KeyValue.equals("target")) {
343 } else if (KeyValue.equals("transform")) {
345 } else if (KeyValue.equals("naked")) {
385 StringRef KeyValue;
399 KeyValue = Key->getValue(KeyStorage);
400 if (KeyValue.equals("source")) {
408 } else if (KeyValue.equals("target"))
    [all...]
  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 272 StringRef KeyValue = KeyString->getValue(KeyStorage);
282 if (KeyValue == "arguments" && !SequenceString) {
285 } else if (KeyValue != "arguments" && !ValueString) {
289 if (KeyValue == "directory") {
291 } else if (KeyValue == "arguments") {
301 } else if (KeyValue == "command") {
304 } else if (KeyValue == "file") {
  /external/llvm/utils/TableGen/
CodeGenMapTable.cpp 243 std::vector<Init*> KeyValue;
247 KeyValue.push_back(CurInstrVal);
252 // their KeyValue in RowInstrMap.
256 RowInstrMap[KeyValue].push_back(CurInstr);
310 std::vector<Init*> KeyValue;
312 // Construct KeyValue using KeyInstr's values for RowFields.
315 KeyValue.push_back(KeyInstrVal);
318 // Get all the instructions that share the same KeyValue as the KeyInstr
322 const std::vector<Record*> &RelatedInstrVec = RowInstrMap[KeyValue];
  /external/llvm/include/llvm/ADT/
StringMap.h 310 bool insert(MapEntryTy *KeyValue) {
311 unsigned BucketNo = LookupBucketFor(KeyValue->getKey());
318 Bucket = KeyValue;
368 void remove(MapEntryTy *KeyValue) {
369 RemoveKey(KeyValue);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/emr/
emrobject.py 98 class KeyValue(EmrObject):
127 self.properties = ResultSet([('member', KeyValue)])
290 self.tags = ResultSet([('member', KeyValue)])
345 self.properties = ResultSet([('member', KeyValue)])
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
shuffler.py 127 Converts records to KeyValue protos, sorts them by key and writes them
132 records: list of records which are serialized KeyValue protos.
140 proto = kv_pb.KeyValue()
239 """Reader which merge-reads multiple sorted KeyValue files.
360 proto = kv_pb.KeyValue()
540 proto = kv_pb.KeyValue()
588 records with KeyValue serialized entity.
621 Reads KeyValue from binary record.
629 proto = kv_pb.KeyValue()
641 with serialized KeyValue proto
    [all...]
kv_pb.py 24 class KeyValue(ProtocolBuffer.ProtocolMessage):
67 _net_proto___parse__python.MergeFromString(self, 'KeyValue', s)
71 return _net_proto___parse__python.Encode(self, 'KeyValue')
75 return _net_proto___parse__python.EncodePartial(self, 'KeyValue')
79 return _net_proto___parse__python.ToASCII(self, 'KeyValue', output_format)
84 _net_proto___parse__python.ParseASCII(self, 'KeyValue', s)
89 _net_proto___parse__python.ParseASCIIIgnoreUnknown(self, 'KeyValue', s)
191 _PROTO_DESCRIPTOR_NAME = 'KeyValue'
379 __all__ = ['KeyValue','KeyValues']
output_writers.py     [all...]
  /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...]
  /external/llvm/lib/IR/
GCOV.cpp 629 std::pair<const GCOVFunction *, GCOVCoverage> KeyValue(
631 FuncCoverages.insert(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;
  /external/guice/extensions/persist/lib/
commons-collections.jar 
hibernate3.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map.h 271 union KeyValue {
272 KeyValue() {}
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
  /external/dagger2/lib/
auto-value-1.0.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 

Completed in 988 milliseconds