Searched defs:stmt (Results 1 – 3 of 3) sorted by relevance
/system/sepolicy/tests/ |
D | mini_parser.py | 32 def wrapParens(stmt): argument 80 def _parseType(self, stmt): argument 85 def _parseExpandtypeattribute(self, stmt): argument 90 def _parseTypeattribute(self, stmt): argument 95 def _parseTypeattributeset(self, stmt): argument 116 def _parseStmt(self, stmt): argument
|
/system/netd/libnetdutils/include/netdutils/ |
D | Status.h | 103 #define RETURN_IF_NOT_OK_IMPL(tmp, stmt) \ argument 112 #define RETURN_IF_NOT_OK_CONCAT(line, stmt) RETURN_IF_NOT_OK_IMPL(__CONCAT(_status_, line), stmt) argument 124 #define RETURN_IF_NOT_OK(stmt) RETURN_IF_NOT_OK_CONCAT(__LINE__, stmt) argument
|
D | StatusOr.h | 91 #define ASSIGN_OR_RETURN_IMPL(tmp, lhs, stmt) \ argument 96 #define ASSIGN_OR_RETURN_CONCAT(line, lhs, stmt) \ argument 114 #define ASSIGN_OR_RETURN(lhs, stmt) ASSIGN_OR_RETURN_CONCAT(__LINE__, lhs, stmt) argument
|