Searched defs:SetValue (Results 26 - 50 of 50) sorted by relevance

12

/external/pdfium/xfa/fxfa/parser/
H A Dxfa_localevalue.cpp202 void CXFA_LocaleValue::SetValue(const CFX_WideString& wsValue, function in class:CXFA_LocaleValue
H A Dcxfa_widgetdata.cpp1482 bool CXFA_WidgetData::SetValue(const CFX_WideString& wsValue, function in class:CXFA_WidgetData
H A Dcxfa_node.cpp2280 pWidgetData->SetValue(pValue->ToWideString(), XFA_VALUEPICTURE_Edit);
2334 pWidgetData->SetValue(pValue->ToWideString(), XFA_VALUEPICTURE_Display);
3997 bool CXFA_Node::SetValue(XFA_ATTRIBUTE eAttr, function in class:CXFA_Node
/external/swiftshader/third_party/LLVM/lib/TableGen/
H A DTGParser.cpp80 /// SetValue -
82 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, const std::string &ValName, function in class:TGParser
165 if (SetValue(CurRec, SubClass.RefLoc, TArgs[i], std::vector<unsigned>(),
247 if (SetValue(CurRec, SubMultiClass.RefLoc, SMCTArgs[i],
267 if (SetValue(Def, SubMultiClass.RefLoc, SMCTArgs[i],
1503 SetValue(CurRec, ValLoc, DeclName, std::vector<unsigned>(), Val))
1592 return SetValue(CurRec, IdLoc, FieldName, BitList, Val);
1656 if (SetValue(CurRec, LetStack[i][j].Loc, LetStack[i][j].Name,
1969 if (SetValue(CurRec, DefmPrefixLoc, TArgs[i], std::vector<unsigned>(),
1996 if (SetValue(CurRe
[all...]
/external/webrtc/webrtc/p2p/base/
H A Dstun.h350 void SetValue(uint32_t bits) { bits_ = bits; } function in class:cricket::StunUInt32Attribute
373 void SetValue(uint64_t bits) { bits_ = bits; } function in class:cricket::StunUInt64Attribute
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest.h492 void SetValue(const char* new_value) { function in class:testing::TestProperty
/external/googletest/googletest/include/gtest/
H A Dgtest.h506 void SetValue(const std::string& new_value) { function in class:testing::TestProperty
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h506 void SetValue(const std::string& new_value) { function in class:testing::TestProperty
/external/llvm/lib/TableGen/
H A DTGParser.cpp75 /// SetValue -
77 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, Init *ValName, function in class:TGParser
166 if (SetValue(CurRec, SubClass.RefRange.Start, TArgs[i],
243 if (SetValue(CurRec, SubMultiClass.RefRange.Start, SMCTArgs[i],
257 if (SetValue(Def.get(), SubMultiClass.RefRange.Start, SMCTArgs[i],
331 if (SetValue(IterRec.get(), Loc, IterVar->getName(), None, IVal))
1726 SetValue(CurRec, ValLoc, DeclName, None, Val))
1897 return SetValue(CurRec, IdLoc, FieldName, BitList, Val);
1933 if (SetValue(CurRec, LR.Loc, LR.Name, LR.Bits, LR.Value))
2356 if (SetValue(CurRe
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h491 void SetValue(const char* new_value) { function in class:testing::TestProperty
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h491 void SetValue(const char* new_value) { function in class:testing::TestProperty
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_widget.cpp298 pWidgetAcc->SetValue(pFormField->GetValue(), XFA_VALUEPICTURE_Edit);
318 pWidgetAcc->SetValue(pFormField->GetValue(), XFA_VALUEPICTURE_Edit);
383 pFormField->SetValue(sValue, true);
415 pFormField->SetValue(sValue, true);
456 pFormField->SetValue(L"", true);
696 void CPDFSDK_Widget::SetValue(const CFX_WideString& sValue, bool bNotify) { function in class:CPDFSDK_Widget
698 pFormField->SetValue(sValue, bNotify);
/external/protobuf/gtest/include/gtest/
H A Dgtest.h472 void SetValue(const char* new_value) { function in class:testing::TestProperty
/external/protobuf/src/google/protobuf/
H A Dmap.h430 void SetValue(const void* val) { function in class:google::protobuf::MapValueRef
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h508 void SetValue(const char * _value) { value = _value;} function in class:TiXmlNode
512 void SetValue( const std::string& _value ) { value = _value; } function in class:TiXmlNode
836 void SetValue( const char* _value ) { value = _value; } ///< Set the value. function in class:TiXmlAttribute
845 void SetValue( const std::string& _value ) { value = _value; } function in class:TiXmlAttribute
1169 SetValue( _value );
1222 SetValue( initValue );
1231 SetValue( initValue );
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
H A Dgtest.h491 void SetValue(const char* new_value) { function in class:testing::TestProperty
/external/tinyxml/
H A Dtinyxml.h468 void SetValue(const char * _value) { value = _value;} function in class:TiXmlNode
472 void SetValue( const std::string& _value ) function in class:TiXmlNode
475 SetValue( buf.buffer ? buf.buffer : "" );
745 void SetValue( const char* _value ) { value = _value; } ///< Set the value. function in class:TiXmlAttribute
758 void SetValue( const std::string& _value ) function in class:TiXmlAttribute
761 SetValue( buf.buffer ? buf.buffer : "error" );
1071 SetValue( initValue );
1080 SetValue( initValue );
/external/tinyxml2/
H A Dtinyxml2.cpp561 void XMLNode::SetValue( const char* str, bool staticMem ) function in class:XMLNode
1476 comment->SetValue( str );
1485 text->SetValue( str );
1494 dec->SetValue( str ? str : "xml version=\"1.0\" encoding=\"UTF-8\"" );
1503 unk->SetValue( str );
/external/v8/testing/gtest/include/gtest/
H A Dgtest.h506 void SetValue(const std::string& new_value) { function in class:testing::TestProperty
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest.h483 void SetValue(const std::string& new_value) { function in class:testing::TestProperty
/external/pdfium/fpdfsdk/javascript/
H A DField.cpp2604 Field::SetValue(m_pFormFillEnv.Get(), m_FieldName, m_nFormControlIndex,
2664 void Field::SetValue(CPDFSDK_FormFillEnvironment* pFormFillEnv, function in class:Field
2683 pFormField->SetValue(strArray[0], true);
2690 pFormField->SetValue(strArray[0], true);
2773 pFormField->SetValue(wsFileName);
3393 Field::SetValue(pFormFillEnv, pData->sFieldName, pData->nControlIndex,
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h16060 void SetValue(const char* new_value) { function in class:testing::TestProperty
/external/fmtlib/test/gtest/
H A Dgtest.h17896 void SetValue(const std::string& new_value) { function in class:testing::TestProperty
/external/v8/src/
H A Dobjects.cc3663 descriptors->SetValue(i, FieldType::Any());
9168 descriptors->SetValue(i, FieldType::Any());
19229 Handle<JSDate>::cast(result)->SetValue(*value, std::isnan(tv));
19342 Handle<Object> JSDate::SetValue(Handle<JSDate> date, double v) { function in class:v8::internal::JSDate
19346 date->SetValue(*value, value_is_nan);
19351 void JSDate::SetValue(Object* value, bool is_value_nan) { function in class:v8::internal::JSDate
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h17897 void SetValue(const std::string& new_value) { function in class:testing::TestProperty

Completed in 909 milliseconds

12