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

<<161162163164165166167168169170>>

  /external/chromium_org/content/browser/quota/
storage_monitor_unittest.cc 14 #include "testing/gtest/include/gtest/gtest.h"
112 class StorageMonitorTestBase : public testing::Test {
646 class StorageMonitorIntegrationTest : public testing::Test {
  /external/chromium_org/content/browser/
storage_partition_impl_unittest.cc 23 #include "testing/gtest/include/gtest/gtest.h"
327 class StoragePartitionImplTest : public testing::Test {
358 class StoragePartitionShaderClearTest : public testing::Test {
    [all...]
  /external/chromium_org/media/base/
yuv_convert_unittest.cc 16 #include "testing/gtest/include/gtest/gtest.h"
172 class YUVScaleTest : public ::testing::TestWithParam<YUVScaleTestData> {
273 // Testing for out-of-bound read/writes with AddressSanitizer.
290 // Testing for out-of-bound read/writes with AddressSanitizer.
310 ::testing::Values(
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
socket_test.cc 63 class SocketTest : public ::testing::Test {
117 class SocketTestWithServer : public ::testing::Test {
  /external/chromium_org/net/disk_cache/simple/
simple_index_unittest.cc 24 #include "testing/gtest/include/gtest/gtest.h"
36 class EntryMetadataTest : public testing::Test {
94 class SimpleIndexTest : public testing::Test, public SimpleIndexDelegate {
  /external/chromium_org/net/quic/
quic_network_transaction_unittest.cc 44 #include "testing/gtest/include/gtest/gtest.h"
45 #include "testing/platform_test.h"
105 public ::testing::WithParamInterface<QuicVersion> {
325 ::testing::ValuesIn(QuicSupportedVersions()));
    [all...]
  /external/chromium_org/net/tools/quic/
end_to_end_test.cc 47 #include "testing/gtest/include/gtest/gtest.h"
157 class EndToEndTest : public ::testing::TestWithParam<TestParams> {
396 ::testing::ValuesIn(GetTestParams()));
    [all...]
  /external/chromium_org/net/websockets/
websocket_stream_test.cc 32 #include "testing/gtest/include/gtest/gtest.h"
82 class WebSocketStreamCreateTest : public ::testing::Test {
236 class WebSocketStreamCreateUMATest : public ::testing::Test {
    [all...]
  /external/chromium_org/remoting/webapp/
paired_client_manager.js 275 * Get the id of the first paired client for testing.
  /external/chromium_org/sdch/open-vcdiff/
Makefile.am 98 src/testing.h
  /external/chromium_org/sync/engine/
directory_update_handler_unittest.cc 27 #include "testing/gtest/include/gtest/gtest.h"
40 class DirectoryUpdateHandlerProcessUpdateTest : public ::testing::Test {
414 class DirectoryUpdateHandlerApplyUpdateTest : public ::testing::Test {
    [all...]
  /external/chromium_org/third_party/jstemplate/
jstemplate_test.js 295 // Reset the cache so we're testing from a known state.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_unittest.cc 45 #include <google/protobuf/testing/googletest.h>
690 class WireFormatInvalidInputTest : public testing::Test {
    [all...]
  /external/chromium_org/third_party/sqlite/src/
configure.ac 680 [Enable coverage testing using gcov]),
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
tcmalloc_unittest.cc 65 #include <unistd.h> // for testing sbrk hooks
79 #include <sys/mman.h> // for testing mmap hooks
159 namespace testing { namespace
164 // Testing parameters
188 // interested in testing their logic, so we have to make sure we're
753 fprintf(LOGSTREAM, "Testing alignment of malloc(%d)\n", size);
781 fprintf(LOGSTREAM, "==== Testing huge thread cache\n");
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_unittest.cc 65 #include <unistd.h> // for testing sbrk hooks
79 #include <sys/mman.h> // for testing mmap hooks
159 namespace testing { namespace
164 // Testing parameters
188 // interested in testing their logic, so we have to make sure we're
753 fprintf(LOGSTREAM, "Testing alignment of malloc(%d)\n", size);
781 fprintf(LOGSTREAM, "==== Testing huge thread cache\n");
    [all...]
  /external/chromium_org/ui/views/layout/
grid_layout_unittest.cc 8 #include "testing/gtest/include/gtest/gtest.h"
54 class GridLayoutTest : public testing::Test {
73 class GridLayoutAlignmentTest : public testing::Test {
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-177883.js 32 // very fragile, but without a proper testing infrastructure for the register
  /external/conscrypt/
Android.mk 34 # test/ # Built only on demand, for testing.
  /external/guava/guava-tests/test/com/google/common/collect/
MapConstraintsTest.java 19 import static com.google.common.collect.testing.Helpers.nefariousMapEntry;
25 import com.google.common.testing.SerializableTester;
  /external/protobuf/src/google/protobuf/
wire_format_unittest.cc 45 #include <google/protobuf/testing/googletest.h>
642 class WireFormatInvalidInputTest : public testing::Test {
  /frameworks/base/core/java/android/content/
ContentProvider.java     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/x500/
X500PrincipalTest.java 339 private boolean testing = false; field in class:X500PrincipalTest
    [all...]
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_unittest.cc 52 #include "testing/gtest/include/gtest/gtest-message.h"
53 #include "testing/gtest/include/gtest/gtest.h"
174 class ExtensionWebRequestTest : public testing::Test {
528 // These testing steps are repeated twice in a row:
671 SCOPED_TRACE(testing::Message("iteration number ") << test);
731 SCOPED_TRACE(testing::Message("iteration number ") << test);
771 : public testing::TestWithParam<HeaderModificationTest> {
    [all...]

Completed in 1770 milliseconds

<<161162163164165166167168169170>>