Searched refs:SetValue (Results 1 - 25 of 299) sorted by last modified time

1234567891011>>

/external/tinyxml/
H A Dtinyxml.cpp171 target->SetValue (value.c_str() );
750 node->SetValue( _value );
1252 SetValue (buf);
1263 SetValue (buf);
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 );
H A Dtinyxmlparser.cpp1122 node->SetValue( attrib->Value() );
/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 );
H A Dtinyxml2.h471 void SetValue( const char* val, bool staticMem=false );
848 void SetName( const char* str, bool staticMem=false ) { SetValue( str, staticMem ); }
/external/srec/tools/grxmlcompile/
H A Dgrxmlcompile.cpp374 aiter.SetValue( arc);
409 aiter.SetValue( arc);
432 aiter.SetValue( arc);
472 aiter.SetValue( arc);
483 aiter2.SetValue( arc2);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dmap.h101 aiter.SetValue((*mapper)(arc));
H A Dminimize.h462 aiter.SetValue(arc);
H A Dmutable-fst.h119 virtual void SetValue(const A &arc) = 0; // Set current arc's contents
135 // aiter.SetValue(arc);
155 void SetValue(const Arc &a) { data_.base->SetValue(a); } function in class:fst::MutableArcIterator
H A Dprune.h106 it.SetValue(arc);
H A Drelabel.h78 aiter.SetValue(arc);
H A Dreweight.h77 ait.SetValue(arc);
101 ait.SetValue(arc);
H A Dvector-fst.h745 virtual void SetValue(const A &arc) { function in class:fst::MutableArcIterator
/external/sonivox/jet_tools/JetCreator/
H A DJetAudition.py222 self.log.SetValue(JetDefs.PLAY_TRIGGERCLIP_MSG % (iEventId, sClipName))
457 self.log.SetValue(self.currentSegmentName)
471 self.log.SetValue("")
H A DJetCreator.py400 self.log.SetValue("")
404 self.log.SetValue("%s %.2f Seconds" % (self.currentSegmentName, iLength / 1000.00))
406 self.log.SetValue("%s" % (self.currentSegmentName))
473 dlg.SetValue(JetDefs.F_SEGNAME, segment.segname)
474 dlg.SetValue(JetDefs.F_MUTEFLAGS, segment.mute_flags)
475 dlg.SetValue(JetDefs.F_MIDIFILE, segment.filename)
476 dlg.SetValue(JetDefs.F_DLSFILE, segment.dlsfile)
477 dlg.SetValue(JetDefs.F_START, segment.start)
478 dlg.SetValue(JetDefs.F_END, segment.end)
479 dlg.SetValue(JetDef
[all...]
H A DJetCtrls.py35 def SetValue(self, val): member in class:JetSpin
38 wx.SpinCtrl.SetValue(self, int(val))
40 wx.SpinCtrl.SetValue(self, val)
42 wx.SpinCtrl.SetValue(self, 0)
49 def SetValue(self, val): member in class:JetSpinOneBased
52 wx.SpinCtrl.SetValue(self, int(val) + 1)
54 wx.SpinCtrl.SetValue(self, val + 1)
56 wx.SpinCtrl.SetValue(self, 1)
68 def SetValue(self, val): member in class:JetCheckBox
75 wx.CheckBox.SetValue(sel
86 def SetValue(self, val): member in class:JetRadioButton
217 def SetValue(self, muteFlags): member in class:JetTrackCtrl
280 def SetValue(self, val): member in class:JetFileCombo
339 def SetValue(self, val): member in class:JetFileText
468 def SetValue(self, mbt): member in class:TimeCtrl
[all...]
H A DJetDialogs.py65 self.ctrls[Text].SetValue(Lst[0])
90 self.ctrls[Text].SetValue(Lst)
134 def SetValue(self, fld, val): member in class:JetEdit
136 self.ctrls[fld].SetValue(val)
147 self.je.ctrls[JetDefs.F_JFILE].SetValue(fileList[0])
160 self.je.ctrls[JetDefs.F_JFILE].SetValue(sValue)
165 self.je.ctrls[JetDefs.F_JFILE].SetValue(sValue)
209 def SetValue(self, fld, val): member in class:JetPreferences
210 self.je.ctrls[fld].SetValue(val)
231 def SetValue(sel member in class:JetAbout
250 def SetValue(self, fld, val): member in class:JetPropertiesDialog
342 def SetValue(self, fld, val): member in class:SegEdit
655 def SetValue(self, fld, val): member in class:EventEdit
871 def SetValue(self, fld, val): member in class:JetReplicate
939 def SetValue(self, fld, val): member in class:JetMove
[all...]
/external/skia/src/animator/
H A DSkMemberInfo.cpp531 bool SkMemberInfo::SetValue(void* valuePtr, const char value[], SkDisplayTypes type,
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp163 target->SetValue (value.c_str() );
784 attrib->SetValue( cvalue );
794 attrib->SetValue( _value );
1258 SetValue (buf);
1269 SetValue (buf);
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/protobuf/gtest/include/gtest/
H A Dgtest.h393 void SetValue(const char* new_value) { function in class:testing::TestProperty
/external/protobuf/gtest/src/
H A Dgtest.cc1821 property_with_matching_key->SetValue(test_property.value());
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc1478 property.SetValue("2");
1712 TEST(TestPropertyTest, SetValue) {
1715 property.SetValue("value_2");
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h709 void SetValue(FX_FLOAT* comp);
711 void SetValue(CPDF_Pattern* pPattern, FX_FLOAT* comp, int ncomps);
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h1172 FX_BOOL SetValue(const CFX_WideString& value, FX_BOOL bNotify = FALSE);
1268 FX_BOOL SetValue(const CFX_WideString& value, FX_BOOL bDefault, FX_BOOL bNotify);

Completed in 296 milliseconds

1234567891011>>