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

  /external/libsepol/src/
avtab.c 55 (keyp->source_type << 9)) & mask);
94 if (key->source_type == cur->key.source_type &&
99 if (key->source_type < cur->key.source_type)
101 if (key->source_type == cur->key.source_type &&
104 if (key->source_type == cur->key.source_type &&
134 if (key->source_type == cur->key.source_type &
    [all...]
hierarchy.c 171 s = a->p->type_val_to_struct[k->source_type - 1];
179 key.source_type = t1->s.value;
198 key.source_type = k->source_type;
213 key.source_type = t1->s.value;
236 a->p->p_type_val_to_name[k->source_type - 1],
assertion.c 41 avkey.source_type = stype + 1;
expand.c     [all...]
conditional.c 914 if (cur_av->node->key.source_type == key->source_type &&
mls.c 619 if (rtr->source_type == scontext->type &&
services.c 353 avkey.source_type = i + 1;
654 avkey.source_type = scontext->type;
    [all...]
write.c 121 val = cur->key.source_type;
216 buf16[0] = cpu_to_le16(cur->key.source_type);
    [all...]
policydb.c     [all...]
  /external/chromium/net/base/
net_log.h 56 #define SOURCE_TYPE(label, value) SOURCE_ ## label = value,
58 #undef SOURCE_TYPE
145 // Returns a C-String symbolic name for |source_type|.
146 static const char* SourceTypeToString(SourceType source_type);
213 static BoundNetLog Make(NetLog* net_log, NetLog::SourceType source_type);
net_log.cc 51 #define SOURCE_TYPE(label, id) case id: return #label;
53 #undef SOURCE_TYPE
176 NetLog::SourceType source_type) {
180 NetLog::Source source(source_type, net_log->NextID());
  /external/libsepol/include/sepol/policydb/
avtab.h 47 uint16_t source_type; member in struct:avtab_key
policydb.h 215 uint32_t source_type; member in struct:range_trans
  /external/checkpolicy/
checkpolicy.c 171 if (k->source_type < c->key.source_type)
173 if (k->source_type == c->key.source_type &&
176 if (k->source_type == c->key.source_type &&
205 if (insert_type_rule(k, d, &type_rules[k->source_type - 1]))
253 if (l2->key.source_type == (j + 1)) {
254 if (l1->key.source_type != (i + 1))
257 if (l1->key.source_type !
    [all...]
  /external/chromium/chrome/browser/net/
passive_log_collector.cc 108 net::NetLog::SourceType source_type) {
109 CHECK_LT(source_type, static_cast<int>(arraysize(trackers_)));
110 CHECK_GE(source_type, 0);
111 return trackers_[source_type];
passive_log_collector.h 363 // Returns the tracker to use for sources of type |source_type|, or NULL.
365 net::NetLog::SourceType source_type);
  /external/checkpolicy/test/
dispol.c 67 stype = p->p_type_val_to_name[key->source_type - 1];
75 fprintf(fp, "%u %s : %s ", key->source_type, ttype, tclass);
77 fprintf(fp, "%u %u : %s ", key->source_type, key->target_type,

Completed in 422 milliseconds