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

  /external/sepolicy/tools/
check_seapp.c 29 typedef struct kvp kvp; typedef in typeref:struct:kvp
90 * Key value pair struct, this represents the raw kvp values coming
93 struct kvp { struct
99 * Rules are made up of meta data and an associated set of kvp stored in a
459 static void free_kvp(kvp *k) {
465 * Checks a rule_map for any variation of KVP's that shouldn't be allowed.
516 static rule_map *rule_map_new(kvp keys[], size_t num_of_keys, int lineno) {
521 kvp *k = NULL;
922 kvp keys[KVP_NUM_OF_RULES]
    [all...]
  /external/lldb/source/Interpreter/
OptionValueDictionary.cpp 121 std::pair<llvm::StringRef, llvm::StringRef> kvp(key_and_value.split('='));
122 llvm::StringRef key = kvp.first;
160 error.SetErrorStringWithFormat("invalid key \"%s\", the key must be a bare string or surrounded by brackets with optional quotes: [<key>] or ['<key>'] or [\"<key>\"]", kvp.first.str().c_str());
164 lldb::OptionValueSP value_sp (CreateValueFromCStringForTypeMask (kvp.second.data(),
  /external/lldb/examples/python/
gdbremote.py 270 def __init__(self, kvp):
272 for kv in kvp:
438 kvp = list()
442 kvp.append(string.split(key_value_pair, ':'))
443 return kvp
    [all...]

Completed in 248 milliseconds