Home
last modified time | relevance | path

Searched refs:contextObj (Results 1 – 25 of 114) sorted by relevance

12345

/dports/lang/itcl/itcl3.4.1/generic/
H A Ditcl_objects.c340 contextObj->accessCmd = NULL;
375 if (contextObj->destructed) {
398 result = ItclDestructBase(interp, contextObj, contextObj->classDefn, flags);
406 contextObj->destructed = NULL;
570 Itcl_ObjectIsa(contextObj, cdefn) in Itcl_ObjectIsa() argument
718 if (contextObj == NULL) {
926 if (contextObj->accessCmd) {
1024 if (contextObj->data[i]) {
1040 if (contextObj->destructed) {
1046 ckfree((char*)contextObj);
[all …]
H A Ditcl_methods.c1360 contextObj->classDefn->interp, contextObj->accessCmd);
1365 } else if (contextObj && contextObj->accessCmd) {
1445 ItclObject *contextObj; local
1455 if (contextObj == NULL) {
1624 if (contextObj) {
1705 ItclObject *contextObj; local
1833 ItclObject *contextObj; local
1896 contextObj )
2194 contextObj->classDefn, contextObj, &context);
2416 contextObj, result);
[all …]
H A Ditcl_bicmds.c245 ItclObject *contextObj; local
256 if (!contextObj) {
321 ItclObject *contextObj; local
347 if (!contextObj) {
546 ItclObject *contextObj; local
587 contextObj, contextObj->classDefn);
696 ItclObject *contextObj; local
742 if (contextObj) {
813 ItclObject *contextObj; local
839 if (contextObj) {
[all …]
H A Ditcl_class.c267 ItclObject *contextObj; local
298 contextObj = (ItclObject*)Tcl_GetHashValue(entry);
300 if (contextObj->classDefn == cdefnPtr) {
385 ItclObject *contextObj; local
418 contextObj = (ItclObject*)Tcl_GetHashValue(entry);
419 if (contextObj->classDefn == cdefnPtr) {
1034 ItclObject *contextObj; local
1132 contextObj = (ItclObject*)Tcl_GetHashValue(entry);
1149 *rPtr = (Tcl_Var)contextObj->data[vlookup->var.index];
1255 ItclObject *contextObj; local
[all …]
H A Ditcl_cmds.c478 ItclObject *contextObj; local
488 contextObj = (ItclObject*)Tcl_GetHashValue(entry);
680 ItclObject *contextObj; local
988 ItclObject *contextObj; local
1001 if (contextObj == NULL) {
1008 if (Itcl_DeleteObject(interp, contextObj) != TCL_OK) {
1060 ItclObject *contextObj; local
1153 contextObj = (ItclObject*)Tcl_GetHashValue(entry);
1565 ItclObject *contextObj; local
1626 contextObj = (ItclObject*)cmdPtr->objClientData;
[all …]
H A DitclIntDecls.h59 TCL_EXTERN(int) Itcl_ObjectIsa _ANSI_ARGS_((ItclObject * contextObj,
125 ItclObject * contextObj,
323 ItclObject * contextObj));
329 ItclObject * contextObj, int flags));
343 ItclObject * contextObj,
427 ItclObject * contextObj, int objc,
466 ItclObject * contextObj, Tcl_Obj * objPtr));
493 ItclObject * contextObj,
502 ItclObject * contextObj, int objc,
511 ItclObject * contextObj, int result));
[all …]
H A DitclInt.decls41 int Itcl_ObjectIsa (ItclObject *contextObj, ItclClass *cdefn)
76 ItclClass *contextClass, ItclObject *contextObj, \
198 int Itcl_DeleteObject (Tcl_Interp *interp, ItclObject *contextObj)
201 int Itcl_DestructObject (Tcl_Interp *interp, ItclObject *contextObj, \
210 ItclObject *contextObj, ItclClass *contextClass)
266 ItclMember *member, ItclObject *contextObj, int objc, \
288 ItclObject *contextObj, Tcl_Obj *objPtr)
303 int Itcl_ConstructBase (Tcl_Interp *interp, ItclObject *contextObj, \
308 ItclClass *contextClass, ItclObject *contextObj, int objc, \
316 ItclObject *contextObj, int result)
/dports/devel/kf5-kdeclarative/kdeclarative-5.89.0/src/kdeclarative/
H A Dkdeclarative.cpp25 : contextObj(nullptr) in KDeclarativePrivate()
71 if (!d->contextObj) { in setupContext()
72 d->contextObj = new KLocalizedContext(d->declarativeEngine.data()); in setupContext()
77 d->qmlObj->rootContext()->setContextObject(d->contextObj); in setupContext()
79 d->declarativeEngine.data()->rootContext()->setContextObject(d->contextObj); in setupContext()
83 d->contextObj->setTranslationDomain(d->translationDomain); in setupContext()
124 if (d->contextObj) { in setTranslationDomain()
125 d->contextObj->setTranslationDomain(d->translationDomain); in setTranslationDomain()
/dports/x11-toolkits/itk/itk3.3/generic/
H A Ditk_archetype.c408 !contextObj) {
546 !contextObj) {
699 !contextObj) {
1116 !contextObj) {
1721 !contextObj) {
1765 contextObj, contextObj->classDefn);
2022 !contextObj) {
2199 !contextObj) {
2351 !contextObj) {
2505 !contextObj) {
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/ar/
H A Dnotice.h40 const ContextObj& contextObj, const ArResolverContext& ctx) in Ar_ContextIsHolding() argument
43 return testObj && *testObj == contextObj; in Ar_ContextIsHolding()
92 const ContextObj& contextObj) in ResolverChanged() argument
97 : _affects(std::bind(&Ar_ContextIsHolding<ContextObj>, contextObj, in ResolverChanged()
H A DpyResolverContext_v1.h86 if (const Context* contextObj = context.Get<Context>()) { in Ar_ConvertResolverContextToPython() local
89 *obj = boost::python::object(*contextObj); in Ar_ConvertResolverContextToPython()
/dports/lang/itcl4/itcl4.2.2/generic/
H A DitclIntDecls.h34 ITCLAPI int Itcl_ObjectIsa(ItclObject *contextObj,
148 ItclObject *contextObj);
151 ItclObject *contextObj, int flags);
197 ItclObject *contextObj, int objc,
206 ItclObject *contextObj, Tcl_Obj *objPtr);
218 ItclObject *contextObj,
223 ItclObject *contextObj, int objc,
229 ItclObject *contextObj, int result);
536 int (*itcl_ObjectIsa) (ItclObject *contextObj, ItclClass *cdefn); /* 5 */
576 int (*itcl_DeleteObject) (Tcl_Interp *interp, ItclObject *contextObj); /* 45 */
[all …]
H A Ditcl.decls122 int Itcl_ObjectIsa(ItclObject *contextObj, ItclClass *cdefn)
244 int Itcl_DeleteObject(Tcl_Interp *interp, ItclObject *contextObj)
247 int Itcl_DestructObject(Tcl_Interp *interp, ItclObject *contextObj,
299 ItclObject *contextObj, int objc, Tcl_Obj *const objv[])
303 ItclObject *contextObj, Tcl_Obj *objPtr)
314 int Itcl_ConstructBase(Tcl_Interp *interp, ItclObject *contextObj,
319 ItclClass *contextClass, ItclObject *contextObj, int objc,
324 ItclObject *contextObj, int result)
/dports/lang/tcl86/tcl8.6.12/pkgs/itcl4.2.2/generic/
H A DitclIntDecls.h34 ITCLAPI int Itcl_ObjectIsa(ItclObject *contextObj,
148 ItclObject *contextObj);
151 ItclObject *contextObj, int flags);
197 ItclObject *contextObj, int objc,
206 ItclObject *contextObj, Tcl_Obj *objPtr);
218 ItclObject *contextObj,
223 ItclObject *contextObj, int objc,
229 ItclObject *contextObj, int result);
536 int (*itcl_ObjectIsa) (ItclObject *contextObj, ItclClass *cdefn); /* 5 */
576 int (*itcl_DeleteObject) (Tcl_Interp *interp, ItclObject *contextObj); /* 45 */
[all …]
H A Ditcl.decls122 int Itcl_ObjectIsa(ItclObject *contextObj, ItclClass *cdefn)
244 int Itcl_DeleteObject(Tcl_Interp *interp, ItclObject *contextObj)
247 int Itcl_DestructObject(Tcl_Interp *interp, ItclObject *contextObj,
299 ItclObject *contextObj, int objc, Tcl_Obj *const objv[])
303 ItclObject *contextObj, Tcl_Obj *objPtr)
314 int Itcl_ConstructBase(Tcl_Interp *interp, ItclObject *contextObj,
319 ItclClass *contextClass, ItclObject *contextObj, int objc,
324 ItclObject *contextObj, int result)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/
H A DScopeImpl.java82 for (Object contextObj : context) { in printContext()
83 … if (contextObj instanceof JavaMethodContext || contextObj instanceof JavaMethod) { in printContext()
85 … str.append(indent).append("Context: ").append(contextObj).append(System.lineSeparator()); in printContext()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/
H A DScopeImpl.java82 for (Object contextObj : context) { in printContext()
83 … if (contextObj instanceof JavaMethodContext || contextObj instanceof JavaMethod) { in printContext()
85 … str.append(indent).append("Context: ").append(contextObj).append(System.lineSeparator()); in printContext()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/
H A DScopeImpl.java82 for (Object contextObj : context) { in printContext()
83 … if (contextObj instanceof JavaMethodContext || contextObj instanceof JavaMethod) { in printContext()
85 … str.append(indent).append("Context: ").append(contextObj).append(System.lineSeparator()); in printContext()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/
H A DScopeImpl.java82 for (Object contextObj : context) { in printContext()
83 … if (contextObj instanceof JavaMethodContext || contextObj instanceof JavaMethod) { in printContext()
85 … str.append(indent).append("Context: ").append(contextObj).append(System.lineSeparator()); in printContext()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/
H A DScopeImpl.java82 for (Object contextObj : context) { in printContext()
83 … if (contextObj instanceof JavaMethodContext || contextObj instanceof JavaMethod) { in printContext()
85 … str.append(indent).append("Context: ").append(contextObj).append(System.lineSeparator()); in printContext()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/
H A DScopeImpl.java82 for (Object contextObj : context) { in printContext()
83 … if (contextObj instanceof JavaMethodContext || contextObj instanceof JavaMethod) { in printContext()
85 … str.append(indent).append("Context: ").append(contextObj).append(System.lineSeparator()); in printContext()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/
H A DScopeImpl.java82 for (Object contextObj : context) { in printContext()
83 … if (contextObj instanceof JavaMethodContext || contextObj instanceof JavaMethod) { in printContext()
85 … str.append(indent).append("Context: ").append(contextObj).append(System.lineSeparator()); in printContext()
/dports/net/rclone/rclone-1.57.0/vendor/github.com/gabriel-vasile/mimetype/internal/json/
H A Djson.go44 contextObj const
200 s.contexts[n-1] = contextObj
236 s.contexts[n-1] = contextObj
241 case contextObj:
/dports/devel/gh/cli-2.4.0/vendor/github.com/gabriel-vasile/mimetype/internal/json/
H A Djson.go44 contextObj const
200 s.contexts[n-1] = contextObj
236 s.contexts[n-1] = contextObj
241 case contextObj:
/dports/sysutils/gomi/gomi-1.1.1/vendor/github.com/gabriel-vasile/mimetype/internal/json/
H A Djson.go44 contextObj const
200 s.contexts[n-1] = contextObj
236 s.contexts[n-1] = contextObj
241 case contextObj:

12345