HomeSort by relevance Sort by last modified time
    Searched refs:TEST (Results 126 - 150 of 2007) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-death-test_ex_test.cc 34 #include "gtest/gtest-death-test.h"
50 // exceptions do not escape death test macros.
51 TEST(CxxExceptionDeathTest, ExceptionIsFailure) {
55 FAIL() << "An exception escaped a death test macro invocation "
66 TEST(CxxExceptionDeathTest, PrintsMessageForStdExceptions) {
80 TEST(SehExceptionDeasTest, CatchExceptionsDoesNotInterfere) {
  /external/webrtc/webrtc/base/
event_unittest.cc 16 TEST(EventTest, InitiallySignaled) {
21 TEST(EventTest, ManualReset) {
33 TEST(EventTest, AutoReset) {
  /ndk/sources/third_party/googletest/googletest/test/
gtest-death-test_ex_test.cc 34 #include "gtest/gtest-death-test.h"
50 // exceptions do not escape death test macros.
51 TEST(CxxExceptionDeathTest, ExceptionIsFailure) {
55 FAIL() << "An exception escaped a death test macro invocation "
66 TEST(CxxExceptionDeathTest, PrintsMessageForStdExceptions) {
80 TEST(SehExceptionDeasTest, CatchExceptionsDoesNotInterfere) {
  /system/bt/btcore/test/
bdaddr_test.cpp 25 TEST(HashFunctionBdaddrTest, test_same_pointer_is_same) {
32 TEST(HashFunctionBdaddrTest, test_same_value_is_same) {
41 TEST(HashFunctionBdaddrTest, test_different_value_is_different) {
  /system/core/init/
util_test.cpp 22 TEST(util, read_file_ENOENT) {
30 TEST(util, read_file_success) {
39 TEST(util, decode_uid) {
  /bionic/tests/
stubs_test.cpp 19 // Below are the header files we want to test.
108 GTEST_LOG_(INFO) << "This test is about uid/username translation for Android, which does nothing on libc other than bionic.\n";
113 TEST(getpwnam, system_id_root) {
117 TEST(getpwnam, system_id_system) {
121 TEST(getpwnam, app_id_radio) {
125 TEST(getpwnam, oem_id_0) {
129 TEST(getpwnam, oem_id_999) {
133 TEST(getpwnam, app_id_nobody) {
137 TEST(getpwnam, app_id_u0_a0) {
141 TEST(getpwnam, app_id_u0_a1234)
    [all...]
  /external/v8/test/cctest/compiler/
test-run-inlining.cc 6 #include "test/cctest/compiler/function-tester.h"
62 TEST(SimpleInlining) {
76 TEST(SimpleInliningDeopt) {
90 TEST(SimpleInliningDeoptSelf) {
104 TEST(SimpleInliningContext) {
118 TEST(SimpleInliningContextDeopt) {
135 TEST(CaptureContext) {
151 // some point, change this test.
152 TEST(DontInlineEval) {
166 TEST(InlineOmitArguments)
    [all...]
test-loop-assignment-analysis.cc 9 #include "test/cctest/cctest.h"
66 TEST(SimpleLoop1) {
73 TEST(SimpleLoop2) {
89 TEST(ForInOf1) {
101 TEST(Param1) {
110 TEST(Param2) {
119 TEST(Param2b) {
128 TEST(Param3) {
137 TEST(Param3b) {
146 TEST(NestedLoop1)
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-printers_test.cc 32 // Google Test - The Google C++ Testing Framework
247 TEST(PrintEnumTest, AnonymousEnum) {
252 TEST(PrintEnumTest, EnumWithoutPrinter) {
257 TEST(PrintEnumTest, EnumWithStreaming) {
262 TEST(PrintEnumTest, EnumWithPrintTo) {
269 TEST(PrintClassTest, BiggestIntConvertible) {
276 TEST(PrintCharTest, PlainChar) {
296 TEST(PrintCharTest, SignedChar) {
303 TEST(PrintCharTest, UnsignedChar) {
312 TEST(PrintBuiltInTypeTest, Bool)
    [all...]
gtest-filepath_test.cc 32 // Google Test filepath utilities
35 // Google Test. They are subject to change without notice.
38 // build or make-files for some existing Google Test clients. Do not
44 // Indicates that this translation unit is part of Google Test's
86 TEST(GetCurrentDirTest, ReturnsCurrentDir) {
110 TEST(IsEmptyTest, ReturnsTrueForEmptyPath) {
115 TEST(IsEmptyTest, ReturnsFalseForNonEmptyPath) {
123 TEST(RemoveDirectoryNameTest, WhenEmptyName) {
128 TEST(RemoveDirectoryNameTest, ButNoDirectory) {
134 TEST(RemoveDirectoryNameTest, RootFileShouldGiveFileName)
    [all...]
  /art/runtime/arch/
instruction_set_test.cc 25 TEST(InstructionSetTest, GetInstructionSetFromString) {
36 TEST(InstructionSetTest, GetInstructionSetString) {
47 TEST(InstructionSetTest, TestRoundTrip) {
51 TEST(InstructionSetTest, PointerSize) {
  /art/runtime/base/
hex_dump_test.cc 33 TEST(HexDump, OneLine) {
42 TEST(HexDump, MultiLine) {
54 TEST(HexDump, ShowActualAddresses) {
63 TEST(HexDump, Prefix) {
66 oss << HexDump(test_text, strlen(test_text), false, "test prefix: ");
68 "test prefix: " ZEROPREFIX "00000000: 30 31 32 33 34 35 36 37 38 39 61 62 63 64 65 66 "
stringprintf_test.cc 23 TEST(StringPrintfTest, HexSizeT) {
  /bootable/recovery/tests/unit/
locale_test.cpp 21 TEST(LocaleTest, Misc) {
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_symbolizer_test.cc 20 TEST(Symbolizer, ExtractToken) {
35 TEST(Symbolizer, ExtractInt) {
42 TEST(Symbolizer, ExtractUptr) {
49 TEST(Symbolizer, ExtractTokenUpToDelimiter) {
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_thread.cc 16 TEST(ThreadSanitizer, ThreadSync) {
27 TEST(ThreadSanitizer, ThreadDetach1) {
33 TEST(ThreadSanitizer, ThreadDetach2) {
47 TEST(DISABLED_SLOW_ThreadSanitizer, ThreadALot) {
  /external/gmock/test/
gmock-nice-strict_test.cc 114 TEST(RawMockTest, WarningForUninterestingCall) {
131 TEST(RawMockTest, WarningForUninterestingCallAfterDeath) {
150 TEST(RawMockTest, InfoForUninterestingCall) {
164 TEST(NiceMockTest, NoWarningForUninterestingCall) {
175 TEST(NiceMockTest, NoWarningForUninterestingCallAfterDeath) {
188 TEST(NiceMockTest, InfoForUninterestingCall) {
204 TEST(NiceMockTest, AllowsExpectedCall) {
212 TEST(NiceMockTest, UnexpectedCallFails) {
221 TEST(NiceMockTest, NonDefaultConstructor) {
231 TEST(NiceMockTest, NonDefaultConstructor10)
    [all...]
  /external/google-breakpad/src/testing/gtest/samples/
sample2_unittest.cc 35 // This sample shows how to write a more complex unit test for a class
38 // Usually, it's a good idea to have one test for each method in your
46 // In this example, we test the MyString class (a simple string).
49 TEST(MyString, DefaultConstructor) {
80 TEST(MyString, ConstructorFromCString) {
88 TEST(MyString, CopyConstructor) {
95 TEST(MyString, Set) {
  /external/libbrillo/brillo/
type_name_undecorate_unittest.cc 15 TEST(TypeTags, GetTypeTag) {
30 TEST(TypeDecoration, UndecorateTypeName) {
39 TEST(TypeDecoration, GetUndecoratedTypeNameForTag) {
51 TEST(TypeDecoration, GetUndecoratedTypeName) {
  /external/llvm/unittests/ADT/
FunctionRefTest.cpp 19 TEST(FunctionRefTest, Copy) {
  /external/llvm/unittests/Support/
ProcessTest.cpp 22 TEST(ProcessTest, GetRandomNumberTest) {
34 TEST(ProcessTest, Basic) {
41 TEST(ProcessTest, None) {
49 TEST(ProcessTest, Wchar) {
  /external/mesa3d/src/glsl/tests/
ralloc_test.cpp 32 TEST(ralloc_test, null_parent)
  /external/protobuf/gtest/samples/
sample2_unittest.cc 35 // This sample shows how to write a more complex unit test for a class
38 // Usually, it's a good idea to have one test for each method in your
46 // In this example, we test the MyString class (a simple string).
49 TEST(MyString, DefaultConstructor) {
80 TEST(MyString, ConstructorFromCString) {
88 TEST(MyString, CopyConstructor) {
95 TEST(MyString, Set) {
sample4_unittest.cc 36 TEST(Counter, Increment) {
  /external/protobuf/gtest/test/
gtest-filepath_test.cc 32 // Google Test filepath utilities
35 // Google Test. They are subject to change without notice.
38 // build or make-files for some existing Google Test clients. Do not
44 // Indicates that this translation unit is part of Google Test's
86 TEST(GetCurrentDirTest, ReturnsCurrentDir) {
106 TEST(IsEmptyTest, ReturnsTrueForEmptyPath) {
111 TEST(IsEmptyTest, ReturnsFalseForNonEmptyPath) {
119 TEST(RemoveDirectoryNameTest, WhenEmptyName) {
124 TEST(RemoveDirectoryNameTest, ButNoDirectory) {
130 TEST(RemoveDirectoryNameTest, RootFileShouldGiveFileName)
    [all...]

Completed in 3546 milliseconds

1 2 3 4 56 7 8 91011>>