Home
last modified time | relevance | path

Searched refs:theProc (Results 1 – 25 of 85) sorted by relevance

1234

/dports/cad/opencascade/opencascade-7.6.0/src/TransferBRep/
H A DTransferBRep_Reader.cxx87 && !theProc.IsNull() in CheckStatusModel()
113 else theProc->Clear(); in BeginTransfer()
115 theProc->SetModel (theModel); in BeginTransfer()
117 theProc->SetActor (theActor); in BeginTransfer()
161 theProc->SetRoot(ent); in Transfer()
176 if (theProc->TraceLevel() > 1) in TransferList()
191 theProc->SetRoot(ent); in TransferList()
249 if (!theProc.IsNull()) chl = theProc->CheckList(Standard_False); in CheckStatusResult()
251 && !theProc.IsNull() in CheckStatusResult()
262 if (!theProc.IsNull()) return theProc->CheckList(Standard_False); in CheckListResult()
[all …]
H A DTransferBRep_Reader.hxx195 Handle(Transfer_TransientProcess) theProc;
/dports/cad/opencascade/opencascade-7.6.0/src/IGESToBRep/
H A DIGESToBRep_Reader.cxx100 if ( theProc.IsNull() ) in LoadFile()
110 msg2005.Arg(theProc->TraceLevel()); in LoadFile()
213 if ( theProc.IsNull() ) in SetModel()
216 theProc->Clear(); in SetModel()
234 { theProc = TP; } in SetTransientProcess()
241 { return theProc; } in Handle()
272 && !theProc.IsNull() in Check()
392 theProc->SetModel (theModel); in TransferRoots()
393 theProc->SetActor (theActor); in TransferRoots()
542 CAS.SetTransferProcess(theProc); in Transfer()
[all …]
H A DIGESToBRep_Reader.hxx130 Handle(Transfer_TransientProcess) theProc;
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DMixedMode.pas430 function NewRoutineDescriptor( theProc: ProcPtr; theProcInfo: ProcInfoType; theISA: ISAType ): Univ… in NewRoutineDescriptor()
518 function NewRoutineDescriptor( theProc: ProcPtr; theProcInfo: ProcInfoType; theISA: ISAType ): Univ… in NewRoutineDescriptor()
520 NewRoutineDescriptor := UniversalProcPtr(theProc);
H A DIcons.pas920 function GetIconCacheProc( theCache: IconCacheRef; var theProc: IconGetterUPP ): OSErr; external na… in GetIconCacheProc()
935 function SetIconCacheProc( theCache: IconCacheRef; theProc: IconGetterUPP ): OSErr; external name '… in SetIconCacheProc()
H A DMacOSAll.pas1159 function NewRoutineDescriptor( theProc: ProcPtr; theProcInfo: ProcInfoType; theISA: ISAType ): Univ… in NewRoutineDescriptor()
1161 NewRoutineDescriptor := UniversalProcPtr(theProc);
H A DLists.pas489 …(*var*) rView: Rect; const (*var*) dataBounds: ListBounds; cSize: Point; theProc: SInt16; theWindo… in LNew()
H A DDialogs.pas1390 function GetStdFilterProc( var theProc: ModalFilterUPP ): OSErr; external name '_GetStdFilterProc'; in GetStdFilterProc()
/dports/lang/nim/nim-1.6.2/lib/wrappers/
H A Dopenssl.nim385 let theProc = cast[proc() {.cdecl.}](sslSymNullable("SSL_load_error_strings"))
386 if not theProc.isNil: theProc()
412 if not theProc.isNil: theProc()
418 if theProc.isNil: 0.culong
419 else: theProc()
429 if not theProc.isNil:
430 result = theProc(ssl)
437 var theProc {.global.}: proc(ctx: SslCtx, str: cstring) {.cdecl, gcsafe.}
438 if theProc.isNil:
439 theProc = cast[typeof(theProc)](sslSymThrows("SSL_CTX_set_ciphersuites"))
[all …]
H A Dpostgres.nim224 proc pqsetNoticeReceiver*(conn: PPGconn, theProc: PQnoticeReceiver, arg: pointer): PQnoticeReceiver…
226 proc pqsetNoticeProcessor*(conn: PPGconn, theProc: PQnoticeProcessor,
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIGESToBRep_Reader.hxx127 Handle(Transfer_TransientProcess) theProc;
H A DTransferBRep_Reader.hxx192 Handle(Transfer_TransientProcess) theProc;
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIGESToBRep_Reader.hxx130 Handle(Transfer_TransientProcess) theProc;
H A DTransferBRep_Reader.hxx195 Handle(Transfer_TransientProcess) theProc;
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/list/
H A D_Listmodule.c861 short theProc; in List_LNew() local
871 &theProc, in List_LNew()
881 theProc, in List_LNew()
/dports/lang/python27/Python-2.7.18/Mac/Modules/list/
H A D_Listmodule.c861 short theProc; in List_LNew() local
871 &theProc, in List_LNew()
881 theProc, in List_LNew()
/dports/lang/nim/nim-1.6.2/lib/pure/
H A Dasyncmacro.nim16 proc newCallWithLineInfo(fromNode: NimNode; theProc: NimNode, args: varargs[NimNode]): NimNode =
17 result = newCall(theProc, args)
/dports/lang/nim/nim-1.6.2/compiler/
H A Dccgtypes.nim1291 let theProc = getAttachedOp(m.g.graph, t, op)
1292 if theProc != nil and not isTrivialProc(m.g.graph, theProc):
1296 if theProc.typ == nil or theProc.typ.callConv != ccNimCall:
1298 theProc.name.s & " needs to have the 'nimcall' calling convention")
1300 genProc(m, theProc)
1301 result = theProc.loc.r
1305 echo "ayclic but has this =trace ", t, " ", theProc.ast
H A Dccgstmts.nim1542 var theProc: PSym = nil
1545 theProc = p
1547 if theProc == nil:
1548 theProc = genCaseObjDiscMapping(t, field, e.info, p.module.g.graph, p.module.idgen)
1549 t.methods.add((ObjDiscMappingProcSlot, theProc))
1551 call.add newSymNode(theProc)
H A Dmsgs.nim325 macro callIgnoringStyle(theProc: typed, first: typed,
331 result = newCall(theProc)
/dports/lang/nim/nim-1.6.2/lib/core/
H A Dmacros.nim667 proc newCall*(theProc: NimNode, args: varargs[NimNode]): NimNode =
668 ## Produces a new call node. `theProc` is the proc that is called with
671 result.add(theProc)
676 proc newCall*(theProc: NimIdent, args: varargs[NimNode]): NimNode {.deprecated:
678 ## Produces a new call node. `theProc` is the proc that is called with
681 result.add(newIdentNode(theProc))
686 proc newCall*(theProc: string,
688 ## Produces a new call node. `theProc` is the proc that is called with
691 result.add(newIdentNode(theProc))
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dmacdnr.inc50 static pascal UniversalProcPtr (*mzNewRoutineDescriptor) (ProcPtr theProc, ProcInfoType theProcInfo…
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dmacdnr.inc50 static pascal UniversalProcPtr (*mzNewRoutineDescriptor) (ProcPtr theProc, ProcInfoType theProcInfo…
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/win/
H A D_Winmodule.c2684 short theProc; in Win_NewWindow() local
2695 &theProc, in Win_NewWindow()
2704 theProc, in Win_NewWindow()

1234