HomeSort by relevance Sort by last modified time
    Searched refs:GetStringValue (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/base/
file_version_info_win.cc 85 return GetStringValue(L"CompanyName");
89 return GetStringValue(L"CompanyShortName");
93 return GetStringValue(L"InternalName");
97 return GetStringValue(L"ProductName");
101 return GetStringValue(L"ProductShortName");
105 return GetStringValue(L"Comments");
109 return GetStringValue(L"LegalCopyright");
113 return GetStringValue(L"ProductVersion");
117 return GetStringValue(L"FileDescription");
121 return GetStringValue(L"LegalTrademarks")
    [all...]
file_version_info_unittest.cc 125 EXPECT_EQ(L"Un", version_info_win->GetStringValue(L"Custom prop 1"));
129 EXPECT_EQ(L"Deux", version_info_win->GetStringValue(L"Custom prop 2"));
134 version_info_win->GetStringValue(L"Custom prop 3"));
138 EXPECT_EQ(L"", version_info_win->GetStringValue(L"Unknown property"));
file_version_info_win.h 47 BASE_EXPORT std::wstring GetStringValue(const wchar_t* name);
  /external/chromium_org/testing/gtest/xcode/Samples/FrameworkSample/
widget.h 52 std::string GetStringValue() const;
widget.cc 54 std::string Widget::GetStringValue() const {
widget_test.cc 48 EXPECT_EQ(std::string("name"), widget.GetStringValue());
  /external/protobuf/gtest/xcode/Samples/FrameworkSample/
widget.h 52 std::string GetStringValue() const;
widget.cc 54 std::string Widget::GetStringValue() const {
widget_test.cc 48 EXPECT_EQ(std::string("name"), widget.GetStringValue());
  /external/chromium_org/third_party/libjingle/source/talk/base/
optionsfile_unittest.cc 77 EXPECT_FALSE(store_->GetStringValue(kTestOptionA, &out1));
78 EXPECT_FALSE(store_->GetStringValue(kTestOptionB, &out2));
85 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out1));
86 EXPECT_TRUE(store_->GetStringValue(kTestOptionB, &out2));
95 EXPECT_FALSE(store_->GetStringValue(kTestOptionA, &out1));
96 EXPECT_FALSE(store_->GetStringValue(kTestOptionB, &out2));
143 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out1));
154 EXPECT_FALSE(store_->GetStringValue(kOptionWithEquals, &out));
156 EXPECT_FALSE(store_->GetStringValue(kOptionWithNewline, &out));
161 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out))
    [all...]
optionsfile.h 48 bool GetStringValue(const std::string& option, std::string* out_val) const;
  /external/chromium_org/third_party/webrtc/base/
optionsfile_unittest.cc 60 EXPECT_FALSE(store_->GetStringValue(kTestOptionA, &out1));
61 EXPECT_FALSE(store_->GetStringValue(kTestOptionB, &out2));
68 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out1));
69 EXPECT_TRUE(store_->GetStringValue(kTestOptionB, &out2));
78 EXPECT_FALSE(store_->GetStringValue(kTestOptionA, &out1));
79 EXPECT_FALSE(store_->GetStringValue(kTestOptionB, &out2));
126 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out1));
137 EXPECT_FALSE(store_->GetStringValue(kOptionWithEquals, &out));
139 EXPECT_FALSE(store_->GetStringValue(kOptionWithNewline, &out));
144 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out))
    [all...]
optionsfile.h 31 bool GetStringValue(const std::string& option, std::string* out_val) const;
  /external/chromium_org/chromeos/network/
device_state.cc 39 return GetStringValue(key, value, &mac_address_);
52 return GetStringValue(key, value, &technology_family_);
54 return GetStringValue(key, value, &carrier_);
82 if (GetStringValue(shill::kSIMLockTypeProperty,
95 return GetStringValue(key, value, &meid_);
97 return GetStringValue(key, value, &imei_);
99 return GetStringValue(key, value, &iccid_);
101 return GetStringValue(key, value, &mdn_);
network_state.cc 84 return GetStringValue(key, value, &connection_state_);
90 if (!GetStringValue(key, value, &error_))
98 return GetStringValue(key, value, &activation_state_);
100 return GetStringValue(key, value, &roaming_);
102 return GetStringValue(key, value, &security_);
104 return GetStringValue(key, value, &eap_method_);
115 return GetStringValue(key, value, &network_technology_);
117 return GetStringValue(key, value, &device_path_);
119 return GetStringValue(key, value, &guid_);
121 return GetStringValue(key, value, &profile_path_)
    [all...]
managed_state.cc 77 return GetStringValue(key, value, &name_);
79 return GetStringValue(key, value, &type_);
112 bool ManagedState::GetStringValue(const std::string& key,
managed_state.h 99 bool GetStringValue(const std::string& key,
  /external/lldb/source/Interpreter/
OptionValueArgs.cpp 28 const char *string_value = m_values[i]->GetStringValue ();
  /packages/apps/OMA-DM/engine/dmlib/linux_java/samples/unittest/src/
dmt_stress.cc 30 ptrNode->GetStringValue( g_strValue ) ||
61 ptrNode->GetStringValue( str ) ||
87 ptrNode->GetStringValue( s ) ) {
99 ptrNode->GetStringValue( s2 ) ) {
  /external/chromium_org/chromeos/dbus/
fake_nfc_record_client.cc 19 std::string GetStringValue(const base::DictionaryValue& dictionary,
285 GetStringValue(attributes, nfc_record::kTypeProperty));
287 GetStringValue(attributes, nfc_record::kEncodingProperty));
289 GetStringValue(attributes, nfc_record::kLanguageProperty));
291 GetStringValue(attributes, nfc_record::kRepresentationProperty));
293 GetStringValue(attributes, nfc_record::kUriProperty));
295 GetStringValue(attributes, nfc_record::kMimeTypeProperty));
297 GetStringValue(attributes, nfc_record::kActionProperty));
  /frameworks/base/media/mca/filterfw/native/core/
value.h 37 const char* GetStringValue(Value value);
  /external/chromium_org/net/base/
capturing_net_log.h 52 bool GetStringValue(const std::string& name, std::string* value) const;
  /external/chromium_org/third_party/libjingle/source/talk/examples/turnserver/
turnserver_main.cc 49 bool ret = file_.GetStringValue(username, &hex);
  /packages/apps/OMA-DM/engine/dmlib/api/native/
dmtData.hpp 476 const DMString & GetStringValue() const;
dmtNode.hpp 69 if ( (ptrError = ptrNode->GetStringValue( str )) != NULL )
271 SYNCML_DM_RET_STATUS_T GetStringValue( DMString& str ) const;
627 inline SYNCML_DM_RET_STATUS_T DmtNode::GetStringValue( DMString& str ) const
    [all...]

Completed in 580 milliseconds

1 2