/external/chromium_org/build/android/buildbot/ |
bb_utils.py | 18 TESTING = 'BUILDBOT_TESTING' in os.environ 43 if TESTING:
|
bb_device_steps.py | 97 revision = options.build_properties.get('revision', 'testing') 114 if bb_utils.TESTING: 399 if not bb_utils.TESTING: 496 bot_id = options.build_properties.get('buildername', 'testing')
|
/external/compiler-rt/lib/tsan/lit_tests/ |
test_output.sh | 14 # TODO: add testing for all of -O0...-O3 21 echo ----- TESTING $(basename $1)
|
/external/chromium_org/net/quic/crypto/ |
crypto_server_test.cc | 15 #include "testing/gtest/include/gtest/gtest.h" 23 class CryptoServerTest : public ::testing::Test { 27 config_(QuicCryptoServerConfig::TESTING, rand_), 336 QuicCryptoServerConfig a(QuicCryptoServerConfig::TESTING, &rand_a); 337 QuicCryptoServerConfig b(QuicCryptoServerConfig::TESTING, &rand_b); 354 QuicCryptoServerConfig a(QuicCryptoServerConfig::TESTING, &rand_a); 356 QuicCryptoServerConfig b(QuicCryptoServerConfig::TESTING, &rand_b); 375 QuicCryptoServerConfig a(QuicCryptoServerConfig::TESTING, &rand_a);
|
quic_crypto_server_config_test.cc | 16 #include "testing/gmock/include/gmock/gmock.h" 17 #include "testing/gtest/include/gtest/gtest.h" 149 QuicCryptoServerConfig server(QuicCryptoServerConfig::TESTING, rand); 159 QuicCryptoServerConfig server(QuicCryptoServerConfig::TESTING, rand); 185 class CryptoServerConfigsTest : public ::testing::Test { 189 config_(QuicCryptoServerConfig::TESTING, rand_),
|
quic_crypto_server_config.h | 93 // into a KDF before use. In tests, use TESTING. 101 // TESTING is a magic parameter for passing to the constructor in tests. 102 static const char TESTING[];
|
quic_crypto_server_config.cc | 147 const char QuicCryptoServerConfig::TESTING[] = "secret string for testing"; [all...] |
/external/kernel-headers/original/linux/ |
ftape.h | 91 #ifdef TESTING
|
/external/v8/test/mjsunit/regress/ |
regress-crbug-84186.js | 36 key = key + "TESTING" + i + "\\n"; 37 expected = expected + "TESTING" + i + "\n";
|
/ndk/build/tools/ |
build-on-device-toolchain.sh | 39 TESTING= 40 do_testing_option () { TESTING=yes; } 41 register_option "--testing" do_testing_option "Copy each c++ libraries for (even for GPL stuff)" 95 if [ "$TESTING" = "yes" ]; then 96 dump "Copy stuff for testing"
|
/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::_; 52 class QuicCryptoServerStreamTest : public testing::TestWithParam<bool> { 57 crypto_config_(QuicCryptoServerConfig::TESTING, 67 // TODO(rtenneti): Enable testing of ProofSource. 115 INSTANTIATE_TEST_CASE_P(Tests, QuicCryptoServerStreamTest, testing::Bool()); 252 // TODO(rtenneti): Enable testing of ProofVerifier.
|
/external/chromium_org/net/tools/quic/ |
quic_server_session_test.cc | 16 #include "testing/gmock/include/gmock/gmock.h" 17 #include "testing/gtest/include/gtest/gtest.h" 23 using testing::_; 24 using testing::StrictMock; 89 class QuicServerSessionTest : public ::testing::Test { 92 : crypto_config_(QuicCryptoServerConfig::TESTING,
|
quic_dispatcher_test.cc | 19 #include "testing/gmock/include/gmock/gmock.h" 20 #include "testing/gtest/include/gtest/gtest.h" 27 using testing::_; 28 using testing::DoAll; 29 using testing::Invoke; 30 using testing::InSequence; 31 using testing::Return; 32 using testing::WithoutArgs; 88 class QuicDispatcherTest : public ::testing::Test { 91 : crypto_config_(QuicCryptoServerConfig::TESTING, [all...] |
/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/quic/test_tools/ |
crypto_test_utils.cc | 139 QuicCryptoServerConfig crypto_config(QuicCryptoServerConfig::TESTING, 170 // TODO(rtenneti): Enable testing of ProofVerifier.
|
/external/bison/lib/ |
hash.c | [all...] |
/hardware/invensense/60xx/libsensors_iio/ |
MPLSensor.cpp | 50 // #define 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...] |
/hardware/invensense/65xx/libsensors_iio/ |
MPLSensor.cpp | 53 // #define TESTING [all...] |