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

1 2

  /external/google-breakpad/src/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/vulkan-validation-layers/tests/gtest-1.7.0/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());
  /system/connectivity/shill/net/
netlink_attribute_unittest.cc 44 EXPECT_TRUE(attr.GetStringValue(&value));
51 EXPECT_TRUE(attr.GetStringValue(&value));
59 EXPECT_TRUE(attr.GetStringValue(&value));
67 EXPECT_TRUE(attr.GetStringValue(&value));
netlink_attribute.h 92 virtual bool GetStringValue(std::string* value) const;
245 virtual bool GetStringValue(std::string* value) const;
  /external/webrtc/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 32 bool GetStringValue(const std::string& option, std::string* out_val) const;
optionsfile.cc 127 bool OptionsFile::GetStringValue(const std::string& option,
129 LOG(LS_VERBOSE) << "OptionsFile::GetStringValue "
  /external/libchrome/base/
file_version_info_unittest.cc 126 EXPECT_EQ(L"Un", version_info_win->GetStringValue(L"Custom prop 1"));
130 EXPECT_EQ(L"Deux", version_info_win->GetStringValue(L"Custom prop 2"));
135 version_info_win->GetStringValue(L"Custom prop 3"));
139 EXPECT_EQ(L"", version_info_win->GetStringValue(L"Unknown property"));
  /prebuilts/go/darwin-x86/src/mime/
type_windows.go 28 v, _, err := k.GetStringValue("Content Type")
  /prebuilts/go/linux-x86/src/mime/
type_windows.go 28 v, _, err := k.GetStringValue("Content Type")
  /frameworks/base/media/mca/filterfw/native/core/
value.h 37 const char* GetStringValue(Value value);
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_windows_test.go 45 std, _, err := k.GetStringValue("Std")
49 dlt, _, err := k.GetStringValue("Dlt")
  /prebuilts/go/linux-x86/src/time/
zoneinfo_windows_test.go 45 std, _, err := k.GetStringValue("Std")
49 dlt, _, err := k.GetStringValue("Dlt")
  /external/webrtc/webrtc/examples/turnserver/
turnserver_main.cc 32 bool ret = file_.GetStringValue(username, &hex);
  /external/webrtc/talk/app/webrtc/test/
mockpeerconnectionobservers.h 147 GetStringValue(r, StatsReport::kStatsValueNameDtlsCipher,
149 GetStringValue(r, StatsReport::kStatsValueNameSrtpCipher,
206 bool GetStringValue(const StatsReport* report,
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/
registry_test.go 246 got, gottype, err := k.GetStringValue(test.Name)
248 t.Errorf("GetStringValue(%s) failed: %v", test.Name, err)
383 _, _, err := k.GetStringValue(test.Name)
394 _, _, err := k.GetStringValue(test.Name + "_string_not_created")
420 _, gottype, err := k.GetStringValue(test.Name)
537 _, _, err := k.GetStringValue(name)
542 s, _, err := k.GetStringValue(name)
value.go 93 // GetStringValue retrieves the string value for the specified
95 // If value does not exist, GetStringValue returns ErrNotExist.
98 func (k Key) GetStringValue(name string) (val string, valtype uint32, err error) {
  /prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
registry_test.go 246 got, gottype, err := k.GetStringValue(test.Name)
248 t.Errorf("GetStringValue(%s) failed: %v", test.Name, err)
383 _, _, err := k.GetStringValue(test.Name)
394 _, _, err := k.GetStringValue(test.Name + "_string_not_created")
420 _, gottype, err := k.GetStringValue(test.Name)
537 _, _, err := k.GetStringValue(name)
542 s, _, err := k.GetStringValue(name)

Completed in 2076 milliseconds

1 2