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

<<51525354555657585960>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizardState.java 114 * testing.
118 * If true, this test project should be testing itself, otherwise it will be
119 * testing the project pointed to by {@link #testedProject}.
128 * be testing the plain project. (This flag only applies when creating
138 * True if the testing application name has been modified by the user (only
148 * True if the testing package name has been modified by the user (only
158 * True if the testing project name has been modified by the user (only
380 /** Create a sample project. Testing options are not presented. */
384 * Create a test project, either testing itself or some other project.
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory_ImplTest.java 46 * The testing data was generated by use of classes from
174 * testing data structures.
254 * generateCRLs method testing.
260 // Testing the CRLs generation on the base of PKCS7 SignedData object
278 * generateCRL/generateCertificate method testing.
358 * generateCRLs method testing.
457 * generateCertificates method testing.
674 // testing empty PkiPath structure (ASN.1 such as 0x30, 0x00)
681 // testing with bad PEM content
726 * generateCertificates method testing
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_metrics_unittest.cc 19 #include "testing/gmock/include/gmock/gmock.h"
20 #include "testing/gtest/include/gtest/gtest.h"
269 ::testing::InSequence dummy;
435 ::testing::FLAGS_gmock_verbose = "error";
436 ::testing::InSequence dummy;
506 ::testing::InSequence dummy;
679 ::testing::InSequence dummy;
746 LogStoredProfileCount(::testing::_)).Times(0);
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_host_unittest.cc 24 #include "testing/gmock/include/gmock/gmock.h"
25 #include "testing/gtest/include/gtest/gtest.h"
27 using ::testing::_;
28 using ::testing::DeleteArg;
29 using ::testing::DoAll;
30 using ::testing::Eq;
31 using ::testing::Mock;
32 using ::testing::NiceMock;
33 using ::testing::NotNull;
34 using ::testing::Pointee
    [all...]
  /external/chromium/testing/gmock/include/gmock/internal/
gmock-internal-utils.h 49 namespace testing { namespace
86 bool operator()(const ::testing::internal::linked_ptr<T>& lhs,
87 const ::testing::internal::linked_ptr<T>& rhs) const {
169 static_cast< ::testing::internal::TypeKind>( \
170 ::testing::internal::KindOf<type>::value)
384 testing::StaticAssertTypeEq<RawContainer,
406 testing::StaticAssertTypeEq<Element, RawElement>();
410 // function call '[testing::internal::NativeArray<char *>].NativeArray(
411 // {lval} const char *[4], long, testing::internal::RelationToSource)'
413 // 'testing::internal::NativeArray<char *>::NativeArray
    [all...]
  /external/chromium/testing/gtest/test/
gtest-port_test.cc 59 namespace testing { namespace
82 EXPECT_TRUE(&derived == ::testing::internal::ImplicitCast_<Base*>(&derived));
87 Base base = ::testing::internal::ImplicitCast_<Base>(derived);
106 Base base = ::testing::internal::ImplicitCast_<Base>(castable);
125 Base base = ::testing::internal::ImplicitCast_<Base>(const_castable);
151 Base base = ::testing::internal::ImplicitCast_<Base>(castable);
158 base = ::testing::internal::ImplicitCast_<Base>(const_castable);
170 To to = ::testing::internal::ImplicitCast_<To>(&converted);
178 StaticAssertTypeEq<int, ::testing::internal::scoped_ptr<int>::element_type>();
321 ::testing::ExitedWithCode(0), "Success")
    [all...]
  /external/clang/www/
hacking.html 28 <li><a href="#testing">Testing</a>
30 <li><a href="#testingNonWindows">Testing on Unix-like Systems</a></li>
31 <li><a href="#testingWindows">Testing using Visual Studio on Windows</a></li>
32 <li><a href="#testingCommands">Testing on the Command Line</a></li>
115 <h2 id="testing">Testing</h2>
122 <h3 id="testingNonWindows">Testing on Unix-like Systems</h3>
179 <h3 id="testingWindows">Testing using Visual Studio on Windows</h3>
211 <h3 id="testingCommands">Testing on the Command Line</h3
    [all...]
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CertSelectorTest.java 449 * setCertificate(X509Certificate certificate) method testing.
473 * getCertificate() method testing.
491 * setSerialNumber(BigInteger serial) method testing.
517 * getSerialNumber() method testing.
535 * setIssuer(X500Principal issuer) method testing.
561 * getIssuer() method testing.
579 * setIssuer(String issuerDN) method testing.
608 * getIssuerAsString() method testing.
634 * setIssuer(byte[] issuerDN) method testing.
669 * getIssuerAsBytes() method testing
    [all...]
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxApp.java     [all...]
  /cts/tests/res/values/
strings.xml 19 <string name="permdesc_testGranted">Used for running CTS tests, for testing operations
22 <string name="permdesc_testDynamic">Used for running CTS tests, for testing adding
25 <string name="permdesc_testDenied">Used for running CTS tests, for testing operations
32 <string name="text_view_hint">This is a string for testing hint of textview.</string>
40 <string name="edit_text">testing</string>
52 <string name="tabs_1">testing</string>
  /external/chromium/chrome/browser/sync/glue/
extension_util_unittest.cc 13 #include "testing/gmock/include/gmock/gmock.h"
14 #include "testing/gtest/include/gtest/gtest.h"
20 using ::testing::_;
21 using ::testing::Return;
22 using ::testing::StrictMock;
42 class ExtensionUtilTest : public testing::Test {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
FeatureSpecificTestSuiteBuilder.java 17 package com.google.common.collect.testing;
22 import com.google.common.collect.testing.features.ConflictingRequirementsException;
23 import com.google.common.collect.testing.features.Feature;
24 import com.google.common.collect.testing.features.FeatureUtil;
25 import com.google.common.collect.testing.features.TesterRequirements;
181 logger.fine(" Testing: " + name);
  /external/guava/guava-tests/test/com/google/common/collect/
Collections2Test.java 21 import static com.google.common.collect.testing.testers.CollectionIteratorTester.getIteratorKnownOrderRemoveSupportedMethod;
29 import com.google.common.collect.testing.CollectionTestSuiteBuilder;
30 import com.google.common.collect.testing.TestStringCollectionGenerator;
31 import com.google.common.collect.testing.features.CollectionFeature;
32 import com.google.common.collect.testing.features.CollectionSize;
33 import com.google.common.testing.NullPointerTester;
  /external/icu4c/test/intltest/
canittst.cpp 88 logln("Testing U+%06X", i);
138 logln("testing permutation");
145 logln("testing samples");
307 logln("Testing CanonicalIterator::getSource");
319 logln("Testing CanonicalIterator::reset");
332 logln("Testing getStaticClassID and getDynamicClassID");
  /external/protobuf/gtest/test/
gtest-unittest-api_test.cc 31 // The Google C++ Testing Framework (Google Test)
41 using ::testing::InitGoogleTest;
43 namespace testing { namespace
229 // These two tests are here to provide support for testing
335 } // namespace testing
340 AddGlobalTestEnvironment(new testing::internal::FinalSuccessChecker());
  /external/chromium/chrome/browser/sync/
profile_sync_service_password_unittest.cc 7 #include "testing/gtest/include/gtest/gtest.h"
37 #include "testing/gmock/include/gmock/gmock.h"
63 using testing::_;
64 using testing::AtLeast;
65 using testing::DoAll;
66 using testing::DoDefault;
67 using testing::ElementsAre;
68 using testing::Eq;
69 using testing::Invoke;
70 using testing::InvokeWithoutArgs
    [all...]
  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 169 gcc_regex = (r'In member function \'testing::internal::ReturnAction<R>.*\n'
176 r'\'testing::internal::ReturnAction<(?P<type>).*>'
219 r'\'testing::internal::ReturnAction<R>::Impl<F>::value_\' '
226 r'\'testing::internal::ReturnAction<(?P<return_type>.*)>'
233 r'\'testing::internal::DoBothAction<.*>'
264 r'\'testing::internal2::TypeWithoutFormatter<.*>::'
400 '%(symbol)s' is defined by Google Mock in the testing namespace.
402 using testing::%(symbol)s;
414 gcc_regex = ('instantiated from \'testing::internal::ReturnAction<R>'
415 '::operator testing::Action<Func>\(\) const.*\n'
    [all...]
  /external/icu4c/test/cintltst/
ccapitst.c 172 log_verbose("Testing ucnv_openAllNames()...");
207 log_verbose("Testing ucnv_countAvailable()...");
212 log_verbose("\n---Testing ucnv_getAvailableName.."); /*need to check this out */
216 log_verbose("\n---Testing ucnv_getAvailableName..with index < 0 ");
395 /*Testing ucnv_openU()*/
415 /*testing with error value*/
444 log_verbose("Testing ucnv_open() with converter name greater than 7 characters\n");
455 /*Testing ucnv_convert()*/
514 /*Testing ucnv_openCCSID and ucnv_open with error conditions*/
515 log_verbose("\n---Testing ucnv_open with err ! = U_ZERO_ERROR...\n")
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestFilter.java 66 * Exposed for unit testing
75 * Exposed for unit testing
  /development/samples/SpinnerTest/
_index.html 3 <a href="../../../resources/tutorials/testing/activity_test.html">Activity
4 Testing</a> tutorial. It tests the <a href="../Spinner/index.html">Spinner</a> example
  /external/android-mock/src/
build-mockgen.xml 11 <property name="mockgen.java-files" value="com/google/android/testing/mocking/*.java"/>
51 message="com.google.android.testing.mocking.UsesMocksProcessor"/>
  /external/antlr/antlr-3.4/gunit/
CHANGES.txt 78 * added new functionality of testing lexical rules
86 * fixed bug of testing a tree grammar's template output
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
GrammarInfo.java 37 private String treeGrammarName = null; // optional, required for testing tree grammar
41 private List<gUnitTestSuite> ruleTestSuites = new ArrayList<gUnitTestSuite>(); // testsuites for each testing rule
gUnitTestSuite.java 35 protected String rule = null; // paeser rule name for unit testing
37 protected String treeRule = null; // optional, required for testing tree grammar rule
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
IvParameterSpecTest.java 40 * IvParameterSpec(byte[] iv) constructor testing. Checks that
60 * IvParameterSpec(byte[] iv) constructor testing. Checks that

Completed in 785 milliseconds

<<51525354555657585960>>