HomeSort by relevance Sort by last modified time
    Searched refs:TEST (Results 176 - 200 of 2774) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/base/android/
jni_string_unittest.cc 15 TEST(JniString, BasicConversionsUTF8) {
23 TEST(JniString, BasicConversionsUTF16) {
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_configuration_unittest.cc 12 TEST(InputMethodConfigurationTest, TestInitialize) {
22 TEST(InputMethodConfigurationTest, TestInitializeForTesting) {
  /external/chromium_org/device/usb/
usb_ids_unittest.cc 19 TEST(UsbIdsTest, GetVendorName) {
24 TEST(UsbIdsTest, GetProductName) {
  /external/chromium_org/net/ssl/
ssl_connection_status_flags_unittest.cc 13 TEST(SSLConnectionStatusTest, SetCipherSuite) {
22 TEST(SSLConnectionStatusTest, SetVersion) {
  /external/chromium_org/testing/gtest/test/
gtest-port_test.cc 49 // Indicates that this translation unit is part of Google Test's
64 TEST(IsXDigitTest, WorksForNarrowAscii) {
77 TEST(IsXDigitTest, ReturnsFalseForNarrowNonAscii) {
82 TEST(IsXDigitTest, WorksForWideAscii) {
95 TEST(IsXDigitTest, ReturnsFalseForWideNonAscii) {
119 TEST(ImplicitCastTest, ConvertsPointers) {
124 TEST(ImplicitCastTest, CanUseInheritance) {
142 TEST(ImplicitCastTest, CanUseNonConstCastOperator) {
161 TEST(ImplicitCastTest, CanUseConstCastOperatorOnConstValues) {
186 TEST(ImplicitCastTest, CanSelectBetweenConstAndNonConstCasrAppropriately)
    [all...]
  /external/chromium_org/testing/gtest/xcode/Samples/FrameworkSample/
widget_test.cc 32 // Google Test - FrameworkSample
36 // This is a simple test file for the Widget class in the Widget.framework
43 // This test verifies that the constructor sets the internal state of the
45 TEST(WidgetInitializerTest, TestConstructor) {
51 // This test verifies the conversion of the float and string values to int and
53 TEST(WidgetInitializerTest, TestConversion) {
63 // Use the Google Test main that is linked into the framework. It does something
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
address_field_test.cc 26 TEST(AddressFieldTest, ValidEnumValue) {
32 TEST(AddressFieldTest, InvalidEnumValue) {
address_problem_test.cc 26 TEST(AddressProblemTest, ValidEnumValue) {
32 TEST(AddressProblemTest, InvalidEnumValue) {
  /external/chromium_org/third_party/mesa/src/src/mapi/shared-glapi/tests/
check_table.cpp 39 TEST(GetProcAddress, ABIOffsetByName)
52 TEST(GetProcAddress, TableBigEnoughForABI)
  /external/chromium_org/third_party/re2/re2/testing/
exhaustive1_test.cc 7 #include "util/test.h"
14 // Test simple repetition operators
15 TEST(Repetition, Simple) {
26 // Test capturing parens -- (a) -- inside repetition operators
27 TEST(Repetition, Capturing) {
35 // This would be a great test, but it runs forever when PCRE is enabled.
re2_arg_test.cc 7 // Todo: Expand the test to validate strings parsed to the other types
10 #include "util/test.h"
21 // Test boundary cases for different integral sizes.
90 // macro outside of a TEST block and this seems to be the only way to
109 TEST(REArgTest, Int16Test) {
113 TEST(REArgTest, Uint16Test) {
117 TEST(REArgTest, IntTest) {
121 TEST(REArgTest, UInt32Test) {
125 TEST(REArgTest, Iint64Test) {
129 TEST(REArgTest, Uint64Test)
    [all...]
  /external/chromium_org/third_party/webrtc/base/
crc32_unittest.cc 18 TEST(Crc32Test, TestBasic) {
25 TEST(Crc32Test, TestMultipleUpdates) {
x11windowpicker_unittest.cc 23 TEST(X11WindowPickerTest, TestGetWindowList) {
31 TEST(X11WindowPickerTest, TestGetDesktopList) {
  /external/chromium_org/tools/json_schema_compiler/test/
features_unittest.cc 8 #include "tools/json_schema_compiler/test/test_features.h"
10 using test::features::TestFeatures;
12 TEST(FeaturesGeneratorTest, FromString) {
18 TEST(FeaturesGeneratorTest, ToString) {
  /external/llvm/unittests/Support/
StringPool.cpp 17 TEST(PooledStringPtrTest, OperatorEquals) {
24 TEST(PooledStringPtrTest, OperatorNotEquals) {
  /external/mesa3d/src/mapi/shared-glapi/tests/
check_table.cpp 39 TEST(GetProcAddress, ABIOffsetByName)
52 TEST(GetProcAddress, TableBigEnoughForABI)
  /external/protobuf/gtest/xcode/Samples/FrameworkSample/
widget_test.cc 32 // Google Test - FrameworkSample
36 // This is a simple test file for the Widget class in the Widget.framework
43 // This test verifies that the constructor sets the internal state of the
45 TEST(WidgetInitializerTest, TestConstructor) {
51 // This test verifies the conversion of the float and string values to int and
53 TEST(WidgetInitializerTest, TestConversion) {
63 // Use the Google Test main that is linked into the framework. It does something
  /external/qemu/android/utils/
bufprint_unittest.cpp 16 TEST(bufprint, SimpleString) {
24 TEST(bufprint, TruncationOnOverflow) {
  /external/regex-re2/re2/testing/
exhaustive1_test.cc 7 #include "util/test.h"
14 // Test simple repetition operators
15 TEST(Repetition, Simple) {
26 // Test capturing parens -- (a) -- inside repetition operators
27 TEST(Repetition, Capturing) {
35 // This would be a great test, but it runs forever when PCRE is enabled.
  /ndk/sources/android/support/tests/
ctype_unittest.cc 5 TEST(ctype, isblank) {
13 TEST(ctype, isprint) {
  /system/extras/tests/bionic/libc/
run-test.sh 17 # This shell script is used to run one test on a device emulator.
62 echo "Usage: $PROGNAME [options] <test-name>"
64 echo "Run one C library test on a device/emulator through ADB."
94 echo "ERROR: Please specify test name."
97 TEST=`echo "$FILE" | sed -e "s!test_\(.*\)_intermediates!\\1!g"`
98 echo " $TEST"
103 TEST="$PARAMETERS"
104 # Normalize test name, i.e. remove test_ prefix
105 TEST=`echo "$TEST" | sed -e "s!^test_!!g"
    [all...]
  /bionic/tests/
fenv_test.cpp 38 TEST(fenv, fesetround_fegetround_FE_TONEAREST) {
44 TEST(fenv, fesetround_fegetround_FE_TOWARDZERO) {
50 TEST(fenv, fesetround_fegetround_FE_UPWARD) {
56 TEST(fenv, fesetround_fegetround_FE_DOWNWARD) {
62 TEST(fenv, feclearexcept_fetestexcept) {
83 TEST(fenv, FE_DFL_ENV_macro) {
  /external/chromium_org/chromeos/ime/
extension_ime_util_unittest.cc 13 TEST(ExtensionIMEUtilTest, GetInputMethodIDTest) {
18 TEST(ExtensionIMEUtilTest, GetComponentInputMethodID) {
23 TEST(ExtensionIMEUtilTest, GetExtensionIDFromInputMethodIDTest) {
38 TEST(ExtensionIMEUtilTest, IsExtensionIMETest) {
49 TEST(ExtensionIMEUtilTest, IsComponentExtensionIMETest) {
60 TEST(ExtensionIMEUtilTest, IsMemberOfExtension) {
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
aligned_malloc_unittest.cc 36 TEST(AlignedMalloc, GetRightAlign) {
51 TEST(AlignedMalloc, IncorrectSize) {
57 TEST(AlignedMalloc, IncorrectAlignment) {
63 TEST(AlignedMalloc, AlignTo2Bytes) {
69 TEST(AlignedMalloc, AlignTo32Bytes) {
75 TEST(AlignedMalloc, AlignTo128Bytes) {
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_string.cc 19 TEST(ThreadSanitizer, Memcpy) {
40 TEST(ThreadSanitizer, MemcpyRace1) {
49 // The test fails with TSAN_SHADOW_COUNT=2,
52 TEST(ThreadSanitizer, MemcpyRace2) {
62 TEST(ThreadSanitizer, MemcpyRace3) {
71 TEST(ThreadSanitizer, MemcpyStack) {
79 TEST(ThreadSanitizer, MemsetRace1) {

Completed in 2263 milliseconds

1 2 3 4 5 6 78 91011>>