HomeSort by relevance Sort by last modified time
    Searched full:testing (Results 876 - 900 of 8489) sorted by null

<<31323334353637383940>>

  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
CertificateTest.java 52 * Testing the encoding/decoding work of the following structure:
116 * signatureAlgorithm, byte[] signatureValue) method testing.
186 * getTbsCertificate() method testing.
206 * getSignatureAlgorithm() method testing.
212 * getSignatureValue() method testing.
218 * getValue() method testing.
  /external/chromium/chrome/browser/chromeos/
customization_document_unittest.cc 9 #include "testing/gtest/include/gtest/gtest.h"
112 using ::testing::_;
113 using ::testing::DoAll;
114 using ::testing::NotNull;
115 using ::testing::Return;
116 using ::testing::SetArgumentPointee;
version_loader_unittest.cc 9 #include "testing/gtest/include/gtest/gtest.h"
13 typedef testing::Test VersionLoaderTest;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SortedMultisetTestSuiteBuilder.java 17 package com.google.common.collect.testing.google;
25 import com.google.common.collect.testing.AbstractTester;
26 import com.google.common.collect.testing.Helpers;
27 import com.google.common.collect.testing.SampleElements;
28 import com.google.common.collect.testing.features.CollectionFeature;
29 import com.google.common.collect.testing.features.Feature;
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingMultisetTest.java 19 import com.google.common.collect.testing.SetTestSuiteBuilder;
20 import com.google.common.collect.testing.TestStringSetGenerator;
21 import com.google.common.collect.testing.features.CollectionFeature;
22 import com.google.common.collect.testing.features.CollectionSize;
23 import com.google.common.collect.testing.google.MultisetTestSuiteBuilder;
24 import com.google.common.collect.testing.google.TestStringMultisetGenerator;
  /external/webkit/Tools/Scripts/webkitpy/style/
filter_unittest.py 31 # On Testing __eq__() and __ne__():
35 # very explicit about what we are testing, especially in the case
109 # See the notes at the top of this module about testing
120 # Also, see the notes at the top of this module about testing
179 # See the notes at the top of this module about testing
204 # Also, see the notes at the top of this module about testing
  /frameworks/base/docs/html/tools/testing/
testing_otheride.jd 1 page.title=Testing from Other IDEs
2 parent.title=Testing
50 <a href="{@docRoot}tools/testing/testing_android.html">
51 Testing Fundamentals</a>
65 <a href="{@docRoot}tools/testing/testing_android.html">Testing Fundamentals</a>,
66 which provides an overview of Android testing.
71 <a href="{@docRoot}tools/testing/testing_eclipse.html">
72 Testing from Eclipse with ADT</a>.
111 <a href="{@docRoot}tools/testing/testing_android.html#TestProjects"
    [all...]
  /frameworks/base/docs/html/tools/workflow/
index.jd 40 <li><strong>Debugging and Testing</strong>
52 <p>Last, you test your application using various Android SDK testing tools. For more
53 information, see <a href="{@docRoot}tools/testing/index.html">Test your application
54 with the Testing and Instrumentation framework</a>.</p>
132 resources, a graphical debugger, unit testing support using Android
133 Testing Framework, and the ability to run applications in either the
  /frameworks/base/docs/html/tools/
workflow.jd 40 <li><strong>Debugging and Testing</strong>
52 <p>Last, you test your application using various Android SDK testing tools. For more
53 information, see <a href="{@docRoot}tools/testing/index.html">Test your application
54 with the Testing and Instrumentation framework</a>.</p>
132 resources, a graphical debugger, unit testing support using Android
133 Testing Framework, and the ability to run applications in either the
  /cts/tests/tests/os/src/android/os/cts/
RecoverySystemTest.java 65 Log.v(TAG, "testing otasigned.zip");
86 Log.v(TAG, "testing " + name);
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
Sasl3Test.java 108 "Testing provider SaslClientFactory - 1", CLNTSRV
111 "Testing provider SaslClientFactory - 2", CLNTSRV
174 "Testing provider SaslClientFactory - 1", CLNTSRV
177 "Testing provider SaslClientFactory - 2", CLNTSRV
213 "Testing provider SaslClientFactory - 1", CLNTSRV
245 "Testing provider SaslClientFactory - 1", CLNTSRV
248 "Testing provider SaslClientFactory - 2", CLNTSRV
251 "Testing provider SaslClientFactory - 3", CLNTSRV
Sasl4Test.java 106 "Testing provider SaslServerFactory - 1", SRVSSRV
109 "Testing provider SaslServerFactory - 2", SRVSSRV
171 "Testing provider SaslServerFactory - 1", SRVSSRV
174 "Testing provider SaslServerFactory - 2", SRVSSRV
212 "Testing provider SaslServerFactory - 1", SRVSSRV
245 "Testing provider SaslServerFactory - 1", SRVSSRV
248 "Testing provider SaslServerFactory - 2", SRVSSRV
251 "Testing provider SaslServerFactory - 3", SRVSSRV
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PBEKeySpecTest.java 38 * PBEKeySpec(char[] password) method testing. Tests the behavior of
61 * keyLength) method testing. Tests the behavior of the method in the case
140 * testing. Tests the behavior of the method in the case
202 * clearPassword() method testing. Tests that internal copy of password
218 * getPassword() method testing. Tests that returned password is equal
237 * getSalt() method testing. Tests that returned salt is equal
263 * getIterationCount() method testing. Tests that returned value is equal
283 * getKeyLength() method testing.
  /external/apache-harmony/support/src/test/resources/config/
excludes.xsd 3 xmlns="http://incubator.apache.org/harmony/testing"
4 targetNamespace="http://incubator.apache.org/harmony/testing">
  /external/bluetooth/bluez/tools/
ciptool.1 63 Create a connection to the remote device for Bluetooth testing.
65 only for testing the CAPI Message Transport Protocol.
  /external/chromium/app/sql/
sqlite_features_unittest.cc 12 #include "testing/gtest/include/gtest/gtest.h"
46 class SQLiteFeaturesTest : public testing::Test {
  /external/chromium/base/
callback_unittest.cc 9 #include "testing/gtest/include/gtest/gtest.h"
59 class CallbackTest : public ::testing::Test {
environment_unittest.cc 7 #include "testing/gtest/include/gtest/gtest.h"
8 #include "testing/platform_test.h"
  /external/chromium/base/test/
multiprocess_test.h 15 #include "testing/platform_test.h"
36 // testing/multiprocess_func_list.h.
  /external/chromium/base/win/
registry_unittest.cc 6 #include "testing/gtest/include/gtest/gtest.h"
15 class RegistryTest : public testing::Test {
  /external/chromium/chrome/browser/chromeos/login/
owner_manager_unittest.h 20 #include "testing/gmock/include/gmock/gmock.h"
21 #include "testing/gtest/include/gtest/gtest.h"
signed_settings_temp_storage_unittest.cc 17 #include "testing/gtest/include/gtest/gtest.h"
21 class SignedSettingsTempStorageTest : public ::testing::Test {
  /external/chromium/chrome/browser/
command_updater_unittest.cc 6 #include "testing/gtest/include/gtest/gtest.h"
16 class CommandUpdaterTest : public testing::Test {
  /external/chromium/chrome/browser/debugger/
devtools_remote_listen_socket_unittest.h 35 #include "testing/gtest/include/gtest/gtest.h"
76 // make a the testing::Test class refcounted.
  /external/chromium/chrome/browser/diagnostics/
diagnostics_model_unittest.cc 8 #include "testing/gtest/include/gtest/gtest.h"
11 class DiagnosticsModelTest : public testing::Test {

Completed in 2436 milliseconds

<<31323334353637383940>>