Searched defs:Identity (Results 1 - 25 of 42) sorted by relevance

12

/external/libcxx/test/libcxx/experimental/filesystem/class.path/path.req/
H A Dis_pathable.pass.cpp38 struct Identity { typedef Tp type; }; struct
41 Identity<Source> CheckSourceType(Source const&);
/external/webrtc/talk/app/webrtc/java/jni/
H A Dandroidvideocapturer_jni.h79 struct Identity { struct in class:webrtc_jni::AndroidVideoCapturerJni
89 typename Identity<Args>::type... args);
/external/libcxx/test/libcxx/type_traits/
H A Dlazy_metafunctions.pass.cpp21 struct Identity { struct
28 typedef Identity<TrueT> LazyTrueT;
29 typedef Identity<FalseT> LazyFalseT;
/external/clang/test/CodeGen/
H A Dpass-object-size.c241 int Identity(void *p, size_t i) { return i; } function
244 int AsmObjectSize0(void *const p PS(0)) __asm__("Identity");
246 int AsmObjectSize1(void *const p PS(1)) __asm__("Identity");
248 int AsmObjectSize2(void *const p PS(2)) __asm__("Identity");
250 int AsmObjectSize3(void *const p PS(3)) __asm__("Identity");
256 // CHECK: call i32 @"\01Identity"(i8* %{{.*}}, i64 360)
258 // CHECK: call i32 @"\01Identity"(i8* %{{.*}}, i64 360)
260 // CHECK: call i32 @"\01Identity"(i8* %{{.*}}, i64 360)
262 // CHECK: call i32 @"\01Identity"(i8* %{{.*}}, i64 360)
265 // CHECK: call i32 @"\01Identity"(i
[all...]
/external/clang/test/CodeGenCXX/
H A Ddebug-info.cpp23 template<typename T> struct Identity { struct
27 void f(Identity<int>::Type a) {}
28 void f(Identity<int> a) {}
/external/clang/test/Modules/Inputs/
H A Dcxx-templates-b.h34 template<typename T, typename> struct Identity { typedef T type; }; struct
36 typename Identity<DefinedInBImpl, T>::type dependent;
38 typename Identity<DefinedInBImpl, T>::type::Inner inner;
/external/eigen/Eigen/src/Geometry/
H A DAngleAxis.h145 EIGEN_DEVICE_FUNC static inline const AngleAxis Identity() { return AngleAxis(Scalar(0), Vector3::UnitX()); } function in class:Eigen::AngleAxis
H A DRotation2D.h152 EIGEN_DEVICE_FUNC static inline Rotation2D Identity() { return Rotation2D(0); } function in class:Eigen::Rotation2D
H A DTranslation.h147 static const Translation Identity() { return Translation(VectorType::Zero()); } function in class:Eigen::Translation
H A DQuaternion.h104 * \sa MatrixBase::Identity()
106 EIGEN_DEVICE_FUNC static inline Quaternion<Scalar> Identity() { return Quaternion<Scalar>(Scalar(1), Scalar(0), Scalar(0), Scalar(0)); } function in class:Eigen::QuaternionBase
108 /** \sa QuaternionBase::Identity(), MatrixBase::setIdentity()
H A DTransform.h539 EIGEN_DEVICE_FUNC static const Transform Identity() function in class:Eigen::Transform
541 return Transform(MatrixType::Identity());
/external/fonttools/Lib/fontTools/misc/
H A Dtransform.py14 Identity -- Transform instance set to the identity transformation
42 >>> t = Identity.scale(0.5).translate(100, 200).skew(0.1, 0.2)
51 __all__ = ["Transform", "Identity", "Offset", "Scale"]
228 >>> t = Identity.translate(2, 3).scale(4, 5)
246 >>> t = Identity.scale(2, 3).translate(4, 5)
255 >>> len(Identity)
263 >>> list(Identity)
265 >>> tuple(Identity)
275 >>> t1 = Identity.scale(2, 3).translate(4, 6)
276 >>> t2 = Identity
328 Identity = Transform() variable
[all...]
/external/fonttools/Tools/fontTools/misc/
H A Dtransform.py14 Identity -- Transform instance set to the identity transformation
42 >>> t = Identity.scale(0.5).translate(100, 200).skew(0.1, 0.2)
51 __all__ = ["Transform", "Identity", "Offset", "Scale"]
228 >>> t = Identity.translate(2, 3).scale(4, 5)
246 >>> t = Identity.scale(2, 3).translate(4, 5)
255 >>> len(Identity)
263 >>> list(Identity)
265 >>> tuple(Identity)
275 >>> t1 = Identity.scale(2, 3).translate(4, 6)
276 >>> t2 = Identity
328 Identity = Transform() variable
[all...]
/external/guava/guava/src/com/google/common/base/
H A DEquivalence.java318 return Identity.INSTANCE;
339 static final class Identity extends Equivalence<Object> class in class:Equivalence
342 static final Identity INSTANCE = new Identity();
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmsmtrx.c83 // 3x3 Identity
100 cmsMAT3 Identity; local
103 _cmsMAT3identity(&Identity);
107 if (!CloseEnough(a ->v[i].n[j], Identity.v[i].n[j])) return FALSE;
/external/webrtc/webrtc/base/
H A Dbind_unittest.cc27 template <class T> T Identity(T value) { ++call_count; return value; } function in struct:rtc::__anon24344::MethodBindTester
131 EXPECT_EQ(100, Bind(&MethodBindTester::Identity<int>, &object, 100)());
134 EXPECT_EQ(string_value, Bind(&MethodBindTester::Identity<std::string>,
/external/eigen/Eigen/src/Core/
H A DCwiseNullaryOp.h35 * It is the return type of the Ones(), Zero(), Constant(), Identity() and Random() methods,
665 // Identity:
673 * it is redundant to pass \a rows and \a cols as arguments, so Identity() should be used
679 * \sa Identity(), setIdentity(), isIdentity()
683 MatrixBase<Derived>::Identity(Index rows, Index cols) function in class:Eigen::MatrixBase
696 * \sa Identity(Index,Index), setIdentity(), isIdentity()
700 MatrixBase<Derived>::Identity() function in class:Eigen::MatrixBase
713 * \sa class CwiseNullaryOp, Identity(), Identity(Index,Index), setIdentity()
747 return m = Derived::Identity(
[all...]
/external/eigen/unsupported/Eigen/CXX11/src/util/
H A DCXX11Meta.h267 constexpr static inline int run() { return Reducer::Identity; }
293 static constexpr int Identity = 0; member in struct:Eigen::internal::sum_op
297 static constexpr int Identity = 1; member in struct:Eigen::internal::product_op
/external/libcxx/test/support/
H A Duses_alloc_types.hpp131 struct Identity { typedef T type; }; struct in namespace:UsesAllocatorType::detail
134 using IdentityT = typename Identity<T>::type;
255 typename detail::Identity<LArgs>::type..., CtorAlloc const& alloc) {
/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp601 Constant *Identity = ConstantExpr::getBinOpIdentity(Opcode, I->getType()); local
602 assert(Identity && "Associative operation without identity!");
603 Ops.emplace_back(Identity, APInt(Bitwidth, 1));
/external/mesa3d/src/mesa/math/
H A Dm_matrix.c131 * Identity matrix.
133 static GLfloat Identity[16] = { variable
596 memcpy( out, Identity, sizeof(Identity) );
630 * Simply copies Identity into GLmatrix::inv.
634 memcpy( mat->inv, Identity, sizeof(Identity) );
656 memcpy( out, Identity, 16 * sizeof(GLfloat) );
689 memcpy( out, Identity, 16 * sizeof(GLfloat) );
711 memcpy( out, Identity, 1
[all...]
/external/openssh/
H A Dssh-agent.c119 } Identity; typedef in typeref:struct:identity
189 free_identity(Identity *id)
198 static Identity *
201 Identity *id;
213 confirm_key(Identity *id)
244 Identity *id;
297 Identity *id;
468 Identity *id = lookup_identity(key, version);
496 Identity *id;
517 Identity *i
[all...]
H A Dsshconnect2.c243 typedef struct identity Identity; typedef in typeref:struct:identity
313 static int sign_and_send_pubkey(Authctxt *, Identity *);
553 Identity *id = NULL;
1001 sign_and_send_pubkey(Authctxt *authctxt, Identity *id)
1092 send_pubkey_test(Authctxt *authctxt, Identity *id)
1297 Identity *id;
1312 try_identity(Identity *id)
1334 Identity *id;
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTVector.h1289 @fn Identity
1293 static PVRTMat3 Identity() function in struct:PVRTMat3
1674 ppRows[j][0] = PVRTMat4::Identity().f[i + 4 * j];
1773 static PVRTMat4 Identity() function in struct:PVRTMat4
/external/libchrome/base/
H A Dbind_unittest.cc264 int Identity(int n) { function in namespace:base::__anon9831
544 Callback<int()> bind_primitive_cb = Bind(&Identity, n);
551 Callback<int()> bind_int_literal_cb = Bind(&Identity, 3);
630 Callback<int()> ref_copies_cb = Bind(&Identity, ref_n);
635 Callback<int()> const_ref_copies_cb = Bind(&Identity, const_ref_n);
727 Callback<int()> copy_cb = Bind(&Identity, n);
728 Callback<int()> const_ref_cb = Bind(&Identity, ConstRef(n));

Completed in 1503 milliseconds

12