Searched defs:expr (Results 1 – 6 of 6) sorted by relevance
/tools/dexter/slicer/export/slicer/ |
D | common.h | 24 #define SLICER_CHECK(expr) do { if(!(expr)) slicer::_checkFailed(#expr, __LINE__, __FILE__); } whil… argument 34 #define SLICER_WEAK_CHECK(expr) do { if(!(expr)) slicer::_weakCheckFailed(#expr, __LINE__, __FILE__… argument
|
/tools/dexter/slicer/ |
D | common.cc | 28 void _checkFailed(const char* expr, int line, const char* file) { in _checkFailed() 40 void _weakCheckFailed(const char* expr, int line, const char* file) { in _weakCheckFailed()
|
/tools/test/connectivity/acts/framework/acts/ |
D | asserts.py | 145 def assert_true(expr, msg, extras=None): argument 158 def assert_false(expr, msg, extras=None): argument 185 def skip_if(expr, reason, extras=None): argument 217 def abort_class_if(expr, reason, extras=None): argument 253 def abort_all_if(expr, reason, extras=None): argument
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | EmmaXmlReportParser.java | 70 XPathExpression expr = xpath.compile(COVERAGE_XPATH); in parseXmlFile() local
|
/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/ |
D | PackageManagerOTATestUtils.java | 170 XPathExpression expr = xpath.compile(xPathString); in getNodeForXPath() local
|
/tools/repohooks/tools/ |
D | cpplint.py | 3483 def _IsType(clean_lines, nesting_state, expr): argument
|