Home
last modified time | relevance | path

Searched refs:theRoot (Results 1 – 25 of 68) sorted by relevance

123

/dports/graphics/xwpick/xwpick-2.20/
H A DImgToolKit.c60 Window theRoot; local
93 Window theRoot; local
98 XGrabKeyboard(theDsp, theRoot,
156 Window theRoot; local
200 theWin = theRoot;
236 static Window theRoot; variable
463 rW = theRoot;
502 if (cW == NULL) cW = theRoot;
507 rW = theRoot;
548 if (window == theRoot) {
[all …]
/dports/devel/gdcm/gdcm-3.0.10/Testing/Source/MessageExchangeDefinition/Cxx/
H A DTestFindPatientRootQuery.cxx34 gdcm::ERootType theRoot = gdcm::ePatientRootType; in TestFindPatientRootQuery() local
39 gdcm::CompositeNetworkFunctions::ConstructQuery(theRoot, theLevel ,keys); in TestFindPatientRootQuery()
50 gdcm::CompositeNetworkFunctions::ConstructQuery(theRoot, theLevel ,keys); in TestFindPatientRootQuery()
61 gdcm::CompositeNetworkFunctions::ConstructQuery(theRoot, theLevel ,keys); in TestFindPatientRootQuery()
73 gdcm::CompositeNetworkFunctions::ConstructQuery(theRoot, theLevel ,keys); in TestFindPatientRootQuery()
87 gdcm::CompositeNetworkFunctions::ConstructQuery(theRoot, theLevel ,keys); in TestFindPatientRootQuery()
98 gdcm::CompositeNetworkFunctions::ConstructQuery(theRoot, theLevel ,keys); in TestFindPatientRootQuery()
109 gdcm::CompositeNetworkFunctions::ConstructQuery(theRoot, theLevel ,keys); in TestFindPatientRootQuery()
121 gdcm::CompositeNetworkFunctions::ConstructQuery(theRoot, theLevel ,keys); in TestFindPatientRootQuery()
134 gdcm::CompositeNetworkFunctions::ConstructQuery(theRoot, theLevel ,keys); in TestFindPatientRootQuery()
[all …]
H A DTestFindStudyRootQuery.cxx34 gdcm::ERootType theRoot = gdcm::eStudyRootType; in TestFindStudyRootQuery() local
40 gdcm::CompositeNetworkFunctions::ConstructQuery(theRoot, theLevel ,keys); in TestFindStudyRootQuery()
51 gdcm::CompositeNetworkFunctions::ConstructQuery(theRoot, theLevel ,keys); in TestFindStudyRootQuery()
62 gdcm::CompositeNetworkFunctions::ConstructQuery(theRoot, theLevel ,keys); in TestFindStudyRootQuery()
73 gdcm::CompositeNetworkFunctions::ConstructQuery(theRoot, theLevel ,keys); in TestFindStudyRootQuery()
84 gdcm::CompositeNetworkFunctions::ConstructQuery(theRoot, theLevel ,keys); in TestFindStudyRootQuery()
99 gdcm::CompositeNetworkFunctions::ConstructQuery(theRoot, theLevel ,keys); in TestFindStudyRootQuery()
110 gdcm::CompositeNetworkFunctions::ConstructQuery(theRoot, theLevel ,keys); in TestFindStudyRootQuery()
122 gdcm::CompositeNetworkFunctions::ConstructQuery(theRoot, theLevel ,keys); in TestFindStudyRootQuery()
134 gdcm::CompositeNetworkFunctions::ConstructQuery(theRoot, theLevel ,keys); in TestFindStudyRootQuery()
[all …]
/dports/benchmarks/polygraph/polygraph-4.13.0/src/xml/
H A DXmlDoc.cc11 XmlDoc::XmlDoc(): theRoot(0) { in XmlDoc()
15 delete theRoot; in ~XmlDoc()
19 Assert(!theRoot); in root()
20 theRoot = aRoot.clone(); in root()
25 if (theRoot) in print()
26 theRoot->print(os, pfx); in print()
H A DXmlDoc.h21 XmlNode *root() { return theRoot; } in root()
22 const XmlNode *root() const { return theRoot; } in root()
28 XmlNode *theRoot;
/dports/textproc/zorba/zorba-2.7.0/src/compiler/rewriter/tools/
H A Dudf_graph.cpp56 theRoot(NULL), in UDFGraph()
84 theRoot = new UDFNode(NULL); in build()
85 theNodes.insert(dummy, theRoot); in build()
190 optimizeUDFs(ccb, theRoot, ++theVisitId); in optimizeUDFs()
206 if (node == theRoot) in optimizeUDFs()
264 inferDeterminism(theRoot, ++theVisitId); in inferDeterminism()
283 if (node != theRoot) in inferDeterminism()
318 display(o, theRoot); in display()
326 if (node == theRoot) in display()
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dtopology.cpp69 if (top->theRoot) { in _TreeTopology()
71 theRoot = top->theRoot->duplicate_tree (); in _TreeTopology()
100 if (top.theRoot) { in operator =()
101 theRoot = top.theRoot->duplicate_tree (); in operator =()
133 if (theRoot) { in ~_TreeTopology()
135 delete (theRoot); in ~_TreeTopology()
136 theRoot = nil; in ~_TreeTopology()
544 if (!theRoot) { in MainTreeConstructor()
790 res->theRoot = CopyTreeStructure (theRoot,true); in makeDynamic()
1490 ni.Reset (theRoot); in FindCOT()
[all …]
H A Dtree_iterator.cpp49 _TreeIterator::_TreeIterator (_TheTree const* source, int traversal_type): iterator(source->theRoot in _TreeIterator()
50 root_n = source->theRoot; in _TreeIterator()
51 root_node = map_node_to_calcnode (source->theRoot); in _TreeIterator()
H A Dtree.cpp234 if (top->theRoot) { in _TheTree()
236 theRoot = top->theRoot->duplicate_tree (); in _TheTree()
350 delete theRoot; in PostTreeConstructor()
362 if (!theRoot) { in PostTreeConstructor()
376 if (otherTree->theRoot) { in _TheTree()
378 theRoot = otherTree->theRoot->duplicate_tree (); in _TheTree()
402 res->theRoot = CopyTreeStructure (theRoot,true); in makeDynamic()
413 if (theRoot) { in makeDynamicCopy()
415 res->theRoot = DuplicateTreeStructure (theRoot, &rn, true); in makeDynamicCopy()
417 res->theRoot = nil; in makeDynamicCopy()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/debugger/
H A Dprofiler.cpp135 const string& aProfileName): theRoot(0), theCurrent(0) in Profiler()
146 print(theRoot); in ~Profiler()
149 delete theRoot; in ~Profiler()
185 if(theRoot == 0) in beginFn()
187 theRoot = new FnCallEntry("{main}", theFileName, 1); in beginFn()
188 theCurrent = theRoot; in beginFn()
/dports/biology/hyphy/hyphy-2.5.33/src/core/include/
H A Dtopology.h105 node_iterator<long> ni (theRoot, _HY_TREE_TRAVERSAL_POSTORDER); in ConditionalTraverser()
179 node<long> *theRoot; variable
217 …virtual bool IsDegenerate(void) const { return theRoot && theRoot->get_num_nodes() == 1L && theRoo… in IsDegenerate()
252 return *theRoot; in GetRoot()
255 theRoot = r; in SetRoot()
H A Dcalcnode copy.h389 node<long> *theRoot;
425 virtual bool IsDegenerate(void) { return theRoot && theRoot->get_num_nodes() == 1L; } in IsDegenerate()
467 return *theRoot; in GetRoot()
470 theRoot = r; in SetRoot()
/dports/games/xgalaga/xgalaga-2.1.1.0/libsprite/
H A Dmouse.c7 Window theRoot, theChild; local
11 …ErrorVal = XQueryPointer(W_Display, W_Root, &theRoot, &theChild, &rootX, &rootY, &wX, &wY, &wButto…
45 Window theRoot, theChild; local
51 ErrorVal = XQueryPointer(W_Display, thisWin, &theRoot, &theChild,
/dports/textproc/zorba/zorba-2.7.0/src/compiler/rewriter/framework/
H A Drewriter_context.cpp43 theRoot(root), in RewriterContext()
75 return theRoot; in getRoot()
81 theRoot = root; in setRoot()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/dewey/
H A Ddewey.h107 Node* theRoot;
115 if(theRoot == 0) in push()
118 theRoot = aNode; in push()
130 if(theRoot == 0) in add()
133 theRoot = aNode; in add()
151 DeweyClassification(): theRoot(0), theParent(0){} in DeweyClassification()
160 return theRoot; in getRoot()
/dports/math/gecode/gecode-0916a1a/contribs/qecode/
H A DWork.hh40 vector<int> theRoot; member in QWork
56 vector<int> ret=this->theRoot; in root()
/dports/devel/staf/src/staf/stafif/win32/
H A DSTAFFileSystem.cpp428 STAFString theRoot(root); in STAFFSAssemblePath() local
435 if (theRoot.length() != 0) result += theRoot; in STAFFSAssemblePath()
517 STAFString theRoot; in STAFFSDisassemblePath() local
524 theRoot = thePath.subString(0, 2, STAFString::kChar); in STAFFSDisassemblePath()
533 theRoot += sBackSlash; in STAFFSDisassemblePath()
564 theRoot = thePath.subString(0, endShareNamePos); in STAFFSDisassemblePath()
571 theRoot = thePath; in STAFFSDisassemblePath()
578 theRoot += sBackSlash; in STAFFSDisassemblePath()
589 if ((theRoot.length() == 0) && (thePath.length() > 0) && in STAFFSDisassemblePath()
602 theRoot = STAFString(configInfo.currentDrive); in STAFFSDisassemblePath()
[all …]
/dports/devel/gdcm/gdcm-3.0.10/Applications/Cxx/
H A Dgdcmscu.cxx573 gdcm::ERootType theRoot = gdcm::eStudyRootType; in main() local
575 theRoot = gdcm::ePatientRootType; in main()
585 gdcm::CompositeNetworkFunctions::ConstructQuery(theRoot, theLevel ,keys, gdcm::eMove ); in main()
633 gdcm::ERootType theRoot = gdcm::ePatientRootType; in main() local
635 …seRootQuery> theQuery = gdcm::CompositeNetworkFunctions::ConstructQuery( theRoot, theLevel ,keys, … in main()
669 gdcm::ERootType theRoot = gdcm::eStudyRootType; in main() local
671 theRoot = gdcm::ePatientRootType; in main()
681 gdcm::CompositeNetworkFunctions::ConstructQuery(theRoot, theLevel ,keys); in main()
/dports/games/oneko-sakura/oneko-1.2.sakura.5/
H A Doneko.c21 Window theRoot; /* $@%k!<%H%&%#%s%I%&$N#I#D(J */ variable
293 = XCreatePixmapFromBitmapData(theDisplay, theRoot, in InitBitmapAndGCs()
303 = XCreateBitmapFromData(theDisplay, theRoot, in InitBitmapAndGCs()
443 = XCreateBitmapFromData(theDisplay, theRoot, in MakeMouseCursor()
449 = XCreateBitmapFromData(theDisplay, theRoot, in MakeMouseCursor()
513 Window target_win = None, root = theRoot;
632 theRoot = RootWindow(theDisplay, theScreen);
634 XGetGeometry(theDisplay, theRoot, &theTempRoot,
657 if (theTarget == theRoot) {
692 theWindow = XCreateWindow(theDisplay, theRoot, 0, 0,
[all …]
/dports/devel/codeworker/CodeWorker4_5_3/Generation/
H A DCWsourceExtractor.cwp32 => local theRoot;
36 ref theRoot = project.headerFiles[sShortName];
39 ref theRoot = project.sourceFiles[sShortName];
45 [statement(theRoot, scope)]*
/dports/devel/datadraw/datadraw3.1.1/examples/sparse/
H A Dhtdatabase.c320 htDatadrawRoot theRoot = htFirstDatadrawRoot(); in htGraphSetFirstNode() local
354 htDatadrawRoot theRoot = htFirstDatadrawRoot(); in htGraphSetLastNode() local
388 htDatadrawRoot theRoot = htFirstDatadrawRoot(); in htGraphSetNodeTableIndex() local
422 htDatadrawRoot theRoot = htFirstDatadrawRoot(); in htGraphSetNumNodeTable() local
456 htDatadrawRoot theRoot = htFirstDatadrawRoot(); in htGraphSetNumNode() local
964 htDatadrawRoot theRoot = htFirstDatadrawRoot(); in htNodeSetNameIndex() local
998 htDatadrawRoot theRoot = htFirstDatadrawRoot(); in htNodeSetNumName() local
1032 htDatadrawRoot theRoot = htFirstDatadrawRoot(); in htNodeSetX() local
1068 htDatadrawRoot theRoot = htFirstDatadrawRoot(); in htNodeSetNextGraphNode() local
1102 htDatadrawRoot theRoot = htFirstDatadrawRoot(); in htNodeSetPrevGraphNode() local
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Djson_items.h94 JSONItem * theRoot; variable
97 JSONTree() : theCollection(NULL), theId(), theRoot(NULL) in JSONTree()
122 return theRoot; in getRoot()
127 theRoot = aRoot; in setRoot()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/
H A DChRootedFs.java98 public ChRootedFs(final AbstractFileSystem fs, final Path theRoot) in ChRootedFs() argument
103 myFs.checkPath(theRoot); in ChRootedFs()
104 chRootPathPart = new Path(myFs.getUriPath(theRoot)); in ChRootedFs()
118 super.checkPath(theRoot); in ChRootedFs()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/rewriter/rewriters/
H A Ddefault_optimizer.cpp102 rCtx.theRoot->compute_return_type(true, &local_modified); in rewrite()
148 rCtx.theRoot->compute_return_type(true, &local_modified); in rewrite()
/dports/devel/staf/src/staf/stafif/unix/
H A DSTAFFileSystem.cpp199 STAFString theRoot(root); in STAFFSAssemblePath() local
206 if (theRoot.length() != 0) result += theRoot; in STAFFSAssemblePath()
283 STAFString theRoot; in STAFFSDisassemblePath() local
287 theRoot = sSlash; in STAFFSDisassemblePath()
291 if (root) *root = theRoot.adoptImpl(); in STAFFSDisassemblePath()

123