Home
last modified time | relevance | path

Searched refs:topNode (Results 1 – 25 of 216) sorted by last modified time

123456789

/dports/games/flightgear/flightgear-2020.3.11/3rdparty/iaxclient/lib/portaudio/src/hostapi/alsa/
H A Dpa_linux_alsa.c485 snd_config_t *topNode = NULL; in BuildDeviceList() local
588 if( (res = snd_config_search( snd_config, "pcm", &topNode )) >= 0 ) in BuildDeviceList()
592 snd_config_for_each( i, next, topNode ) in BuildDeviceList()
/dports/games/egl/egl-0.3.1_9/common/
H A Dcm_common.h80 int CM_Q2BSP_BoxLeafnums (vec3_t mins, vec3_t maxs, int *list, int listSize, int *topNode);
124 int CM_Q3BSP_BoxLeafnums (vec3_t mins, vec3_t maxs, int *list, int listSize, int *topNode);
H A Dcm_common.c351 int CM_BoxLeafnums (vec3_t mins, vec3_t maxs, int *list, int listSize, int *topNode) in CM_BoxLeafnums() argument
354 return CM_Q3BSP_BoxLeafnums (mins, maxs, list, listSize, topNode); in CM_BoxLeafnums()
355 return CM_Q2BSP_BoxLeafnums (mins, maxs, list, listSize, topNode); in CM_BoxLeafnums()
H A Dcm_q2_trace.c284 …BoxLeafnumsHeadNode (vec3_t mins, vec3_t maxs, int *list, int listSize, int headNode, int *topNode) in CM_Q2BSP_BoxLeafnumsHeadNode() argument
295 if (topNode) in CM_Q2BSP_BoxLeafnumsHeadNode()
296 *topNode = cm_q2_leafTopNode; in CM_Q2BSP_BoxLeafnumsHeadNode()
307 int CM_Q2BSP_BoxLeafnums (vec3_t mins, vec3_t maxs, int *list, int listSize, int *topNode) in CM_Q2BSP_BoxLeafnums() argument
309 …turn CM_Q2BSP_BoxLeafnumsHeadNode (mins, maxs, list, listSize, cm_mapCModels[0].headNode, topNode); in CM_Q2BSP_BoxLeafnums()
737 int topNode; in CM_Q2BSP_BoxTrace() local
746 numLeafs = CM_Q2BSP_BoxLeafnumsHeadNode (c1, c2, leafs, 1024, headNode, &topNode); in CM_Q2BSP_BoxTrace()
H A Dcm_public.h69 int CM_BoxLeafnums (vec3_t mins, vec3_t maxs, int *list, int listSize, int *topNode);
H A Dcm_q3_trace.c265 …oxLeafnums_headnode (vec3_t mins, vec3_t maxs, int *list, int listSize, int headNode, int *topNode) in CM_Q3BSP_BoxLeafnums_headnode() argument
276 if (topNode) in CM_Q3BSP_BoxLeafnums_headnode()
277 *topNode = cm_q3_leafTopNode; in CM_Q3BSP_BoxLeafnums_headnode()
281 int CM_Q3BSP_BoxLeafnums (vec3_t mins, vec3_t maxs, int *list, int listSize, int *topNode) in CM_Q3BSP_BoxLeafnums() argument
283 …urn CM_Q3BSP_BoxLeafnums_headnode (mins, maxs, list, listSize, cm_mapCModels[0].headNode, topNode); in CM_Q3BSP_BoxLeafnums()
/dports/devel/libvirt/libvirt-7.10.0/src/qemu/
H A Dqemu_monitor_json.h280 const char *topNode,
H A Dqemu_monitor_json.c4358 const char *topNode, in qemuMonitorJSONBlockCommit() argument
4379 "S:top-node", topNode, in qemuMonitorJSONBlockCommit()
H A Dqemu_monitor.h1093 const char *topNode,
H A Dqemu_monitor.c3095 const char *topNode, in qemuMonitorBlockCommit() argument
3103 device, NULLSTR(jobname), persistjob, NULLSTR(top), NULLSTR(topNode), in qemuMonitorBlockCommit()
3109 topNode, base, baseNode, backingName, in qemuMonitorBlockCommit()
/dports/audio/portaudio/portaudio/src/hostapi/alsa/
H A Dpa_linux_alsa.c1236 snd_config_t *topNode = NULL; in BuildDeviceList() local
1357 if( ( res = alsa_snd_config_search( *alsa_snd_config, "pcm", &topNode ) ) >= 0 ) in BuildDeviceList()
1361 alsa_snd_config_for_each( i, next, topNode ) in BuildDeviceList()
/dports/editors/kate/kate-21.12.3/addons/symbolviewer/
H A Dxml_parser.cpp36 QTreeWidgetItem *topNode = nullptr; in parseXMLSymbols() local
76 topNode = new QTreeWidgetItem(m_symbols, QStringList(type)); in parseXMLSymbols()
77 topNode->setIcon(0, QIcon(cls)); in parseXMLSymbols()
79 m_symbols->expandItem(topNode); in parseXMLSymbols()
82 topNode = reslist[0]; in parseXMLSymbols()
84 node = new QTreeWidgetItem(topNode); in parseXMLSymbols()
85 topNode->addChild(node); in parseXMLSymbols()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/codegen/
H A Dastchangeset.h173 AstChangeSet(const AstNode* topNode = 0)
174 : m_topNode(topNode) in m_topNode() argument
/dports/www/grafana8/grafana-8.3.6/public/build/
H A Dprom-query-field.0e38943fa459e872fe93.js.map1topNode;\n let cursor = new TreeCursor(scope);\n if (pos != null) {\n cur…
/dports/www/element-web/element-v1.9.8/bundles/fe56de007a54db37c626/
H A Dvendors~init.js.map1 …yTabIndex","getFocusables","getAllTabbableNodes","parentAutofocusables","topNode","getParentAutofo…
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/focus-lock/
H A DREADME.md21 if (topNode && !focusInside(topNode)) {
22 moveFocusInside(topNode, lastActiveFocus);
52 `default(topNode, lastNode)` (aka setFocus), moves focus inside topNode, keeping in mind that last …
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/plugins/3d/oce/
H A Dloadmodel.cpp710 IFSG_TRANSFORM topNode( true ); in LoadModel() local
711 data.scene = topNode.GetRawPtr(); in LoadModel()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/plugins/3d/idf/
H A Ds3d_plugin_idf.cpp637 SGNODE* topNode = tx0.GetRawPtr(); in loadIDFBoard() local
643 if( nullptr == makeBoard( brd, topNode ) ) in loadIDFBoard()
646 if( !makeComponents( brd, topNode ) ) in loadIDFBoard()
649 if( !makeOtherOutlines( brd, topNode ) ) in loadIDFBoard()
658 return (SCENEGRAPH*) topNode; in loadIDFBoard()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/plugins/3d/vrml/v2/
H A Dvrml2_base.cpp935 IFSG_TRANSFORM topNode( aParent ); in TranslateToSG() local
954 IFSG_TRANSFORM wrapper( topNode.GetRawPtr() ); in TranslateToSG()
970 if( nullptr != (*sC)->TranslateToSG( topNode.GetRawPtr() ) ) in TranslateToSG()
984 topNode.Destroy(); in TranslateToSG()
988 m_sgNode = topNode.GetRawPtr(); in TranslateToSG()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/plugins/3d/vrml/
H A Dx3d.cpp63 X3DNODE* topNode = new X3DTRANSFORM; in Load() local
74 ok |= X3D::ReadTransform( node, topNode, dictionary ); in Load()
78 ok |= X3D::ReadSwitch( node, topNode, dictionary ); in Load()
85 sp = (SCENEGRAPH*) topNode->TranslateToSG( nullptr ); in Load()
87 delete topNode; in Load()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/view/
H A DContextCreateDialog.java40 private SiteNode topNode = null; field in ContextCreateDialog
52 topNode = node; in siteNodeSelected()
65 if (topNode != null) { in save()
67 ctx.addIncludeInContextRegex(new StructuralSiteNode(topNode).getRegexPattern()); in save()
/dports/multimedia/assimp/assimp-5.1.3/contrib/openddlparser/code/
H A DOpenDDLParser.cpp448 DDLNode *topNode(top()); in popNode() local
450 return topNode; in popNode()
/dports/audio/praat/praat-6.2.03/external/portaudio/
H A Dpa_linux_alsa.c1242 snd_config_t *topNode = NULL; in BuildDeviceList() local
1365 if( ( res = alsa_snd_config_search( *alsa_snd_config, "pcm", &topNode ) ) >= 0 ) in BuildDeviceList()
1369 alsa_snd_config_for_each( i, next, topNode ) in BuildDeviceList()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/contrib/openddlparser/code/
H A DOpenDDLParser.cpp439 DDLNode *topNode( top() ); in popNode() local
441 return topNode; in popNode()
/dports/www/nextcloud-deck/deck/js/
H A Ddeck-vendors-node_modules_vue-easymde_dist_VueEasyMDE_common_js.js.map1topNode","curNode","previousSibling","dist$1","belongsToInput","onCopyCut","lineWiseCopyCut","clea…

123456789