HomeSort by relevance Sort by last modified time
    Searched defs:TEST (Results 76 - 100 of 2252) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/spellchecker/
misspelling_unittest.cc 14 TEST(MisspellingTest, SerializeTest) {
36 TEST(MisspellingTest, GetMisspelledStringTest) {
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_types_unittest.cc 15 TEST(AutofillDialogTypesTest, WarningColorMatches) {
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_editor_unittest.cc 12 TEST(BookmarkEditorTest, ApplyEditsWithNoFolderChange) {
  /external/chromium_org/chrome/browser/ui/views/autofill/
decorated_textfield_unittest.cc 12 TEST(DecoratedTextfieldTest, HeightMatchesButton) {
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_unittest.cc 10 // Test that the window is sized appropriately for the first run experience
12 TEST(WindowSizerTest, DefaultSizeCase) {
112 // Test that the next opened window is positioned appropriately given the
114 TEST(WindowSizerTest, LastWindowBoundsCase) {
162 // Test that the window opened is sized appropriately given persisted sizes.
163 TEST(WindowSizerTest, PersistedBoundsCase) {
269 TEST(WindowSizerTest, LastWindowOffscreenWithAggressiveRepositioning) {
315 TEST(WindowSizerTest, PersistedWindowOffscreenWithAggressiveRepositioning) {
457 TEST(WindowSizerTest, LastWindowOffscreenWithNonAggressiveRepositioning) {
  /external/chromium_org/chrome/common/extensions/
csp_validator_unittest.cc 13 TEST(ExtensionCSPValidator, IsLegal) {
25 TEST(ExtensionCSPValidator, IsSecure) {
148 TEST(ExtensionCSPValidator, IsSandboxed) {
extension_icon_set_unittest.cc 12 TEST(ExtensionIconSet, Basic) {
55 TEST(ExtensionIconSet, Values) {
71 TEST(ExtensionIconSet, FindSize) {
  /external/chromium_org/chrome/common/net/
x509_certificate_model_unittest.cc 11 #include "net/test/cert_test_util.h"
14 TEST(X509CertificateModelTest, GetTypeCA) {
28 // Test that explicitly distrusted CA certs are still returned as CA_CERT
38 TEST(X509CertificateModelTest, GetTypeServer) {
49 // Test mozilla_security_manager::GetCertType with server certs and default
57 // Test GetCertType with server certs and explicit trust.
64 // Test GetCertType with server certs and explicit distrust.
75 TEST(X509CertificateModelTest, GetVersionOmitted) {
  /external/chromium_org/chrome/renderer/safe_browsing/
murmurhash3_util_unittest.cc 5 // Unit test to verify basic operation of murmurhash3.
14 TEST(MurmurHash3UtilTest, MurmurHash3String) {
  /external/chromium_org/chrome/renderer/searchbox/
searchbox_extension_unittest.cc 15 TEST(SearchboxExtensionTest, ResolveURL) {
  /external/chromium_org/cloud_print/service/win/
service_ipc_unittest.cc 13 TEST(ServiceIpcTest, Timeout) {
18 TEST(ServiceIpcTest, Sequence) {
28 TEST(ServiceIpcTest, ReverseSequence) {
39 TEST(ServiceIpcTest, InvaludUser) {
  /external/chromium_org/components/autofill/core/browser/
autofill_country_unittest.cc 14 // Test the constructor and accessors
15 TEST(AutofillCountryTest, AutofillCountry) {
37 // Test locale to country code mapping.
38 TEST(AutofillCountryTest, CountryCodeForLocale) {
48 // Test mapping of localized country names to country codes.
49 TEST(AutofillCountryTest, GetCountryCode) {
autofill_type_unittest.cc 11 TEST(AutofillTypeTest, ServerFieldTypes) {
58 TEST(AutofillTypeTest, HtmlFieldTypes) {
  /external/chromium_org/crypto/
random_unittest.cc 10 // Basic functionality tests. Does NOT test the security of the random data.
23 TEST(RandBytes, RandBytes) {
  /external/chromium_org/dbus/
string_util_unittest.cc 10 TEST(StringUtilTest, IsValidObjectPath) {
  /external/chromium_org/device/bluetooth/
bluetooth_utils_unittest.cc 11 TEST(BluetoothUtilsTest, CanonicalUuid) {
  /external/chromium_org/media/base/
scoped_histogram_timer_unittest.cc 11 TEST(ScopedHistogramTimer, TwoTimersOneScope) {
  /external/chromium_org/net/http/
http_status_code_unittest.cc 13 TEST(HttpStatusCode, OK) {
  /external/chromium_org/net/spdy/
spdy_http_utils_unittest.cc 14 TEST(SpdyHttpUtilsTest, ConvertRequestPriorityToSpdy2Priority) {
22 TEST(SpdyHttpUtilsTest, ConvertRequestPriorityToSpdy3Priority) {
30 TEST(SpdyHttpUtilsTest, ConvertSpdy2PriorityToRequestPriority) {
42 TEST(SpdyHttpUtilsTest, ConvertSpdy3PriorityToRequestPriority) {
55 TEST(SpdyHttpUtilsTest, ShowHttpHeaderValue){
  /external/chromium_org/net/websockets/
websocket_errors_unittest.cc 14 // don't exhaustively test every error code, as it would be long, repetitive,
16 TEST(WebSocketErrorToNetErrorTest, ResultsAreCorrect) {
  /external/chromium_org/printing/
units_unittest.cc 11 TEST(UnitsTest, Convertions) {
  /external/chromium_org/remoting/codec/
video_encoder_verbatim_unittest.cc 13 TEST(VideoEncoderVerbatimTest, TestVideoEncoder) {
18 TEST(VideoEncoderVerbatimTest, TestVideoEncoderSmallOutputBuffer) {
24 TEST(VideoEncoderVerbatimTest, EncodeAndDecode) {
30 TEST(VideoEncoderVerbatimTest, EncodeAndDecodeSmallOutputBuffer) {
  /external/chromium_org/remoting/host/setup/
pin_validator_unittest.cc 11 TEST(IsPinValidTest, Normal) {
15 TEST(IsPinValidTest, Short) {
19 TEST(IsPinValidTest, Long) {
23 TEST(IsPinValidTest, BadCharacter) {
  /external/chromium_org/rlz/lib/
machine_id_unittest.cc 9 #include "rlz/test/rlz_test_helpers.h"
12 // This test will fail if the behavior of GetMachineId changes.
13 TEST(MachineDealCodeTestMachineId, MachineId) {
  /external/chromium_org/testing/gtest/samples/
sample4_unittest.cc 36 TEST(Counter, Increment) {

Completed in 1287 milliseconds

1 2 34 5 6 7 8 91011>>