Searched refs:sym_type (Results 1 - 5 of 5) sorted by relevance

/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
H A Dconstraint.py32 sym_type = expr_node.sym_type(policy)
35 if expr_type == qpol.QPOL_CEXPR_TYPE_ATTR and sym_type >= qpol.QPOL_CEXPR_SYM_L1L2:
230 sym_type = expr_node.sym_type(self.policy)
235 operand1 = _sym_to_text[sym_type]
236 operand2 = _sym_to_text[sym_type + qpol.QPOL_CEXPR_SYM_TARGET]
242 operand1 = _sym_to_text[sym_type]
247 if sym_type in self._role_syms:
249 elif sym_type i
[all...]
H A Dqpol.py800 def sym_type(self, *args): return _qpol.qpol_constraint_expr_node_t_sym_type(self, *args) member in class:qpol_constraint_expr_node_t
H A Dqpol.i2472 int sym_type(qpol_policy_t *p) {
/prebuilts/gdb/darwin-x86/share/gdb/python/gdb/
H A DFrameDecorator.py251 sym_type = sym.addr_class
253 return self.symbol_class.get(sym_type, False)
/prebuilts/gdb/linux-x86/share/gdb/python/gdb/
H A DFrameDecorator.py251 sym_type = sym.addr_class
253 return self.symbol_class.get(sym_type, False)

Completed in 98 milliseconds