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

  /external/chromium_org/build/android/buildbot/
bb_utils.py 18 TESTING = 'BUILDBOT_TESTING' in os.environ
38 if TESTING:
  /external/chromium_org/net/quic/crypto/
crypto_server_config.h 68 // into a KDF before use. In tests, use TESTING.
76 // TESTING is a magic parameter for passing to the constructor in tests.
77 static const char TESTING[];
crypto_server_config.cc 44 const char QuicCryptoServerConfig::TESTING[] = "secret string for testing";
    [all...]

Completed in 745 milliseconds