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

<<31323334353637383940>>

  /external/icu4c/test/intltest/
dcfmapts.cpp 71 logln((UnicodeString)"Testing DecimalFormat constructors");
110 logln((UnicodeString)"Testing clone(), assignment and equality operators");
129 logln((UnicodeString)"Testing various format() methods");
161 logln((UnicodeString)"Testing parse()");
190 logln((UnicodeString)"Testing getters and setters");
254 // Added by Ken Liu testing set/isExponentSignAlwaysShown
262 // Added by Ken Liu testing set/isScientificNotation
270 // Added by Ken Liu testing set/getMinimumExponentDigits
279 // Added by Ken Liu testing set/getRoundingIncrement
299 logln((UnicodeString)"Testing applyPattern()")
    [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest.h 32 // The Google C++ Testing Framework (Google Test)
82 namespace testing { namespace
201 // testing::AssertionResult IsEven(int n) {
203 // return testing::AssertionSuccess();
205 // return testing::AssertionFailure() << n << " is odd";
228 // testing::AssertionResult IsEven(int n) {
230 // return testing::AssertionSuccess() << n << " is even";
232 // return testing::AssertionFailure() << n << " is odd";
252 // testing::AssertionResult IsEven(const char* expr, int n) {
254 // return testing::AssertionSuccess()
    [all...]
gtest-printers.h 32 // Google Test - The Google C++ Testing Framework
37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
63 // std::string ::testing::PrintToString(const T& value);
69 // void ::testing::internal::UniversalTersePrint(const T& value, ostream*);
74 // void ::testing::internal::UniversalPrint(const T& value, ostream*);
106 namespace testing { namespace
150 const ::testing::internal::string short_str = value.ShortDebugString();
151 const ::testing::internal::string pretty_str =
209 } // namespace testing
211 // This namespace MUST NOT BE NESTED IN ::testing, or the name look-u
250 namespace testing { namespace
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 32 // The Google C++ Testing Framework (Google Test)
82 namespace testing { namespace
201 // testing::AssertionResult IsEven(int n) {
203 // return testing::AssertionSuccess();
205 // return testing::AssertionFailure() << n << " is odd";
228 // testing::AssertionResult IsEven(int n) {
230 // return testing::AssertionSuccess() << n << " is even";
232 // return testing::AssertionFailure() << n << " is odd";
252 // testing::AssertionResult IsEven(const char* expr, int n) {
254 // return testing::AssertionSuccess()
    [all...]
gtest-printers.h 32 // Google Test - The Google C++ Testing Framework
37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
63 // std::string ::testing::PrintToString(const T& value);
69 // void ::testing::internal::UniversalTersePrint(const T& value, ostream*);
74 // void ::testing::internal::UniversalPrint(const T& value, ostream*);
106 namespace testing { namespace
150 const ::testing::internal::string short_str = value.ShortDebugString();
151 const ::testing::internal::string pretty_str =
209 } // namespace testing
211 // This namespace MUST NOT BE NESTED IN ::testing, or the name look-u
250 namespace testing { namespace
    [all...]
  /external/chromium/testing/gtest/test/
gtest-param-test_test.cc 57 using ::testing::AddGlobalTestEnvironment;
58 using ::testing::Bool;
59 using ::testing::Message;
60 using ::testing::Range;
61 using ::testing::TestWithParam;
62 using ::testing::Values;
63 using ::testing::ValuesIn;
66 using ::testing::Combine;
72 using ::testing::internal::ParamGenerator;
73 using ::testing::internal::UnitTestOptions
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 32 // The Google C++ Testing Framework (Google Test)
70 // Google Test defines the testing::Message class to allow construction of
72 // streamable to std::ostream can be streamed to a testing::Message.
83 // namespace, but not other namespaces, including the testing
88 // testing::Message must access the custom << operator from the global
100 namespace testing { namespace
165 (sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1)
517 // Returns the type ID of ::testing::Test. Always call this instead
518 // of GetTypeId< ::testing::Test>() to get the type ID of
519 // ::testing::Test, as the latter may give the wrong result due to
    [all...]
  /cts/tests/src/android/app/cts/
LauncherActivityStub.java 28 // For testing LauncherActivity#getTargetIntent()
  /cts/tests/src/android/content/cts/
MockReceiver.java 25 * This class is used for testing android.content.BroadcastReceiver.
MockReceiverAbort.java 25 * This class is used for testing android.content.BroadcastReceiver.
MockReceiverFirst.java 25 * This class is used for testing android.content.BroadcastReceiver.
ResultReceiver.java 24 * This class is used for testing android.content.ContentWrapper.
  /cts/tests/src/android/text/method/cts/
StubActivity.java 25 * This Activity is used for testing:
  /cts/tests/src/android/widget/cts/
SeekBarStubActivity.java 27 * Stub activity for testing {@link SeekBar}
TwoLineListItemStubActivity.java 26 * Stub activity for testing {@link TwoLineListItem}
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityWindowQueryActivity.java 24 * Activity for testing the accessibility APIs for querying of
  /cts/tests/tests/holo/src/android/holo/cts/modifiers/
DialogBuilder.java 26 * the Dialog for testing.
  /cts/tests/tests/jni/src/android/jni/cts/
JniCTest.java 45 * The native method that does all the actual testing.
JniCppTest.java 45 * The native method that does all the actual testing.
  /dalvik/tests/040-miranda/src/
Main.java 4 * Miranda testing.
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Ralloc.cpp 25 /* Stress mode for testing: if defined will reverse corereg/floatreg hint */
  /development/apps/launchperf/src/com/android/launchperf/
ComplexActivityLaunchPerformance.java 27 * Instrumentation class for Complex Activity launch performance testing.
EmptyActivityLaunchPerformance.java 26 * Instrumentation class for Empty Activity launch performance testing.
HelloWorldLaunchPerformance.java 26 * Instrumentation class for Hello World launch performance testing.
NotePadLaunchPerformance.java 26 * Instrumentation class for Notepad launch performance testing.

Completed in 162 milliseconds

<<31323334353637383940>>