Searched defs:testing (Results 1 - 25 of 467) sorted by relevance

1234567891011>>

/external/chromium_org/base/i18n/
H A Dnumber_formatting.h24 namespace testing { namespace in namespace:base
27 // testing.
30 } // namespace testing
/external/chromium_org/chrome/browser/ui/cocoa/
H A Drun_loop_testing.h9 namespace testing { namespace in namespace:chrome
26 } // namespace testing
/external/chromium_org/chrome/test/logging/win/
H A Dtest_log_collector.h20 namespace testing { namespace
27 // (Use testing::UnitTest::GetInstance() to get the process-wide unit test
29 void InstallTestLogCollector(testing::UnitTest* unit_test);
/external/chromium_org/rlz/lib/
H A Dmachine_id.h26 namespace testing { namespace in namespace:rlz_lib
30 } // namespace testing
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-string.h54 namespace testing { namespace
165 } // namespace testing
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DUnitTestHelpers.h30 namespace testing { namespace in namespace:blink
34 } // namespace testing
H A DUnitTestHelpers.cpp27 #include "core/testing/UnitTestHelpers.h"
34 namespace testing { namespace in namespace:blink
/external/gtest/include/gtest/internal/
H A Dgtest-string.h54 namespace testing { namespace
165 } // namespace testing
/external/qemu/android/filesystems/testing/
H A DTestSupport.h18 namespace testing { namespace in namespace:android
22 } // namespace testing
/external/chromium_org/third_party/ocmock/
H A Dgtest_support.h8 #include "testing/gtest/include/gtest/gtest.h"
12 namespace testing { namespace
16 } // namespace testing
36 EXPECT_TRUE(testing::internal::VerifyOCMock((m), __FILE__, __LINE__))
38 ASSERT_TRUE(testing::internal::VerifyOCMock((m), __FILE__, __LINE__))
/external/littlemock/src/com/google/testing/littlemock/
H A DCaptor.java17 package com.google.testing.littlemock;
H A DMock.java17 package com.google.testing.littlemock;
/external/chromium_org/testing/android/
H A Dnative_test_util.h14 namespace testing { namespace
35 } // namespace testing
/external/chromium_org/testing/
H A Dgtest_mac.h15 namespace testing { namespace
33 } // namespace testing
37 EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperNSEQ, expected, actual)
39 EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperNSNE, val1, val2)
42 ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperNSEQ, expected, actual)
44 ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperNSNE, val1, val2)
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/testing/
H A DTestActivity.java17 package com.android.i18n.addressinput.testing;
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_baselinefile.h18 namespace testing { namespace in namespace:webrtc
42 } // namespace testing
/external/chromium_org/v8/testing/
H A Dgtest-support.h9 #include "testing/gtest/include/gtest/gtest.h"
11 namespace testing { namespace
40 for (SCOPED_TRACE(::testing::Message() << #_var << " = " << _var); \
52 for (SCOPED_TRACE(::testing::Message() << #_var << " = " << _var); \
56 } // namespace testing
/external/guava/guava-gwt/src-super/com/google/common/testing/super/com/google/common/testing/
H A DPlatform.java17 package com.google.common.testing;
/external/guava/guava-gwt/test/com/google/common/testing/
H A DTestModuleEntryPoint.java17 package com.google.common.testing;
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DExampleIteratorTester.java17 package com.google.common.collect.testing;
H A DIteratorTestSuiteBuilder.java17 package com.google.common.collect.testing;
H A DTestCollectionGenerator.java17 package com.google.common.collect.testing;
H A DTestIteratorGenerator.java17 package com.google.common.collect.testing;
H A DTestSubjectGenerator.java17 package com.google.common.collect.testing;
H A DWrongType.java17 package com.google.common.collect.testing;

Completed in 2998 milliseconds

1234567891011>>