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

12345678

/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/v8/test/mjsunit/harmony/
H A Darrow-functions.js30 var identity = x => x; variable
31 assertEquals(empty, identity(empty));
/external/eigen/test/eigen2/
H A Deigen2_inverse.cpp28 identity = MatrixType::Identity(rows, rows); local
43 VERIFY_IS_APPROX(identity, m1.inverse() * m1 );
44 VERIFY_IS_APPROX(identity, m1 * m1.inverse() );
H A Deigen2_cwiseop.cpp37 identity = Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> local
60 VERIFY(identity.isIdentity());
H A Dproduct.h45 identity = RowSquareMatrixType::Identity(rows, rows), local
81 VERIFY_IS_APPROX(v1, identity*v1);
82 VERIFY_IS_APPROX(v1.transpose(), v1.transpose() * identity);
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp4.cpp5 template<class T> struct identity { typedef T type; }; struct in namespace:PR8598
8 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/conscrypt/src/main/java/org/conscrypt/
H A DDuckTypedPSKKeyManager.java115 public SecretKey getKey(String identityHint, String identity, Socket socket) { argument
119 .invoke(mDelegate, identityHint, identity, socket);
126 public SecretKey getKey(String identityHint, String identity, SSLEngine engine) { argument
130 .invoke(mDelegate, identityHint, identity, engine);
H A DPSKKeyManager.java45 * handshake the server can provide a <em>PSK identity hint</em> to the client, and the client can
46 * provide a <em>PSK identity</em> to the server. The contents of these two pieces of information
49 * <p><em>NOTE: Both the PSK identity hint and the PSK identity are transmitted in cleartext.
57 * <li>Server replies, optionally providing a PSK identity hint to client.</li>
59 * <li>Client provides a PSK identity of the chosen key to server.</li>
65 * know the key to learn which PSK identity hints or PSK identities are supported. If this is a
68 * where a key is available -- making it appear to the attacker that all PSK identity hints and PSK
76 * <li>128 bytes for PSK identity and PSK identity hin
158 getKey(String identityHint, String identity, Socket socket) argument
170 getKey(String identityHint, String identity, SSLEngine engine) argument
[all...]
/external/eigen/test/
H A Dinverse.cpp28 identity = MatrixType::Identity(rows, rows); local
35 VERIFY_IS_APPROX(identity, m1.inverse() * m1 );
36 VERIFY_IS_APPROX(identity, m1 * m1.inverse() );
55 VERIFY_IS_APPROX(identity, m1*m2);
61 VERIFY_IS_APPROX(identity, m1*m2);
H A Dinteger_types.cpp72 SquareMatrixType identity = SquareMatrixType::Identity(rows, rows), local
130 VERIFY_IS_APPROX(identity * m1, m1);
H A Dproduct.h43 identity = RowSquareMatrixType::Identity(rows, rows), local
76 VERIFY_IS_APPROX(v1, identity*v1);
77 VERIFY_IS_APPROX(v1.transpose(), v1.transpose() * identity);
/external/valgrind/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/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DIdentityScopeStub.java99 public void addIdentity(Identity identity) throws KeyManagementException { argument
109 public void removeIdentity(Identity identity) throws KeyManagementException { argument
124 * Sets the system's identity scope
/external/guava/guava-testlib/src/com/google/common/testing/
H A DDummyProxy.java84 return identity().hashCode();
90 return identity().equals(that.identity());
96 private DummyProxy identity() { method in class:DummyProxy.DummyHandler
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dpmksa_cache_auth.h26 u8 *identity; member in struct:rsn_pmksa_cache_entry
/external/wpa_supplicant_8/src/ap/
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 Dpmksa_cache_auth.h26 u8 *identity; member in struct:rsn_pmksa_cache_entry
/external/clang/test/SemaTemplate/
H A Dtemp_arg_template.cpp67 struct identity {}; struct
72 f7<identity>();
/external/eigen/unsupported/test/
H A Dmatrix_exponential.cpp105 MatrixType m1(rows, cols), m2(rows, cols), identity = MatrixType::Identity(rows, cols); local
113 std::cout << "randomTest: error funm = " << relerr(identity, m2);
114 VERIFY(identity.isApprox(m2, static_cast<RealScalar>(tol)));
117 std::cout << " error expm = " << relerr(identity, m2) << "\n";
118 VERIFY(identity.isApprox(m2, static_cast<RealScalar>(tol)));
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_csc.c160 static const vl_csc_matrix identity = variable
206 memcpy(matrix, identity, sizeof(vl_csc_matrix));
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
H A DSectionAnnotator.java104 public void setItemIdentity(int itemOffset, String identity) { argument
105 itemIdentities.put(itemOffset, identity);

Completed in 763 milliseconds

12345678