Home
last modified time | relevance | path

Searched refs:TopFrame (Results 1 – 25 of 61) sorted by relevance

123

/dports/devel/bcunit/bcunit-d8d2f4b40209e06b400f893cce58e4c6ba73341d/BCUnit/Sources/wxWidget/
H A DwxWidget.cpp76 class TopFrame: public wxFrame class
80 void SetActiveTopFrame(TopFrame *frame);
206 BEGIN_EVENT_TABLE(TopFrame, wxFrame)
591 TopFrame *frame = new TopFrame(_("BCUnit Testing - wxWidgets Interface"), in OnInit()
600 TopFrame *TopFrame::m_ActiveTopFrame = NULL;
602 void TopFrame::ClearPreviousStats(void) in ClearPreviousStats()
614 void TopFrame::SetActiveTopFrame(TopFrame *frame) in SetActiveTopFrame()
695 void TopFrame::ActivateSuiteInfo(void) in ActivateSuiteInfo()
726 void TopFrame::DeactivateTestInfo(void) in DeactivateTestInfo()
746 void TopFrame::ActivateTestInfo(void) in ActivateTestInfo()
[all …]
/dports/devel/cunit/CUnit-2.1-3/CUnit/Sources/wxWidget/
H A DwxWidget.cpp76 class TopFrame: public wxFrame class
80 void SetActiveTopFrame(TopFrame *frame);
206 BEGIN_EVENT_TABLE(TopFrame, wxFrame)
591 TopFrame *frame = new TopFrame(_("CUnit Testing - wxWidgets Interface"), in OnInit()
600 TopFrame *TopFrame::m_ActiveTopFrame = NULL;
602 void TopFrame::ClearPreviousStats(void) in ClearPreviousStats()
614 void TopFrame::SetActiveTopFrame(TopFrame *frame) in SetActiveTopFrame()
695 void TopFrame::ActivateSuiteInfo(void) in ActivateSuiteInfo()
726 void TopFrame::DeactivateTestInfo(void) in DeactivateTestInfo()
746 void TopFrame::ActivateTestInfo(void) in ActivateTestInfo()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/XamlBuildTask/Microsoft/Build/Tasks/Xaml/
H A DXamlStackWriter.cs115 public XamlStackFrame TopFrame property in Microsoft.Build.Tasks.Xaml.XamlStackWriter
132 if (TopFrame.FrameType != XamlStackFrameType.Member) in WriteEndMember()
141 if (TopFrame.FrameType != XamlStackFrameType.Object && in WriteEndObject()
142 TopFrame.FrameType != XamlStackFrameType.GetObject) in WriteEndObject()
192 if (Depth > 0 && TopFrame.FrameType == XamlStackFrameType.Member) in SetTopFrame()
194 TopFrame.Set(); in SetTopFrame()
201 (TopFrame.FrameType == XamlStackFrameType.GetObject || in SetTopFrame()
202 TopFrame.FrameType == XamlStackFrameType.Object)) in SetTopFrame()
204 TopFrame.Set(member); in SetTopFrame()
H A DXamlValidatingReader.cs62 else if (_stack.TopFrame.FrameType == XamlStackFrameType.Member) in Read()
64 if (_stack.TopFrame.IsSet() && !AllowsMultiple(_stack.TopFrame.Member)) in Read()
75 …if (_stack.TopFrame.FrameType != XamlStackFrameType.Object && _stack.TopFrame.FrameType != XamlSta… in Read()
136 if (_stack.TopFrame.IsSet(Member)) in State_InsideObject()
140 if (_stack.TopFrame.FrameType == XamlStackFrameType.GetObject) in State_InsideObject()
147 ValidateMemberOnType(Member, _stack.TopFrame.Type); in State_InsideObject()
171 ValidateGetObjectOnMember(_stack.TopFrame.Member); in State_InsideMember()
258 XamlMember member = _stack.TopFrame.Member; in ValidateTypeToMemberOnStack()
306 XamlMember member = _stack.TopFrame.Member; in ValidateValueToMemberOnStack()
381 …Fx.Assert(_stack.TopFrame.Member == XamlLanguage.Items, "CollectionType should have _Items member"… in GetCollectionTypeOnStack()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/serial/
H A Dobjostrxml.cpp975 bool notag = TopFrame().HasMemberId() && TopFrame().GetMemberId().HasNotag(); in WriteNullPointer()
976 bool nillable = TopFrame().HasMemberId() && TopFrame().GetMemberId().IsNillable(); in WriteNullPointer()
1256 if (TopFrame().GetNotag()) { in EndArrayElement()
1332 TopFrame().SetNotag(); in BeginNamedType()
1362 if (TopFrame().GetNotag()) { in EndNamedType()
1417 TopFrame().SetNotag(); in BeginClass()
1430 if (TopFrame().GetNotag()) { in EndClass()
1494 if (TopFrame().GetNotag()) { in EndClassMember()
1584 TopFrame().SetNotag(); in BeginChoice()
1597 if (TopFrame().GetNotag()) { in EndChoice()
[all …]
H A Dobjistrxml.cpp1235 if (TopFrame().GetNotag()) { in ReadString()
1879 TopFrame().SetNotag(); in BeginArrayElement()
1892 if (TopFrame().GetNotag()) { in EndArrayElement()
1984 TopFrame().SetNotag(); in BeginNamedType()
2010 if (TopFrame().GetNotag()) { in EndNamedType()
2051 TopFrame().SetNotag(); in BeginClass()
2075 if (TopFrame().GetNotag()) { in EndClass()
2346 if (TopFrame().GetNotag()) { in EndClassMember()
2368 TopFrame().SetNotag(); in BeginChoice()
2376 if (TopFrame().GetNotag()) { in EndChoice()
[all …]
H A Dobjistrjson.cpp772 TopFrame().SetNotag(); in BeginContainer()
782 if (TopFrame().GetNotag()) { in EndContainer()
865 TopFrame().SetNotag(); in BeginClassMember()
886 TopFrame().SetNotag(); in BeginClassMember()
903 TopFrame().SetNotag(); in BeginClassMember()
917 TopFrame().SetNotag(); in BeginClassMember()
942 TopFrame().SetNotag(); in BeginClassMember()
959 TopFrame().SetNotag(); in BeginClassMember()
975 TopFrame().SetNotag(); in BeginClassMember()
987 TopFrame().SetNotag(false); in EndClassMember()
[all …]
H A Dobjostrjson.cpp301 if (!StackIsEmpty() && TopFrame().HasMemberId()) { in WriteAnyContentObject()
302 obj_name = TopFrame().GetMemberId().GetName(); in WriteAnyContentObject()
444 TopFrame().SetNotag(); in BeginContainer()
454 if (TopFrame().GetNotag()) { in EndContainer()
455 TopFrame().SetNotag(false); in EndContainer()
494 TopFrame().SetNotag(); in BeginClassMember()
524 if (TopFrame().GetNotag()) { in EndClassMember()
525 TopFrame().SetNotag(false); in EndClassMember()
552 TopFrame().SetNotag(); in BeginChoiceVariant()
561 if (TopFrame().GetNotag()) { in EndChoiceVariant()
[all …]
H A Dobjstack.cpp154 if (TopFrame().HasTypeInfo()) { in IsNsQualified()
155 if (!TopFrame().GetTypeInfo()->GetModuleName().empty()) { in IsNsQualified()
189 TopFrame().SetNsQualified(eNSQualified); in IsNsQualified()
224 const CMemberId& mem_id = TopFrame().GetMemberId(); in x_PushStackPath()
250 const TFrame& top = TopFrame(); in x_PopStackPath()
H A Dobjistrasnb.cpp859 TopFrame().SetNoEOC(!need_eoc); in BeginNamedType()
867 if (!TopFrame().GetNoEOC()) { in EndNamedType()
934 TopFrame().SetNoEOC(!need_eoc); in BeginContainer()
944 if (!TopFrame().GetNoEOC()) { in EndContainer()
1042 TopFrame().SetNoEOC(!need_eoc); in BeginClass()
1052 if (!TopFrame().GetNoEOC()) { in EndClass()
1092 TopFrame().SetNoEOC(true); in BeginClassMember()
1179 if (!TopFrame().GetNoEOC()) { in EndClassMember()
1303 TopFrame().SetNotag(); in BeginChoice()
1310 if (TopFrame().GetNotag()) { in EndChoice()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/serial/
H A Dobjostrxml.cpp975 bool notag = TopFrame().HasMemberId() && TopFrame().GetMemberId().HasNotag(); in WriteNullPointer()
976 bool nillable = TopFrame().HasMemberId() && TopFrame().GetMemberId().IsNillable(); in WriteNullPointer()
1256 if (TopFrame().GetNotag()) { in EndArrayElement()
1332 TopFrame().SetNotag(); in BeginNamedType()
1362 if (TopFrame().GetNotag()) { in EndNamedType()
1417 TopFrame().SetNotag(); in BeginClass()
1430 if (TopFrame().GetNotag()) { in EndClass()
1494 if (TopFrame().GetNotag()) { in EndClassMember()
1584 TopFrame().SetNotag(); in BeginChoice()
1597 if (TopFrame().GetNotag()) { in EndChoice()
[all …]
H A Dobjistrxml.cpp1235 if (TopFrame().GetNotag()) { in ReadString()
1879 TopFrame().SetNotag(); in BeginArrayElement()
1892 if (TopFrame().GetNotag()) { in EndArrayElement()
1984 TopFrame().SetNotag(); in BeginNamedType()
2010 if (TopFrame().GetNotag()) { in EndNamedType()
2051 TopFrame().SetNotag(); in BeginClass()
2075 if (TopFrame().GetNotag()) { in EndClass()
2346 if (TopFrame().GetNotag()) { in EndClassMember()
2368 TopFrame().SetNotag(); in BeginChoice()
2376 if (TopFrame().GetNotag()) { in EndChoice()
[all …]
H A Dobjistrjson.cpp772 TopFrame().SetNotag(); in BeginContainer()
782 if (TopFrame().GetNotag()) { in EndContainer()
865 TopFrame().SetNotag(); in BeginClassMember()
886 TopFrame().SetNotag(); in BeginClassMember()
903 TopFrame().SetNotag(); in BeginClassMember()
917 TopFrame().SetNotag(); in BeginClassMember()
942 TopFrame().SetNotag(); in BeginClassMember()
959 TopFrame().SetNotag(); in BeginClassMember()
975 TopFrame().SetNotag(); in BeginClassMember()
987 TopFrame().SetNotag(false); in EndClassMember()
[all …]
H A Dobjostrjson.cpp301 if (!StackIsEmpty() && TopFrame().HasMemberId()) { in WriteAnyContentObject()
302 obj_name = TopFrame().GetMemberId().GetName(); in WriteAnyContentObject()
444 TopFrame().SetNotag(); in BeginContainer()
454 if (TopFrame().GetNotag()) { in EndContainer()
455 TopFrame().SetNotag(false); in EndContainer()
494 TopFrame().SetNotag(); in BeginClassMember()
524 if (TopFrame().GetNotag()) { in EndClassMember()
525 TopFrame().SetNotag(false); in EndClassMember()
552 TopFrame().SetNotag(); in BeginChoiceVariant()
561 if (TopFrame().GetNotag()) { in EndChoiceVariant()
[all …]
H A Dobjstack.cpp154 if (TopFrame().HasTypeInfo()) { in IsNsQualified()
155 if (!TopFrame().GetTypeInfo()->GetModuleName().empty()) { in IsNsQualified()
189 TopFrame().SetNsQualified(eNSQualified); in IsNsQualified()
224 const CMemberId& mem_id = TopFrame().GetMemberId(); in x_PushStackPath()
250 const TFrame& top = TopFrame(); in x_PopStackPath()
H A Dobjistrasnb.cpp859 TopFrame().SetNoEOC(!need_eoc); in BeginNamedType()
867 if (!TopFrame().GetNoEOC()) { in EndNamedType()
934 TopFrame().SetNoEOC(!need_eoc); in BeginContainer()
944 if (!TopFrame().GetNoEOC()) { in EndContainer()
1042 TopFrame().SetNoEOC(!need_eoc); in BeginClass()
1052 if (!TopFrame().GetNoEOC()) { in EndClass()
1092 TopFrame().SetNoEOC(true); in BeginClassMember()
1179 if (!TopFrame().GetNoEOC()) { in EndClassMember()
1303 TopFrame().SetNotag(); in BeginChoice()
1310 if (TopFrame().GetNotag()) { in EndChoice()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/serial/impl/
H A Dobjstack.hpp153 const TFrame& TopFrame(void) const;
154 TFrame& TopFrame(void);
203 std::string msg((Stream).TopFrame().GetFrameName()); \
210 std::string msg((Stream).TopFrame().GetFrameInfo()); \
236 std::string msg((Stream).In().TopFrame().GetFrameInfo()); \
H A Dobjstack.inl233 const CObjectStack::TFrame& CObjectStack::TopFrame(void) const function in CObjectStack
240 CObjectStack::TFrame& CObjectStack::TopFrame(void) function in CObjectStack
251 TopFrame().SetMemberId(memberid);
255 TopFrame().SetMemberId(memberid);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/serial/impl/
H A Dobjstack.hpp153 const TFrame& TopFrame(void) const;
154 TFrame& TopFrame(void);
203 std::string msg((Stream).TopFrame().GetFrameName()); \
210 std::string msg((Stream).TopFrame().GetFrameInfo()); \
236 std::string msg((Stream).In().TopFrame().GetFrameInfo()); \
H A Dobjstack.inl233 const CObjectStack::TFrame& CObjectStack::TopFrame(void) const function in CObjectStack
240 CObjectStack::TFrame& CObjectStack::TopFrame(void) function in CObjectStack
251 TopFrame().SetMemberId(memberid);
255 TopFrame().SetMemberId(memberid);
/dports/editors/lazarus/lazarus/debugger/
H A Dthreaddlg.pp141 s := Threads[i].TopFrame.Source;
142 if s = '' then s := ':' + IntToHex(Threads[i].TopFrame.Address, 8);
144 lvThreads.Items[i].SubItems[4] := IntToStr(Threads[i].TopFrame.Line);
145 lvThreads.Items[i].SubItems[5] := Threads[i].TopFrame.GetFunctionWithArg;
213 JumpToUnitSource(Entry.TopFrame.UnitInfo, Entry.TopFrame.Line);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/debugger/
H A Dthreaddlg.pp141 s := Threads[i].TopFrame.Source;
142 if s = '' then s := ':' + IntToHex(Threads[i].TopFrame.Address, 8);
144 lvThreads.Items[i].SubItems[4] := IntToStr(Threads[i].TopFrame.Line);
145 lvThreads.Items[i].SubItems[5] := Threads[i].TopFrame.GetFunctionWithArg;
213 JumpToUnitSource(Entry.TopFrame.UnitInfo, Entry.TopFrame.Line);
/dports/editors/lazarus-qt5/lazarus/debugger/
H A Dthreaddlg.pp141 s := Threads[i].TopFrame.Source;
142 if s = '' then s := ':' + IntToHex(Threads[i].TopFrame.Address, 8);
144 lvThreads.Items[i].SubItems[4] := IntToStr(Threads[i].TopFrame.Line);
145 lvThreads.Items[i].SubItems[5] := Threads[i].TopFrame.GetFunctionWithArg;
213 JumpToUnitSource(Entry.TopFrame.UnitInfo, Entry.TopFrame.Line);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/debugger/
H A Dthreaddlg.pp141 s := Threads[i].TopFrame.Source;
142 if s = '' then s := ':' + IntToHex(Threads[i].TopFrame.Address, 8);
144 lvThreads.Items[i].SubItems[4] := IntToStr(Threads[i].TopFrame.Line);
145 lvThreads.Items[i].SubItems[5] := Threads[i].TopFrame.GetFunctionWithArg;
213 JumpToUnitSource(Entry.TopFrame.UnitInfo, Entry.TopFrame.Line);
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DStatusBar.h59 struct TopFrame : public CtrlFrame { struct
67 TopFrame frame; argument

123