MCPcopy Create free account

hub / github.com/SoarGroup/Soar / functions

Functions12,467 in github.com/SoarGroup/Soar

↓ 3 callersFunctionGenerateID
* @brief Creates a new ID that's unique for this generator. * * @returns The new ID. *****************************
Core/ConnectionSML/src/sml_Connection.h:581
↓ 3 callersMethodGenerateNewTimeTag
Core/ClientSML/src/sml_ClientWMElement.cpp:60
↓ 3 callersMethodGetAgentSML
* @brief Look up an agent from its name. *************************************************************/
Core/KernelSML/src/sml_KernelSML.cpp:506
↓ 3 callersMethodGetArgBool
* @brief As "GetArgValue" but parsed as a boolean. *************************************************************/
Core/ConnectionSML/src/sml_AnalyzeXML.cpp:151
↓ 3 callersMethodGetErrorMessage
Core/ElementXML/src/ParseXML.h:360
↓ 3 callersMethodGetID
Core/ConnectionSML/src/sml_MessageSML.h:32
↓ 3 callersMethodGetImpasseType
Core/ClientSML/src/sml_ClientTraceXML.cpp:56
↓ 3 callersMethodGetLastError
* @brief Returns the error status from the last function called. * 0 if successful, otherwise an error code to indicate what went w
IDE Projects/include/sml_Connection.h:566
↓ 3 callersMethodGetNumElaborationsExecuted
============================= Number of elaborations (or completed phases w/o rules firing) since last init-soar This definitions of elaborations matc
Core/KernelSML/src/sml_AgentSML.cpp:322
↓ 3 callersMethodGetNumExpectedParameters
Core/KernelSML/src/sml_RhsFunction.h:140
↓ 3 callersMethodGetNumPhasesExecuted
============================= Number of phases since last init-soar =============================
Core/KernelSML/src/sml_AgentSML.cpp:312
↓ 3 callersMethodGetNumberChildren
* @brief Returns the number of children of this element. *************************************************************/
Core/ElementXML/src/ElementXMLImpl.cpp:682
↓ 3 callersFunctionGetOption
(name)
scons/scons-local-2.3.0/SCons/Script/Main.py:469
↓ 3 callersMethodGetStateID
Core/ClientSML/src/sml_ClientTraceXML.cpp:48
↓ 3 callersMethodGetTagName
* @brief Gets the tag name for this element. * * @returns The tag name. *************************************************************/
Core/ElementXML/src/ElementXMLImpl.cpp:649
↓ 3 callersMethodGetUseCData
* @brief Returns true if this element's character data should be stored in a CDATA section when streamed to XML. *************************************
Core/ElementXML/src/ElementXMLImpl.cpp:1092
↓ 3 callersFunctionGetValue
Core/ClientSML/src/sml_ClientIntElement.h:53
↓ 3 callersFunctionHACK_for_exec
For some reason, Python won't allow an exec() within a function that also declares an internal function (including lambda functions). Thi
scons/scons-time.py:104
↓ 3 callersMethodInterruptAllAgents
* @brief Request that all agents stop soon *************************************************************/
Core/KernelSML/src/sml_KernelSML.cpp:556
↓ 3 callersMethodIsAsynchronous
Core/ConnectionSML/src/sml_RemoteConnection.h:79
↓ 3 callersFunctionIsProductionEventID
Core/ConnectionSML/src/sml_Events.h:222
↓ 3 callersMethodIsProductionLoaded
Core/ClientSML/src/sml_ClientAgent.cpp:1417
↓ 3 callersMethodIsQuote
Returns true if this is the quote character (")
Java/Debugger/src/edu/umich/soar/debugger/general/JavaElementXML.java:273
↓ 3 callersFunctionIsStringEqual
* @brief Returns true if strings are equal (case sensitive). *************************************************************/
IDE Projects/include/sml_StringOps.h:26
↓ 3 callersFunctionIsTracingCommunications
Core/ConnectionSML/src/sml_Connection.h:285
↓ 3 callersMethodIsTracingCommunications
Core/ClientSML/src/sml_ClientKernel.cpp:319
↓ 3 callersMethodIsValueReturned
Core/KernelSML/src/sml_RhsFunction.h:144
↓ 3 callersMethodLoadExternalLibrary
Core/ClientSML/src/sml_ClientKernel.cpp:2456
↓ 3 callersMethodLoadFileDialog
Shows a file dialog and returns a file name @param parent A parent window for the file dialog @param fileExt The file extension
Java/Debugger/src/edu/umich/soar/debugger/general/SaveLoad.java:52
↓ 3 callersMethodOnEvent
/ Called when an "AgentEvent" occurs in gSKI void AgentListener::HandleEvent(egSKIAgentEventId eventIdIn, gSKI::Agent* pAgent) { smlAgentEventId event
Core/KernelSML/src/sml_AgentListener.cpp:85
↓ 3 callersMethodParseElement
* * Parse an XML element and its children. This is the main parsing * function. The lexical analyser contains a references to the input * stream bei
Core/ElementXML/src/ParseXML.cpp:299
↓ 3 callersMethodReceiveAllMessages
* @brief Receive and process any messages from remote connections * that are waiting on a socket. * Returning false indicates w
Core/KernelSML/src/sml_KernelSML.cpp:338
↓ 3 callersFunctionReceiveMessages
Core/ConnectionSML/src/sml_EmbeddedConnectionSynch.h:48
↓ 3 callersMethodReceiveMessages
* @brief Retrieve any messages we've been sent and process them. * * Returns true if at least one message has been read. ****************
Core/ConnectionSML/src/sml_RemoteConnection.cpp:304
↓ 3 callersMethodReleaseRef
* @brief Release our reference to this object, possibly * causing it to be deleted. ***********************************************************
Core/ElementXML/src/ElementXMLImpl.cpp:557
↓ 3 callersMethodRemoveOutputHandler
Core/ClientSML/src/sml_ClientAgent.cpp:690
↓ 3 callersFunctionResetEventCounts
Tests/TestSMLPerformance/TestSMLPerformance.cpp:188
↓ 3 callersMethodReturnBoolResult
* @brief Return a boolean result to the caller. *************************************************************/
Core/KernelSML/src/sml_KernelSML.cpp:482
↓ 3 callersMethodReturnIntResult
* @brief Return an integer result to the caller. *************************************************************/
Core/KernelSML/src/sml_KernelSML.cpp:471
↓ 3 callersMethodRfindalldirs
Return all of the directories for a given path list, including corresponding "backing" directories in any repositories. The
scons/scons-local-2.3.0/SCons/Node/FS.py:820
↓ 3 callersMethodRunSelfForever
Core/ClientSML/src/sml_ClientAgent.cpp:1256
↓ 3 callersMethodRunSelfTilOutput
Core/ClientSML/src/sml_ClientAgent.cpp:1322
↓ 3 callersMethodSaveFileDialog
Shows a file dialog and returns a file name @param parent A parent window for the file dialog @param fileExt The file extension
Java/Debugger/src/edu/umich/soar/debugger/general/SaveLoad.java:113
↓ 3 callersMethodScheduleAgentToRun
void AgentSML::RegisterForBeforeAgentDestroyedEvent() { // We should do this immediately before we delete the agent. // We shouldn't do it earlier or
Core/KernelSML/src/sml_AgentSML.cpp:644
↓ 3 callersMethodSetActionAdd
Core/ConnectionSML/src/sml_TagWme.h:61
↓ 3 callersMethodSetAttribute
Core/ConnectionSML/src/sml_TagWme.h:37
↓ 3 callersMethodSetDetailedError
* @brief Records that an error has occurred and we are overriding * the default message to go with it. ****************************************
Core/ClientSML/src/sml_ClientErrors.cpp:37
↓ 3 callersMethodSetIdentifier
Core/ConnectionSML/src/sml_TagWme.h:32
↓ 3 callersMethodSetParam
Core/ConnectionSML/src/sml_TagArg.h:26
↓ 3 callersMethodSetTraceCommunications
* @brief Turning this on means we'll start dumping output about messages * being sent and received. Currently this only applies to remote conn
Core/KernelSML/src/sml_KernelSML.cpp:377
↓ 3 callersMethodSetType
Core/ConnectionSML/src/sml_TagArg.h:38
↓ 3 callersMethodTest
()
Java/SMLJava/src/main/java/edu/umich/soar/TestJavaSML.java:176
↓ 3 callersMethodTryBuild
(self, *args, **kw)
scons/scons-local-2.3.0/SCons/SConf.py:798
↓ 3 callersMethodUnregisterForStringEvent
* @brief Unregister for a particular event * @returns True if succeeds *************************************************************/
Core/ClientSML/src/sml_ClientKernel.cpp:2294
↓ 3 callersMethodUsedBy
Core/ClientSML/src/sml_ClientIdentifier.cpp:138
↓ 3 callersFunction_Have
Store result of a test in context.havedict and context.headerfilename. "key" is a "HAVE_abc" name. It is turned into all CAPITALS and non-
scons/scons-local-2.3.0/SCons/Conftest.py:709
↓ 3 callersFunction_LogFailed
Write to the log about a failed program. Add line numbers, so that error messages can be understood.
scons/scons-local-2.3.0/SCons/Conftest.py:750
↓ 3 callersFunction__ccdGJK
Core/SVS/ccd/ccd.c:305
↓ 3 callersMethod__init__
(self, e)
scons/scons-local-2.3.0/SCons/Action.py:679
↓ 3 callersMethod__init__
(self, *args, **kwargs)
scons/scons-local-2.3.0/SCons/Util.py:1458
↓ 3 callersMethod__init__
(self, orig)
scons/scons-local-2.3.0/SCons/SConf.py:176
↓ 3 callersMethod__init__
(self, action = None, prefix = '', suffix = '',
scons/scons-local-2.3.0/SCons/Builder.py:361
↓ 3 callersMethod__init__
Construct a new scanner object given a scanner function. 'function' - a scanner function taking two or three arguments and r
scons/scons-local-2.3.0/SCons/Scanner/__init__.py:88
↓ 3 callersMethod__init__
(self, dspfile, source, env)
scons/scons-local-2.3.0/SCons/Tool/msvs.py:211
↓ 3 callersMethod_adjustixes
(self, files, pre, suf, ensure_suffix=False)
scons/scons-local-2.3.0/SCons/Builder.py:461
↓ 3 callersFunction_code_contents
Return the signature contents of a code object. By providing direct access to the code object of the function, Python makes this extremely ea
scons/scons-local-2.3.0/SCons/Action.py:223
↓ 3 callersMethod_do_add
(self, key, help="", default=None, validator=None, converter=None)
scons/scons-local-2.3.0/SCons/Variables/__init__.py:76
↓ 3 callersMethod_do_if_else_condition
Common logic for evaluating the conditions on #if, #ifdef and #ifndef lines.
scons/scons-local-2.3.0/SCons/cpp.py:420
↓ 3 callersFunction_glfwJoystickPresent
Core/SVS/glfw/lib/win32/win32_joystick.c:42
↓ 3 callersFunction_glfwPlatformHideMouseCursor
Core/SVS/glfw/lib/x11/x11_window.c:1910
↓ 3 callersFunction_glfwPlatformPollEvents
Core/SVS/glfw/lib/x11/x11_window.c:1851
↓ 3 callersFunction_glfwPlatformRefreshWindowParams
Core/SVS/glfw/lib/x11/x11_window.c:1753
↓ 3 callersFunction_glfwPlatformShowMouseCursor
Core/SVS/glfw/lib/x11/x11_window.c:1941
↓ 3 callersFunction_glfwRemoveThread
Core/SVS/glfw/lib/thread.c:82
↓ 3 callersMethod_glob1
Globs for and returns a list of entry names matching a single pattern in this directory. This searches any repositories and
scons/scons-local-2.3.0/SCons/Node/FS.py:2037
↓ 3 callersMethod_lookup
The generic entry point for Node lookup with user-supplied data. This translates arbitrary input into a canonical Node.FS object
scons/scons-local-2.3.0/SCons/Node/FS.py:1184
↓ 3 callersMethod_lookup_abs
Fast (?) lookup of a *normalized* absolute path. This method is intended for use by internal lookups with already-normalized
scons/scons-local-2.3.0/SCons/Node/FS.py:2174
↓ 3 callersMethod_make_inheritable
Return a duplicate of handle, which is inheritable
scons/scons-local-2.3.0/SCons/compat/_scons_subprocess.py:757
↓ 3 callersMethod_morph
Morph this Null executor to a real Executor object.
scons/scons-local-2.3.0/SCons/Executor.py:608
↓ 3 callersFunction_smem_print_lti
Core/SoarKernel/src/semantic_memory.cpp:5587
↓ 3 callersFunction_yaccEmitter
(target, source, env, ysuf, hsuf)
scons/scons-local-2.3.0/SCons/Tool/yacc.py:44
↓ 3 callersFunctionabort_with_fatal_error_noagent
Core/SoarKernel/src/init_soar.cpp:122
↓ 3 callersMethodaddBlock
(Block block)
Java/Debugger/src/edu/umich/soar/debugger/helpers/FoldingText.java:310
↓ 3 callersMethodaddChildrenToXML
Add all of the children of this composite as children of the XML element
Java/Debugger/src/edu/umich/soar/debugger/manager/MainWindow.java:620
↓ 3 callersMethodaddTo
Core/SVS/eigen/Eigen/src/Core/EigenBase.h:56
↓ 3 callersMethodaddWindowSubMenu
(AbstractView view, Menu menu)
Java/Debugger/src/edu/umich/soar/debugger/menu/ParseSelectedText.java:76
↓ 3 callersFunctionadd_all_variables_in_test
Core/SoarKernel/src/production.cpp:546
↓ 3 callersFunctionadd_f77_to_env
Add Builders and construction variables for f77 to an Environment.
scons/scons-local-2.3.0/SCons/Tool/FortranCommon.py:187
↓ 3 callersMethodadd_ignore
Adds dependencies to ignore.
scons/scons-local-2.3.0/SCons/Node/__init__.py:843
↓ 3 callersFunctionadd_new_test_to_test_if_not_already_there
Core/SoarKernel/src/test.cpp:246
↓ 3 callersFunctionadd_pref_to_results
Core/SoarKernel/src/chunk.cpp:82
↓ 3 callersFunctionadd_production_to_rete
Core/SoarKernel/src/rete.cpp:4215
↓ 3 callersMethodadd_source
Adds sources.
scons/scons-local-2.3.0/SCons/Node/__init__.py:855
↓ 3 callersFunctionadd_tc_through_lhs_and_rhs
Core/SoarKernel/src/osupport.cpp:1033
↓ 3 callersFunctionadd_to_dict
( feature, file )
scons/scons-local-2.3.0/SCons/Tool/packaging/msi.py:134
↓ 3 callersFunctionadd_trace_for_wme
Core/SoarKernel/src/trace.cpp:1261
↓ 3 callersFunctionadd_unbound_varnames_in_test
Core/SoarKernel/src/rete.cpp:3102
↓ 3 callersFunctionadd_varnames_to_test
Core/SoarKernel/src/rete.cpp:4844
↓ 3 callersFunctionadd_wme_to_alpha_mem
--- Adds a WME to an alpha memory (create a right_mem for it), but doesn't inform any successors --- */
Core/SoarKernel/src/rete.cpp:1530
↓ 3 callersFunctionadd_wme_to_collected_io_wmes
Core/SoarKernel/src/io_soar.cpp:701
← previousnext →1,601–1,700 of 12,467, ranked by callers