HomeSort by relevance Sort by last modified time
    Searched refs:testing (Results 4551 - 4575 of 4772) sorted by null

<<181182183184185186187188189190>>

  /external/chromium_org/ui/gfx/
color_analysis_unittest.cc 9 #include "testing/gtest/include/gtest/gtest.h"
167 class ColorAnalysisTest : public testing::Test {
  /external/chromium_org/ui/gfx/image/
image_unittest.cc 5 #include "testing/gtest/include/gtest/gtest.h"
30 class ImageTest : public testing::Test {
  /external/chromium_org/ui/message_center/
message_center_impl_unittest.cc 11 #include "testing/gtest/include/gtest/gtest.h"
25 class MessageCenterImplTest : public testing::Test,
    [all...]
notification_list_unittest.cc 12 #include "testing/gtest/include/gtest/gtest.h"
22 class NotificationListTest : public testing::Test {
50 // Construct a new notification for testing, but don't add it to the list yet.
  /external/chromium_org/ui/views/controls/table/
table_view_unittest.cc 9 #include "testing/gtest/include/gtest/gtest.h"
171 class TableViewTest : public testing::Test {
  /external/clang/unittests/Basic/
VirtualFileSystemTest.cpp 526 class VFSFromYAMLTest : public ::testing::Test {
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
CharMatcherTest.java 28 import com.google.common.testing.NullPointerTester;
57 // These are testing behavior that's never promised by the API, but since
90 // We're testing the is(), isNot(), anyOf(), noneOf() and inRange() methods
91 // below by testing their text-processing methods.
467 // additional testing using the doc example
502 // additional testing using the doc example
536 // additional testing using the doc example
592 // These are testing behavior that's never promised by the API.
SplitterTest.java 25 import com.google.common.testing.NullPointerTester;
89 "Testing-rocks-Debugging-sucks");
91 "Testing", "rocks", "Debugging", "sucks");
97 .split("Testing\nrocks\tDebugging sucks");
99 "Testing", "rocks", "Debugging", "sucks");
190 "Testing-rocks-Debugging-sucks");
192 "Testing", "rocks", "Debugging", "sucks");
320 // TODO(kevinb): the name of this method suggests it might not actually be testing what it
321 // intends to be testing?
325 "Testing-rocks-Debugging-sucks")
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java 52 import com.google.common.testing.FakeTicker;
53 import com.google.common.testing.NullPointerTester;
54 import com.google.common.testing.SerializableTester;
55 import com.google.common.testing.TestLogHandler;
    [all...]
  /external/guava/guava-tests/test/com/google/common/io/
ByteStreamsTest.java 26 import com.google.common.testing.TestLogHandler;
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AtomicLongMapTest.java 7 import com.google.common.testing.NullPointerTester;
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 18 class ConstantRangeTest : public ::testing::Test {
InstructionsTest.cpp 55 class ModuleWithFunctionTest : public testing::Test {
  /external/llvm/unittests/Support/
Path.cpp 261 class FileSystemTest : public testing::Test {
  /frameworks/av/camera/tests/
ProCameraTests.cpp 309 class ProCameraTest : public ::testing::Test {
    [all...]
  /frameworks/av/drm/mediadrm/plugins/clearkey/tests/
AesCtrDecryptorUnittest.cpp 29 class AesCtrDecryptorTest : public ::testing::Test {
  /system/core/libutils/tests/
BasicHashtable_test.cpp 86 class BasicHashtableTest : public testing::Test {
Looper_test.cpp 101 class LooperTest : public testing::Test {
  /system/keymaster/
authorization_set_test.cpp 25 ::testing::InitGoogleTest(&argc, argv);
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js 266 * Marks that the current file should only be used for testing, and never for
570 * All singleton classes that have been instantiated, for testing. Don't read
571 * it directly, use the {@code goog.testing.singleton} module. The compiler
    [all...]
  /external/chromium_org/net/spdy/
spdy_network_transaction_unittest.cc 38 #include "testing/gmock/include/gmock/gmock.h"
39 #include "testing/platform_test.h"
47 using testing::Each;
48 using testing::Eq;
117 : public ::testing::TestWithParam<SpdyNetworkTransactionTestParams> {
718 // TODO(akalin): Use ::testing::Combine() when we are able to use
723 ::testing::Values(
    [all...]
  /external/chromium_org/cc/output/
renderer_pixeltest.cc 160 typedef ::testing::Types<GLRenderer,
458 // YUV values of a solid, constant, color. Useful for testing that color
588 // Intentionally sets frame format to I420 for testing coverage.
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
search_provider_unittest.cc 49 #include "testing/gtest/include/gtest/gtest.h"
107 class SearchProviderTest : public testing::Test,
155 // Default value used for testing.
464 chrome_variations::testing::ClearAllVariationParams();
    [all...]
  /external/chromium_org/sync/syncable/
directory_unittest.cc 151 SCOPED_TRACE(testing::Message("Before reload: ") << before_reload);
922 SCOPED_TRACE(testing::Message("Testing model type ") << datatype);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.cpp 601 {# Then resolve by testing argument #}
    [all...]

Completed in 1465 milliseconds

<<181182183184185186187188189190>>