HomeSort by relevance Sort by last modified time
    Searched defs:EXPECT_TRUE (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
data_tests.py 11 EXPECT_TRUE = test_support.EXPECT_TRUE
65 return EXPECT_TRUE(DeepEquals(test_dict, d))
73 return EXPECT_TRUE(test_support.ModulesAreEqual(module1, module2))
module_tests.py 10 EXPECT_TRUE = test_support.EXPECT_TRUE
22 return EXPECT_TRUE(ModulesAreEqual(BuildTestModule(), BuildTestModule()))
test_support.py 14 # EXPECT_EQ(a, b) and EXPECT_TRUE(b) will print error information if the
173 def EXPECT_TRUE(a):
pack_tests.py 13 EXPECT_TRUE = test_support.EXPECT_TRUE
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
test_util_lite.cc 39 #define EXPECT_TRUE GOOGLE_CHECK
193 EXPECT_TRUE(message.has_optional_int32 ());
194 EXPECT_TRUE(message.has_optional_int64 ());
195 EXPECT_TRUE(message.has_optional_uint32 ());
196 EXPECT_TRUE(message.has_optional_uint64 ());
197 EXPECT_TRUE(message.has_optional_sint32 ());
198 EXPECT_TRUE(message.has_optional_sint64 ());
199 EXPECT_TRUE(message.has_optional_fixed32 ());
200 EXPECT_TRUE(message.has_optional_fixed64 ());
201 EXPECT_TRUE(message.has_optional_sfixed32())
    [all...]
  /external/chromium_org/third_party/re2/util/
test.h 27 #define EXPECT_TRUE CHECK
  /external/protobuf/src/google/protobuf/
test_util_lite.cc 39 #define EXPECT_TRUE GOOGLE_CHECK
188 EXPECT_TRUE(message.has_optional_int32 ());
189 EXPECT_TRUE(message.has_optional_int64 ());
190 EXPECT_TRUE(message.has_optional_uint32 ());
191 EXPECT_TRUE(message.has_optional_uint64 ());
192 EXPECT_TRUE(message.has_optional_sint32 ());
193 EXPECT_TRUE(message.has_optional_sint64 ());
194 EXPECT_TRUE(message.has_optional_fixed32 ());
195 EXPECT_TRUE(message.has_optional_fixed64 ());
196 EXPECT_TRUE(message.has_optional_sfixed32())
    [all...]
  /external/regex-re2/util/
test.h 27 #define EXPECT_TRUE CHECK
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
logging.h 168 #define EXPECT_TRUE(cond) CHECK(cond)
171 #define ASSERT_TRUE(cond) EXPECT_TRUE(cond)
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
logging.h 163 #define EXPECT_TRUE(cond) CHECK(cond)
166 #define ASSERT_TRUE(cond) EXPECT_TRUE(cond)
  /ndk/sources/android/support/tests/minitest/
minitest.h 265 // EXPECT_TRUE() must evaluate to something that supports the << operator
267 #define EXPECT_TRUE(expression) \
271 "EXPECT_TRUE:%s:%d: expression '%s' returned 'false', expected " \
  /external/safe-iop/src/
safe_iop.c 171 #define EXPECT_TRUE(cmd) ({ \
172 printf("%s: EXPECT_TRUE(" #cmd ") => ", __func__); \
186 a=10; b=11; EXPECT_TRUE(safe_add(NULL, a, b));
187 a=-10; b=-11; EXPECT_TRUE(safe_add(NULL, a, b));
188 a=SCHAR_MIN; b=SCHAR_MAX; EXPECT_TRUE(safe_add(NULL, a, b));
189 a=SCHAR_MIN+1; b=-1; EXPECT_TRUE(safe_add(NULL, a, b));
190 a=SCHAR_MAX/2; b=SCHAR_MAX/2; EXPECT_TRUE(safe_add(NULL, a, b));
199 a=10; b=11; EXPECT_TRUE(safe_add(NULL, a, b));
200 a=SHRT_MIN; b=SHRT_MAX; EXPECT_TRUE(safe_add(NULL, a, b));
201 a=SHRT_MAX/2; b=SHRT_MAX/2; EXPECT_TRUE(safe_add(NULL, a, b))
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h     [all...]
  /external/chromium_org/testing/gtest/include/gtest/
gtest.h 186 // EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
199 // Then the failed expectation EXPECT_TRUE(IsEven(Fib(5)))
259 // Used in EXPECT_TRUE/FALSE(assertion_result).
264 // Used in the EXPECT_TRUE/FALSE(bool_expression).
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest.h 195 // EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
208 // Then the failed expectation EXPECT_TRUE(IsEven(Fib(5)))
268 // Used in EXPECT_TRUE/FALSE(assertion_result).
270 // Used in the EXPECT_TRUE/FALSE(bool_expression).
    [all...]
  /external/gtest/include/gtest/
gtest.h 186 // EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
199 // Then the failed expectation EXPECT_TRUE(IsEven(Fib(5)))
259 // Used in EXPECT_TRUE/FALSE(assertion_result).
261 // Used in the EXPECT_TRUE/FALSE(bool_expression).
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 195 // EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
208 // Then the failed expectation EXPECT_TRUE(IsEven(Fib(5)))
268 // Used in EXPECT_TRUE/FALSE(assertion_result).
270 // Used in the EXPECT_TRUE/FALSE(bool_expression).
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h 195 // EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
208 // Then the failed expectation EXPECT_TRUE(IsEven(Fib(5)))
268 // Used in EXPECT_TRUE/FALSE(assertion_result).
270 // Used in the EXPECT_TRUE/FALSE(bool_expression).
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h 186 // EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts
199 // Then the failed expectation EXPECT_TRUE(IsEven(Fib(5)))
259 // Used in EXPECT_TRUE/FALSE(assertion_result).
261 // Used in the EXPECT_TRUE/FALSE(bool_expression).
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 442 milliseconds