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

  /external/chromium_org/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/protobuf/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/chromium_org/third_party/libjingle/source/talk/base/
optionsfile_unittest.cc 103 EXPECT_FALSE(store_->GetIntValue(kTestOptionA, &out1));
104 EXPECT_FALSE(store_->GetIntValue(kTestOptionB, &out2));
111 EXPECT_TRUE(store_->GetIntValue(kTestOptionA, &out1));
112 EXPECT_TRUE(store_->GetIntValue(kTestOptionB, &out2));
121 EXPECT_FALSE(store_->GetIntValue(kTestOptionA, &out1));
122 EXPECT_FALSE(store_->GetIntValue(kTestOptionB, &out2));
124 EXPECT_TRUE(store_->GetIntValue(kTestOptionA, &out1));
127 EXPECT_TRUE(store_->GetIntValue(kTestOptionA, &out1));
144 EXPECT_TRUE(store_->GetIntValue(kTestOptionB, &out2));
optionsfile.h 49 bool GetIntValue(const std::string& option, int* out_val) const;
optionsfile.cc 157 bool OptionsFile::GetIntValue(const std::string& option,
159 LOG(LS_VERBOSE) << "OptionsFile::GetIntValue "
  /external/chromium_org/third_party/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 32 bool GetIntValue(const std::string& option, int* out_val) const;
optionsfile.cc 140 bool OptionsFile::GetIntValue(const std::string& option,
142 LOG(LS_VERBOSE) << "OptionsFile::GetIntValue "
  /external/chromium_org/components/autofill/core/browser/
autofill_xml_parser.h 101 int GetIntValue(buzz::XmlParseContext* context, const char* attribute);
autofill_xml_parser.cc 86 int value = GetIntValue(context, *attrs);
131 int AutofillQueryXmlParser::GetIntValue(buzz::XmlParseContext* context,
  /frameworks/base/media/mca/filterfw/native/core/
value.h 35 int GetIntValue(Value value);
value.cpp 91 int GetIntValue(Value value) {
shader_program.cpp 829 return SetUniformValue(GetUniform(name), GetIntValue(value));
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/api/native/
dmtNode.hpp 287 SYNCML_DM_RET_STATUS_T GetIntValue( INT32& nValue ) const;
649 inline SYNCML_DM_RET_STATUS_T DmtNode::GetIntValue( INT32& nValue ) const
    [all...]
  /external/chromium_org/v8/test/cctest/
test-accessors.cc 101 static void GetIntValue(Local<String> property,
128 v8_str("foo"), GetIntValue, SetIntValue,
131 v8_str("bar"), GetIntValue, SetIntValue,
134 v8_str("baz"), GetIntValue, SetIntValue,
  /frameworks/base/media/mca/filterfw/jni/
jni_util.cpp 167 result = env->NewObject(clazz, constructorID, GetIntValue(value));

Completed in 273 milliseconds