HomeSort by relevance Sort by last modified time
    Searched defs:set (Results 1651 - 1675 of 2219) sorted by null

<<61626364656667686970>>

  /external/icu4c/test/cintltst/
ncnvtst.c 470 // Markus says this warning can occur when the set of available converters is changed,
1908 USet *set; local
    [all...]
  /external/icu4c/test/intltest/
tstnorm.cpp 644 // initially set the indexes into the middle of the strings
1108 UnicodeSet iSet, set; local
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
CurvesHelper.java 361 p.set(taperPoints[i], taperPoints[i + 1], taperPoints[i + 2]);
423 p.set(curvePoints[i], curvePoints[i + 1], curvePoints[i + 2]);
450 m.set(Matrix4f.IDENTITY);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
ObjectHelper.java 320 rotation.set(rotation.getX(), z, -y, rotation.getW());
362 result.set(i, j, obmat.get(j, i).floatValue());
376 rotation.set(rotation.getX(), z, -y, rotation.getW());
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/
PhysicsSpace.java 119 physicsSpaceTL.set(space);
135 this.worldMin.set(worldMin);
136 this.worldMax.set(worldMax);
147 pQueueTL.set(pQueue);
148 physicsSpaceTL.set(this);
598 //so we add it non kinematic, then set it kinematic again.
641 * Sets the gravity of the PhysicsSpace, set before adding physics objects!
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
BoundingSphere.java 83 this.center.set(c);
112 * given set of points. It uses the <code>calcWelzl</code> method as
124 * set of triangles. It is used in OBBTree calculations.
148 // * set of triangles. It is used in OBBTree calculations.
174 * Calculates a minimum bounding sphere for the set of points. The algorithm
220 this.center.set(0, 0, 0);
283 center.set(0, 0, 0);
316 center.set(0, 0, 0);
526 radVect.set(box.xExtent, box.yExtent, box.zExtent);
562 // Vector3f oldCenter = _compVect2.set( center );
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Matrix3f.java 43 * internally and is accessible via the get and set methods. Convenience methods
45 * set of values.
114 set(mat);
134 * matrix. If a null matrix is supplied, this matrix is set to the identity
141 public Matrix3f set(Matrix3f matrix) { method in class:Matrix3f
389 * limit set is not changed).
443 * the column to set.
445 * the data to set.
483 * the row to set.
485 * the data to set
531 public Matrix3f set(int i, int j, float value) { method in class:Matrix3f
586 public Matrix3f set(float[][] matrix) { method in class:Matrix3f
637 public Matrix3f set(float[] matrix) { method in class:Matrix3f
651 public Matrix3f set(float[] matrix, boolean rowMajor) { method in class:Matrix3f
691 public Matrix3f set(Quaternion quaternion) { method in class:Matrix3f
1297 set(i, j, val); method
1300 set(i, i, val + 1.0f); method
    [all...]
Quaternion.java 133 public Quaternion set(float x, float y, float z, float w) { method in class:Quaternion
150 public Quaternion set(Quaternion q) { method in class:Quaternion
200 * Sets this Quaternion to {0, 0, 0, 1}. Same as calling set(0,0,0,1).
632 this.set(q1);
648 // Set the first and second scale for the interpolation
704 // Set the first and second scale for the interpolation
    [all...]
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/
PhysicsSpace.java 135 physicsSpaceTL.set(space);
151 this.worldMin.set(worldMin);
152 this.worldMax.set(worldMax);
161 pQueueTL.set(pQueue);
188 physicsSpaceTL.set(this);
545 //so we add it non kinematic, then set it kinematic again.
587 * Sets the gravity of the PhysicsSpace, set before adding physics objects!
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainPatch.java 254 store.set(Vector2f.ZERO);
258 return store.set(getMesh().getFloatBuffer(Type.TexCoord).get(idx*2),
377 rootPoint.set(0, this.getHeightmapHeight(s,i), 0);
378 leftPoint.set(-1, this.getHeightmapHeight(s-1,i), 0);
379 rightPoint.set(1, right.getHeightmapHeight(1,i), 0);
382 bottomPoint.set(0, this.getHeightmapHeight(s,i+1), 1);
389 topPoint.set(0, top.getHeightmapHeight(s,s-1), -1);
401 topPoint.set(0, this.getHeightmapHeight(s,s-1), -1);
408 bottomPoint.set(0, bottom.getHeightmapHeight(s,1), 1);
419 topPoint.set(0, this.getHeightmapHeight(s,i-1), -1);
    [all...]
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
Stripifier.java 171 edgeInfos.set(v0, edgeInfo01);
172 edgeInfos.set(v1, edgeInfo01);
174 // set face 0
197 edgeInfos.set(v1, edgeInfo12);
198 edgeInfos.set(v2, edgeInfo12);
200 // set face 0
226 edgeInfos.set(v2, edgeInfo20);
227 edgeInfos.set(v0, edgeInfo20);
229 // set face 0
864 tLastFace.set(tFirstFace);
    [all...]
  /external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DOMInputCapsule.java 909 BitSet set = new BitSet(); local
    [all...]
  /external/libsepol/src/
write.c 107 unsigned set; local
131 set = 1;
146 set++;
188 set--;
195 set--;
198 if (set) {
    [all...]
  /external/libxml2/
xinclude.c 220 * Returns the new set
276 * Returns the new set
689 * Copy the existing document set
985 /* prune and return full set */
1132 xmlNodeSetPtr set = obj->nodesetval; local
1133 if (set == NULL)
1135 for (i = 0;i < set->nodeNr;i++) {
1136 if (set->nodeTab[i] == NULL)
1138 switch (set->nodeTab[i]->type) {
1154 xmlNodePtr tmp, cur = set->nodeTab[i]
1208 xmlLocationSetPtr set = (xmlLocationSetPtr) obj->user; local
1562 xmlNodeSetPtr set; local
    [all...]
xpointer.c 556 * Empty set ...
635 * @cur: the initial range set
639 * If the location already exist in the set @val is freed.
664 xmlXPtrErrMemory("adding location to set");
677 xmlXPtrErrMemory("adding location to set");
714 * @cur: the initial range set
747 * @cur: the initial range set
812 * @set: a node set
815 * it with all the nodes from @set
1406 xmlNodeSetPtr set; local
1620 xmlNodeSetPtr set = obj->nodesetval; local
1664 xmlLocationSetPtr set = (xmlLocationSetPtr) obj->user; local
2038 xmlXPathObjectPtr set; local
2184 xmlXPathObjectPtr set; local
2773 xmlXPathObjectPtr set; local
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 42 void set(short C) { function in class:__anon22206::FAddendCoef
47 void set(const APFloat& C);
123 void set(short Coefficient, Value *V) { Coeff.set(Coefficient), Val = V; } function in class:__anon22206::FAddend
124 void set(const APFloat& Coefficient, Value *V) function in class:__anon22206::FAddend
125 { Coeff.set(Coefficient); Val = V; }
126 void set(const ConstantFP* Coefficient, Value *V) function in class:__anon22206::FAddend
127 { Coeff.set(Coefficient->getValueAPF()); Val = V; }
207 void FAddendCoef::set(const APFloat& C) { function in class:FAddendCoef
246 set(That.IntVal)
    [all...]
  /external/mksh/src/
misc.c 291 * Parse command line and set command arguments. Returns the index of
302 bool set; local
343 * Set FLOGIN before parsing options so user can clear
358 set = tobool(!(go.info & GI_PLUS));
363 arrayset = set ? 1 : -1;
378 printoptions(set);
382 if ((i != (size_t)-1) && (set ? 1U : 0U) == Flag(i))
385 * isn't changing - makes "set -o interactive"
387 * if the output of "set +o" is to be used.
391 change_flag((enum sh_flag)i, what, set);
    [all...]
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 61 * journal so space-sensitive applications should set a conservative limit.
68 * supply a full set of values; the empty value should be used as a
75 * or {@link Editor#abort}. Committing is atomic: a read observes the full set
791 public void set(int index, String value) throws IOException { method in class:DiskLruCache.Editor
899 /** Set lengths using decimal numbers like "10123". */
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-port.h 740 // A copy of all command line arguments. Set by InitGoogleTest().
781 void set(const T& value) { value_ = value; } function in class:testing::internal::ThreadLocal
    [all...]
  /external/openssl/crypto/store/
str_lib.c 1264 unsigned char set[(STORE_ATTR_TYPE_NUM + 8) / 8]; member in struct:STORE_attr_info_st
1277 && ((a)->set[(i) / 8] & (1 << ((i) % 8))))
1278 #define SET_ATTRBIT(a,i) ((a)->set[(i) / 8] |= (1 << ((i) % 8)))
1279 #define CLEAR_ATTRBIT(a,i) ((a)->set[(i) / 8] &= ~(1 << ((i) % 8)))
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 733 // A copy of all command line arguments. Set by InitGoogleTest().
774 void set(const T& value) { value_ = value; } function in class:testing::internal::ThreadLocal
934 // Environment variables which we programmatically clear will be set to the
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
FieldSet.java 42 * A class which represents an arbitrary set of fields of some message type.
156 * returns {@code null} if the field is not set; in this case it is up
256 ((List) list).set(index, value); method
336 * aren't actually present in the set, it is up to the caller to check
  /external/skia/src/gpu/
GrDrawState.h 78 * equivalents are set to default values. Clipping will be enabled.
251 * @param color the color to set.
261 * @param alpha The alpha value to set as the color.
276 this->set(drawState, color);
286 void set(GrDrawState* drawState, GrColor color) { function in class:GrDrawState::AutoColorRestore
392 this->set(ds);
395 ~AutoRestoreEffects() { this->set(NULL); }
397 void set(GrDrawState* ds) { function in class:GrDrawState::AutoRestoreEffects
482 * @param constant the constant to set
487 * Retrieves the last value set by setBlendConstant(
664 void set(GrDrawState* ds, GrRenderTarget* newTarget) { function in class:GrDrawState::AutoRenderTargetRestore
    [all...]
GrPathUtils.cpp 189 void GrPathUtils::QuadUVMatrix::set(const GrPoint qPts[3]) { function in class:GrPathUtils::QuadUVMatrix
231 // Set the matrix to give (u = 0, v = distance_to_line)
247 // It's a point. It should cover zero area. Just set the matrix such
808 // Set klm_rev to to match the sub_section of cubic that needs to have its orientation
SkGpuDevice.cpp 80 *texture = this->set(device, bitmap, params);
89 GrTexture* set(SkGpuDevice* device, function in class:SkGpuDevice::SkAutoCachedTexture
470 // justAlpha is currently set to true only if there is a texture,
497 // be used is set on grPaint and returned in param act. constantColor has the
509 // Also require shader to set the render target .
818 mask->set(context, desc);
848 am.set(context, translate);
    [all...]

Completed in 1522 milliseconds

<<61626364656667686970>>