HomeSort by relevance Sort by last modified time
    Searched full:testing (Results 501 - 525 of 7783) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/
EnabledService.java 24 * Empty Service for testing
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PSourceTest.java 37 * PSpecified(byte[] p) method testing. Tests that NullPointerException
62 * getValue() method testing. Tests that returned array is equal to the
83 * PSource(String pSrcName) method testing. Tests that returned value is
96 * getAlgorithm() method testing. Tests that returned value is
  /ndk/sources/host-tools/make-3.81/tests/scripts/
test_template 4 $details = "<FILL IN DETAILS OF HOW YOU TEST WHAT YOU SAY YOU ARE TESTING>";
  /ndk/tests/
README 1 This directory contains scripts and sources to perform automated testing
  /packages/experimental/UiAutomation/service/src/com/android/testing/uiautomation/
Provider.aidl 17 package com.android.testing.uiautomation;
  /external/android-mock/tests/com/google/android/testing/mocking/
ClassDoesWorkInConstructor.java 16 package com.google.android.testing.mocking;
20 * Support class for testing.
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
RC5ParameterSpecTest.java 39 * testing. Tests that IllegalArgumentException is thrown in the case of
80 * offset) method testing. Tests that IllegalArgumentException is thrown in
137 * getVersion() method testing. Tests that returned value is
152 * getRounds() method testing. Tests that returned value is
167 * getWordSize() method testing. Tests that returned value is
182 * getIV() method testing. Tests that returned array is equal to the
210 * equals(Object obj) method testing. Tests the correctness of equal
261 * hashCode() method testing. Tests that for equal objects hash codes
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
CipherInputStreamTest.java 51 * CipherInputStream(InputStream is) method testing. Tests that
72 * read() method testing. Tests that method returns the correct value
92 * read(byte[] b) method testing. Tests that method returns the correct
129 * read(byte[] b, int off, int len) method testing. Tests that method
169 * skip(long n) method testing. Tests that the method correctly skips the
208 * available() method testing. Tests that the method always return 0.
219 * close() method testing. Tests that the method calls the close()
232 * markSupported() method testing. Tests that mark is not supported.
  /external/chromium/base/
at_exit_unittest.cc 7 #include "testing/gtest/include/gtest/gtest.h"
41 class AtExitTest : public testing::Test {
version_unittest.cc 7 #include "testing/gtest/include/gtest/gtest.h"
9 class VersionTest : public testing::Test {
  /external/chromium/chrome/browser/autofill/
autofill_common_test.h 27 // A unit testing utility that is common to a number of the Autofill unit
44 // A unit testing utility that is common to a number of the Autofill unit
  /external/chromium/chrome/browser/chromeos/login/
mock_login_status_consumer.h 11 #include "testing/gmock/include/gmock/gmock.h"
12 #include "testing/gtest/include/gtest/gtest.h"
mock_owner_key_utils.h 17 #include "testing/gmock/include/gmock/gmock.h"
18 #include "testing/gtest/include/gtest/gtest.h"
network_screen_browsertest.cc 25 #include "testing/gmock/include/gmock/gmock.h"
26 #include "testing/gtest/include/gtest/gtest.h"
31 using ::testing::AnyNumber;
32 using ::testing::InvokeWithoutArgs;
33 using ::testing::Return;
34 using ::testing::ReturnRef;
35 using ::testing::_;
36 using ::testing::A;
  /external/chromium/chrome/browser/extensions/
key_identifier_conversion_views_unittest.cc 11 #include "testing/gtest/include/gtest/gtest.h"
16 class KeyEventFromKeyIdentifierTest : public testing::Test {
  /external/chromium/chrome/browser/
keychain_mac.h 14 // mocked out for testing.
20 // CFRelease (to aid in testing).
mach_broker_mac_unittest.cc 8 #include "testing/gtest/include/gtest/gtest.h"
10 class MachBrokerTest : public testing::Test {
  /external/chromium/chrome/browser/net/gaia/
token_service_unittest.h 20 #include "testing/gtest/include/gtest/gtest.h"
59 class TokenServiceTestHarness : public testing::Test {
  /external/chromium/chrome/browser/policy/
cloud_policy_controller_unittest.cc 19 #include "testing/gmock/include/gmock/gmock.h"
20 #include "testing/gtest/include/gtest/gtest.h"
28 using ::testing::_;
29 using ::testing::AtLeast;
30 using ::testing::InSequence;
31 using ::testing::Mock;
32 using ::testing::Return;
76 class CloudPolicyControllerTest : public testing::Test {
configuration_policy_store_interface_unittest.cc 7 #include "testing/gtest/include/gtest/gtest.h"
9 using ::testing::_;
profile_policy_connector_unittest.cc 8 #include "testing/gtest/include/gtest/gtest.h"
10 using ::testing::_;
  /external/chromium/chrome/browser/prefs/
pref_value_map_unittest.cc 7 #include "testing/gtest/include/gtest/gtest.h"
9 class PrefValueMapTest : public testing::Test {
  /external/chromium/chrome/browser/resources/shared/js/cr/
link_controller_test.html 11 goog.require('goog.testing.MockControl');
12 goog.require('goog.testing.PropertyReplacer');
13 goog.require('goog.testing.jsunit');
14 goog.require('goog.testing.mockmatchers');
26 var ObjectEqualsMatcher = goog.testing.mockmatchers.ObjectEquals;
27 var SaveArgumentMatcher = goog.testing.mockmatchers.SaveArgument;
42 mockControl = new goog.testing.MockControl;
46 propertyReplacer = new goog.testing.PropertyReplacer;
  /external/chromium/chrome/browser/rlz/
rlz_unittest.cc 9 #include "testing/gtest/include/gtest/gtest.h"
15 // Gets rid of registry leftovers from testing. Returns false if there
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_unittest_helper.h 12 #include "testing/gtest/include/gtest/gtest.h"
14 // Helper code for testing that a SafeBrowsingStore implementation

Completed in 337 milliseconds

<<21222324252627282930>>