Searched defs:GetValue (Results 1 - 25 of 100) sorted by last modified time

1234

/external/sonivox/jet_tools/JetCreator/
H A DJetCtrls.py58 def GetValue(self): member in class:JetSpinOneBased
59 val = wx.SpinCtrl.GetValue(self)
220 def GetValue(self): member in class:JetTrackCtrl
277 def GetValue(self): member in class:JetFileCombo
278 return StrNoneChk(self.cmb.GetValue())
336 def GetValue(self): member in class:JetFileText
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()) < sel
485 def GetValue(self, typ='str'): member in class:TimeCtrl
[all...]
H A DJetDialogs.py130 def GetValue(self, fld): member in class:JetEdit
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): member in class:JetPreferences
207 return self.je.ctrls[fld].GetValue()
228 def GetValue(self, fld): member in class:JetAbout
229 return self.je.ctrls[fld].GetValue()
247 def GetValue(self, fld): member in class:JetPropertiesDialog
338 def GetValue(self, fld): member in class:SegEdit
651 def GetValue(self, fld): member in class:EventEdit
868 def GetValue(self, fld): member in class:JetReplicate
936 def GetValue(self, fld): member in class:JetMove
[all...]
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_formfield.cpp302 CFX_WideString CPDF_FormField::GetValue(FX_BOOL bDefault) function in class:CPDF_FormField
332 CFX_WideString CPDF_FormField::GetValue() function in class:CPDF_FormField
334 return GetValue(FALSE);
338 return GetValue(TRUE);
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusColor.h131 ARGB GetValue() const function in class:Color
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp225 CFX_WideString CPDFSDK_Widget::GetValue() const function in class:CPDFSDK_Widget
230 return pFormField->GetValue();
1077 pEdit->SetText((FX_LPCWSTR)pField->GetValue());
1283 pEdit->SetText((FX_LPCWSTR)pField->GetValue());
1970 CFX_WideString sOldValue = pField->GetValue();
2005 CFX_WideString sValue = pFormField->GetValue();
2506 sFieldValues += pField->GetValue();
/external/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h76 /// GetValue - Check to see if AvailableVals has an entry for the specified
80 ValT GetValue(BlkT *BB) { function in class:llvm::SSAUpdaterImpl
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h144 MVT GetValue() const { function in class:llvm::ScheduleDAGSDNodes::RegDefIter
/external/lldb/include/lldb/Core/
H A DThreadSafeValue.h45 GetValue () const function in class:lldb_private::ThreadSafeValue
/external/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h118 GetValue () function in class:lldb_private::TypeFormatImpl::Flags
192 return m_flags.GetValue();
H A DTypeSummary.h188 GetValue () function in class:lldb_private::TypeSummaryImpl::Flags
298 return m_flags.GetValue();
H A DTypeSynthetic.h170 GetValue () function in class:lldb_private::SyntheticChildren::Flags
232 return m_flags.GetValue();
/external/lldb/include/lldb/Host/
H A DPredicate.h98 GetValue () const function in class:lldb_private::Predicate
/external/lldb/include/lldb/Interpreter/
H A DProperty.h62 GetValue() const function in class:lldb_private::Property
/external/lldb/include/lldb/Target/
H A DStopInfo.h64 GetValue() const function in class:lldb_private::StopInfo
/external/lldb/source/API/
H A DSBValue.cpp396 SBValue::GetValue () function in class:SBValue
410 log->Printf ("SBValue(%p)::GetValue() => \"%s\"", value_sp.get(), cstr);
412 log->Printf ("SBValue(%p)::GetValue() => NULL", value_sp.get());
779 ptr_result_valobj_sp->GetValue().SetValueType(Value::eValueTypeLoadAddress);
/external/lldb/source/Core/
H A DScalar.cpp208 Scalar::GetValue (Stream *s, bool show_type) const function in class:Scalar
H A DValueObject.cpp438 ValueObject::GetValue() function in class:ValueObject
444 ValueObject::GetValue() const function in class:ValueObject
4107 ptr_result_valobj_sp->GetValue().SetValueType(Value::eValueTypeLoadAddress);
/external/lldb/source/Expression/
H A DIRForTarget.cpp61 llvm::Value *IRForTarget::FunctionValueCache::GetValue(llvm::Function *function) function in class:IRForTarget::FunctionValueCache
817 llvm::cast<Instruction>(m_entry_instruction_finder.GetValue(function)));
2221 return new BitCastInst(value_maker.GetValue(function),
2224 llvm::cast<Instruction>(entry_instruction_finder.GetValue(function)));
2241 ptr = value_maker.GetValue(function);
2255 operand = value_maker.GetValue(function);
2262 return GetElementPtrInst::Create(ptr, indices, "", llvm::cast<Instruction>(entry_instruction_finder.GetValue(function)));
2282 inst->replaceUsesOfWith(old_constant, value_maker.GetValue(inst->getParent()->getParent()));
2446 llvm::Instruction *entry_instruction = llvm::cast<Instruction>(m_entry_instruction_finder.GetValue(function));
2479 value->replaceAllUsesWith(body_result_maker.GetValue(instructio
[all...]
/external/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.cpp86 CFCMutableDictionary::GetValue(const void *key) const function in class:CFCMutableDictionary
H A DCFCMutableSet.cpp71 CFCMutableSet::GetValue(const void *value) const function in class:CFCMutableSet
/external/lldb/tools/lldb-perf/lib/
H A DResults.h222 GetValue () const function in class:lldb_perf::Results::String
251 GetValue () const function in class:lldb_perf::Results::Double
280 GetValue () const function in class:lldb_perf::Results::Unsigned
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/test/SemaCXX/
H A Dwarn-bool-conversion.cpp71 #define GetValue(ptr) ((ptr) ? ptr[0] : 0) macro
81 (void)GetValue(b);
H A Dwarn-tautological-compare.cpp30 #define GetValue(ptr) ((ptr != 0) ? ptr[0] : 0) macro
40 (void)GetValue(b);

Completed in 507 milliseconds

1234