Searched refs:Identity (Results 1 – 12 of 12) sorted by relevance
39 EXPECT_MAT4_NEAR(result_pose, mat4_t::Identity(), tolerance); in TYPED_TEST()149 EXPECT_QUAT_NEAR(quat_t::Identity(), nullified_pose[i].GetRotation(), in TYPED_TEST()
50 return Eigen::AffineMatrix<float, 4>::Identity(); in GetProjectionMatrix()
18 : rotation_(Eigen::Quaternion<T>::Identity()), in Pose()
58 // [Optional] Prefix of IMSI (International Mobile Subscriber Identity) in
126 NS_T_HIP = 55; // Host Identity Protocol
7555 public static final class Identity implements DataColumnsWithJoins, ContactCounts { class in ContactsContract.CommonDataKinds7559 private Identity() {} in Identity() method in ContactsContract.CommonDataKinds.Identity
1106 private class Identity { class in ActivityManagerService1111 Identity(IBinder _token, int _pid, int _uid) { in Identity() method in ActivityManagerService.Identity1118 private static final ThreadLocal<Identity> sCallerIdentity = new ThreadLocal<Identity>();5887 Identity tlsIdentity = sCallerIdentity.get(); in checkPermissionWithToken()6133 Identity tlsIdentity = sCallerIdentity.get(); in checkUriPermission()7842 sCallerIdentity.set(new Identity( in openContentUri()
5469 // Identity of the endpoint receiving the location information. For example, carrier name, OEM
24027 …public static final class ContactsContract.CommonDataKinds.Identity implements android.provider.Co…44439 …public abstract deprecated class Identity implements java.security.Principal java.io.Serializable {44440 ctor protected Identity();44441 ctor public Identity(java.lang.String);44442 …ctor public Identity(java.lang.String, java.security.IdentityScope) throws java.security.KeyManage…44450 method protected boolean identityEquals(java.security.Identity);44457 public abstract deprecated class IdentityScope extends java.security.Identity {44461 …method public abstract void addIdentity(java.security.Identity) throws java.security.KeyManagement…44462 method public abstract java.security.Identity getIdentity(java.lang.String);44463 method public java.security.Identity getIdentity(java.security.Principal);[all …]
37308 …public static final class ContactsContract.CommonDataKinds.Identity implements android.provider.Co…64227 …@Deprecated public abstract class Identity implements java.security.Principal java.io.Serializable…64228 ctor @Deprecated protected Identity();64229 …ctor @Deprecated public Identity(String, java.security.IdentityScope) throws java.security.KeyMana…64230 ctor @Deprecated public Identity(String);64238 method @Deprecated protected boolean identityEquals(java.security.Identity);64245 @Deprecated public abstract class IdentityScope extends java.security.Identity {64249 …method @Deprecated public abstract void addIdentity(java.security.Identity) throws java.security.K…64250 method @Deprecated public abstract java.security.Identity getIdentity(String);64251 method @Deprecated public java.security.Identity getIdentity(java.security.Principal);[all …]
59750 Landroid/provider/ContactsContract$CommonDataKinds$Identity;-><init>()V112947 Ljava/security/Identity;->certificates:Ljava/util/Vector;112948 Ljava/security/Identity;->check(Ljava/lang/String;)V112949 Ljava/security/Identity;->fullName()Ljava/lang/String;112950 Ljava/security/Identity;->info:Ljava/lang/String;112951 Ljava/security/Identity;->keyEquals(Ljava/security/PublicKey;Ljava/security/PublicKey;)Z112952 Ljava/security/Identity;->name:Ljava/lang/String;112953 Ljava/security/Identity;->printCertificates()Ljava/lang/String;112954 Ljava/security/Identity;->printKeys()Ljava/lang/String;112955 Ljava/security/Identity;->publicKey:Ljava/security/PublicKey;[all …]
18611 Lcom/android/server/am/ActivityManagerService$Identity;