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

<<11121314151617181920>>

  /external/eigen/test/eigen2/
eigen2_geometry_with_eigen2_prefix.cpp 58 // Quaternion: Identity(), setIdentity();
61 VERIFY_IS_APPROX(Quaternionx(Quaternionx::Identity()).coeffs(), q2.coeffs());
76 VERIFY_IS_APPROX(Matrix3::Identity(), m * AngleAxisx(a, v0.normalized()));
77 VERIFY_IS_APPROX(Matrix3::Identity(), AngleAxisx(a, v0.normalized()) * m);
141 // first test setIdentity() and Identity()
143 VERIFY_IS_APPROX(t0.matrix(), Transform3::MatrixType::Identity());
145 t0 = Transform3::Identity();
146 VERIFY_IS_APPROX(t0.matrix(), Transform3::MatrixType::Identity());
202 VERIFY_IS_APPROX(t4.matrix(), Matrix4::Identity());
212 VERIFY_IS_APPROX(t4.matrix(), Matrix4::Identity());
    [all...]
  /external/webrtc/webrtc/base/
sslidentity_unittest.cc 114 const SSLIdentity* identity,
122 rv = identity->certificate().ComputeDigest(algorithm, digest,
127 // Repeat digest computation for the identity as a sanity check.
129 rv = identity->certificate().ComputeDigest(algorithm, digest1,
254 rtc::scoped_ptr<SSLIdentity> identity(
256 EXPECT_TRUE(identity);
257 EXPECT_EQ(kCERT_PEM, identity->certificate().ToPEMString());
281 rtc::scoped_ptr<SSLIdentity> identity(
283 EXPECT_TRUE(identity);
284 EXPECT_EQ(kCERT_PEM, identity->certificate().ToPEMString())
400 SSLIdentity* identity = rtc::SSLIdentity::GenerateForTest(params); local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudfront/
__init__.py 30 from boto.cloudfront.identity import OriginAccessIdentity
31 from boto.cloudfront.identity import OriginAccessIdentitySummary
32 from boto.cloudfront.identity import OriginAccessIdentityConfig
210 # Origin Access Identity
215 return self._get_all_objects('origin-access-identity/cloudfront', tags)
218 return self._get_info(access_id, 'origin-access-identity/cloudfront',
223 'origin-access-identity/cloudfront',
233 return self._create_object(config, 'origin-access-identity/cloudfront',
238 'origin-access-identity/cloudfront')
  /external/wpa_supplicant_8/src/eap_server/
eap_server_sake.c 18 enum { IDENTITY, CHALLENGE, CONFIRM, SUCCESS, FAILURE } state;
36 case IDENTITY:
37 return "IDENTITY";
123 wpa_printf(MSG_DEBUG, "EAP-SAKE: Request/Identity");
220 case IDENTITY:
268 if (data->state == IDENTITY && subtype == EAP_SAKE_SUBTYPE_IDENTITY)
292 if (data->state != IDENTITY)
295 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received Response/Identity");
296 /* TODO: update identity and select new user data */
  /frameworks/base/libs/hwui/tests/unit/
BakedOpDispatcherTests.cpp 59 auto snapshot = TestUtils::makeSnapshot(Matrix4::identity(), Rect(100, 100));
110 ArcOp arcOp(Rect(10, 15, 20, 25), Matrix4::identity(), nullptr, &strokePaint, 0, 270, true);
113 OvalOp ovalOp(Rect(10, 15, 20, 25), Matrix4::identity(), nullptr, &strokePaint);
121 LayerOp op(Rect(10, 10), Matrix4::identity(), nullptr, &layerPaint, &buffer);
141 RoundRectOp roundRectOp(bounds, Matrix4::identity(), nullptr, &paint, 0, 270);
146 PointsOp antiAliasedPointsOp(bounds, Matrix4::identity(), nullptr, &aaPaint, points, 4);
149 PointsOp pointsOp(bounds, Matrix4::identity(), nullptr, &paint, points, 4);
153 LinesOp antiAliasedLinesOp(bounds, Matrix4::identity(), nullptr, &aaPaint, points, 4);
156 LinesOp linesOp(bounds, Matrix4::identity(), nullptr, &paint, points, 4);
  /external/clang/test/SemaTemplate/
instantiate-method.cpp 11 int identity(int x) { return x; } function
16 xf->f(&identity);
17 xf->g(identity);
19 X<int(int)>::h(identity, &identity);
  /external/guava/guava-tests/test/com/google/common/base/
ConverterTest.java 141 Converter<String, String> stringIdentityConverter = Converter.identity();
149 assertEquals("Converter.identity()", stringIdentityConverter.toString());
151 assertSame(Converter.identity(), Converter.identity());
199 Converter<String, String> identityConverter = Converter.identity();
  /frameworks/base/services/core/java/com/android/server/statusbar/
StatusBarManagerService.java 709 long identity = Binder.clearCallingIdentity(); local
713 Binder.restoreCallingIdentity(identity);
720 long identity = Binder.clearCallingIdentity(); local
724 Binder.restoreCallingIdentity(identity);
731 long identity = Binder.clearCallingIdentity(); local
735 Binder.restoreCallingIdentity(identity);
744 long identity = Binder.clearCallingIdentity(); local
748 Binder.restoreCallingIdentity(identity);
757 long identity = Binder.clearCallingIdentity(); local
762 Binder.restoreCallingIdentity(identity);
772 long identity = Binder.clearCallingIdentity(); local
787 long identity = Binder.clearCallingIdentity(); local
800 long identity = Binder.clearCallingIdentity(); local
813 long identity = Binder.clearCallingIdentity(); local
827 long identity = Binder.clearCallingIdentity(); local
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
facade_iterator_category.hpp 13 # include <boost/mpl/identity.hpp>
95 , mpl::identity<std::random_access_iterator_tag>
109 , mpl::identity<std::input_iterator_tag>
110 , mpl::identity<Traversal>
190 , mpl::identity<CategoryOrTraversal> // old-style categories are fine as-is
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.c 43 switch((*cmd).identity.type) {
45 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT1\n");
48 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT2\n");
51 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT3\n");
54 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_FLOAT4\n");
57 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_D3DCOLOR\n");
60 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_UBYTE4\n");
63 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_SHORT2\n");
66 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_SHORT4\n");
69 _debug_printf("\t\t.identity.type = SVGA3D_DECLTYPE_UBYTE4N\n")
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_sim.c 396 const u8 *identity = NULL; local
406 /* Look for the realm of the permanent identity */
407 identity = eap_get_config_identity(sm, &identity_len);
408 if (identity) {
409 for (realm = identity, realm_len = identity_len;
477 const u8 *identity = NULL; local
483 identity = data->reauth_id;
488 identity = data->pseudonym;
492 identity = eap_get_config_identity(sm, &identity_len);
493 if (identity) {
703 const u8 *identity; local
    [all...]
eap_aka.c 374 const u8 *identity = NULL; local
384 /* Look for the realm of the permanent identity */
385 identity = eap_get_config_identity(sm, &identity_len);
386 if (identity) {
387 for (realm = identity, realm_len = identity_len;
463 * No EAP-AKA/Identity packets were exchanged - send empty
470 /* Checkcode is SHA1/SHA256 hash over all EAP-AKA/Identity packets. */
501 "indicates that AKA/Identity messages were "
513 "indicates that AKA/Identity message were not "
518 /* Checkcode is SHA1/SHA256 hash over all EAP-AKA/Identity packets. *
596 const u8 *identity = NULL; local
886 const u8 *identity; local
    [all...]
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixLogarithm.h 140 RealScalar normTminusI = (T - MatrixType::Identity(T.rows(), T.rows())).cwiseAbs().colwise().sum().maxCoeff();
241 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows());
244 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI)
257 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows());
260 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI)
275 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows());
278 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI)
293 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows());
296 result += weights[k] * (MatrixType::Identity(T.rows(), T.rows()) + nodes[k] * TminusI)
313 MatrixType TminusI = T - MatrixType::Identity(T.rows(), T.rows())
    [all...]
MatrixFunctionAtomic.h 76 m_Ashifted = A - m_avgEival * MatrixType::Identity(m_Arows, m_Arows);
78 MatrixType F = m_f(m_avgEival, 0) * MatrixType::Identity(m_Arows, m_Arows);
97 const MatrixType N = MatrixType::Identity(m_Arows, m_Arows) - m_Ashifted;
  /external/ceres-solver/internal/ceres/
conditioned_cost_function_test.cc 86 Matrix identity(kTestCostFunctionSize, kTestCostFunctionSize);
87 identity.setIdentity();
88 NormalPrior* difference_cost_function = new NormalPrior(identity, v2_vector);
  /external/chromium-trace/catapult/third_party/Paste/paste/auth/
open_id.py 13 URLs. All OpenID does is provide a way to prove that you own a URL (identity).
16 your profiile is your identity URL, but recipients of your identity can then
183 return self.render(request, 'Enter an identity URL to verify.',
189 # Here we find out the identity server that will verify the
190 # user's identity, and get a token that allows us to
191 # communicate securely with the identity server.
196 # was not an OpenID identity page), the library will return
207 # The URL was a valid identity URL. Now we construct a URL
269 "You have successfully verified %s as your identity."
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/auth/
test_stsanon.py 45 'RoleSessionName': 'web-identity-federation',
67 '&ProviderId=2012-06-01&RoleSessionName=web-identity-federation' + \
77 '&ProviderId=2012-06-01&RoleSessionName=web-identity-federation' + \
  /external/jetty/src/java/org/eclipse/jetty/http/
HttpHeaderValues.java 39 IDENTITY="identity",
67 IDENTITY_BUFFER=CACHE.add(IDENTITY,IDENTITY_ORDINAL),
  /external/skia/include/ports/
SkFontConfigInterface.h 104 virtual SkTypeface* createTypeface(const FontIdentity& identity) {
105 return SkTypeface::CreateFromStream(this->openStream(identity), identity.fTTCIndex);
  /external/webrtc/talk/app/webrtc/
dtlsidentitystore_unittest.cc 54 void OnSuccess(rtc::scoped_ptr<rtc::SSLIdentity> identity) override {
112 // Verifies that the callback is async when a free identity is ready.
127 // Verifies that the callback is async when a free identity is ready.
  /external/webrtc/webrtc/p2p/base/
transportdescriptionfactory.cc 99 LOG(LS_ERROR) << "Cannot create identity digest with no certificate";
114 rtc::SSLFingerprint::Create(digest_alg, certificate_->identity()));
116 LOG(LS_ERROR) << "Failed to create identity fingerprint, alg="
  /frameworks/native/cmds/flatland/
Renderers.cpp 78 float identity[16] = { local
109 glUniformMatrix4fv(mObjToNdcUniformLoc, 1, GL_FALSE, identity);
110 glUniformMatrix4fv(mUVToInterpUniformLoc, 1, GL_FALSE, identity);
  /system/tpm/attestation/common/
tpm_utility.h 34 // Activates an attestation identity key. Effectively this decrypts a
52 // identity key represented by |identity_key_blob|. The |external_data| will
56 // with the signature of |key_info| by the identity key.
  /external/wpa_supplicant_8/src/eap_common/
eap_sim_common.c 28 void eap_sim_derive_mk(const u8 *identity, size_t identity_len,
37 addr[0] = identity;
50 /* MK = SHA1(Identity|n*Kc|NONCE_MT|Version List|Selected Version) */
56 void eap_aka_derive_mk(const u8 *identity, size_t identity_len,
62 addr[0] = identity;
69 /* MK = SHA1(Identity|IK|CK) */
108 const u8 *identity, size_t identity_len,
118 while (identity_len > 0 && identity[identity_len - 1] == 0) {
120 "character from the end of identity");
123 addr[0] = identity;
    [all...]
  /hardware/qcom/msm8996/kernel-headers/media/
msmb_pproc.h 56 uint32_t identity; member in struct:msm_cpp_buffer_info_t
60 uint32_t identity; member in struct:msm_cpp_stream_buff_info_t
85 uint32_t identity; member in struct:msm_cpp_frame_info_t
124 uint32_t identity; member in struct:msm_cpp_pop_stream_info_t
159 uint32_t identity; member in struct:msm_vpe_stream_buff_info_t
169 uint32_t identity; member in struct:msm_vpe_frame_info_t

Completed in 840 milliseconds

<<11121314151617181920>>