Home
last modified time | relevance | path

Searched refs:PrintTrace (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/dports/games/endless-sky/endless-sky-0.9.14/tests/src/
H A Dtest_datanode.cpp91 CHECK( root.PrintTrace() == 0 );
102 CHECK( child.PrintTrace() == 2 );
133 CHECK( child.PrintTrace() == 2 );
135 CHECK( grand.PrintTrace() == 4 );
162 CHECK( child.PrintTrace() == 2 );
164 CHECK( grand.PrintTrace() == 4 );
190 CHECK( moved.PrintTrace() == 0 );
192 CHECK( child.PrintTrace() == 2 );
194 CHECK( grand.PrintTrace() == 4 );
219 CHECK( moved.PrintTrace() == 0 );
[all …]
/dports/games/endless-sky/endless-sky-0.9.14/source/
H A DTest.cpp92 node.PrintTrace("Error: duplicate sequence keyword"); in LoadSequence()
123 child.PrintTrace("Error: Invalid use of \"branch\" without target label:"); in LoadSequence()
141 child.PrintTrace("Error: Not yet implemented step type input"); in LoadSequence()
146 child.PrintTrace("Ignoring empty label"); in LoadSequence()
152 child.PrintTrace("Error: duplicate label"); in LoadSequence()
167 child.PrintTrace("Error: Invalid or incomplete keywords for navigation"); in LoadSequence()
175 child.PrintTrace("Error: unknown step type in test"); in LoadSequence()
186 node.PrintTrace("Error: missing label " + step.jumpOnTrueTarget); in LoadSequence()
192 node.PrintTrace("Error: missing label " + step.jumpOnFalseTarget); in LoadSequence()
205 node.PrintTrace("Skipping unnamed test:"); in Load()
[all …]
H A DPhrase.cpp32 node.PrintTrace("Phrase names may not contain '${' or '}':"); in Load()
40 node.PrintTrace("Skipping unparseable node:"); in Load()
110 node.begin()->PrintTrace("Skipping unrecognized child node:"); in Choice()
169 child.PrintTrace("Skipping node with no children:"); in Load()
186 child.PrintTrace("Skipping unrecognized attribute:"); in Load()
194 …child.PrintTrace("Replaced recursive '" + element.second->Name() + "' phrase reference with \"\":"… in Load()
H A DConversation.cpp123 grand.PrintTrace("Conversation choices should be a single token:"); in Load()
138 child.PrintTrace("Conversation contains an empty \"choice\" node:"); in Load()
178 child.PrintTrace("Conversation text should be a single token:"); in Load()
202 node.PrintTrace("Conversation contains unrecognized label \"" + it.first + "\":"); in Load()
213 … node.PrintTrace("Conversation contains infinite loop beginning with label \"" + it.first + "\":"); in Load()
418 child.PrintTrace("Ignoring extra text in conversation choice:"); in LoadGotos()
435 child.PrintTrace("Expected goto or endpoint in conversation, found this:"); in LoadGotos()
448 node.PrintTrace("Conversation: label \"" + label + "\" is used more than once:"); in AddLabel()
H A DTestData.cpp37 node.PrintTrace("Skipping unnamed test data:"); in Load()
42 node.PrintTrace("Skipping unsupported root node:"); in Load()
55 child.PrintTrace("Skipping unsupported category:"); in Load()
H A DConditionSet.cpp136 node.PrintTrace("An expression must either perform a comparison or assign a value:"); in IsValidCondition()
140 node.PrintTrace("Unbalanced parentheses in condition expression:"); in IsValidCondition()
143 node.PrintTrace("Parentheses must be separate from tokens:"); in IsValidCondition()
285 node.PrintTrace(UNREPRESENTABLE); in Add()
287 node.PrintTrace(UNRECOGNIZED); in Add()
306 node.PrintTrace(UNREPRESENTABLE); in Add()
308 node.PrintTrace(UNRECOGNIZED); in Add()
320 node.PrintTrace(UNREPRESENTABLE); in Add()
333 node.PrintTrace("Assignment operators must be the second token:"); in Add()
341 node.PrintTrace(UNRECOGNIZED); in Add()
[all …]
H A DStartConditions.cpp53 child.PrintTrace("Skipping " + child.Token(0) + " with no key given:"); in Load()
89 child.PrintTrace("Skipping unsupported use of \"remove\":"); in Load()
115 … child.PrintTrace("Skipping unsupported use of a \"stock\" ship (a full definition is required):"); in Load()
122 child.PrintTrace("Skipping unsupported use of \"add\":"); in Load()
H A DDataNode.cpp107 PrintTrace("Requested token index (" + to_string(index) + ") is out of bounds:"); in Value()
109 PrintTrace("Cannot convert value \"" + tokens[index] + "\" to a number:"); in Value()
246 int DataNode::PrintTrace(const string &message) const in PrintTrace() function in DataNode
259 indent = parent->PrintTrace() + 2; in PrintTrace()
H A DNews.cpp33 child.PrintTrace("Skipping " + child.Token(0) + " with no key given:"); in Load()
97 child.PrintTrace("Unrecognized news attribute:"); in Load()
100 child.PrintTrace("Unrecognized news attribute:"); in Load()
H A DPlanet.cpp72 child.PrintTrace("Skipping " + child.Token(0) + " with no key given:"); in Load()
128 child.PrintTrace("Expected key to have a value:"); in Load()
157 child.PrintTrace("Cannot \"remove\" a specific value from the given key:"); in Load()
207 grand.PrintTrace("Skipping unsupported tribute fleet definition:"); in Load()
210 grand.PrintTrace("Skipping unrecognized tribute attribute:"); in Load()
214 child.PrintTrace("Skipping unrecognized attribute:"); in Load()
H A DDataFile.cpp125 stack.back()->PrintTrace("Mixed whitespace usage in line"); in LoadData()
134 stack.back()->PrintTrace("Mixed whitespace usage in file"); in LoadData()
199 node.PrintTrace("Closing quotation mark is missing:"); in LoadData()
H A DNPC.cpp80 node.PrintTrace("Warning: conflicting NPC mission objective to save and destroy or capture."); in Load()
82 node.PrintTrace("Warning: redundant NPC mission objective to evade and destroy or capture."); in Load()
122 child.PrintTrace("Skipping unsupported dialog phrase syntax:"); in Load()
130 firstGrand.PrintTrace("Skipping unsupported dialog phrase syntax:"); in Load()
146 child.PrintTrace("Skipping unrecognized attribute:"); in Load()
172 child.PrintTrace(message); in Load()
194 child.PrintTrace("Skipping unrecognized attribute:"); in Load()
H A DHazard.cpp37 child.PrintTrace("Skipping hazard attribute with no value specified:"); in Load()
61 child.PrintTrace("Skipping unrecognized attribute:"); in Load()
H A DSystem.cpp150 child.PrintTrace("Skipping " + child.Token(0) + " with no key given:"); in Load()
215 child.PrintTrace("Expected key to have a value:"); in Load()
296 child.PrintTrace("Cannot \"remove\" a specific value from the given key:"); in Load()
335 grand.PrintTrace("Skipping unsupported arrival distance limitation:"); in Load()
339 child.PrintTrace("Skipping unrecognized attribute:"); in Load()
387 node.PrintTrace("Warning: system will be ignored due to missing position:"); in Load()
842 child.PrintTrace("Skipping unrecognized attribute:"); in LoadObject()
H A DPersonality.cpp111 child.PrintTrace("Cannot \"" + node.Token(0) + "\" a confusion value:"); in Load()
113 child.PrintTrace("Skipping \"confusion\" tag with no value specified:"); in Load()
386 node.PrintTrace("Invalid personality setting: \"" + token + "\""); in Parse()
H A DWeapon.cpp54 child.PrintTrace("Skipping weapon attribute with no value specified:"); in LoadWeapon()
131 child.PrintTrace("Unsupported \"" + key + "\" specification:"); in LoadWeapon()
224 child.PrintTrace("Unrecognized weapon attribute: \"" + key + "\":"); in LoadWeapon()
243 …node.PrintTrace("Warning: Deprecated use of \"homing\" without use of \"[optical|infrared|radar] t… in LoadWeapon()
H A DMissionAction.cpp180 child.PrintTrace("Skipping unsupported dialog phrase syntax:"); in Load()
188 firstGrand.PrintTrace("Skipping unsupported dialog phrase syntax:"); in Load()
202 child.PrintTrace("Skipping unsupported \"give\" syntax:"); in Load()
212 …child.PrintTrace("Warning: deprecated use of \"outfit\" with count of 0. Use \"require <outfit>\" … in Load()
222 child.PrintTrace("Skipping invalid \"require\" amount:"); in Load()
253 child.PrintTrace("Unsupported use of \"system\" LocationFilter:"); in Load()
/dports/math/giacxcas/CoCoALib-0.99700/include/CoCoA/
H A Ddebug_new.H28 class PrintTrace
31 PrintTrace(bool activate = true); // turns on printing of messages (if arg is true)
32 ~PrintTrace(); // restores printing to the previous state
/dports/math/cocoalib/CoCoALib-0.99712/include/CoCoA/
H A Ddebug_new.H28 class PrintTrace
31 PrintTrace(bool activate = true); // turns on printing of messages (if arg is true)
32 ~PrintTrace(); // restores printing to the previous state
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/ViewGeneration/Utils/
H A DExceptionHelpers.cs26 exception.ErrorLog.PrintTrace(); in ThrowMappingException()
36 exception.ErrorLog.PrintTrace(); in ThrowMappingException()
/dports/math/optpp/optpp-2.4/newmat11/
H A Dmyexcept.C99 void Tracer::PrintTrace() in PrintTrace() function
303 Tracer::PrintTrace(); in DeRegister()
323 Tracer::PrintTrace(); in DeRegisterR()
333 Tracer::PrintTrace(); in DeRegisterR()
353 Tracer::PrintTrace(); in DeRegisterI()
363 Tracer::PrintTrace(); in DeRegisterI()
/dports/math/newmat/newmat-1.1_1/
H A Dmyexcept.cpp109 void Tracer::PrintTrace() in PrintTrace() function in RBD_COMMON::Tracer
313 Tracer::PrintTrace(); in DeRegister()
333 Tracer::PrintTrace(); in DeRegisterR()
343 Tracer::PrintTrace(); in DeRegisterR()
363 Tracer::PrintTrace(); in DeRegisterI()
373 Tracer::PrintTrace(); in DeRegisterI()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/matrix/
H A Dmyexcept.cpp103 void Tracer::PrintTrace() in PrintTrace() function in RBD_COMMON::Tracer
307 Tracer::PrintTrace(); in DeRegister()
327 Tracer::PrintTrace(); in DeRegisterR()
337 Tracer::PrintTrace(); in DeRegisterR()
357 Tracer::PrintTrace(); in DeRegisterI()
367 Tracer::PrintTrace(); in DeRegisterI()
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A Ddebug_new.C51 PrintTrace::PrintTrace(bool activate) in PrintTrace() function
64 PrintTrace::~PrintTrace() in ~PrintTrace()
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A Ddebug_new.C51 PrintTrace::PrintTrace(bool activate) in PrintTrace() function
64 PrintTrace::~PrintTrace() in ~PrintTrace()

12345678910>>...17