HomeSort by relevance Sort by last modified time
    Searched full:_assert_true (Results 1 - 4 of 4) sorted by null

  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 154 #define assert_true(c) _assert_true((int)(c), #c, __FILE__, __LINE__)
156 #define assert_false(c) _assert_true(!((int)(c)), #c, __FILE__, __LINE__)
389 void _assert_true(const int result, const char* const expression,
  /external/chromium_org/chrome/test/remoting/
remote_desktop_browsertest.cc 84 _ASSERT_TRUE(HtmlElementExists(name));
635 _ASSERT_TRUE(content::ExecuteScriptAndExtractInt(
647 _ASSERT_TRUE(content::ExecuteScriptAndExtractString(
661 _ASSERT_TRUE(PathService::Get(base::DIR_EXE, &src_dir));
remote_desktop_browsertest.h 33 inline void _ASSERT_TRUE(bool condition) {
36 // In our case, this is the _ASSERT_TRUE wrapper function, which is not
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 1146 void _assert_true(const int result, const char * const expression, function
    [all...]

Completed in 94 milliseconds