/cts/tests/openglperf2/jni/graphics/ |
Matrix.h | 25 // Loads this matrix with the identity matrix. 26 void identity();
|
PerspectiveProgram.cpp | 34 mLightModelMatrix.identity();
|
/external/eigen/test/eigen2/ |
eigen2_swap.cpp | 36 MatrixType m2 = MatrixType::Random(rows,cols) + Scalar(100) * MatrixType::Identity(rows,cols); 37 OtherMatrixType m3 = OtherMatrixType::Random(rows,cols) + Scalar(200) * OtherMatrixType::Identity(rows,cols);
|
/external/eigen/test/ |
prec_inverse_4x4.cpp | 22 double error = double( (m*inv-MatrixType::Identity()).norm() / NumTraits<Scalar>::epsilon() ); 44 double error = double( (m*inv-MatrixType::Identity()).norm() * absdet / NumTraits<Scalar>::epsilon() );
|
real_qz.cpp | 61 VERIFY_IS_APPROX(qz.matrixQ()*qz.matrixQ().adjoint(), MatrixType::Identity(dim,dim)); 62 VERIFY_IS_APPROX(qz.matrixZ()*qz.matrixZ().adjoint(), MatrixType::Identity(dim,dim));
|
swap.cpp | 36 MatrixType m2 = MatrixType::Random(rows,cols) + Scalar(100) * MatrixType::Identity(rows,cols); 37 OtherMatrixType m3 = OtherMatrixType::Random(rows,cols) + Scalar(200) * OtherMatrixType::Identity(rows,cols);
|
/external/icu/icu4c/source/data/xml/rbnf/ |
ga.xml | 7 <identity> 10 </identity>
|
/external/nist-sip/java/gov/nist/core/net/ |
AddressResolver.java | 54 * The default implementation is just an identity mapping 59 * if this is just an identity mapping ( the default behavior ).
|
/external/selinux/libsepol/include/sepol/policydb/ |
constraint.h | 12 * identity or role unless it is in a privileged type. 15 * identity.
|
/external/v8/src/ |
bignum-dtoa.h | 34 // identity requirement is still satisfied. If the digits are printed 47 // any other digit would not satisfy the internal identity requirement.
|
/external/v8/test/mjsunit/es6/ |
arrow-functions.js | 28 var identity = x => x; variable 29 assertEquals(empty, identity(empty));
|
/external/valgrind/helgrind/tests/ |
tc15_laog_lockdel.c | 42 identity, so a second locking sequence 2 -> 1 should now be OK. */ 44 "Free 2 and re-allocate it. This gives it a new identity,\n");
|
/external/webrtc/webrtc/base/ |
sslstreamadapterhelper.cc | 36 void SSLStreamAdapterHelper::SetIdentity(SSLIdentity* identity) { 38 identity_.reset(identity);
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_leap.c | 65 const u8 *pos, *challenge, *identity, *password; local 72 identity = eap_get_config_identity(sm, &identity_len); 74 if (identity == NULL || password == NULL) 125 wpabuf_put_data(resp, identity, identity_len); 140 const u8 *identity; local 145 identity = eap_get_config_identity(sm, &identity_len); 146 if (identity == NULL) 175 wpabuf_put_data(resp, identity, identity_len);
|
/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_sm.h | 70 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len, 92 const char *identity, const char *radius_cui);
|
/frameworks/base/services/core/java/com/android/server/media/ |
MediaResourceMonitorService.java | 59 final long identity = Binder.clearCallingIdentity(); local 71 Binder.restoreCallingIdentity(identity);
|
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
PSKKeyManagerProxy.java | 47 protected SecretKey getKey(String identityHint, String identity, Socket socket) { 52 protected SecretKey getKey(String identityHint, String identity, SSLEngine engine) {
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
for_each.hpp | 23 #include <boost/mpl/identity.hpp> 111 for_each<Sequence, identity<> >(f);
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_ttls.c | 91 if (sm->identity) { 99 wpabuf_put_data(buf, sm->identity, id_len); 655 sm->identity, sm->identity_len, 719 if (sm->identity == NULL) { 720 wpa_printf(MSG_DEBUG, "EAP-TTLS/MSCHAPV2: No user identity " 729 username = sm->identity; 921 if (eap_user_get(sm, sm->identity, sm->identity_len, 1) != 0) { 923 "Identity not found in the user " 925 sm->identity, sm->identity_len); 966 "initialize EAP-Identity"); [all...] |
eap_server.c | 152 * @identity: Identity (User-Name) of the user 153 * @identity_len: Length of identity in bytes 158 * selected based on the specified identity. sm->user and 162 int eap_user_get(struct eap_sm *sm, const u8 *identity, size_t identity_len, 178 if (sm->eapol_cb->get_eap_user(sm->eapol_ctx, identity, 228 if (sm->eap_if.eapRestart && !sm->eap_server && sm->identity) { 230 * Need to allow internal Identity method to be used instead 853 * EAP Identity exchange. Use keyName-NAI as the user identity [all...] |
eap_server_fast.c | 61 u8 *identity; /* from PAC-Opaque */ member in struct:eap_fast_data 131 u8 *identity = NULL; local 218 identity = pos; 234 if (identity) { 235 wpa_hexdump_ascii(MSG_DEBUG, "EAP-FAST: Identity from " 236 "PAC-Opaque", identity, identity_len); 237 os_free(data->identity); 238 data->identity = os_malloc(identity_len); 239 if (data->identity) { 240 os_memcpy(data->identity, identity, identity_len) [all...] |
/developers/samples/android/ui/activitytasks/DocumentCentricRelinquishIdentity/ |
template-params.xml | 31 This sample shows how to relinquish identity to activities above it in the task stack.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ses/ |
exceptions.py | 26 Raised when an identity (domain or address) has not been verified in SES yet.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ses/ |
test_identity.py | 122 identity='user@example.com', 137 identity='user@example.com', 168 identity='user@example.com', 182 identity='user@example.com',
|
/external/eigen/Eigen/src/Eigen2Support/ |
QR.h | 37 MatrixType ret = MatrixType::Identity(this->rows(), this->cols());
|