Searched refs:SetValue (Results 1 - 25 of 35) sorted by relevance

12

/external/sonivox/jet_tools/JetCreator/
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...]
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 DJetAudition.py222 self.log.SetValue(JetDefs.PLAY_TRIGGERCLIP_MSG % (iEventId, sClipName))
457 self.log.SetValue(self.currentSegmentName)
471 self.log.SetValue("")
/external/srec/tools/thirdparty/OpenFst/fst/lib/
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 Dreweight.h77 ait.SetValue(arc);
101 ait.SetValue(arc);
H A Dprune.h106 it.SetValue(arc);
H A Dminimize.h462 aiter.SetValue(arc);
H A Drelabel.h79 aiter.SetValue(arc);
H A Dvector-fst.h743 virtual void SetValue(const A &arc) { function in class:fst::MutableArcIterator
/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 );
H A Dtinyxml.cpp171 target->SetValue (value.c_str() );
750 node->SetValue( _value );
1252 SetValue (buf);
1263 SetValue (buf);
/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/webkit/WebKit/wx/bindings/python/samples/
H A Dsimple.py101 self.location.SetValue(event.GetURL())
/external/webkit/WebKit/wx/
H A DWebBrowserShell.cpp226 addressBar->SetValue(event.GetURL());
/external/chromium/base/
H A Dwin_util.cc405 HRESULT result = property_store->SetValue(kPKEYAppUserModelID,
/external/v8/src/arm/
H A Dcodegen-arm.h49 // by GetValue, TakeValue, SetValue, and Codegen::UnloadReference.
102 void SetValue(InitState init_state);
/external/v8/src/
H A Dobjects.h2368 Object* SetValue(uint32_t index, Object* value);
2432 Object* SetValue(uint32_t index, Object* value);
2455 Object* SetValue(uint32_t index, Object* value);
2478 Object* SetValue(uint32_t index, Object* value);
2501 Object* SetValue(uint32_t index, Object* value);
2524 Object* SetValue(uint32_t index, Object* value);
2547 Object* SetValue(uint32_t index, Object* value);
2570 Object* SetValue(uint32_t index, Object* value);
H A Dobjects.cc5689 return pixels->SetValue(index, value);
5693 return array->SetValue(index, value);
5698 return array->SetValue(index, value);
5702 return array->SetValue(index, value);
5707 return array->SetValue(index, value);
5711 return array->SetValue(index, value);
5716 return array->SetValue(index, value);
5720 return array->SetValue(index, value);
7185 Object* PixelArray::SetValue(uint32_t index, Object* value) { function in class:v8::internal::PixelArray
7243 Object* ExternalByteArray::SetValue(uint32_ function in class:v8::internal::ExternalByteArray
7249 Object* ExternalUnsignedByteArray::SetValue(uint32_t index, Object* value) { function in class:v8::internal::ExternalUnsignedByteArray
7255 Object* ExternalShortArray::SetValue(uint32_t index, Object* value) { function in class:v8::internal::ExternalShortArray
7261 Object* ExternalUnsignedShortArray::SetValue(uint32_t index, Object* value) { function in class:v8::internal::ExternalUnsignedShortArray
7267 Object* ExternalIntArray::SetValue(uint32_t index, Object* value) { function in class:v8::internal::ExternalIntArray
7273 Object* ExternalUnsignedIntArray::SetValue(uint32_t index, Object* value) { function in class:v8::internal::ExternalUnsignedIntArray
7293 Object* ExternalFloatArray::SetValue(uint32_t index, Object* value) { function in class:v8::internal::ExternalFloatArray
[all...]
/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h415 void SetValue(const char* new_value) { function in class:testing::internal::TestProperty
/external/gtest/src/
H A Dgtest-internal-inl.h477 void SetValue(const char* new_value) { function in class:testing::internal::TestProperty
/external/skia/src/animator/
H A DSkMemberInfo.cpp538 bool SkMemberInfo::SetValue(void* valuePtr, const char value[], SkDisplayTypes type,
/external/v8/src/ia32/
H A Dcodegen-ia32.h49 // by GetValue, TakeValue, SetValue, and Codegen::UnloadReference.
103 void SetValue(InitState init_state);
/external/v8/src/x64/
H A Dcodegen-x64.h49 // by GetValue, TakeValue, SetValue, and Codegen::UnloadReference.
104 void SetValue(InitState init_state);
/external/protobuf/gtest/include/gtest/
H A Dgtest.h393 void SetValue(const char* new_value) { function in class:testing::TestProperty

Completed in 317 milliseconds

12