Searched defs:identity (Results 1 - 25 of 224) sorted by relevance

123456789

/external/v8/test/mjsunit/
H A Dcodegen-coverage.js30 function identity(x) { function
54 x = identity(1);
67 x = identity(1);
75 x = identity(1);
84 x = identity(1);
95 x = identity(-1073741824); // Least (31-bit) smi.
106 x = identity(-1073741824);
114 x = identity(-1073741824);
122 x = identity(-1073741824);
130 x = identity(
[all...]
/external/clang/test/CXX/over/over.match/over.match.best/over.best.ics/over.ics.user/
H A Dp3-0x.cpp4 template<typename T> struct identity struct in namespace:PR6285
9 operator typename identity<T>::type(); // expected-note{{candidate}}
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp4.cpp4 template<class T> struct identity { typedef T type; }; struct in namespace:PR8598
7 void f(T C::*, typename identity<T>::type*){} argument
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp11.cpp11 struct identity { struct
16 T* f2(int, typename identity<T>::type = 0);
18 T& f2(U, typename identity<T>::type = 0);
/external/clang/test/CodeGenCXX/
H A Dmangle-variadic-templates.cpp6 template<typename T> struct identity { }; struct
54 template<typename R, typename ...ArgTypes> identity<R(ArgTypes...)> f5() {}
56 template identity<int(int, float, double)> f5();
67 template template_tuple<identity, add_reference> f7();
/external/eigen/test/eigen2/
H A Deigen2_inverse.cpp29 identity = MatrixType::Identity(rows, rows); local
44 VERIFY_IS_APPROX(identity, m1.inverse() * m1 );
45 VERIFY_IS_APPROX(identity, m1 * m1.inverse() );
H A Deigen2_basicstuff.cpp26 identity = Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> local
H A Deigen2_adjoint.cpp33 identity = SquareMatrixType::Identity(rows, rows), local
H A Deigen2_cwiseop.cpp37 identity = Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> local
63 VERIFY(identity.isIdentity());
H A Deigen2_nomalloc.cpp37 identity = Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> local
H A Deigen2_triangular.cpp31 identity = Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> local
/external/eigen/test/
H A Dinverse.cpp29 identity = MatrixType::Identity(rows, rows); local
36 VERIFY_IS_APPROX(identity, m1.inverse() * m1 );
37 VERIFY_IS_APPROX(identity, m1 * m1.inverse() );
53 VERIFY_IS_APPROX(identity, m1*m2);
59 VERIFY_IS_APPROX(identity, m1*m2);
H A Dcwiseop.cpp47 identity = Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> local
70 VERIFY(identity.isIdentity());
/external/valgrind/main/helgrind/tests/
H A Dtc24_nonzero_sem.c49 static sem_t* my_sem_init (char* identity, int pshared, unsigned count) argument
64 sprintf(name, "anonsem_%s_pid%d", identity, (int)getpid());
H A Dtc23_bogus_condwait.c97 static sem_t* my_sem_init (char* identity, int pshared, unsigned count) argument
112 sprintf(name, "anonsem_%s_pid%d", identity, (int)getpid());
/external/webkit/Source/WebCore/platform/network/
H A DCredential.cpp59 , m_identity(original.identity())
97 Credential::Credential(SecIdentityRef identity, CFArrayRef certificates, CredentialPersistence persistence) argument
101 , m_identity(identity)
107 SecIdentityRef Credential::identity() const function in class:WebCore::Credential
135 // Comparing identity and certificate chain pointers is valid only
138 // FIXME: Is pointer comparison of the identity and certificates properties sufficient?
140 if (a.identity() != b.identity())
145 // We only need to check identity and certificates to compare
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DIdentityScopeStub.java93 public void addIdentity(Identity identity) throws KeyManagementException { argument
102 public void removeIdentity(Identity identity) throws KeyManagementException { argument
116 * Sets the system's identity scope
/external/guava/guava/src/com/google/common/base/
H A DEquivalences.java57 public static Equivalence<Object> identity() { method in class:Equivalences
/external/guava/guava/src/com/google/common/collect/
H A DBstModificationResult.java34 static <N extends BstNode<?, N>> BstModificationResult<N> identity(@Nullable N target) { method in class:BstModificationResult
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dauthsrv.c52 static int hostapd_radius_get_eap_user(void *ctx, const u8 *identity, argument
59 eap_user = hostapd_get_eap_user(ctx, identity, identity_len, phase2);
H A Dpmksa_cache_auth.h26 u8 *identity; member in struct:rsn_pmksa_cache_entry
/external/wpa_supplicant_8/src/ap/
H A Dauthsrv.c52 static int hostapd_radius_get_eap_user(void *ctx, const u8 *identity, argument
59 eap_user = hostapd_get_eap_user(ctx, identity, identity_len, phase2);
H A Dpmksa_cache_auth.h26 u8 *identity; member in struct:rsn_pmksa_cache_entry
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dauthsrv.c52 static int hostapd_radius_get_eap_user(void *ctx, const u8 *identity, argument
59 eap_user = hostapd_get_eap_user(ctx, identity, identity_len, phase2);
H A Dpmksa_cache_auth.h26 u8 *identity; member in struct:rsn_pmksa_cache_entry

Completed in 524 milliseconds

123456789