Home
last modified time | relevance | path

Searched refs:ASSERT_FALSE (Results 1 – 25 of 246) sorted by relevance

12345678910

/external/libbrillo/policy/tests/
Dlibpolicy_unittest.cc76 ASSERT_FALSE(bool_value); in TEST()
80 ASSERT_FALSE(bool_value); in TEST()
84 ASSERT_FALSE(bool_value); in TEST()
88 ASSERT_FALSE(bool_value); in TEST()
92 ASSERT_FALSE(bool_value); in TEST()
96 ASSERT_FALSE(bool_value); in TEST()
100 ASSERT_FALSE(bool_value); in TEST()
104 ASSERT_FALSE(bool_value); in TEST()
108 ASSERT_FALSE(bool_value); in TEST()
112 ASSERT_FALSE(bool_value); in TEST()
[all …]
/external/opencv3/modules/photo/test/
Dtest_cloning.cpp73 ASSERT_FALSE(source.empty()) << "Could not load source image " << original_path1; in TEST()
74 ASSERT_FALSE(destination.empty()) << "Could not load destination image " << original_path2; in TEST()
75 ASSERT_FALSE(mask.empty()) << "Could not load mask image " << original_path3; in TEST()
84 ASSERT_FALSE(reference.empty()) << "Could not load reference image " << reference_path; in TEST()
104 ASSERT_FALSE(source.empty()) << "Could not load source image " << original_path1; in TEST()
105 ASSERT_FALSE(destination.empty()) << "Could not load destination image " << original_path2; in TEST()
106 ASSERT_FALSE(mask.empty()) << "Could not load mask image " << original_path3; in TEST()
117 ASSERT_FALSE(reference.empty()) << "Could not load reference image " << reference_path; in TEST()
136 ASSERT_FALSE(source.empty()) << "Could not load source image " << original_path1; in TEST()
137 ASSERT_FALSE(destination.empty()) << "Could not load destination image " << original_path2; in TEST()
[all …]
Dtest_denoising.cpp68 ASSERT_FALSE(original.empty()) << "Could not load input image " << original_path; in TEST()
69 ASSERT_FALSE(expected.empty()) << "Could not load reference image " << expected_path; in TEST()
88 ASSERT_FALSE(original.empty()) << "Could not load input image " << original_path; in TEST()
89 ASSERT_FALSE(expected.empty()) << "Could not load reference image " << expected_path; in TEST()
106 ASSERT_FALSE(expected.empty()) << "Could not load reference image " << expected_path; in TEST()
113 ASSERT_FALSE(original[i].empty()) << "Could not load input image " << original_path; in TEST()
131 ASSERT_FALSE(expected.empty()) << "Could not load reference image " << expected_path; in TEST()
138 ASSERT_FALSE(original[i].empty()) << "Could not load input image " << original_path; in TEST()
/external/google-breakpad/src/processor/
Dbasic_source_line_resolver_unittest.cc190 ASSERT_FALSE(frame.module); in TEST_F()
209 ASSERT_FALSE(windows_frame_info->allocates_base_pointer); in TEST_F()
219 ASSERT_FALSE(windows_frame_info.get()); in TEST_F()
229 ASSERT_FALSE(windows_frame_info->allocates_base_pointer); in TEST_F()
240 ASSERT_FALSE(windows_frame_info->allocates_base_pointer); in TEST_F()
241 ASSERT_FALSE(windows_frame_info->program_string.empty()); in TEST_F()
245 ASSERT_FALSE(windows_frame_info.get()); in TEST_F()
253 ASSERT_FALSE(cfi_frame_info.get()); in TEST_F()
258 ASSERT_FALSE(cfi_frame_info.get()); in TEST_F()
394 ASSERT_FALSE(resolver.LoadModule(&module5, in TEST_F()
[all …]
Dstatic_contained_range_map_unittest.cc179 ASSERT_FALSE(crm_map_.StoreRange(10, 10, 2)); // exactly equal to 1 in SetUp()
180 ASSERT_FALSE(crm_map_.StoreRange(11, 10, 3)); // begins inside 1 and extends up in SetUp()
181 ASSERT_FALSE(crm_map_.StoreRange( 9, 10, 4)); // begins below 1 and ends inside in SetUp()
193 ASSERT_FALSE(crm_map_.StoreRange(32, 10, 16)); // begins in #10, ends in #14 in SetUp()
194 ASSERT_FALSE(crm_map_.StoreRange(50, 0, 17)); // zero length in SetUp()
204 ASSERT_FALSE(crm_map_.StoreRange(59, 9, 27)); in SetUp()
205 ASSERT_FALSE(crm_map_.StoreRange(59, 10, 28)); in SetUp()
206 ASSERT_FALSE(crm_map_.StoreRange(59, 11, 29)); in SetUp()
210 ASSERT_FALSE(crm_map_.StoreRange(72, 6, 33)); in SetUp()
225 ASSERT_FALSE(crm_map_.StoreRange(86, 2, 48)); in SetUp()
[all …]
Dbinarystream_unittest.cc51 ASSERT_FALSE(stream.eof()); in TEST_F()
58 ASSERT_FALSE(stream.eof()); in TEST_F()
66 ASSERT_FALSE(stream.eof()); in TEST_F()
73 ASSERT_FALSE(stream.eof()); in TEST_F()
81 ASSERT_FALSE(stream.eof()); in TEST_F()
88 ASSERT_FALSE(stream.eof()); in TEST_F()
96 ASSERT_FALSE(stream.eof()); in TEST_F()
103 ASSERT_FALSE(stream.eof()); in TEST_F()
111 ASSERT_FALSE(stream.eof()); in TEST_F()
126 ASSERT_FALSE(stream.eof()); in TEST_F()
[all …]
Dcontained_range_map_unittest.cc47 #define ASSERT_FALSE(condition) ASSERT_TRUE(!(condition)) macro
62 ASSERT_FALSE(crm.StoreRange(10, 10, 2)); // exactly equal to 1 in RunTests()
63 ASSERT_FALSE(crm.StoreRange(11, 10, 3)); // begins inside 1 and extends up in RunTests()
64 ASSERT_FALSE(crm.StoreRange( 9, 10, 4)); // begins below 1 and ends inside in RunTests()
76 ASSERT_FALSE(crm.StoreRange(32, 10, 16)); // begins in #10, ends in #14 in RunTests()
77 ASSERT_FALSE(crm.StoreRange(50, 0, 17)); // zero length in RunTests()
87 ASSERT_FALSE(crm.StoreRange(59, 9, 27)); in RunTests()
88 ASSERT_FALSE(crm.StoreRange(59, 10, 28)); in RunTests()
89 ASSERT_FALSE(crm.StoreRange(59, 11, 29)); in RunTests()
93 ASSERT_FALSE(crm.StoreRange(72, 6, 33)); in RunTests()
[all …]
Daddress_map_unittest.cc47 #define ASSERT_FALSE(condition) ASSERT_TRUE(!(condition)) macro
84 ASSERT_FALSE(test_map.Retrieve(0, &entry, &address)); in DoAddressMapTest()
85 ASSERT_FALSE(test_map.Retrieve(INT_MIN, &entry, &address)); in DoAddressMapTest()
86 ASSERT_FALSE(test_map.Retrieve(INT_MAX, &entry, &address)); in DoAddressMapTest()
98 ASSERT_FALSE(test_map.Retrieve(0, &entry, &address)); in DoAddressMapTest()
99 ASSERT_FALSE(test_map.Retrieve(INT_MIN, &entry, &address)); in DoAddressMapTest()
100 ASSERT_FALSE(test_map.Retrieve(INT_MAX, &entry, &address)); in DoAddressMapTest()
105 ASSERT_FALSE(test_map.Retrieve(9, &entry, &address)); in DoAddressMapTest()
121 ASSERT_FALSE(test_map.Store(10, in DoAddressMapTest()
Dfast_source_line_resolver_unittest.cc218 ASSERT_FALSE(frame.module); in TEST_F()
236 ASSERT_FALSE(windows_frame_info->allocates_base_pointer); in TEST_F()
246 ASSERT_FALSE(windows_frame_info.get()); in TEST_F()
256 ASSERT_FALSE(windows_frame_info->allocates_base_pointer); in TEST_F()
267 ASSERT_FALSE(windows_frame_info->allocates_base_pointer); in TEST_F()
268 ASSERT_FALSE(windows_frame_info->program_string.empty()); in TEST_F()
272 ASSERT_FALSE(windows_frame_info.get()); in TEST_F()
280 ASSERT_FALSE(cfi_frame_info.get()); in TEST_F()
285 ASSERT_FALSE(cfi_frame_info.get()); in TEST_F()
434 ASSERT_FALSE(fast_resolver.LoadModule(&module5, in TEST_F()
[all …]
/external/llvm/unittests/Support/
DLockFileManagerTest.cpp24 ASSERT_FALSE(EC); in TEST()
44 ASSERT_FALSE(EC); in TEST()
51 ASSERT_FALSE(EC); in TEST()
64 ASSERT_FALSE(EC); in TEST()
70 ASSERT_FALSE(EC); in TEST()
73 ASSERT_FALSE(EC); in TEST()
86 ASSERT_FALSE(EC); in TEST()
94 ASSERT_FALSE(EC); in TEST()
98 ASSERT_FALSE(chdir(TmpDir.c_str())); in TEST()
119 ASSERT_FALSE(EC); in TEST()
[all …]
/external/google-breakpad/src/client/linux/minidump_writer/
Dproc_cpuinfo_reader_unittest.cc69 ASSERT_FALSE(reader.GetNextField(&field)); in TEST()
82 ASSERT_FALSE(reader.GetNextField(&field)); in TEST()
97 ASSERT_FALSE(reader.GetNextField(&field)); in TEST()
114 ASSERT_FALSE(reader.GetNextField(&field)); in TEST()
127 ASSERT_FALSE(reader.GetNextField(&field)); in TEST()
140 ASSERT_FALSE(reader.GetNextField(&field)); in TEST()
153 ASSERT_FALSE(reader.GetNextField(&field)); in TEST()
170 ASSERT_FALSE(reader.GetNextField(&field)); in TEST()
183 ASSERT_FALSE(reader.GetNextField(&field)); in TEST()
198 ASSERT_FALSE(reader.GetNextField(&field)); in TEST()
Dline_reader_unittest.cc64 ASSERT_FALSE(reader.GetNextLine(&line, &len)); in TEST()
80 ASSERT_FALSE(reader.GetNextLine(&line, &len)); in TEST()
96 ASSERT_FALSE(reader.GetNextLine(&line, &len)); in TEST()
118 ASSERT_FALSE(reader.GetNextLine(&line, &len)); in TEST()
140 ASSERT_FALSE(reader.GetNextLine(&line, &len)); in TEST()
168 ASSERT_FALSE(reader.GetNextLine(&line, &len)); in TEST()
/external/clang/unittests/Basic/
DVirtualFileSystemTest.cpp142 ASSERT_FALSE(Status.getError()); in TEST()
152 ASSERT_FALSE(Status.getError()); in TEST()
162 ASSERT_FALSE(Status.getError()); in TEST()
172 ASSERT_FALSE(Status2.getError()); in TEST()
210 ASSERT_FALSE(StatusB.getError()); in TEST()
212 ASSERT_FALSE(Status1.getError()); in TEST()
215 ASSERT_FALSE(StatusM.getError()); in TEST()
217 ASSERT_FALSE(Status2.getError()); in TEST()
220 ASSERT_FALSE(StatusT.getError()); in TEST()
222 ASSERT_FALSE(Status3.getError()); in TEST()
[all …]
/external/libchrome/sandbox/linux/syscall_broker/
Dbroker_file_permission_unittest.cc89 ASSERT_FALSE(perm.CheckAccess(path, X_OK, NULL)); in CheckPerm()
95 ASSERT_FALSE(perm.CheckOpen(path, O_WRONLY, &file_to_open, NULL)); in CheckPerm()
96 ASSERT_FALSE(perm.CheckOpen(path, O_RDWR, &file_to_open, NULL)); in CheckPerm()
98 ASSERT_FALSE(perm.CheckAccess(path, W_OK, NULL)); in CheckPerm()
101 ASSERT_FALSE(perm.CheckOpen(path, O_RDONLY, &file_to_open, NULL)); in CheckPerm()
103 ASSERT_FALSE(perm.CheckOpen(path, O_RDWR, &file_to_open, NULL)); in CheckPerm()
104 ASSERT_FALSE(perm.CheckAccess(path, R_OK, NULL)); in CheckPerm()
158 ASSERT_FALSE( in CheckPerm()
166 ASSERT_FALSE(unlink); in CheckPerm()
168 ASSERT_FALSE(perm.CheckOpen(path, O_CREAT | O_EXCL | access_flags, in CheckPerm()
[all …]
/external/libchrome/base/
Dbase64url_unittest.cc52 ASSERT_FALSE(Base64UrlDecode( in TEST()
81 ASSERT_FALSE(Base64UrlDecode( in TEST()
96 ASSERT_FALSE(Base64UrlDecode( in TEST()
103 ASSERT_FALSE(Base64UrlDecode( in TEST()
105 ASSERT_FALSE(Base64UrlDecode( in TEST()
107 ASSERT_FALSE(Base64UrlDecode( in TEST()
109 ASSERT_FALSE(Base64UrlDecode( in TEST()
/external/libbrillo/brillo/dbus/
Dexported_property_set_unittest.cc238 ASSERT_FALSE(dict_reader.HasMoreData()); in TEST_F()
239 ASSERT_FALSE(response_reader.HasMoreData()); in TEST_F()
269 ASSERT_FALSE(entry_reader.HasMoreData()); in TEST_F()
277 ASSERT_FALSE(entry_reader.HasMoreData()); in TEST_F()
283 ASSERT_FALSE(entry_reader.HasMoreData()); in TEST_F()
284 ASSERT_FALSE(dict_reader.HasMoreData()); in TEST_F()
285 ASSERT_FALSE(response_reader.HasMoreData()); in TEST_F()
344 ASSERT_FALSE(reader.HasMoreData()); in TEST_F()
352 ASSERT_FALSE(reader.HasMoreData()); in TEST_F()
360 ASSERT_FALSE(reader.HasMoreData()); in TEST_F()
[all …]
/external/opencv3/modules/cudastereo/test/
Dtest_stereo.cpp70 ASSERT_FALSE(left_image.empty()); in CUDA_TEST_P()
71 ASSERT_FALSE(right_image.empty()); in CUDA_TEST_P()
72 ASSERT_FALSE(disp_gold.empty()); in CUDA_TEST_P()
105 ASSERT_FALSE(left_image.empty()); in CUDA_TEST_P()
106 ASSERT_FALSE(right_image.empty()); in CUDA_TEST_P()
107 ASSERT_FALSE(disp_gold.empty()); in CUDA_TEST_P()
154 ASSERT_FALSE(left_image.empty()); in CUDA_TEST_P()
155 ASSERT_FALSE(right_image.empty()); in CUDA_TEST_P()
156 ASSERT_FALSE(disp_gold.empty()); in CUDA_TEST_P()
/external/webrtc/webrtc/base/
Devent_unittest.cc23 ASSERT_FALSE(event.Wait(0)); in TEST()
30 ASSERT_FALSE(event.Wait(0)); in TEST()
35 ASSERT_FALSE(event.Wait(0)); in TEST()
39 ASSERT_FALSE(event.Wait(0)); in TEST()
/external/opencv3/modules/cudastereo/perf/
Dperf_stereo.cpp61 ASSERT_FALSE(imgLeft.empty());
64 ASSERT_FALSE(imgRight.empty());
101 ASSERT_FALSE(imgLeft.empty());
104 ASSERT_FALSE(imgRight.empty());
135 ASSERT_FALSE(imgLeft.empty());
138 ASSERT_FALSE(imgRight.empty());
167 ASSERT_FALSE(img.empty());
170 ASSERT_FALSE(disp.empty());
/external/protobuf/gtest/test/
Dgtest-port_test.cc494 EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex(NULL)), in TEST()
497 ASSERT_FALSE(ValidateRegex("a\\")), in TEST()
499 EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex("a\\")), in TEST()
501 EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex("\\n\\")), in TEST()
503 EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex("\\s\\hb")), in TEST()
505 EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex("^^")), in TEST()
507 EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex(".*^b")), in TEST()
509 EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex("$$")), in TEST()
511 EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex("^$a")), in TEST()
513 EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex("a(b")), in TEST()
[all …]
/external/clang/unittests/Driver/
DMultilibTest.cpp33 ASSERT_FALSE(Multilib().flag("+foo").flag("-foo").isValid()) in TEST()
64 ASSERT_FALSE(M1 == M2) << "Multilibs with conflicting flags are not the same"; in TEST()
65 ASSERT_FALSE(M2 == M1) in TEST()
72 ASSERT_FALSE(M1 == M2) << "Flags make Multilibs different"; in TEST()
117 ASSERT_FALSE(M1 == M2) << "Differing gccSuffixes should be different"; in TEST()
118 ASSERT_FALSE(M2 == M1) in TEST()
125 ASSERT_FALSE(M1 == M2) << "Differing osSuffixes should be different"; in TEST()
126 ASSERT_FALSE(M2 == M1) in TEST()
133 ASSERT_FALSE(M1 == M2) << "Differing includeSuffixes should be different"; in TEST()
134 ASSERT_FALSE(M2 == M1) in TEST()
[all …]
/external/libchrome/base/threading/
Dplatform_thread_unittest.cc47 ASSERT_FALSE(thread.did_run()); in TEST()
58 ASSERT_FALSE(thread[n].did_run()); in TEST()
141 ASSERT_FALSE(thread.IsRunning()); in TEST()
149 ASSERT_FALSE(thread.IsRunning()); in TEST()
162 ASSERT_FALSE(thread[n].IsRunning()); in TEST()
184 ASSERT_FALSE(thread[n].IsRunning()); in TEST()
265 ASSERT_FALSE(thread.IsRunning()); in TEST()
272 ASSERT_FALSE(thread.IsRunning()); in TEST()
/external/opencv3/modules/cudaoptflow/perf/
Dperf_optflow.cpp62 ASSERT_FALSE(frame0.empty());
65 ASSERT_FALSE(frame1.empty());
120 ASSERT_FALSE(frame0.empty());
123 ASSERT_FALSE(frame1.empty());
189 ASSERT_FALSE(frame0.empty());
192 ASSERT_FALSE(frame1.empty());
231 ASSERT_FALSE(frame0.empty());
234 ASSERT_FALSE(frame1.empty());
284 ASSERT_FALSE(frame0.empty());
287 ASSERT_FALSE(frame1.empty());
/external/opencv3/modules/cudabgsegm/perf/
Dperf_bgsegm.cpp86 ASSERT_FALSE(frame.empty());
113 ASSERT_FALSE(frame.empty());
140 ASSERT_FALSE(frame.empty());
189 ASSERT_FALSE(frame.empty());
217 ASSERT_FALSE(frame.empty());
244 ASSERT_FALSE(frame.empty());
278 ASSERT_FALSE(frame.empty());
303 ASSERT_FALSE(frame.empty());
351 ASSERT_FALSE(frame.empty());
382 ASSERT_FALSE(frame.empty());
/external/google-breakpad/src/common/linux/
Dgoogle_crashdump_uploader_test.cc76 ASSERT_FALSE(uploader->Upload(NULL, NULL, NULL)); in TEST_F()
123 ASSERT_FALSE(uploader->Upload(NULL, NULL, NULL)); in TEST_F()
139 ASSERT_FALSE(uploader.Upload(NULL, NULL, NULL)); in TEST_F()
154 ASSERT_FALSE(uploader1.Upload(NULL, NULL, NULL)); in TEST_F()
168 ASSERT_FALSE(uploader2.Upload(NULL, NULL, NULL)); in TEST_F()

12345678910