HomeSort by relevance Sort by last modified time
    Searched defs:testing (Results 1 - 25 of 617) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/testing/gmock/include/gmock/
gmock.h 68 namespace testing { namespace
91 } // namespace testing
  /external/chromium_org/chrome/app/
breakpad_field_trial_win.h 12 namespace testing { namespace
14 // Sets the breakpad experiment chunks for testing. |chunks| is the list of
20 } // namespace testing
breakpad_win.h 50 namespace testing { namespace
52 // Testing entry point for calling a function from the unnamed namespace.
  /external/chromium_org/base/i18n/
number_formatting.h 24 namespace testing { namespace in namespace:base
27 // testing.
30 } // namespace testing
  /external/chromium_org/chrome/browser/ui/cocoa/
run_loop_testing.h 9 namespace testing { namespace in namespace:chrome
26 } // namespace testing
  /external/chromium_org/chrome/common/metrics/variations/
variations_util.h 56 // Expose some functions for testing. These functions just wrap functionality
58 namespace testing { namespace in namespace:chrome_variations
67 } // namespace testing
  /external/chromium_org/chrome/test/logging/win/
test_log_collector.h 20 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/chrome_frame/test/
test_scrubber.h 20 namespace testing { namespace
27 void InstallTestScrubber(testing::UnitTest* unit_test);
chrome_tab_mocks.h 11 #include "testing/gmock/include/gmock/gmock.h"
13 namespace testing { namespace
23 public testing::StrictMock<IChromeFramePrivilegedMockImpl> {
37 } // namespace testing
  /external/chromium_org/rlz/lib/
machine_id.h 26 namespace testing { namespace in namespace:rlz_lib
30 } // namespace testing
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-string.h 32 // The Google C++ Testing Framework (Google Test)
54 namespace testing { namespace
178 } // namespace testing
  /external/protobuf/gtest/test/
gtest_color_test_.cc 32 // A helper program for testing how Google Test determines whether to use
40 namespace testing { namespace
44 } // namespace testing
46 using testing::internal::ShouldUseColor;
56 testing::InitGoogleTest(&argc, argv);
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-string.h 32 // The Google C++ Testing Framework (Google Test)
54 namespace testing { namespace
165 } // namespace testing
  /external/chromium_org/third_party/ocmock/
gtest_support.h 8 #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/
Captor.java 17 package com.google.testing.littlemock;
Mock.java 17 package com.google.testing.littlemock;
  /frameworks/testing/uiautomator/utils/DummyIME/src/com/android/testing/dummyime/
ImePreferences.java 17 package com.android.testing.dummyime;
  /frameworks/uiautomator/utils/DummyIME/src/com/android/testing/dummyime/
ImePreferences.java 17 package com.android.testing.dummyime;
  /bionic/tests/
benchmark.h 21 namespace testing { namespace
53 } // namespace testing
60 static ::testing::Benchmark* _benchmark_##f __attribute__((unused)) = \
61 (new ::testing::Benchmark(#f, f))
  /external/android-mock/src/com/google/android/testing/mocking/
MockObject.java 16 package com.google.android.testing.mocking;
UsesMocks.java 16 package com.google.android.testing.mocking;
  /external/android-mock/tests/com/google/android/testing/mocking/
ClassHasNoDefaultConstructor.java 16 package com.google.android.testing.mocking;
19 * Class with no default constructor. Used only for testing.
ClassHasNoPublicConstructors.java 16 package com.google.android.testing.mocking;
19 * Class with no public constructor. Used only for testing.
ClassHasOverloadedMethods.java 16 package com.google.android.testing.mocking;
19 * Class with overloaded methods. Used only for testing.
ClassIsAnnotation.java 16 package com.google.android.testing.mocking;
19 * Annotation Class. Used only for testing.

Completed in 1916 milliseconds

1 2 3 4 5 6 7 8 91011>>