Searched defs:inverted (Results 1 - 7 of 7) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
H A DCylinder.java68 private boolean inverted; field in class:Cylinder
141 * @param inverted
146 float radius, float height, boolean closed, boolean inverted) {
147 this(axisSamples, radialSamples, radius, radius, height, closed, inverted);
151 float radius, float radius2, float height, boolean closed, boolean inverted) {
153 updateGeometry(axisSamples, radialSamples, radius, radius2, height, closed, inverted);
199 return inverted;
211 * @param inverted is the cylinder is meant to be viewed from the inside.
214 float radius, float radius2, float height, boolean closed, boolean inverted) {
221 this.inverted
145 Cylinder(int axisSamples, int radialSamples, float radius, float height, boolean closed, boolean inverted) argument
150 Cylinder(int axisSamples, int radialSamples, float radius, float radius2, float height, boolean closed, boolean inverted) argument
213 updateGeometry(int axisSamples, int radialSamples, float radius, float radius2, float height, boolean closed, boolean inverted) argument
[all...]
/external/iproute2/tc/
H A Dm_ematch.h60 int inverted; member in struct:ematch
67 static inline struct ematch * new_ematch(struct bstr *args, int inverted) argument
75 e->inverted = inverted;
/external/valgrind/tests/
H A Ds390x_features.c306 int rc, inverted = 0; local
315 inverted = 1;
321 if (inverted) {
/external/iptables/extensions/
H A Dlibxt_dccp.c176 print_types(uint16_t types, int inverted, int numeric) argument
180 if (inverted)
/external/valgrind/cachegrind/
H A Dcg_main.c1245 Bool inverted; local
1258 inverted by the ir optimiser. To do that, figure out
1274 inverted = nia == sea;
1283 /* If the exit is inverted, invert the sense of the guard. */
1288 inverted ? IRExpr_Binop(opXOR, IRExpr_RdTmp(guardW), one)
/external/valgrind/callgrind/
H A Dmain.c900 * (= first instruction of next BB in memory), this is a inverted by VEX.
1164 Bool guest_exit, inverted; local
1181 inverted = clgs.bb->cjmp_inverted;
1183 inverted = False;
1210 /* If the exit is inverted, invert the sense of the guard. */
1215 inverted ? IRExpr_Binop(opXOR, IRExpr_RdTmp(guardW), one)
1245 * A correction is needed if VEX inverted the last jump condition
1247 UInt val = inverted ? cJumps+1 : cJumps;
1297 * A correction is needed if VEX inverted the last jump condition
1328 /* swap information of last exit with final exit if inverted */
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 344 milliseconds