HomeSort by relevance Sort by last modified time
    Searched refs:SetValue (Results 1 - 25 of 38) sorted by null

1 2

  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 35 def SetValue(self, val):
38 wx.SpinCtrl.SetValue(self, int(val))
40 wx.SpinCtrl.SetValue(self, val)
42 wx.SpinCtrl.SetValue(self, 0)
49 def SetValue(self, val):
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):
75 wx.CheckBox.SetValue(self, val)
    [all...]
JetDialogs.py 65 self.ctrls[Text].SetValue(Lst[0])
90 self.ctrls[Text].SetValue(Lst)
134 def SetValue(self, fld, val):
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):
210 self.je.ctrls[fld].SetValue(val)
231 def SetValue(self, fld, val):
    [all...]
JetCreator.py 400 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(JetDefs.F_QUANTIZE, segment.quantize)
    [all...]
JetAudition.py 222 self.log.SetValue(JetDefs.PLAY_TRIGGERCLIP_MSG % (iEventId, sClipName))
457 self.log.SetValue(self.currentSegmentName)
471 self.log.SetValue("")
  /development/simulator/app/
PrefsDialog.cpp 123 configFileName->SetValue(mConfigFile);
124 debugger->SetValue(mDebugger);
125 valgrinder->SetValue(mValgrinder);
126 autoPowerOn->SetValue(mAutoPowerOn);
127 enableSound->SetValue(mEnableSound);
128 enableFakeCamera->SetValue(mEnableFakeCamera);
132 gamma->SetValue(tmpStr);
LogPrefsDialog.cpp 111 fmtFull->SetValue(mHeaderFormat == kHFFull);
112 fmtBrief->SetValue(mHeaderFormat == kHFBrief);
113 fmtMinimal->SetValue(mHeaderFormat == kHFMinimal);
114 singleLine->SetValue(mSingleLine);
126 useColor->SetValue(mUseColor);
127 fontMono->SetValue(mFontMonospace);
131 displayMax->SetValue(tmpStr);
133 poolSize->SetValue(tmpStr);
135 writeFile->SetValue(mWriteFile);
136 fileName->SetValue(mFileName)
    [all...]
MainFrame.cpp 368 pJavaAppName->SetValue(tmpStr);
421 pOnionSkinFileNameText->SetValue(tmpStr2);
466 pControl->SetValue(val);
962 fileTextCtrl->SetValue(fileNameWxString);
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
mutable-fst.h 119 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); }
reweight.h 77 ait.SetValue(arc);
101 ait.SetValue(arc);
prune.h 106 it.SetValue(arc);
relabel.h 79 aiter.SetValue(arc);
minimize.h 462 aiter.SetValue(arc);
  /external/tinyxml/
tinyxml.h 468 void SetValue(const char * _value) { value = _value;}
472 void SetValue( const std::string& _value )
475 SetValue( buf.buffer ? buf.buffer : "" );
745 void SetValue( const char* _value ) { value = _value; } ///< Set the value.
758 void SetValue( const std::string& _value )
761 SetValue( buf.buffer ? buf.buffer : "error" );
    [all...]
tinyxml.cpp 171 target->SetValue (value.c_str() );
750 node->SetValue( _value );
1252 SetValue (buf);
1263 SetValue (buf);
    [all...]
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 374 aiter.SetValue( arc);
409 aiter.SetValue( arc);
432 aiter.SetValue( arc);
472 aiter.SetValue( arc);
483 aiter2.SetValue( arc2);
    [all...]
  /external/webkit/WebKit/wx/bindings/python/samples/
simple.py 101 self.location.SetValue(event.GetURL())
  /external/webkit/WebKit/wx/
WebBrowserShell.cpp 226 addressBar->SetValue(event.GetURL());
  /external/chromium/base/
win_util.cc 405 HRESULT result = property_store->SetValue(kPKEYAppUserModelID,
  /external/v8/src/arm/
codegen-arm.h 49 // by GetValue, TakeValue, SetValue, and Codegen::UnloadReference.
102 void SetValue(InitState init_state);
  /external/v8/src/
objects.h     [all...]
objects.cc     [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 415 void SetValue(const char* new_value) {
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 477 void SetValue(const char* new_value) {
    [all...]
  /external/skia/src/animator/
SkMemberInfo.cpp 160 void SkMemberInfo::setValue(SkDisplayable* displayable, const SkOperand values[],
190 bool SkMemberInfo::setValue(SkAnimateMaker& maker, SkTDOperandArray* arrayStorage,
356 bool SkMemberInfo::setValue(SkAnimateMaker& maker, SkTDOperandArray* arrayStorage,
359 return setValue(maker, arrayStorage, storageOffset, maxStorage, displayable, outType, raw.c_str(),
472 //void SkMemberInfo::setValue(SkDisplayable* displayable, const char value[], const char name[]) const {
538 bool SkMemberInfo::SetValue(void* valuePtr, const char value[], SkDisplayTypes type,
  /external/v8/src/ia32/
codegen-ia32.h 49 // by GetValue, TakeValue, SetValue, and Codegen::UnloadReference.
103 void SetValue(InitState init_state);
    [all...]

Completed in 593 milliseconds

1 2