HomeSort by relevance Sort by last modified time
    Searched defs:testing (Results 776 - 800 of 933) sorted by null

<<3132333435363738

  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h 32 // The Google C++ Testing Framework (Google Test)
79 namespace testing { namespace
133 (sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1)
146 // std::runtime_error inherits from std::exception, many testing
425 // Returns the type ID of ::testing::Test. Always call this instead
426 // of GetTypeId< ::testing::Test>() to get the type ID of
427 // ::testing::Test, as the latter may give the wrong result due to a
713 typename ::testing::internal::RemoveReference<T>::type
744 typename ::testing::internal::RemoveConst<T>::type
761 typename ::testing::internal::AddReference<T>::typ
    [all...]
gtest-type-util.h 57 namespace testing { namespace
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/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...]
  /external/webrtc/webrtc/base/
testutils.h 14 // Utilities for testing rtc infrastructure in unittests
39 namespace testing { namespace
273 // Creates a simulated client for testing. Works on real and virtual networks.
380 // Creates a simulated server for testing. Works on real and virtual networks.
526 EXPECT_PRED_FORMAT4(::testing::CmpHelperMemEq, expected, expected_length, \
530 ASSERT_PRED_FORMAT4(::testing::CmpHelperMemEq, expected, expected_length, \
534 EXPECT_PRED_FORMAT3(::testing::CmpHelperFileEq, expected, expected_length, \
538 ASSERT_PRED_FORMAT3(::testing::CmpHelperFileEq, expected, expected_length, \
594 if (!testing::IsScreencastingAvailable()) { \
633 } // namespace testing
    [all...]
  /frameworks/base/core/java/android/app/backup/
FullBackup.java 104 BackupScheme testing = new BackupScheme(context); local
105 testing.mExcludes = new ArraySet();
106 testing.mIncludes = new ArrayMap();
107 return testing;
  /frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
WebViewUpdateServiceTest.java 79 TestSystemImpl testing = new TestSystemImpl(packages, fallbackLogicEnabled, numRelros, local
81 mTestSystemImpl = Mockito.spy(testing);
    [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/tools/common/m2/repository/com/google/http-client/google-http-client/1.19.0/
google-http-client-1.19.0.jar 
  /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/m2/repository/com/google/http-client/google-http-client/1.22.0/
google-http-client-1.22.0.jar 

Completed in 662 milliseconds

<<3132333435363738