Searched refs:IsValid (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/core/
H A Dlazytarget.py36 if not target.IsValid():
54 if not process.IsValid():
H A Dkernelcore.py97 if not cur_elt.IsValid() or cur_elt.GetValueAsUnsigned() == 0 or cur_elt.GetValueAsUnsigned() == queue_head_addr:
132 if not v.GetSBValue().IsValid():
217 if syms_arr.IsValid() and len(syms_arr) > 0:
219 if symbol.IsValid():
H A Dcvalue.py436 if not tmp_type.IsValid():
441 if not tmp_type.IsValid():
H A Doperating_system.py646 if not cur_elt.IsValid() or cur_elt.GetValueAsUnsigned() == 0 or cur_elt.GetValueAsUnsigned() == queue_head_addr:
686 if type(process) is lldb.SBProcess and process.IsValid():
788 while processor_list_val.IsValid() and processor_list_val.GetValueAsUnsigned() !=0 :
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Windows/
H A DWindows.h60 if (HandleTraits::IsValid(Handle))
71 if (HandleTraits::IsValid(Handle))
79 return HandleTraits::IsValid(Handle) ? true : false;
98 static bool IsValid(handle_type h) { function in struct:CommonHandleTraits
120 static bool IsValid(handle_type h) { function in struct:CryptContextTraits
/macosx-10.10.1/libxml2-26/libxml2/python/tests/
H A Dreader6.py61 if reader.IsValid() != 1:
104 if reader.IsValid() != 0:
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A Dreader6.py56 if reader.IsValid() != 1:
99 if reader.IsValid() != 0:
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h105 bool IsValid : 1; member in struct:llvm::FunctionLoweringInfo::LiveOutInfo
107 LiveOutInfo() : NumSignBits(0), IsValid(true), KnownOne(1, 0),
156 if (!LOI->IsValid)
197 LiveOutRegInfo[Reg].IsValid = false;
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/include/
H A Dmk4io.h39 virtual bool IsValid()const;
H A Dmk4.h791 virtual bool IsValid()const;
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h141 bool IsValid() const { return Node != NULL; } function in class:llvm::ScheduleDAGSDNodes::RegDefIter
144 assert(IsValid() && "bad iterator");
H A DFunctionLoweringInfo.cpp251 if (!LOI->IsValid)
306 DestLOI.IsValid = false;
311 DestLOI.IsValid = false;
343 DestLOI.IsValid = false;
348 DestLOI.IsValid = false;
H A DScheduleDAGRRList.cpp1928 RegDefPos.IsValid(); RegDefPos.Advance()) {
1980 RegDefPos.IsValid(); RegDefPos.Advance()) {
2039 RegDefPos.IsValid(); RegDefPos.Advance(), --SkipRegDefs) {
2055 RegDefPos.IsValid(); RegDefPos.Advance(), --SkipRegDefs) {
H A DScheduleDAGSDNodes.cpp578 for (RegDefIter I(SU, this); I.IsValid(); I.Advance()) {
/macosx-10.10.1/bind9-45.101/bind9/bin/win32/BINDInstall/
H A DVersionInfo.h17 BOOL IsValid() {return m_isValid;} function in class:CVersionInfo
H A DBINDInstallDlg.cpp256 if(bindInst.IsValid())
640 if (!origFile.IsValid() && installFiles[i].checkVer) {
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dstore.h98 virtual bool IsValid()const;
H A Dstore.cpp201 if (strat->IsValid())
362 return Strategy().IsValid() && Persist()->Commit(full_);
371 bool f = Strategy().IsValid() && pers->Rollback(full_);
497 bool c4_StreamStrategy::IsValid()const { function in class:c4_StreamStrategy
H A Dfileio.cpp220 bool c4_FileStrategy::IsValid()const { function in class:c4_FileStrategy
H A Dpersist.cpp919 if (!_strategy.IsValid())
/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/
H A Dxnu.py278 if not sbthread.IsValid():
287 if not sbthread.IsValid():
408 if sbval and sbval.IsValid():
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/python/
H A DPyStorage.cpp401 if (!ps->Strategy().IsValid()) {
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tcl/
H A Dmk4tcl.cpp670 if (!s.Strategy().IsValid())
763 if (*fileName_ != 0 && !ip->_storage.Strategy().IsValid()) {
1780 if (!err || !strat.IsValid())
1799 if (!np->_storage.Strategy().IsValid())
1814 if (!np->_storage.Strategy().IsValid())
/macosx-10.10.1/vim-55/src/
H A Dos_win32.c1791 BOOL IsValid; member in struct:ConsoleBufferStruct
1805 * If FALSE, still sets cb->IsValid if buffer characteristics were saved.
1821 cb->IsValid = FALSE;
1824 cb->IsValid = TRUE;
1831 if (!cb->IsValid || cb->Buffer == NULL ||
1904 if (cb == NULL || !cb->IsValid)
2932 if (!g_fTermcapMode && g_cbTermcap.IsValid)
3437 if (g_cbTermcap.IsValid)
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcf.vim236 syn keyword cfFunctionName contained IsSimpleValue IsStruct IsUserInRole IsValid IsWDDX IsXML

Completed in 169 milliseconds

12