MCPcopy Create free account

hub / github.com/SoarGroup/Soar / functions

Functions12,467 in github.com/SoarGroup/Soar

↓ 4 callersFunctionCopyString
* @brief Performs an allocation and then copies the contents of the passed in string to the newly allocated string. * * @pa
IDE Projects/include/ElementXMLImpl.h:507
↓ 4 callersFunctionCopyString
* @brief Performs an allocation and then copies the contents of the passed in string to the newly allocated string. * * @pa
Core/ElementXML/src/ElementXMLImpl.h:507
↓ 4 callersMethodCreateListener
//////////////////////////////////////////////////////////////// Function name : ListenerSocket::CreateListener Return type : bool Argument
Core/ConnectionSML/src/sock_ListenerSocket.cpp:44
↓ 4 callersMethodCreateSMLResponse
* @brief Create a basic SML response message. You should then add content to this response. * This function calls CreateSMLMessage() and fills
Core/ConnectionSML/src/sml_Connection.cpp:968
↓ 4 callersMethodDepends
Explicity specify that 'target's depend on 'dependency'.
scons/scons-local-2.3.0/SCons/Environment.py:1964
↓ 4 callersMethodDirectRemoveWME
Core/ConnectionSML/src/sml_EmbeddedConnection.cpp:249
↓ 4 callersMethodDoCLog
Core/CLI/src/cli_clog.cpp:13
↓ 4 callersMethodDoPbreak
Core/CLI/src/cli_pbreak.cpp:31
↓ 4 callersMethodFlushOutput
Core/KernelSML/src/sml_PrintListener.cpp:112
↓ 4 callersMethodGetArgInt
* @brief As "GetArgString" but parsed as an int. *************************************************************/
Core/ClientSML/src/sml_ClientAnalyzedXML.cpp:125
↓ 4 callersMethodGetDecisionCycleCount
Core/ClientSML/src/sml_ClientTraceXML.cpp:44
↓ 4 callersMethodGetErrorTag
Core/ClientSML/src/sml_ClientAnalyzedXML.cpp:50
↓ 4 callersMethodGetImpasseObject
Core/ClientSML/src/sml_ClientTraceXML.cpp:52
↓ 4 callersMethodGetIncomingTime
IDE Projects/include/sml_Connection.h:666
↓ 4 callersMethodGetNumOutputsGenerated
============================= Number of outputs generated by this agent (or times reaching "max-nil-outputs" limit) =============================
Core/KernelSML/src/sml_AgentSML.cpp:330
↓ 4 callersMethodGetNumberAttributes
* @brief Get the number of attributes attached to this element. *************************************************************/
Core/ClientSML/src/sml_ClientXML.cpp:132
↓ 4 callersMethodGetNumberCommands
Core/ClientSML/src/sml_ClientAgent.cpp:1039
↓ 4 callersMethodGetProductionName
Core/ClientSML/src/sml_ClientTraceXML.cpp:154
↓ 4 callersMethodGetResultBool
Returns the result as a bool
Core/ClientSML/src/sml_ClientAnalyzedXML.cpp:84
↓ 4 callersMethodGetRunCounter
Core/KernelSML/src/sml_AgentSML.cpp:380
↓ 4 callersFunctionGetSoarAgent
Core/KernelSML/src/sml_AgentSML.h:334
↓ 4 callersMethodGetWmeTimeTag
Core/ClientSML/src/sml_ClientTraceXML.cpp:247
↓ 4 callersMethodInvokeCallbacks
* @brief Invoke the list of callbacks matching the doctype of the incoming message. * * @param pIncomingMsg The SML message that should be passed to
Core/ConnectionSML/src/sml_Connection.cpp:407
↓ 4 callersMethodIsClosed
Core/ConnectionSML/src/sml_RemoteConnection.cpp:427
↓ 4 callersMethodIsTagWme
Wme attributes
Core/ClientSML/src/sml_ClientTraceXML.cpp:231
↓ 4 callersFunctionIsTrackingOutputLinkChanges
Core/ClientSML/src/sml_ClientWorkingMemory.h:120
↓ 4 callersMethodLog
(self, msg)
scons/scons-local-2.3.0/SCons/SConf.py:869
↓ 4 callersMethodMergeFlags
Merge the dict in args into the construction variables of this env, or the passed-in dict. If args is not a dict, it is conv
scons/scons-local-2.3.0/SCons/Environment.py:802
↓ 4 callersFunctionPC
Core/SVS/tests/test_foil.cpp:305
↓ 4 callersMethodRegisterCallback
* @brief Register a callback for a particular type of incoming message. * * Messages are currently one of: * "call", "response" or "noti
Core/ConnectionSML/src/sml_Connection.cpp:279
↓ 4 callersMethodRegisterForOutputNotification
Core/ClientSML/src/sml_ClientAgent.cpp:603
↓ 4 callersMethodRegisterForStringEvent
* @brief Register for an "StringEvent". * Multiple handlers can be registered for the same event. * @param smlEventId The event we're inter
Core/ClientSML/src/sml_ClientKernel.cpp:1993
↓ 4 callersMethodRemoveChild
Core/ClientSML/src/sml_ClientIdentifier.cpp:115
↓ 4 callersFunctionReplayQuery
Core/KernelSML/src/sml_AgentSML.h:299
↓ 4 callersMethodRunAllTilOutput
Core/ClientSML/src/sml_ClientKernel.cpp:1442
↓ 4 callersMethodScheduleAllAgentsToRun
* @brief Sets all agents to either run or not when the * next Run command is executed. **************************************************
Core/KernelSML/src/sml_RunScheduler.cpp:50
↓ 4 callersMethodSendClientMessage
* @brief Send this message out to any clients that are listening. * These messages are from one client to another--kernelSML is just *
Core/KernelSML/src/sml_KernelSML.cpp:250
↓ 4 callersMethodSetBinaryCharacterData
Core/ElementXML/src/ElementXMLImpl.cpp:961
↓ 4 callersMethodSetComment
* @brief Associate a comment with this XML element. * The comment is written in front of the element when stored/parsed. * * This type of comme
Core/ElementXML/src/ElementXMLImpl.cpp:911
↓ 4 callersMethodSetError
* @brief Records that an error has occurred *************************************************************/
Core/ClientSML/src/sml_ClientErrors.cpp:28
↓ 4 callersMethodSpawnDebugger
Core/ClientSML/src/sml_ClientAgent.cpp:1458
↓ 4 callersMethodSplit
This function converts a string or list into a list of strings or Nodes. This makes things easier for users by allowing files to be s
scons/scons-local-2.3.0/SCons/Environment.py:2168
↓ 4 callersMethodStopAllAgents
* @brief Interrupt the currently running Soar agent. * * Call this after calling "Run" in order to stop all Soar agents. * The usual way to do this is
Core/ClientSML/src/sml_ClientKernel.cpp:1506
↓ 4 callersMethodTryBuild
Low level TryBuild implementation. Normally you don't need to call that - you can use TryCompile / TryLink / TryRun instead
scons/scons-local-2.3.0/SCons/SConf.py:526
↓ 4 callersMethodUnregisterForOutputNotification
Core/ClientSML/src/sml_ClientAgent.cpp:640
↓ 4 callersMethodUpdate
Core/ClientSML/src/sml_ClientAgent.cpp:1143
↓ 4 callersMethodValue
scons/scons-local-2.3.0/SCons/Environment.py:2208
↓ 4 callersFunction__ccdVec3PointSegmentDist2
Core/SVS/ccd/vec3.c:73
↓ 4 callersMethod_add_Default
(self, list)
scons/scons-local-2.3.0/SCons/Script/__init__.py:188
↓ 4 callersMethod_add_child
Adds 'child' to 'collection', first checking 'set' to see if it's already present.
scons/scons-local-2.3.0/SCons/Node/__init__.py:869
↓ 4 callersFunction_check_empty_program
Return 0 on success, 1 otherwise.
scons/scons-local-2.3.0/SCons/Conftest.py:230
↓ 4 callersMethod_children_reset
(self)
scons/scons-local-2.3.0/SCons/Node/__init__.py:895
↓ 4 callersFunction_dice_prob_atleast
Core/SoarKernel/src/rhs_functions_math.cpp:1432
↓ 4 callersMethod_get_changes
(self)
scons/scons-local-2.3.0/SCons/Executor.py:155
↓ 4 callersFunction_glfwCloseStream
Core/SVS/glfw/lib/stream.c:184
↓ 4 callersFunction_glfwInputChar
Core/SVS/glfw/lib/window.c:176
↓ 4 callersFunction_glfwPlatformCloseWindow
Core/SVS/glfw/lib/x11/x11_window.c:1563
↓ 4 callersFunction_glfwPlatformSetMouseCursorPos
Core/SVS/glfw/lib/x11/x11_window.c:1965
↓ 4 callersFunction_glfwSetVideoModeMODE
Core/SVS/glfw/lib/win32/win32_fullscreen.c:167
↓ 4 callersFunction_glfwStringInExtensionString
Core/SVS/glfw/lib/glext.c:100
↓ 4 callersMethod_translate_newlines
(self, data)
scons/scons-local-2.3.0/SCons/compat/_scons_subprocess.py:648
↓ 4 callersFunctionaction_is_in_tc
Core/SoarKernel/src/production.cpp:893
↓ 4 callersFunctionactive_production_type_at_goal
Core/SoarKernel/src/consistency.cpp:621
↓ 4 callersFunctionadd_all_variables_in_rhs_value
Core/SoarKernel/src/production.cpp:638
↓ 4 callersFunctionadd_input_wme
Core/SoarKernel/src/io_soar.cpp:209
↓ 4 callersFunctionadd_results_if_needed
Core/SoarKernel/src/chunk.cpp:72
↓ 4 callersFunctionadd_trace_for_attribute_path
Core/SoarKernel/src/trace.cpp:1301
↓ 4 callersMethodadjoint
\brief Adjoint (conjugate transpose) of the Householder sequence. */
Core/SVS/eigen/Eigen/src/Householder/HouseholderSequence.h:218
↓ 4 callersMethodaffine
\returns a read-only expression of the Dim x HDim affine part of the transformation */
Core/SVS/eigen/Eigen/src/Geometry/Transform.h:378
↓ 4 callersFunctionaligned_delete
Core/SVS/eigen/Eigen/src/Core/util/Memory.h:390
↓ 4 callersMethodall_children
Return a list of all the node's direct children.
scons/scons-local-2.3.0/SCons/Node/__init__.py:945
↓ 4 callersMethodanchorTopLeft
(int offset)
Java/Debugger/src/edu/umich/soar/debugger/helpers/FormDataHelper.java:126
↓ 4 callersMethodappendLine
(String text)
Java/Debugger/src/edu/umich/soar/debugger/helpers/FoldingText.java:663
↓ 4 callersMethodappendTextSafely
Add the text to the view in a thread safe way (switches to UI thread)
Java/Debugger/src/edu/umich/soar/debugger/modules/AbstractComboView.java:706
↓ 4 callersMethodattach_child
Core/SVS/src/sgnode.cpp:355
↓ 4 callersFunctionbnode_is_bottom_of_split_mp
Core/SoarKernel/src/rete.cpp:342
↓ 4 callersMethodcachepath
scons/scons-local-2.3.0/SCons/CacheDir.py:153
↓ 4 callersMethodcanExpand
()
Java/Debugger/src/edu/umich/soar/debugger/helpers/FoldingText.java:637
↓ 4 callersFunctionccdListInit
Core/SVS/ccd/ccd/list.h:114
↓ 4 callersFunctionccdPtDelFace
Core/SVS/ccd/ccd/polytope.h:226
↓ 4 callersFunctionccdVec3PointSegmentDist2
Core/SVS/ccd/vec3.c:130
↓ 4 callersMethodchange
Core/SVS/src/drawer.cpp:104
↓ 4 callersMethodclear
Core/SVS/src/filter_input.cpp:54
↓ 4 callersMethodclear_changes
Clears all changes in the list so all items remaining are marked as current Updates all lists so there is nothing in the removed or changed lists and
Core/SVS/src/change_tracking_list.h:172
↓ 4 callersFunctionclosedir
* Close directory stream opened by opendir() function. Close of the * directory stream invalidates the DIR structure as well as any previously *
Tests/Prototype-UnitTesting/windows/msdirent.h:321
↓ 4 callersMethodcoeff
Core/SVS/eigen/Eigen/src/Core/CwiseNullaryOp.h:69
↓ 4 callersFunctioncol
Core/SVS/eigen/Eigen/src/SparseCore/SparseBlock.h:479
↓ 4 callersMethodcol
Core/SVS/eigen/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h:207
↓ 4 callersMethodcol
Core/SVS/eigen/Eigen/src/SparseCore/SparseMatrix.h:889
↓ 4 callersFunctioncoletree
Core/SVS/eigen/Eigen/src/SparseCore/SparseColEtree.h:61
↓ 4 callersMethodcollect_results
(self, files, function, *args, **kw)
scons/scons-time.py:555
↓ 4 callersMethodcols
* Get the number of columns of the input matrix. */
Core/SVS/eigen/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h:128
↓ 4 callersMethodcols
Core/SVS/eigen/Eigen/src/misc/SparseSolve.h:110
↓ 4 callersMethodcols
Core/SVS/eigen/Eigen/src/Core/Reverse.h:103
↓ 4 callersMethodcols
Core/SVS/eigen/Eigen/src/Core/SolveTriangular.h:242
↓ 4 callersMethodcols
Core/SVS/eigen/Eigen/src/Cholesky/LDLT.h:224
↓ 4 callersMethodcolumn_type
Core/SoarKernel/src/soar_db.h:462
↓ 4 callersMethodcomputeV
\returns true if \a V (full or thin) is asked for in this SVD decomposition */
Core/SVS/eigen/Eigen/src/SVD/JacobiSVD.h:650
↓ 4 callersMethodconservativeResize
Resizes the matrix to \a rows x \a cols while leaving old values untouched. * * The method is intended for matrices of dynamic size. If yo
Core/SVS/eigen/Eigen/src/Core/PlainObjectBase.h:342
↓ 4 callersMethodcontains
Core/SVS/src/mat.h:338
← previousnext →1,301–1,400 of 12,467, ranked by callers