Home
last modified time | relevance | path

Searched defs:Identity (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
Dvertexconversion.h27 struct Identity struct
29 static const bool identity = true;
31 typedef T OutputType;
33 static T convert(T x) in convert()
/external/chromium/net/http/
Dhttp_auth.h101 struct Identity { struct
104 IdentitySource source; argument
105 bool invalid;
106 string16 username;
107 string16 password;
Dhttp_auth.cc21 HttpAuth::Identity::Identity() : source(IDENT_SRC_NONE), invalid(true) {} in Identity() function in net::HttpAuth::Identity
/external/clang/test/CodeGenCXX/
Ddebug-info.cpp2 template<typename T> struct Identity { struct
6 void f(Identity<int>::Type a) {} in f() argument
/external/guava/guava/src/com/google/common/base/
DEquivalences.java79 private static final class Identity extends Equivalence<Object> class in Equivalences
/external/eigen/Eigen/src/Geometry/
DQuaternion.h105 static inline Quaternion<Scalar> Identity() { return Quaternion<Scalar>(1, 0, 0, 0); } in Identity() function
DTranslation.h145 static const Translation Identity() { return Translation(VectorType::Zero()); } in Identity() function
DTransform.h498 static const Transform Identity() in Identity() function
/external/chromium/base/
Dbind_unittest.cc150 int Identity(int n) { in Identity() function
/external/openssh/
Dssh-agent.c111 } Identity; typedef
Dsshconnect2.c241 typedef struct identity Identity; typedef
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp633 Constant *Identity = ConstantExpr::getBinOpIdentity(Opcode, I->getType()); in LinearizeExprTree() local
/external/chromium/testing/gmock/test/
Dgmock-generated-actions_test.cc383 TEST(WithArgsTest, Identity) { in TEST() argument
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1371 bool Identity = true; in getVectorShuffle() local