HomeSort by relevance Sort by last modified time
    Searched refs:GetIntValue (Results 1 - 15 of 15) sorted by null

  /external/google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/
widget.h 49 int GetIntValue() const;
widget.cc 50 int Widget::GetIntValue() const {
widget_test.cc 55 EXPECT_EQ(1, widget.GetIntValue());
  /external/googletest/googletest/xcode/Samples/FrameworkSample/
widget.h 49 int GetIntValue() const;
widget.cc 50 int Widget::GetIntValue() const {
widget_test.cc 55 EXPECT_EQ(1, widget.GetIntValue());
  /external/webrtc/webrtc/base/
optionsfile_unittest.cc 86 EXPECT_FALSE(store_->GetIntValue(kTestOptionA, &out1));
87 EXPECT_FALSE(store_->GetIntValue(kTestOptionB, &out2));
94 EXPECT_TRUE(store_->GetIntValue(kTestOptionA, &out1));
95 EXPECT_TRUE(store_->GetIntValue(kTestOptionB, &out2));
104 EXPECT_FALSE(store_->GetIntValue(kTestOptionA, &out1));
105 EXPECT_FALSE(store_->GetIntValue(kTestOptionB, &out2));
107 EXPECT_TRUE(store_->GetIntValue(kTestOptionA, &out1));
110 EXPECT_TRUE(store_->GetIntValue(kTestOptionA, &out1));
127 EXPECT_TRUE(store_->GetIntValue(kTestOptionB, &out2));
optionsfile.h 33 bool GetIntValue(const std::string& option, int* out_val) const;
optionsfile.cc 142 bool OptionsFile::GetIntValue(const std::string& option,
144 LOG(LS_VERBOSE) << "OptionsFile::GetIntValue "
  /external/webrtc/talk/app/webrtc/test/
mockpeerconnectionobservers.h 133 GetIntValue(r, StatsReport::kStatsValueNameAudioOutputLevel,
135 GetIntValue(r, StatsReport::kStatsValueNameAudioInputLevel,
137 GetIntValue(r, StatsReport::kStatsValueNameBytesReceived,
139 GetIntValue(r, StatsReport::kStatsValueNameBytesSent,
143 GetIntValue(r, StatsReport::kStatsValueNameAvailableReceiveBandwidth,
195 bool GetIntValue(const StatsReport* report,
  /art/tools/veridex/
hidden_api_finder.cc 184 stats->api_counts[api_list.GetIntValue()]++;
196 stats->api_counts[api_list.GetIntValue()]++;
210 stats->api_counts[api_list.GetIntValue()]++;
precise_hidden_api_finder.cc 104 stats->api_counts[api_list.GetIntValue()]++;
veridex.cc 251 os << stats.api_counts[hiddenapi::ApiList::Whitelist().GetIntValue()]
  /art/libartbase/base/
hiddenapi_flags.h 187 uint32_t GetIntValue() const { return helper::ToUint(GetValue()) - helper::ToUint(Value::kMin); }
279 SdkVersion GetMaxAllowedSdkVersion() const { return kMaxSdkVersions[GetIntValue()]; }
285 os << kValueNames[GetIntValue()];
  /external/libchrome/mojo/public/cpp/bindings/tests/
union_unittest.cc     [all...]

Completed in 3158 milliseconds