HomeSort by relevance Sort by last modified time
    Searched refs:TESTING (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
request_manager_unittest.cc 22 #include "testing/gtest/include/gtest/gtest.h"
309 class FileSystemProviderRequestManagerTest : public testing::Test {
330 TESTING,
339 EXPECT_EQ(TESTING, observer.created()[0].type());
356 TESTING,
366 EXPECT_EQ(TESTING, observer.created()[0].type());
434 TESTING,
444 EXPECT_EQ(TESTING, observer.created()[0].type());
511 TESTING,
521 EXPECT_EQ(TESTING, observer.created()[0].type())
    [all...]
request_manager.h 42 TESTING
request_manager.cc 51 case TESTING:
52 return "TESTING";
  /external/chromium_org/build/android/buildbot/
bb_utils.py 18 TESTING = 'BUILDBOT_TESTING' in os.environ
43 if TESTING:
bb_device_steps.py 96 revision = options.build_properties.get('revision', 'testing')
454 if not bb_utils.TESTING:
551 bot_id = options.build_properties.get('buildername', 'testing')
  /external/compiler-rt/test/tsan/
test_output.sh 14 # TODO: add testing for all of -O0...-O3
21 echo ----- TESTING $(basename $1)
  /external/chromium_org/chrome/browser/extensions/activity_log/
ad_injection_browsertest.cc 40 TESTING // The reset is complete, and we are testing.
48 const char kJavascriptErrorString[] = "Testing Error";
180 testing::AssertionResult HandleResetBeginStage();
183 testing::AssertionResult HandleResetEndStage();
185 // Handle the "Testing" stage of the test.
186 testing::AssertionResult HandleTestingStage(const std::string& message);
189 testing::AssertionResult HandleJSError(const std::string& message);
250 testing::AssertionResult AdInjectionBrowserTest::HandleResetBeginStage() {
252 return testing::AssertionFailure(
    [all...]
  /external/chromium_org/net/quic/crypto/
crypto_server_test.cc 22 #include "testing/gtest/include/gtest/gtest.h"
78 class CryptoServerTest : public ::testing::TestWithParam<TestParams> {
83 config_(QuicCryptoServerConfig::TESTING, rand_) {
317 ::testing::ValuesIn(GetTestParams()));
579 QuicCryptoServerConfig a(QuicCryptoServerConfig::TESTING, &rand_a);
580 QuicCryptoServerConfig b(QuicCryptoServerConfig::TESTING, &rand_b);
597 QuicCryptoServerConfig a(QuicCryptoServerConfig::TESTING, &rand_a);
599 QuicCryptoServerConfig b(QuicCryptoServerConfig::TESTING, &rand_b);
618 QuicCryptoServerConfig a(QuicCryptoServerConfig::TESTING, &rand_a);
quic_crypto_server_config_test.cc 19 #include "testing/gmock/include/gmock/gmock.h"
20 #include "testing/gtest/include/gtest/gtest.h"
220 QuicCryptoServerConfig server(QuicCryptoServerConfig::TESTING, rand);
230 QuicCryptoServerConfig server(QuicCryptoServerConfig::TESTING, rand);
254 QuicCryptoServerConfig server(QuicCryptoServerConfig::TESTING, rand);
336 QuicCryptoServerConfig server(QuicCryptoServerConfig::TESTING, rand);
363 class CryptoServerConfigsTest : public ::testing::Test {
367 config_(QuicCryptoServerConfig::TESTING, rand_),
quic_crypto_server_config.h 107 // into a KDF before use. In tests, use TESTING.
115 // TESTING is a magic parameter for passing to the constructor in tests.
116 static const char TESTING[];
quic_crypto_server_config.cc 200 const char QuicCryptoServerConfig::TESTING[] = "secret string for testing";
    [all...]
  /external/chromium_org/net/quic/
quic_crypto_server_stream_test.cc 26 #include "testing/gmock/include/gmock/gmock.h"
27 #include "testing/gtest/include/gtest/gtest.h"
35 using testing::_;
55 class QuicCryptoServerStreamTest : public ::testing::TestWithParam<bool> {
60 crypto_config_(QuicCryptoServerConfig::TESTING,
119 INSTANTIATE_TEST_CASE_P(Tests, QuicCryptoServerStreamTest, testing::Bool());
  /external/eigen/blas/
drotmg.f 27 * INEXACT. THIS IS OK AS THEY ARE ONLY USED FOR TESTING THE SIZE
srotmg.f 27 * INEXACT. THIS IS OK AS THEY ARE ONLY USED FOR TESTING THE SIZE
  /external/chromium_org/net/tools/quic/
quic_server_session_test.cc 23 #include "testing/gmock/include/gmock/gmock.h"
24 #include "testing/gtest/include/gtest/gtest.h"
40 using testing::StrictMock;
41 using testing::_;
66 class QuicServerSessionTest : public ::testing::TestWithParam<QuicVersion> {
69 : crypto_config_(QuicCryptoServerConfig::TESTING,
120 ::testing::ValuesIn(QuicSupportedVersions()));
quic_dispatcher_test.cc 22 #include "testing/gmock/include/gmock/gmock.h"
23 #include "testing/gtest/include/gtest/gtest.h"
32 using testing::DoAll;
33 using testing::InSequence;
34 using testing::Invoke;
35 using testing::WithoutArgs;
36 using testing::_;
99 class QuicDispatcherTest : public ::testing::Test {
102 : crypto_config_(QuicCryptoServerConfig::TESTING,
152 .WillOnce(testing::Return(CreateSession
    [all...]
  /external/bison/lib/
hash.c     [all...]
  /external/chromium_org/net/quic/test_tools/
crypto_test_utils.cc 192 QuicCryptoServerConfig crypto_config(QuicCryptoServerConfig::TESTING,
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
server.py 119 # We are just putting them in here for now, as "convenience" links for testing
    [all...]
  /external/chromium_org/third_party/libxml/src/
nanoftp.c 7 #ifdef TESTING
15 #else /* TESTING */
17 #endif /* TESTING */
    [all...]
  /external/libxml2/
nanoftp.c 7 #ifdef TESTING
15 #else /* TESTING */
17 #endif /* TESTING */
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
row_posix.cc 142 #if defined(TESTING) && defined(__x86_64__)
238 #endif // TESTING
    [all...]
  /external/chromium_org/third_party/libyuv/source/
row_posix.cc 142 #if defined(TESTING) && defined(__x86_64__)
238 #endif // TESTING
    [all...]

Completed in 562 milliseconds