HomeSort by relevance Sort by last modified time
    Searched refs:TEST (Results 301 - 325 of 790) sorted by null

<<11121314151617181920>>

  /external/chromium/net/test/
python_utils_unittest.cc 14 #include "net/test/python_utils.h"
17 TEST(PythonUtils, Append) {
19 FILE_PATH_LITERAL("test/path_append1");
21 FILE_PATH_LITERAL("test/path_append2");
35 ASSERT_EQ(python_path, "test/path_append1");
41 ASSERT_EQ(std::string("test/path_append1;test/path_append2"), python_path);
43 ASSERT_EQ(std::string("test/path_append1:test/path_append2"), python_path);
47 TEST(PythonUtils, PythonRunTime)
    [all...]
  /external/chromium/testing/gtest/samples/
sample10_unittest.cc 31 // This sample shows how to use Google Test listener API to implement
41 using ::testing::Test;
75 // destroyed by each test, and reports a failure if a test leaks some Water
77 // the beginning of a test and at the end of a test.
80 // Called before a test starts.
85 // Called after a test ends.
90 // OnTestPartResult. Just use an appropriate Google Test assertion to do
99 TEST(ListenersTest, DoesNotLeak)
    [all...]
  /external/compiler-rt/lib/tsan/unit_tests/
tsan_shadow_test.cc 18 TEST(Shadow, Mapping) {
33 TEST(Shadow, Celling) {
tsan_suppressions_test.cc 21 TEST(Suppressions, Parse) {
46 TEST(Suppressions, Parse2) {
65 TEST(Suppressions, Parse3) {
82 TEST(Suppressions, ParseType) {
112 TEST(Suppressions, Match) {
  /external/gtest/samples/
sample10_unittest.cc 31 // This sample shows how to use Google Test listener API to implement
41 using ::testing::Test;
75 // destroyed by each test, and reports a failure if a test leaks some Water
77 // the beginning of a test and at the end of a test.
80 // Called before a test starts.
85 // Called after a test ends.
90 // OnTestPartResult. Just use an appropriate Google Test assertion to do
99 TEST(ListenersTest, DoesNotLeak)
    [all...]
  /external/llvm/unittests/VMCore/
VerifierTest.cpp 25 TEST(VerifierTest, Branch_i1) {
47 TEST(VerifierTest, AliasUnnamedAddr) {
  /external/openssl/crypto/dsa/
dsagen.c 62 #define TEST
71 #ifdef TEST
  /external/protobuf/gtest/samples/
sample10_unittest.cc 31 // This sample shows how to use Google Test listener API to implement
41 using ::testing::Test;
75 // destroyed by each test, and reports a failure if a test leaks some Water
77 // the beginning of a test and at the end of a test.
80 // Called before a test starts.
85 // Called after a test ends.
90 // OnTestPartResult. Just use an appropriate Google Test assertion to do
99 TEST(ListenersTest, DoesNotLeak)
    [all...]
  /external/qemu/distrib/
update-audio.sh 55 if test -n "$version"; then
62 if test -z "$GNUMAKE"; then
66 if test -z "$GNUMAKE"; then
70 if test -z "$GNUMAKE"; then
75 TEST=$(is_gnu_make $GNUMAKE)
76 if test -z "$TEST"; then
  /external/v8/test/cctest/
test-platform-linux.cc 55 TEST(BusyLock) {
69 TEST(VirtualMemory) {
test-platform-nullos.cc 55 TEST(BusyLock) {
69 TEST(VirtualMemory) {
test-unbound-queue.cc 12 TEST(SingleRecord) {
25 TEST(MultipleRecords) {
test-double.cc 16 TEST(Uint64Conversions) {
28 TEST(AsDiyFp) {
48 TEST(AsNormalizedDiyFp) {
69 TEST(IsDenormal) {
79 TEST(IsSpecial) {
102 TEST(IsInfinite) {
115 TEST(IsNan) {
130 TEST(Sign) {
141 TEST(NormalizedBoundaries) {
207 TEST(NextDouble)
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
more_x87_fp.c 6 x87 insns inline. gcc 3.3 doesn't, which makes the test
14 * x86 CPU test
57 /* just to test some op combining */
84 /* test f(u)comi instruction */
113 /* test all roundings */
130 #define TEST(N) \
137 TEST(1);
138 TEST(l2t);
139 TEST(l2e);
140 TEST(pi)
    [all...]
  /external/valgrind/main/memcheck/tests/x86/
more_x86_fp.c 5 * x86 CPU test
47 /* just to test some op combining */
74 /* test f(u)comi instruction */
103 /* test all roundings */
120 #define TEST(N) \
127 TEST(1);
128 TEST(l2t);
129 TEST(l2e);
130 TEST(pi);
131 TEST(lg2)
    [all...]
  /external/valgrind/unittest/
atomicity_tests.cc 27 // This file is a part of a test suite for ThreadSanitizer, a race detector.
31 // See also: http://code.google.com/p/data-race-test/wiki/HighLevelDataRaces
79 // The test is disabled because it actually fails sometimes.
81 TEST(AtomicityTests, DISABLED_LockedVector) {
136 TEST(AtomicityTests, ReaderThenWriterLockTest) {
  /external/chromium/base/i18n/
break_iterator_unittest.cc 12 TEST(BreakIteratorTest, BreakWordEmpty) {
18 EXPECT_FALSE(iter.Advance()); // Test unexpected advance after end.
22 TEST(BreakIteratorTest, BreakWord) {
59 EXPECT_FALSE(iter.Advance()); // Test unexpected advance after end.
63 TEST(BreakIteratorTest, BreakWide16) {
83 EXPECT_FALSE(iter.Advance()); // Test unexpected advance after end.
87 TEST(BreakIteratorTest, BreakWide32) {
107 EXPECT_FALSE(iter.Advance()); // Test unexpected advance after end.
111 TEST(BreakIteratorTest, BreakSpaceEmpty) {
117 EXPECT_FALSE(iter.Advance()); // Test unexpected advance after end
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_proxy_api_helpers_unittest.cc 19 const char kSamplePacScript[] = "test";
48 TEST(ExtensionProxyApiHelpers, CreateDataURLFromPACScript) {
54 TEST(ExtensionProxyApiHelpers, CreatePACScriptFromDataURL) {
62 TEST(ExtensionProxyApiHelpers, GetProxyModeFromExtensionPref) {
67 // Test positive case.
75 // Test negative case.
79 // Do not test |error|, as an invalid enumeration value is considered an
83 TEST(ExtensionProxyApiHelpers, GetPacUrlFromExtensionPref) {
108 TEST(ExtensionProxyApiHelpers, GetPacDataFromExtensionPref) {
132 TEST(ExtensionProxyApiHelpers, GetProxyRulesStringFromExtensionPref)
    [all...]
  /external/chromium/net/http/
http_auth_unittest.cc 65 TEST(HttpAuthTest, ChooseBestChallenge) {
152 TEST(HttpAuthTest, HandleChallengeResponse) {
243 TEST(HttpAuthTest, ChallengeTokenizer) {
259 TEST(HttpAuthTest, ChallengeTokenizerNoQuotes) {
275 TEST(HttpAuthTest, ChallengeTokenizerMismatchedQuotes) {
291 TEST(HttpAuthTest, ChallengeTokenizerMismatchedQuotesNoValue) {
308 TEST(HttpAuthTest, ChallengeTokenizerMismatchedQuotesSpaces) {
325 TEST(HttpAuthTest, ChallengeTokenizerMismatchedQuotesMultiple) {
349 TEST(HttpAuthTest, ChallengeTokenizerNoValue) {
362 TEST(HttpAuthTest, ChallengeTokenizerMultiple)
    [all...]
  /external/chromium/base/memory/
scoped_temp_dir_unittest.cc 10 TEST(ScopedTempDir, FullPath) {
44 TEST(ScopedTempDir, TempDir) {
60 TEST(ScopedTempDir, UniqueTempDirUnderPath) {
78 TEST(ScopedTempDir, MultipleInvocations) {
93 TEST(ScopedTempDir, LockedTempDir) {
  /external/chromium/base/
sys_string_conversions_unittest.cc 21 TEST(SysStrings, SysWideToUTF8) {
38 // Test embedded NULLs.
50 TEST(SysStrings, SysUTF8ToWide) {
64 // Test embedded NULLs.
95 TEST(SysStrings, SysWideToNativeMB) {
113 // Test embedded NULLs.
125 // We assume the test is running in a UTF8 locale.
126 TEST(SysStrings, SysNativeMBToWide) {
141 // Test embedded NULLs.
167 // Test characters that take more than 16 bits. This will depend on whethe
    [all...]
timer_unittest.cc 276 // Each test is run against each type of MessageLoop. That way we are sure
279 TEST(TimerTest, OneShotTimer) {
285 TEST(TimerTest, OneShotTimer_Cancel) {
293 TEST(TimerTest, OneShotSelfDeletingTimer) {
299 TEST(TimerTest, RepeatingTimer) {
305 TEST(TimerTest, RepeatingTimer_Cancel) {
311 TEST(TimerTest, DelayTimer_NoCall) {
317 TEST(TimerTest, DelayTimer_OneCall) {
324 TEST(TimerTest, FLAKY_DelayTimer_Reset) {
330 TEST(TimerTest, DelayTimer_Deleted)
    [all...]
  /external/llvm/unittests/Support/
Casting.cpp 76 // test various configurations of const
80 TEST(CastingTest, isa) {
87 TEST(CastingTest, cast) {
105 TEST(CastingTest, cast_or_null) {
118 TEST(CastingTest, dyn_cast) {
132 TEST(CastingTest, dyn_cast_or_null) {
DataExtractorTest.cpp 21 TEST(DataExtractorTest, OffsetOverflow) {
26 TEST(DataExtractorTest, UnsignedNumbers) {
74 TEST(DataExtractorTest, SignedNumbers) {
91 TEST(DataExtractorTest, Strings) {
101 TEST(DataExtractorTest, LEB128) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizard.java 67 case TEST:
68 setWindowTitle("New Android Test Project");
90 if (mMode == Mode.TEST) {
97 if (mMode != Mode.TEST) {
150 // Skip the test target selection page unless creating a test project
151 if (mValues.mode != Mode.TEST) {
157 } else if (mValues.mode != Mode.TEST) {
160 // Done with wizard when creating from existing or creating test projects

Completed in 536 milliseconds

<<11121314151617181920>>