Searched refs:expected_value (Results 76 - 100 of 106) sorted by relevance

12345

/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Djs_fs_test.cc390 PP_Var expected_value = dict_if->Get(expected, key); local
391 bool equal = VarsAreEqual(expected_value, var_value);
394 var_if->Release(expected_value);
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_browsertest.cc247 const std::string& expected_value) {
254 EXPECT_EQ(expected_value, value);
246 ExpectFieldValue(const std::string& field_name, const std::string& expected_value) argument
H A Dautofill_interactive_uitest.cc287 const std::string& expected_value) {
294 EXPECT_EQ(expected_value, value);
286 ExpectFieldValue(const std::string& field_name, const std::string& expected_value) argument
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_store_chromeos_unittest.cc118 // the |expected_value|.
119 void VerifyPolicyMap(const char* expected_value) { argument
124 EXPECT_TRUE(base::StringValue(expected_value).Equals(entry->value));
H A Ddevice_local_account_browsertest.cc241 // value stored for |key| matches |expected_value|.
246 const std::string& expected_value);
323 const std::string& expected_value)
326 expected_value_(expected_value) {
320 DictionaryPrefValueWaiter( const std::string& pref, const std::string& key, const std::string& expected_value) argument
/external/chromium_org/components/policy/core/common/cloud/
H A Ddevice_management_service_unittest.cc333 bool Check(const std::string& name, const std::string& expected_value) { argument
354 if (unescaped_value != expected_value)
/external/chromium_org/url/
H A Durl_parse_unittest.cc532 const char* expected_value) {
552 if (strncmp(&url[value.begin], expected_value, value.len) != 0)
529 NthParameterIs(const char* url, int parameter, const char* expected_key, const char* expected_value) argument
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h183 // expected_value: "5"
191 const std::string& expected_value,
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h290 // expected_value: "5"
298 const String& expected_value,
/external/chromium_org/chrome/renderer/autofill/
H A Dform_autofill_browsertest.cc56 const char* const expected_value; // The expected value after Autofill member in struct:__anon5795::AutofillFieldCase
252 const WebString expected_value = ASCIIToUTF16(field_case.expected_value); local
253 if (expected_value.isEmpty())
256 EXPECT_EQ(expected_value, value);
1448 // should_be_autofilled, autofill_value, expected_value
1497 // should_be_autofilled, autofill_value, expected_value
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc1267 // expected_value: "5"
1275 const std::string& expected_value,
1288 if (expected_value != expected_expression) {
1289 msg << "\nWhich is: " << expected_value; local
1292 if (!expected_value.empty() && !actual_value.empty()) {
1294 SplitEscapedString(expected_value);
1273 EqFailure(const char* expected_expression, const char* actual_expression, const std::string& expected_value, const std::string& actual_value, bool ignoring_case) argument
/external/chromium_org/chrome/renderer/net/
H A Dnet_error_helper_core_unittest.cc97 const std::string& expected_value) {
101 if (actual_value != expected_value) {
103 << "actual: " << actual_value << "\n expected: " << expected_value;
94 StringValueEquals( const base::DictionaryValue& dict, const std::string& key, const std::string& expected_value) argument
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h215 // expected_value: "5"
223 const std::string& expected_value,
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-internal.h268 // expected_value: "5"
276 const String& expected_value,
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h297 // expected_value: "5"
305 const String& expected_value,
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h268 // expected_value: "5"
276 const String& expected_value,
/external/chromium_org/net/tools/testserver/
H A Dtestserver.py939 header_name, expected_value = expected_header.split(':')
940 if self.headers.getheader(header_name) != expected_value:
/external/chromium_org/sandbox/linux/bpf_dsl/
H A Dbpf_dsl_more_unittest.cc1426 #define BITMASK_TEST(testcase, arg, op, mask, expected_value) \
1427 BPF_ASSERT(Syscall::Call(__NR_uname, (testcase), (arg)) == (expected_value))
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp_unittest.cc1180 const std::string& name, int expected_value) {
1183 EXPECT_EQ(found->second, rtc::ToString<int>(expected_value));
1179 VerifyCodecParameter(const cricket::CodecParameterMap& params, const std::string& name, int expected_value) argument
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_browsertest.cc1021 scoped_ptr<base::DictionaryValue> expected_value(new base::DictionaryValue);
1022 expected_value->SetInteger(key::kProxyServerMode, 3);
1026 expected_value.release(),
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc992 // expected_value: "5"
1000 const String& expected_value,
1013 if (expected_value != expected_expression) {
1014 msg << "\nWhich is: " << expected_value; local
998 EqFailure(const char* expected_expression, const char* actual_expression, const String& expected_value, const String& actual_value, bool ignoring_case) argument
/external/gtest/src/
H A Dgtest.cc994 // expected_value: "5"
1002 const std::string& expected_value,
1015 if (expected_value != expected_expression) {
1016 msg << "\nWhich is: " << expected_value; local
1000 EqFailure(const char* expected_expression, const char* actual_expression, const std::string& expected_value, const std::string& actual_value, bool ignoring_case) argument
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc992 // expected_value: "5"
1000 const String& expected_value,
1013 if (expected_value != expected_expression) {
1014 msg << "\nWhich is: " << expected_value; local
998 EqFailure(const char* expected_expression, const char* actual_expression, const String& expected_value, const String& actual_value, bool ignoring_case) argument
/external/mesa3d/src/gtest/src/
H A Dgtest.cc992 // expected_value: "5"
1000 const String& expected_value,
1013 if (expected_value != expected_expression) {
1014 msg << "\nWhich is: " << expected_value; local
998 EqFailure(const char* expected_expression, const char* actual_expression, const String& expected_value, const String& actual_value, bool ignoring_case) argument
/external/protobuf/gtest/src/
H A Dgtest.cc983 // expected_value: "5"
991 const String& expected_value,
1004 if (expected_value != expected_expression) {
1005 msg << "\nWhich is: " << expected_value; local
989 EqFailure(const char* expected_expression, const char* actual_expression, const String& expected_value, const String& actual_value, bool ignoring_case) argument

Completed in 726 milliseconds

12345