Home
last modified time | relevance | path

Searched refs:posObj (Results 1 – 12 of 12) sorted by relevance

/dports/games/opencity/opencity-0.0.6.5stable/src/model/
H A Dmodelloader.cpp267 vector<AC3DObject*>::size_type posObj, sizeObj; in _AC3DTextureToGL() local
289 for (posObj = 0; posObj < sizeObj; posObj++) { in _AC3DTextureToGL()
290 _AC3DTextureToGL( vpObj[posObj], strTextureFile ); in _AC3DTextureToGL()
314 vector<AC3DObject*>::size_type posObj, sizeObj; in _AC3DVertexToGL() local
399 for (posObj = 0; posObj < sizeObj; posObj++) { in _AC3DVertexToGL()
400 _AC3DVertexToGL( strPath, vMaterial, vpObj[posObj], bProcessTranslucent, bProcessTwoSide ); in _AC3DVertexToGL()
/dports/lang/kawa/kawa-3.1.1/gnu/xquery/util/
H A DValuesFilter.java104 IntNum posObj = IntNum.make(pos); in applyToConsumer() local
105 Object pred_res = pmax == 2 ? filter.apply2(dot, posObj) in applyToConsumer()
106 : filter.apply3(dot, posObj, countObj); in applyToConsumer()
/dports/games/residualvm/residualvm-0.3.1/engines/grim/
H A Dlua_v1_text.cpp184 lua_Object posObj = lua_getparam(2); in TextFileGetLine() local
187 if (lua_isnil(nameObj) || lua_isnil(posObj)) { in TextFileGetLine()
200 int pos = (int)lua_getnumber(posObj); in TextFileGetLine()
/dports/games/scummvm/scummvm-2.5.1/engines/grim/
H A Dlua_v1_text.cpp184 lua_Object posObj = lua_getparam(2); in TextFileGetLine() local
187 if (lua_isnil(nameObj) || lua_isnil(posObj)) { in TextFileGetLine()
200 int pos = (int)lua_getnumber(posObj); in TextFileGetLine()
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/minitaur/envs/env_randomizers/
H A Dminitaur_push_randomizer.py91 posObj=[0.0, 0.0, 0.0],
/dports/lang/jimtcl/jimtcl-0.81/
H A Djim-mk.cpp66 static int JimSeekCursor (Jim_Interp *interp, Jim_Obj *obj, Jim_Obj *posObj);
663 Jim_Obj *posObj; in SetCursorFromAny() local
675 posObj = Jim_NewStringObj(interp, delim + 1, len - (delim - rep) - 1); in SetCursorFromAny()
677 if (GetPosition(interp, posObj, &cur.pos) != JIM_OK) { in SetCursorFromAny()
678 Jim_FreeNewObj(interp, posObj); in SetCursorFromAny()
684 Jim_FreeNewObj(interp, posObj); in SetCursorFromAny()
740 static int JimSeekCursor(Jim_Interp *interp, Jim_Obj *obj, Jim_Obj *posObj) in JimSeekCursor() argument
748 return GetPosition(interp, posObj, &JimCursorValue(obj)->pos); in JimSeekCursor()
/dports/devel/openocd/openocd-0.11.0/jimtcl/
H A Djim-mk.cpp66 static int JimSeekCursor (Jim_Interp *interp, Jim_Obj *obj, Jim_Obj *posObj);
663 Jim_Obj *posObj; in SetCursorFromAny() local
675 posObj = Jim_NewStringObj(interp, delim + 1, len - (delim - rep) - 1); in SetCursorFromAny()
677 if (GetPosition(interp, posObj, &cur.pos) != JIM_OK) { in SetCursorFromAny()
678 Jim_FreeNewObj(interp, posObj); in SetCursorFromAny()
684 Jim_FreeNewObj(interp, posObj); in SetCursorFromAny()
740 static int JimSeekCursor(Jim_Interp *interp, Jim_Obj *obj, Jim_Obj *posObj) in JimSeekCursor() argument
748 return GetPosition(interp, posObj, &JimCursorValue(obj)->pos); in JimSeekCursor()
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/minitaur/envs/
H A Dminitaur_four_leg_stand_env.py205 posObj=[0.0, 0.0, 0.0],
/dports/games/scummvm/scummvm-2.5.1/engines/grim/emi/
H A Dlua_v2.cpp249 lua_Object posObj = lua_getparam(2); in GetTextCharPosition() local
252 int pos = (int)lua_getnumber(posObj); in GetTextCharPosition()
/dports/games/residualvm/residualvm-0.3.1/engines/grim/emi/
H A Dlua_v2.cpp246 lua_Object posObj = lua_getparam(2); in GetTextCharPosition() local
249 int pos = (int)lua_getnumber(posObj); in GetTextCharPosition()
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/
H A Dpybullet.c5053 PyObject* posObj; in pybullet_resetBasePositionAndOrientation() local
5080 len = PySequence_Size(posObj); in pybullet_resetBasePositionAndOrientation()
6827 PyObject* posObj = PyTuple_New(3); in pybullet_rayTestObsolete() local
6832 PyTuple_SetItem(posObj, p, ob); in pybullet_rayTestObsolete()
7035 PyObject* posObj = PyTuple_New(3); in pybullet_rayTestBatch() local
7040 PyTuple_SetItem(posObj, p, ob); in pybullet_rayTestBatch()
7279 PyObject* posObj = PyTuple_New(3); in pybullet_getVREvents() local
7283 PyTuple_SetItem(vrEventObj, 1, posObj); in pybullet_getVREvents()
10637 PyObject *forceObj = 0, *posObj = 0; in pybullet_applyExternalForce() local
10681 len = PySequence_Size(posObj); in pybullet_applyExternalForce()
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/noder/
H A Dwriter.go85 closureVars []posObj
782 …sig *types2.Signature, block *syntax.BlockStmt, dict *writerDict) (idx int, closureVars []posObj) {
841 w.closureVars = append(w.closureVars, posObj{pos, obj})
1394 type posObj struct { struct