HomeSort by relevance Sort by last modified time
    Searched full:identity (Results 376 - 400 of 2436) sorted by null

<<11121314151617181920>>

  /external/eigen/test/
geo_transformations.cpp 38 t0 = Transform3::Identity();
39 VERIFY_IS_APPROX(t0.matrix(), Transform3::MatrixType::Identity());
115 VERIFY_IS_APPROX(Matrix3::Identity(), m * AngleAxisx(a, v0.normalized()));
116 VERIFY_IS_APPROX(Matrix3::Identity(), AngleAxisx(a, v0.normalized()) * m);
165 // first test setIdentity() and Identity()
167 VERIFY_IS_APPROX(t0.matrix(), Transform3::MatrixType::Identity());
169 t0 = Transform3::Identity();
170 VERIFY_IS_APPROX(t0.matrix(), Transform3::MatrixType::Identity());
215 VERIFY_IS_APPROX(t4.matrix(), MatrixType::Identity());
225 VERIFY_IS_APPROX(t4.matrix(), MatrixType::Identity());
    [all...]
  /libcore/ojluni/src/main/java/java/util/stream/
ReduceOps.java 61 * @param seed the identity element for the reduction
240 * @param identity the identity for the combining function
245 makeInt(int identity, IntBinaryOperator operator) {
253 state = identity;
376 * @param identity the identity for the combining function
381 makeLong(long identity, LongBinaryOperator operator) {
389 state = identity;
512 * @param identity the identity for the combining functio
    [all...]
  /external/autotest/client/site_tests/security_BundledExtensions/
baseline 109 "identity",
159 "identity"]
  /external/ceres-solver/internal/ceres/
cgnr_solver.cc 48 options_.preconditioner_type != IDENTITY) {
49 LOG(FATAL) << "CGNR only supports IDENTITY and JACOBI preconditioners.";
  /external/chromium-trace/catapult/tracing/tracing/base/
statistics.html 13 function identity(d) {
28 var func = opt_func || identity;
42 var valueCallback = opt_valueCallback || identity;
62 var func = opt_func || identity;
80 var func = opt_func || identity;
88 var func = opt_func || identity;
96 var func = opt_func || identity;
107 var func = opt_func || identity;
  /external/clang/test/SemaTemplate/
temp_arg_template.cpp 80 struct identity {}; struct
89 f7<identity>();
  /external/curl/docs/libcurl/opts/
CURLOPT_SSL_VERIFYHOST.3 37 indicating its identity.
59 This option controls checking the server's certificate's claimed identity.
  /external/eigen/test/eigen2/
eigen2_prec_inverse_4x4.cpp 42 double error = double( (m*inv-MatrixType::Identity()).norm() / epsilon<Scalar>() );
62 double error = double( (m*inv-MatrixType::Identity()).norm() * absdet / epsilon<Scalar>() );
eigen2_svd.cpp 60 VERIFY_IS_APPROX(unitary * unitary.adjoint(), MatrixType::Identity(unitary.rows(),unitary.rows()));
66 VERIFY_IS_APPROX(unitary * unitary.adjoint(), MatrixType::Identity(unitary.rows(),unitary.rows()));
  /external/guava/guava/src/com/google/common/base/
Equivalence.java 30 * equivalences are the {@linkplain #identity() identity equivalence} and {@linkplain #equals equals
133 * For example, {@code Equivalence.identity().onResultOf(Functions.toStringFunction())} is broken
317 public static Equivalence<Object> identity() { method in class:Equivalence
318 return Identity.INSTANCE;
339 static final class Identity extends Equivalence<Object>
342 static final Identity INSTANCE = new Identity();
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUNotifier.java 54 // identity equality check
80 // identity equality check
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUNotifier.java 52 // identity equality check
78 // identity equality check
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
SectionAnnotator.java 104 public void setItemIdentity(int itemOffset, String identity) {
105 itemIdentities.put(itemOffset, identity);
  /external/tcpdump/tests/
isakmp5-v.out 3 (sa: doi=ipsec situation=identity
11 (sa: doi=ipsec situation=identity
  /external/valgrind/helgrind/tests/
tc23_bogus_condwait.c 97 static sem_t* my_sem_init (char* identity, int pshared, unsigned count)
112 sprintf(name, "anonsem_%s_pid%d", identity, (int)getpid());
  /external/webrtc/talk/app/webrtc/java/jni/
androidvideocapturer_jni.h 79 struct Identity {
89 typename Identity<Args>::type... args);
  /external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c 141 const u8 *identity; local
159 identity = eap_get_config_identity(sm, &identity_len);
161 if (identity && identity_len == WSC_ID_REGISTRAR_LEN &&
162 os_memcmp(identity, WSC_ID_REGISTRAR, WSC_ID_REGISTRAR_LEN) == 0)
164 else if (identity && identity_len == WSC_ID_ENROLLEE_LEN &&
165 os_memcmp(identity, WSC_ID_ENROLLEE, WSC_ID_ENROLLEE_LEN) == 0)
168 wpa_hexdump_ascii(MSG_INFO, "EAP-WSC: Unexpected identity",
169 identity, identity_len);
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 154 u8 *identity; member in struct:eapol_state_machine
160 struct wpabuf *radius_cui; /* Chargeable-User-Identity */
  /frameworks/base/core/java/android/hardware/input/
TouchCalibration.java 29 public static final TouchCalibration IDENTITY = new TouchCalibration();
46 * Create a new TouchCalibration initialized to the identity transformation.
  /frameworks/base/docs/html/distribute/engage/
easy-signin.jd 3 page.tags="google", "identity", "signin"
13 <p>Get started <a href="https://developers.google.com/identity/sign-in/">integrating
  /frameworks/base/docs/html/distribute/users/
house-ads.jd 3 page.tags="google", "identity", "signin"
22 <p>Get started <a href="https://developers.google.com/identity/sign-in/">integrating
  /frameworks/base/graphics/java/android/graphics/
ColorMatrixColorFilter.java 71 * the identity matrix.
93 * the identity matrix.
  /frameworks/base/services/core/java/com/android/server/am/
ReceiverList.java 55 // Want object identity, not the array identity we are inheriting.
  /libcore/ojluni/src/main/java/javax/net/ssl/
SSLSession.java 45 * <LI> <em>Peer Identity.</em> Sessions are between a particular
46 * client and a particular server. The identity of the peer may
217 * Returns the identity of the peer which was established as part
227 * @exception SSLPeerUnverifiedException if the peer's identity has not
257 * Returns the identity of the peer which was identified as part
273 * @exception SSLPeerUnverifiedException if the peer's identity
281 * Returns the identity of the peer which was established as part of
288 * @throws SSLPeerUnverifiedException if the peer's identity has not
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
formatter.hpp 63 // identity format functor ----------------------------------------------------//
65 // identity format functor

Completed in 782 milliseconds

<<11121314151617181920>>