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

1 2

  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 130 def GetValue(self, fld):
132 return self.ctrls[fld].GetValue()
167 self.fileName = self.je.ctrls[JetDefs.F_JFILE].GetValue()
174 self.fileName = self.je.ctrls[JetDefs.F_JFILE].GetValue()
184 if len(self.je.ctrls[JetDefs.F_JFILE].GetValue()) == 0:
188 if not FileExists(self.je.ctrls[JetDefs.F_JFILE].GetValue()):
206 def GetValue(self, fld):
207 return self.je.ctrls[fld].GetValue()
228 def GetValue(self, fld):
229 return self.je.ctrls[fld].GetValue()
    [all...]
JetCreator.py 426 self.jet_file.AddSegment(replicate[0], dlg.GetValue(JetDefs.F_MIDIFILE),
429 SegmentOutputFile(dlg.GetValue(JetDefs.F_SEGNAME), self.currentJetConfigFile),
430 dlg.GetValue(JetDefs.F_QUANTIZE),
431 [], dlg.GetValue(JetDefs.F_DLSFILE),
433 dlg.GetValue(JetDefs.F_TRANSPOSE),
434 dlg.GetValue(JetDefs.F_REPEAT),
435 dlg.GetValue(JetDefs.F_MUTEFLAGS))
440 self.jet_file.AddSegment(dlg.GetValue(JetDefs.F_SEGNAME), dlg.GetValue(JetDefs.F_MIDIFILE),
441 dlg.GetValue(JetDefs.F_START), dlg.GetValue(JetDefs.F_END),
    [all...]
JetCtrls.py 58 def GetValue(self):
59 val = wx.SpinCtrl.GetValue(self)
220 def GetValue(self):
277 def GetValue(self):
278 return StrNoneChk(self.cmb.GetValue())
336 def GetValue(self):
337 return StrNoneChk(self.txt.GetValue())
440 if int(self.time[self.iCtrl].GetValue()) > self.mx[self.iCtrl]:
442 if int(self.time[self.iCtrl].GetValue()) < self.mn[self.iCtrl]:
450 if int(self.time[self.iCtrl].GetValue()) < self.mx[self.iCtrl]:
    [all...]
  /external/webkit/JavaScriptGlue/
JSValueWrapper.h 43 JSValue GetValue();
JSValueWrapper.cpp 45 JSValue JSValueWrapper::GetValue()
77 JSObject* object = ptr->GetValue().toObject(exec);
112 JSValue propValue = ptr->GetValue().toObject(exec)->get(exec, CFStringToIdentifier(propertyName, exec));
136 JSObject *objValue = ptr->GetValue().toObject(exec);
154 JSObject* objValue = ptr->GetValue().toObject(exec);
190 result = KJSValueToCFType(ptr->GetValue(), getThreadGlobalExecState());
JSUtils.cpp 145 result = wrapper->GetValue();
  /external/v8/src/
property.cc 88 GetValue()->ShortPrint();
property.h 58 Object* GetValue() { return value_; }
264 return Map::cast(GetValue());
270 return Descriptor::IndexFromValue(GetValue());
280 return JSFunction::cast(GetValue());
288 return GetValue();
295 Object* GetValue() {
298 return descriptors->GetValue(number_);
dateparser-inl.h 76 time.SetHourOffset(KeywordTable::GetValue(index));
78 day.SetNamedMonth(KeywordTable::GetValue(index));
81 tz.Set(KeywordTable::GetValue(index));
parser.h 178 static Handle<FixedArray> GetValue(Expression* expression);
180 // Get the type of a compile time value returned by GetValue().
183 // Get the elements array of a compile time value returned by GetValue().
dateparser.h 156 static int GetValue(int i) { return array[i][kValueOffset]; }
objects-inl.h     [all...]
  /external/chromium/base/
file_version_info_unittest.cc 116 EXPECT_TRUE(version_info->GetValue(L"Custom prop 1", &str));
120 EXPECT_TRUE(version_info->GetValue(L"Custom prop 2", &str));
124 EXPECT_TRUE(version_info->GetValue(L"Custom prop 3", &str));
131 EXPECT_FALSE(version_info->GetValue(L"Unknown property", &str));
file_version_info.h 66 bool GetValue(const wchar_t* name, std::wstring* value);
68 // Similar to GetValue but returns a wstring (empty string if the property
file_version_info.cc 145 bool FileVersionInfo::GetValue(const wchar_t* name, std::wstring* value_str) {
182 if (GetValue(name, &str))
  /external/v8/src/arm/
codegen-arm-inl.h 61 GetValue();
simulator-arm.cc 74 bool GetValue(const char* desc, int32_t* value);
145 bool Debugger::GetValue(const char* desc, int32_t* value) {
258 if (GetValue(arg1, &value)) {
271 if (GetValue(arg1, &value)) {
300 if (GetValue(arg1, &value)) {
308 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) {
326 if (GetValue(arg1, &value)) {
    [all...]
  /development/simulator/app/
LogPrefsDialog.cpp 184 if (fmtBrief->GetValue())
186 else if (fmtMinimal->GetValue())
191 mSingleLine = (singleLine->GetValue() != 0);
193 mPointSize = ConvertUnsigned(pointSize->GetValue());
194 mUseColor = useColor->GetValue();
195 mFontMonospace = fontMono->GetValue();
197 tmpStr = displayMax->GetValue();
205 tmpStr = poolSize->GetValue();
213 mWriteFile = (writeFile->GetValue() != 0);
214 mFileName = fileName->GetValue();
    [all...]
PrefsDialog.cpp 158 mDebugger = debugger->GetValue();
159 mValgrinder = valgrinder->GetValue();
160 mAutoPowerOn = autoPowerOn->GetValue();
161 mEnableSound = enableSound->GetValue();
162 mEnableFakeCamera = enableFakeCamera->GetValue();
165 tmpStr = gamma->GetValue();
MainFrame.cpp 827 pPrefs->SetString("java-vm", pBox->GetValue().ToAscii());
901 pPrefs->SetString(pref, pBox->GetValue().ToAscii());
902 //printf("--- set pref '%s' to '%s'\n", pref,(const char*)pBox->GetValue());
930 wxString onionSkinFileNameWxString = pTextCtrl->GetValue();
985 pPrefs->SetInt("onion-skin-alpha-value", pSlider->GetValue());
    [all...]
  /external/webkit/WebKit/wx/
WebBrowserShell.cpp 248 webview->LoadURL(addressBar->GetValue());
254 webview->LoadURL(wxString::Format(wxT("http://www.google.com/search?rls=en&q=%s&ie=UTF-8&oe=UTF-8"), searchCtrl->GetValue().wc_str()));
346 wxMessageBox(wxT("Result is: ") + webview->RunScript(dialog->GetValue()));
  /external/v8/src/mips/
simulator-mips.cc 82 bool GetValue(const char* desc, int32_t* value);
154 bool Debugger::GetValue(const char* desc, int32_t* value) {
306 if (GetValue(arg1, &value)) {
319 if (GetValue(arg1, &value)) {
348 if (GetValue(arg1, &value)) {
356 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) {
374 if (GetValue(arg1, &value)) {
410 if (GetValue(arg1, &value)) {
418 if (GetValue(arg1, &value1) && GetValue(arg2, &value2))
    [all...]
  /external/webkit/WebKit/wx/bindings/python/samples/
simple.py 106 URL = self.location.GetValue()
127 self.current = dlg.GetValue()
  /external/webkit/WebCore/platform/wx/
FileSystemWx.cpp 72 resultSize = (long long)size.GetValue();
  /external/webkit/WebKit/wx/WebKitSupport/
ChromeClientWx.cpp 308 result = dialog.GetValue();

Completed in 161 milliseconds

1 2