Home
last modified time | relevance | path

Searched defs:elementIndex (Results 1 – 25 of 551) sorted by relevance

12345678910>>...23

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DTileModifyAction.cpp59 const auto elementIndex = _value1; in QueryExecute() local
72 const auto elementIndex = _value1; in QueryExecute() local
78 const auto elementIndex = _value1; in QueryExecute() local
94 const auto elementIndex = _value1; in QueryExecute() local
118 const auto elementIndex = _value1; in QueryExecute() local
125 const auto elementIndex = _value1; in QueryExecute() local
132 const auto elementIndex = _value1; in QueryExecute() local
139 const auto elementIndex = _value1; in QueryExecute() local
145 const auto elementIndex = _value1; in QueryExecute() local
152 const auto elementIndex = _value1; in QueryExecute() local
[all …]
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DTileInspector.cpp95 …GameActionResultPtr InsertCorruptElementAt(const CoordsXY& loc, int16_t elementIndex, bool isExecu… in InsertCorruptElementAt()
203 GameActionResultPtr RemoveElementAt(const CoordsXY& loc, int16_t elementIndex, bool isExecuting) in RemoveElementAt()
278 GameActionResultPtr RotateElementAt(const CoordsXY& loc, int32_t elementIndex, bool isExecuting) in RotateElementAt()
657 …GameActionResultPtr PathSetSloped(const CoordsXY& loc, int32_t elementIndex, bool sloped, bool isE… in PathSetSloped()
724 …GameActionResultPtr EntranceMakeUsable(const CoordsXY& loc, int32_t elementIndex, bool isExecuting) in EntranceMakeUsable()
788 const CoordsXY& loc, int16_t elementIndex, int8_t animationFrameOffset, bool isExecuting) in WallAnimationFrameOffset()
889 … const CoordsXY& loc, int32_t elementIndex, bool entireTrackBlock, bool setChain, bool isExecuting) in TrackSetChain()
994 const CoordsXY& loc, int32_t elementIndex, bool isIndestructible, bool isExecuting) in TrackSetIndestructible()
1017 const CoordsXY& loc, int32_t elementIndex, int32_t quarterIndex, bool isExecuting) in ScenerySetQuarterLocation()
1044 const CoordsXY& loc, int32_t elementIndex, int32_t quarterIndex, bool isExecuting) in ScenerySetQuarterCollision()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/world/
H A Dentitydef.cpp315 dd_bool P_GMOPropertyIsSet(int entityId, int elementIndex, int propertyId) in P_GMOPropertyIsSet()
346 DENG_EXTERN_C byte P_GetGMOByte(int entityId, int elementIndex, int propertyId) in P_GetGMOByte()
351 DENG_EXTERN_C short P_GetGMOShort(int entityId, int elementIndex, int propertyId) in P_GetGMOShort()
356 DENG_EXTERN_C int P_GetGMOInt(int entityId, int elementIndex, int propertyId) in P_GetGMOInt()
361 DENG_EXTERN_C fixed_t P_GetGMOFixed(int entityId, int elementIndex, int propertyId) in P_GetGMOFixed()
366 DENG_EXTERN_C angle_t P_GetGMOAngle(int entityId, int elementIndex, int propertyId) in P_GetGMOAngle()
371 DENG_EXTERN_C float P_GetGMOFloat(int entityId, int elementIndex, int propertyId) in P_GetGMOFloat()
376 DENG_EXTERN_C double P_GetGMODouble(int entityId, int elementIndex, int propertyId) in P_GetGMODouble()
/dports/math/osi/Osi-0.108.6/Osi/test/
H A DOsiTestSolverInterface.hpp338 virtual void setObjCoeff( int elementIndex, double elementValue ) { in setObjCoeff()
345 virtual void setColLower( int elementIndex, double elementValue ) { in setColLower()
352 virtual void setColUpper( int elementIndex, double elementValue ) { in setColUpper()
357 virtual void setColBounds( int elementIndex, in setColBounds()
377 virtual void setRowLower( int elementIndex, double elementValue ) { in setRowLower()
386 virtual void setRowUpper( int elementIndex, double elementValue ) { in setRowUpper()
394 virtual void setRowBounds( int elementIndex, in setRowBounds()
/dports/math/clp/Clp-1.17.3/Osi/test/
H A DOsiTestSolverInterface.hpp338 virtual void setObjCoeff( int elementIndex, double elementValue ) { in setObjCoeff()
345 virtual void setColLower( int elementIndex, double elementValue ) { in setColLower()
352 virtual void setColUpper( int elementIndex, double elementValue ) { in setColUpper()
357 virtual void setColBounds( int elementIndex, in setColBounds()
377 virtual void setRowLower( int elementIndex, double elementValue ) { in setRowLower()
386 virtual void setRowUpper( int elementIndex, double elementValue ) { in setRowUpper()
394 virtual void setRowBounds( int elementIndex, in setRowBounds()
/dports/devel/staf/src/staf/services/stax/service/
H A DSTAXElementInfo.java25 int elementIndex, String errorMessage) in STAXElementInfo()
58 public STAXElementInfo(String elementName, int elementIndex) in STAXElementInfo()
67 int elementIndex) in STAXElementInfo()
82 public void setElementIndex(int elementIndex) { fElementIndex = elementIndex; } in setElementIndex()
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/models/
H A Dserverslistmodel.h68 std::string getElementAt(int elementIndex) in getElementAt()
93 const ServerInfo &getServer(const int elementIndex) const A_WARN_UNUSED in getServer()
H A Dtypelistmodel.h53 std::string getElementAt(int elementIndex) in getElementAt()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DXPathParts.java403 public String getElement(int elementIndex) { in getElement()
407 public int getAttributeCount(int elementIndex) { in getAttributeCount()
416 public Map<String, String> getAttributes(int elementIndex) { in getAttributes()
426 public Collection<String> getAttributeKeys(int elementIndex) { in getAttributeKeys()
436 public String getAttributeValue(int elementIndex, String attribute) { in getAttributeValue()
443 public void putAttributeValue(int elementIndex, String attribute, String value) { in putAttributeValue()
518 public void makeElementMutable(int elementIndex) { in makeElementMutable()
556 public XPathParts removeAttribute(int elementIndex, String attributeName) { in removeAttribute()
565 public XPathParts removeAttributes(int elementIndex, Collection<String> attributeNames) { in removeAttributes()
1228 public XPathParts setElement(int elementIndex, String newElement) { in setElement()
[all …]
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DTileInspector.cpp610 static void window_tile_inspector_insert_corrupt_element(int32_t elementIndex) in window_tile_inspector_insert_corrupt_element()
617 static void window_tile_inspector_remove_element(int32_t elementIndex) in window_tile_inspector_remove_element()
624 static void window_tile_inspector_rotate_element(int32_t elementIndex) in window_tile_inspector_rotate_element()
690 static void window_tile_inspector_path_set_sloped(int32_t elementIndex, bool sloped) in window_tile_inspector_path_set_sloped()
696 static void window_tile_inspector_path_set_broken(int32_t elementIndex, bool broken) in window_tile_inspector_path_set_broken()
702 static void window_tile_inspector_path_toggle_edge(int32_t elementIndex, int32_t cornerIndex) in window_tile_inspector_path_toggle_edge()
710 static void window_tile_inspector_entrance_make_usable(int32_t elementIndex) in window_tile_inspector_entrance_make_usable()
717 static void window_tile_inspector_wall_set_slope(int32_t elementIndex, int32_t slopeValue) in window_tile_inspector_wall_set_slope()
747 static void window_tile_inspector_track_set_block_brake(int32_t elementIndex, bool blockBrake) in window_tile_inspector_track_set_block_brake()
779 static void window_tile_inspector_banner_toggle_block(int32_t elementIndex, int32_t edgeIndex) in window_tile_inspector_banner_toggle_block()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/interfaces/matlab/toolbox/@Mixture/
H A DelementIndex.m1 function n = elementIndex(self, name) function
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libgui/src/graphics/
H A Dgluniform.cpp373 GLUniform &GLUniform::set(duint elementIndex, dfloat value) in set()
386 GLUniform &GLUniform::set(duint elementIndex, Vector3f const &vec) in set()
400 GLUniform &GLUniform::set(duint elementIndex, Vector4f const &vec) in set()
414 GLUniform &GLUniform::set(duint elementIndex, Matrix4f const &mat) in set()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/interfaces/matlab/toolbox/@ThermoPhase/
H A DelementIndex.m1 function k = elementIndex(tp, name) function
/dports/graphics/wdune/wdune-1.926/src/
H A DInterfaceArray.h28 InterfaceData(int elementEnum, int elementIndex) in InterfaceData()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/include/doomsday/world/
H A Dentitydatabase.h80 inline void setProperty(MapEntityPropertyDef const *def, int elementIndex, in setProperty()
/dports/multimedia/handbrake/fdk-aac-2.0.1/libSBRdec/src/
H A Dsbrdecoder.cpp279 const int elementIndex, in sbrDecoder_ResetElement()
512 const int elementIndex) { in sbrDecoder_DestroyElement()
532 const MP4_ELEMENT_ID elementID, const int elementIndex, in sbrDecoder_InitElement()
804 const MP4_ELEMENT_ID elementID, const INT elementIndex, in sbrDecoder_Header()
947 int elementIndex; in sbrDecoder_SetParam() local
1000 int elementIndex, elChanIdx = 0, numCh = 0; in sbrDecoder_drcGetChannel() local
1123 MP4_ELEMENT_ID prevElement, int elementIndex, in sbrDecoder_Parse()
1593 const int mapIdx, int channelIndex, const int elementIndex, in sbrDecoder_DecodeElement()
/dports/audio/fdk-aac/fdk-aac-2.0.2/libSBRdec/src/
H A Dsbrdecoder.cpp277 const int elementIndex, in sbrDecoder_ResetElement()
510 const int elementIndex) { in sbrDecoder_DestroyElement()
530 const MP4_ELEMENT_ID elementID, const int elementIndex, in sbrDecoder_InitElement()
802 const MP4_ELEMENT_ID elementID, const INT elementIndex, in sbrDecoder_Header()
944 int elementIndex; in sbrDecoder_SetParam() local
997 int elementIndex, elChanIdx = 0, numCh = 0; in sbrDecoder_drcGetChannel() local
1120 MP4_ELEMENT_ID prevElement, int elementIndex, in sbrDecoder_Parse()
1575 int channelIndex, const int elementIndex, const int numInChannels, in sbrDecoder_DecodeElement()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/TargetCalculator/
H A DWeightReader.hpp56 size_t elementIndex; //< element for which values are cached. member
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.incubator.foreign/share/classes/jdk/internal/foreign/
H A DLayoutPath.java60 private final long elementIndex; field in LayoutPath
63 …private LayoutPath(MemoryLayout layout, long offset, long[] strides, long elementIndex, LayoutPath… in LayoutPath()
196 …utPath nestedPath(MemoryLayout layout, long offset, long[] strides, long elementIndex, LayoutPath … in nestedPath()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.incubator.foreign/share/classes/jdk/internal/foreign/
H A DLayoutPath.java59 private final long elementIndex; field in LayoutPath
62 …private LayoutPath(MemoryLayout layout, long offset, long[] strides, long elementIndex, LayoutPath… in LayoutPath()
195 …utPath nestedPath(MemoryLayout layout, long offset, long[] strides, long elementIndex, LayoutPath … in nestedPath()
/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.Core/Internal/
H A DSliceMemoryManager.cs51 public override MemoryHandle Pin(int elementIndex = 0) in Pin()
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.Core/Internal/
H A DSliceMemoryManager.cs51 public override MemoryHandle Pin(int elementIndex = 0) in Pin()
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.Core/Internal/
H A DSliceMemoryManager.cs51 public override MemoryHandle Pin(int elementIndex = 0) in Pin()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/compiler/translator/
H A DStructureHLSL.h34 int elementIndex() const { return mElementIndex; } in elementIndex() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/svg/
H A DSVGMarkerLayoutInfo.h58 int& elementIndex() { return m_elementIndex; } in elementIndex() function

12345678910>>...23