Searched
full:testing (Results
1326 -
1350 of
7783) sorted by null
<<51525354555657585960>>
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/ |
MockToolPackage.java | 25 * A mock {@link ToolPackage} for testing.
|
/system/bluetooth/tools/ |
bttest.c | 17 /** Bluedroid testing */
|
/system/core/include/ctest/ |
ctest.h | 18 * Very simple unit testing framework.
|
/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
AccessibilityDelegateHelper.java | 46 * enabling the testing accessibility service does not work because the test 48 * bond between the system and the manually enabled testing service. So, 50 * proxy to deliver accessibility events to the testing service.
|
/development/pdk/docs/compatibility/ |
overview.jd | 38 device manufacturers. The testing tool (CTS) is free, open source, and 40 CTS is designed to be used for continuous self-testing 42 workflow or sending your device to a third party for testing. Meanwhile, there
|
/docs/source.android.com/src/compatibility/ |
overview.md | 62 device manufacturers. The testing tool (CTS) is free, open source, and 64 CTS is designed to be used for continuous self-testing 66 workflow or sending your device to a third party for testing. Meanwhile, there
|
/external/android-mock/tests/com/google/android/testing/mocking/ |
AndroidFrameworkMockGeneratorTest.java | 16 package com.google.android.testing.mocking; 47 "com/google/android/testing/mocking/AndroidFrameworkMockGeneratorTest$Inner.class"); 107 "com.google.android.testing.mocking.AndroidFrameworkMockGeneratorTest$Inner"}));
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/ |
ExemptionMechanismTest.java | 53 "Provider for ExemptionMechanism testing", 107 "Provider for ExemptionMechanism testing", 140 "Provider for ExemptionMechanism testing",
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
DESedeKeySpecTest.java | 40 * Constructors testing. Tests behavior of each of two constructors 99 * getKey() method testing. Checks that modification of returned key 139 * isParityAdjusted(byte[] key, offset) method testing. Tests if the
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/ |
X509CertPathImplTest.java | 141 * getEncoded() method testing. 148 * getEncoded(String encoding) method testing. 159 * getEncodings() method testing.
|
/external/chromium/base/threading/ |
thread_unittest.cc | 11 #include "testing/gtest/include/gtest/gtest.h" 12 #include "testing/platform_test.h" 175 // testing purposes).
|
watchdog_unittest.cc | 11 #include "testing/gtest/include/gtest/gtest.h" 18 // Provide a derived class to facilitate testing. 43 class WatchdogTest : public testing::Test {
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_result_unittest.cc | 10 #include "testing/gtest/include/gtest/gtest.h" 12 class AutocompleteResultTest : public testing::Test { 114 // Assertion testing for AutocompleteResult::Swap.
|
/external/chromium/chrome/browser/autofill/ |
autofill_ie_toolbar_import_win_unittest.cc | 14 #include "testing/gtest/include/gtest/gtest.h" 110 class AutofillIeToolbarImportTest : public testing::Test { 114 // testing::Test method overrides:
|
autofill_merge_unittest.cc | 17 #include "testing/gtest/include/gtest/gtest.h" 114 class AutofillMergeTest : public testing::Test, public DataDrivenTest { 119 // testing::Test:
|
/external/chromium/chrome/browser/chromeos/cros/ |
cros_library.h | 39 // be mocked for testing. 43 // purpose of testing (i.e. replacement of members' implementation with 187 // the end of the object lifetime. Useful for testing.
|
/external/chromium/chrome/browser/chromeos/login/ |
signed_settings_unittest.cc | 23 #include "testing/gmock/include/gmock/gmock.h" 24 #include "testing/gtest/include/gtest/gtest.h" 26 using ::testing::A; 27 using ::testing::AnyNumber; 28 using ::testing::InvokeArgument; 29 using ::testing::Return; 30 using ::testing::ReturnRef; 31 using ::testing::SaveArg; 32 using ::testing::StrEq; 33 using ::testing::WithArg [all...] |
/external/chromium/chrome/browser/download/ |
base_file_unittest.cc | 12 #include "testing/gtest/include/gtest/gtest.h" 20 class BaseFileTest : public testing::Test { 65 // BaseClass instance we are testing.
|
download_file_unittest.cc | 17 #include "testing/gtest/include/gtest/gtest.h" 19 class DownloadFileTest : public testing::Test { 102 // DownloadFile instance we are testing.
|
/external/chromium/chrome/browser/extensions/ |
apps_promo_unittest.cc | 14 #include "testing/gtest/include/gtest/gtest.h" 26 class ExtensionAppsPromo : public testing::Test { 36 // testing::Test
|
/external/chromium/chrome/browser/net/ |
connection_tester_unittest.cc | 21 #include "testing/gtest/include/gtest/gtest.h" 22 #include "testing/platform_test.h" 26 // This is a testing delegate which simply counts how many times each of
|
/external/chromium/chrome/browser/password_manager/ |
password_store_x_unittest.cc | 20 #include "testing/gmock/include/gmock/gmock.h" 21 #include "testing/gtest/include/gtest/gtest.h" 24 using testing::_; 25 using testing::DoAll; 26 using testing::ElementsAreArray; 27 using testing::Pointee; 28 using testing::Property; 29 using testing::WithArg; 271 class PasswordStoreXTest : public testing::TestWithParam<BackendType> { 745 testing::Values(NO_BACKEND)) [all...] |
/external/chromium/chrome/browser/printing/ |
print_dialog_cloud_internal.h | 26 // Small class to virtualize a few functions to aid with unit testing. 33 // facilitate unit testing. 166 // For unit testing.
|
/external/chromium/chrome/browser/resources/shared/js/cr/ |
promise_test.html | 11 goog.require('goog.testing.jsunit'); 12 goog.require('goog.testing.MockClock'); 22 mockClock = new goog.testing.MockClock();
|
/external/chromium/chrome/browser/resources/shared/js/ |
cr_test.html | 13 goog.require('goog.testing.jsunit'); 244 assertNotNull('Should work after clearing for testing', z); 246 assertNotEquals('Should return a different object after clearing for testing',
|
Completed in 483 milliseconds
<<51525354555657585960>>