HomeSort by relevance Sort by last modified time
    Searched defs:testing (Results 626 - 650 of 728) sorted by null

<<21222324252627282930

  /external/mesa3d/src/gtest/src/
gtest-internal-inl.h 30 // Utility functions and classes used by the Google C++ testing framework.
68 namespace testing { namespace
80 // library. This is solely for testing GetTestTypeId().
788 friend class ::testing::UnitTest;
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-type-util.h 58 namespace testing { namespace
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 69 namespace testing { namespace
223 if (!::testing::internal::IsTrue(expression)) { \
224 DeathTestAbort(::testing::internal::String::Format( \
228 } while (::testing::internal::AlwaysFalse())
244 DeathTestAbort(::testing::internal::String::Format( \
248 } while (::testing::internal::AlwaysFalse())
346 // The textual content of the code this object is testing. This class
    [all...]
gtest-internal-inl.h 30 // Utility functions and classes used by the Google C++ testing framework.
68 namespace testing { namespace
80 // library. This is solely for testing GetTestTypeId().
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 32 // The Google C++ Testing Framework (Google Test)
78 namespace testing { namespace
132 (sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1)
145 // std::runtime_error inherits from std::exception, many testing
414 // Returns the type ID of ::testing::Test. Always call this instead
415 // of GetTypeId< ::testing::Test>() to get the type ID of
416 // ::testing::Test, as the latter may give the wrong result due to a
702 typename ::testing::internal::RemoveReference<T>::type
733 typename ::testing::internal::RemoveConst<T>::type
750 typename ::testing::internal::AddReference<T>::typ
    [all...]
gtest-type-util.h 57 namespace testing { namespace
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 78 namespace testing { namespace
274 if (!::testing::internal::IsTrue(expression)) { \
277 + ::testing::internal::StreamableToString(__LINE__) + ": " \
280 } while (::testing::internal::AlwaysFalse())
298 + ::testing::internal::StreamableToString(__LINE__) + ": " \
301 } while (::testing::internal::AlwaysFalse())
399 // The textual content of the code this object is testing. This class
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.5.7/
builder-0.5.7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.1.0/
builder-1.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.1.3/
builder-1.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.2.0/
builder-1.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.2.0-alpha1/
builder-1.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.2.0-beta4/
builder-1.2.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.2.0-rc1/
builder-1.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.2.1/
builder-1.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.2.2/
builder-1.2.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.2.3/
builder-1.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.2.4/
builder-1.2.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.3.0-alpha1/
builder-1.3.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.3.0-alpha2/
builder-1.3.0-alpha2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.3.0-alpha3/
builder-1.3.0-alpha3.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/build/builder/1.1.0/
builder-1.1.0.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/build/builder/1.2.0/
builder-1.2.0.jar 
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest.h 32 // The Google C++ Testing Framework (Google Test)
83 namespace testing { namespace
202 // testing::AssertionResult IsEven(int n) {
204 // return testing::AssertionSuccess();
206 // return testing::AssertionFailure() << n << " is odd";
229 // testing::AssertionResult IsEven(int n) {
231 // return testing::AssertionSuccess() << n << " is even";
233 // return testing::AssertionFailure() << n << " is odd";
253 // testing::AssertionResult IsEven(const char* expr, int n) {
255 // return testing::AssertionSuccess()
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 253 // Brings in definitions for functions used in the testing::internal::posix
695 namespace testing { namespace
723 typedef ::testing::internal::CompileAssert<(bool(expr))> \
    [all...]

Completed in 166 milliseconds

<<21222324252627282930