HomeSort by relevance Sort by last modified time
    Searched refs:IDENTITY (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/clang/test/CodeCompletion/Inputs/
macros.h 3 #define IDENTITY(X) X
  /external/webkit/Source/WebCore/platform/graphics/transforms/
IdentityTransformOperation.h 41 virtual OperationType getOperationType() const { return IDENTITY; }
42 virtual bool isSameType(const TransformOperation& o) const { return o.getOperationType() == IDENTITY; }
TransformOperation.h 51 IDENTITY, NONE
  /external/apache-http/src/org/apache/http/entity/
ContentLengthStrategy.java 49 public static final int IDENTITY = -1;
  /external/clang/test/CodeCompletion/
macros.c 12 switch (p->IDENTITY(color)) {
31 // CC2: IDENTITY(<#X#>)
  /external/apache-http/src/org/apache/http/impl/entity/
LaxContentLengthStrategy.java 71 * than "identity", then the transfer-length is defined by use of the "chunked" transfer-
209 // Currently only chunk and identity are supported
222 return IDENTITY;
230 return IDENTITY;
253 return IDENTITY;
256 return IDENTITY;
StrictContentLengthStrategy.java 67 * than "identity", then the transfer-length is defined by use of the "chunked" transfer-
202 return IDENTITY;
216 return IDENTITY;
EntitySerializer.java 76 } else if (len == ContentLengthStrategy.IDENTITY) {
EntityDeserializer.java 82 } else if (len == ContentLengthStrategy.IDENTITY) {
  /external/guava/guava/src/com/google/common/collect/
BstModificationResult.java 31 IDENTITY, REBUILDING_CHANGE, REBALANCING_CHANGE;
34 static <N extends BstNode<?, N>> BstModificationResult<N> identity(@Nullable N target) { method in class:BstModificationResult
35 return new BstModificationResult<N>(target, target, ModificationType.IDENTITY);
BstMutationResult.java 18 import static com.google.common.collect.BstModificationResult.ModificationType.IDENTITY;
127 case IDENTITY:
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForIdentity.java 24 import android.provider.ContactsContract.CommonDataKinds.Identity;
27 * Handler for Identity data rows.
32 super(context, dbHelper, aggregator, Identity.CONTENT_ITEM_TYPE);
40 // Identity affects aggregation.
41 if (values.containsKey(Identity.IDENTITY) || values.containsKey(Identity.NAMESPACE)) {
54 // Identity affects aggregation.
56 if (values.containsKey(Identity.IDENTITY) || values.containsKey(Identity.NAMESPACE))
    [all...]
  /frameworks/native/services/surfaceflinger/
Transform.cpp 59 if (CC_LIKELY(mType == IDENTITY))
63 if (rhs.mType == IDENTITY)
103 mType = IDENTITY;
149 H.mType |= isZero(w) ? IDENTITY : TRANSLATE;
157 V.mType |= isZero(h) ? IDENTITY : TRANSLATE;
166 R.mType |= isZero(original_w) ? IDENTITY : TRANSLATE;
339 type.append("IDENTITY ");
Transform.h 53 IDENTITY = 0,
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_sake.c 22 enum { IDENTITY, CHALLENGE, CONFIRM, SUCCESS, FAILURE } state;
45 case IDENTITY:
46 return "IDENTITY";
76 const u8 *identity, *password; local
89 data->state = IDENTITY;
91 identity = eap_get_config_identity(sm, &identity_len);
92 if (identity) {
98 os_memcpy(data->peerid, identity, identity_len);
156 if (data->state != IDENTITY) {
161 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received Request/Identity");
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_sake.c 17 enum { IDENTITY, CHALLENGE, CONFIRM, SUCCESS, FAILURE } state;
40 case IDENTITY:
41 return "IDENTITY";
71 const u8 *identity, *password; local
84 data->state = IDENTITY;
86 identity = eap_get_config_identity(sm, &identity_len);
87 if (identity) {
93 os_memcpy(data->peerid, identity, identity_len);
151 if (data->state != IDENTITY) {
156 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received Request/Identity");
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/util/
EntropyComputeUtil.java 59 terrainBlock.collideWith(ray, Matrix4f.IDENTITY, bbox, results);
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Transform.java 49 public static final Transform IDENTITY = new Transform();
66 this(translation, Quaternion.IDENTITY);
74 this(Vector3f.ZERO, Quaternion.IDENTITY);
264 * Loads the identity. Equal to translation=0,0,0 scale=1,1,1 rot=0,0,0,1.
  /external/jmonkeyengine/engine/src/test/jme3test/model/anim/
TestAnimationFactory.java 69 animationFactory.addTimeRotation(1,Quaternion.IDENTITY);
TestSpatialAnim.java 66 rotations[i] = Quaternion.IDENTITY;
TestCustomAnim.java 93 bone.setBindTransforms(Vector3f.ZERO, Quaternion.IDENTITY, Vector3f.UNIT_XYZ);
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
MotionTrack.java 202 oc.write(rotation, "rotation", Quaternion.IDENTITY);
213 rotation = (Quaternion) in.readSavable("rotation", Quaternion.IDENTITY);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_sake.c 23 enum { IDENTITY, CHALLENGE, CONFIRM, SUCCESS, FAILURE } state;
43 case IDENTITY:
44 return "IDENTITY";
136 wpa_printf(MSG_DEBUG, "EAP-SAKE: Request/Identity");
240 case IDENTITY:
288 if (data->state == IDENTITY && subtype == EAP_SAKE_SUBTYPE_IDENTITY)
312 if (data->state != IDENTITY)
315 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received Response/Identity");
316 /* TODO: update identity and select new user data */
  /external/wpa_supplicant_8/src/eap_server/
eap_server_sake.c 18 enum { IDENTITY, CHALLENGE, CONFIRM, SUCCESS, FAILURE } state;
38 case IDENTITY:
39 return "IDENTITY";
131 wpa_printf(MSG_DEBUG, "EAP-SAKE: Request/Identity");
235 case IDENTITY:
283 if (data->state == IDENTITY && subtype == EAP_SAKE_SUBTYPE_IDENTITY)
307 if (data->state != IDENTITY)
310 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received Response/Identity");
311 /* TODO: update identity and select new user data */
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintRotLike.java 82 Quaternion offset = Quaternion.IDENTITY;

Completed in 441 milliseconds

1 2 3