Searched refs:EXPECT_FALSE (Results 1 - 25 of 3070) sorted by path

1234567891011>>

/external/android-clat/
H A Dclatd_test.cpp588 EXPECT_FALSE(ipv6_prefix_equal(&Global_Clatd_Config.plat_subnet,
596 EXPECT_FALSE(ipv6_prefix_equal(&Global_Clatd_Config.ipv6_local_subnet, &subnet2));
597 EXPECT_FALSE(ipv6_prefix_equal(&subnet2, &Global_Clatd_Config.ipv6_local_subnet));
634 EXPECT_FALSE(IN6_ARE_ADDR_EQUAL(&expected, &myaddr));
/external/bluetooth/bluedroid/osi/test/
H A Dconfig_test.cpp97 EXPECT_FALSE(config_has_key(config, "DID_BAD", "primaryRecord"));
98 EXPECT_FALSE(config_has_key(config, "DID", "primaryRecord_BAD"));
99 EXPECT_FALSE(config_has_key(config, CONFIG_DEFAULT_SECTION, "primaryRecord"));
H A Dlist_test.cpp39 EXPECT_FALSE(list_is_empty(list));
47 EXPECT_FALSE(list_is_empty(list));
65 EXPECT_FALSE(list_remove(list, &x));
66 EXPECT_FALSE(list_is_empty(list));
H A Dreactor_test.cpp87 EXPECT_FALSE(thread_running);
/external/ceres-solver/internal/ceres/
H A Darray_utils_test.cc48 EXPECT_FALSE(IsArrayValid(3, x));
50 EXPECT_FALSE(IsArrayValid(3, x));
52 EXPECT_FALSE(IsArrayValid(3, x));
55 EXPECT_FALSE(IsArrayValid(3, x));
H A Devaluator_test.cc533 EXPECT_FALSE(evaluator->Evaluate(state, &cost, NULL, NULL, NULL));
H A Dgradient_checker_test.cc184 EXPECT_FALSE(BadTermGradientChecker::Probe(
H A Dgraph_algorithms_test.cc184 EXPECT_FALSE(less_than(i, i)) << "Failing vertex: " << i;
195 EXPECT_FALSE(less_than(3, i));
H A Djet_test.cc327 EXPECT_FALSE(IsFinite(a));
328 EXPECT_FALSE(IsNormal(a));
338 EXPECT_FALSE(IsFinite(a));
339 EXPECT_FALSE(IsNormal(a));
340 EXPECT_FALSE(IsInfinite(a));
349 EXPECT_FALSE(IsFinite(a));
350 EXPECT_FALSE(IsNormal(a));
352 EXPECT_FALSE(IsNaN(a));
362 EXPECT_FALSE(IsInfinite(a));
363 EXPECT_FALSE(IsNa
[all...]
H A Dordered_groups_test.cc48 EXPECT_FALSE(ordering.Remove(&x));
H A Dparameter_block_test.cc169 EXPECT_FALSE(parameter_block.SetState(&y));
H A Dproblem_test.cc561 EXPECT_FALSE(problem.HasParameterBlock(x));
H A Dprogram_test.cc402 EXPECT_FALSE(problem.program().ParameterBlocksAreFinite(&error));
414 EXPECT_FALSE(problem.program().IsFeasible(&error));
426 EXPECT_FALSE(problem.program().IsFeasible(&error));
H A Dreorder_program_test.cc133 EXPECT_FALSE(ApplyOrdering(problem.parameter_map(),
H A Drotation_test.cc677 EXPECT_FALSE(IsNaN(x));
678 EXPECT_FALSE(IsNaN(y));
H A Dsolver_test.cc248 EXPECT_FALSE(options.IsValid(&message));
258 EXPECT_FALSE(options.IsValid(&message));
267 EXPECT_FALSE(options.IsValid(&message));
270 EXPECT_FALSE(options.IsValid(&message));
288 EXPECT_FALSE(options.IsValid(&message));
H A Dtriplet_sparse_matrix_test.cc89 EXPECT_FALSE(m.AllTripletsWithinBounds());
93 EXPECT_FALSE(m.AllTripletsWithinBounds());
/external/chromium_org/android_webview/browser/
H A Daw_form_database_service_unittest.cc63 EXPECT_FALSE(service_->HasFormData());
72 EXPECT_FALSE(service_->HasFormData());
/external/chromium_org/android_webview/browser/net/
H A Dandroid_stream_reader_url_request_job_unittest.cc261 EXPECT_FALSE(url_request_delegate_.request_failed());
278 EXPECT_FALSE(url_request_delegate_.request_failed());
296 EXPECT_FALSE(url_request_delegate_.request_failed());
339 EXPECT_FALSE(url_request_delegate_.request_failed());
370 EXPECT_FALSE(url_request_delegate_.request_failed());
/external/chromium_org/android_webview/native/
H A Dinput_stream_unittest.cc50 EXPECT_FALSE(counting_jstream.is_null());
66 EXPECT_FALSE(empty_jstream.is_null());
126 EXPECT_FALSE(throw_jstream.is_null());
131 EXPECT_FALSE(input_stream->Skip(10, &bytes_skipped));
134 EXPECT_FALSE(input_stream->BytesAvailable(&bytes_available));
140 EXPECT_FALSE(input_stream->Read(buffer.get(), bytes_requested, &bytes_read));
/external/chromium_org/android_webview/native/permission/
H A Dpermission_request_handler_unittest.cc211 EXPECT_FALSE(allowed());
333 EXPECT_FALSE(allowed());
/external/chromium_org/apps/
H A Dsaved_files_service_unittest.cc128 EXPECT_FALSE(service_->IsRegistered(extension_->id(), "another id"));
130 EXPECT_FALSE(service_->GetFileEntry(extension_->id(), "another id"));
145 EXPECT_FALSE(service_->IsRegistered(extension_->id(), GenerateId(3)));
157 EXPECT_FALSE(service_->IsRegistered(extension_->id(), "another id"));
158 EXPECT_FALSE(service_->GetFileEntry(extension_->id(), "another id"));
188 EXPECT_FALSE(service_->GetFileEntry(extension_->id(), GenerateId(0)));
/external/chromium_org/ash/accelerators/
H A Daccelerator_commands_unittest.cc34 EXPECT_FALSE(window_state2->IsNormalStateType());
39 EXPECT_FALSE(window_state1->IsNormalStateType());
40 EXPECT_FALSE(window_state1->IsActive());
45 EXPECT_FALSE(window_state1->IsMinimized());
H A Daccelerator_controller_unittest.cc290 EXPECT_FALSE(is_ui_shown(ewh));
292 EXPECT_FALSE(GetController()->Process(release));
293 EXPECT_FALSE(is_idle(ewh));
296 EXPECT_FALSE(GetController()->Process(release));
299 EXPECT_FALSE(is_ui_shown(ewh));
312 EXPECT_FALSE(is_ui_shown(ewh));
314 EXPECT_FALSE(GetController()->Process(release));
315 EXPECT_FALSE(is_idle(ewh));
319 EXPECT_FALSE(is_ui_shown(ewh));
331 EXPECT_FALSE(is_idl
[all...]
H A Daccelerator_filter_unittest.cc101 EXPECT_FALSE(press_a.stopped_propagation());
121 EXPECT_FALSE(press_volume_up.stopped_propagation());
129 EXPECT_FALSE(press_volume_up.stopped_propagation());

Completed in 944 milliseconds

1234567891011>>