Searched refs:Identity (Results 1 - 25 of 161) sorted by path

1234567

/external/apache-harmony/security/src/test/api/java.injected/java/security/
H A DIdentityTest.java32 * Tests for class Identity
51 Identity i1 = new IdentityStub("testEquals");
65 Identity i2 = new IdentityStub("testEquals", IdentityScope.getSystemScope());
67 Identity i3 = new IdentityStub("testEquals3");
73 * verify Identity.toString()
80 * verify Identity() creates instance
87 * verify Identity(String) creates instance with given name
90 Identity i = new IdentityStub("iii");
99 * verify Identity(String, IdentityScope) creates instance with given name and in give scope
103 Identity
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DIdentity2Test.java24 import java.security.Identity;
133 public static class IdentitySubclass extends Identity {
149 * @tests java.security.Identity#Identity()
156 * @tests java.security.Identity#Identity(java.lang.String)
163 * @tests java.security.Identity#Identity(java.lang.String,
171 * @tests java.security.Identity#getScope()
181 * @tests java.security.Identity#getPublicKe
[all...]
H A DIdentityScope2Test.java20 import java.security.Identity;
74 public Identity getIdentity(String name) {
77 Identity current = (Identity) en.nextElement();
84 public Identity getIdentity(PublicKey pk) {
87 Identity current = (Identity) en.nextElement();
98 public void addIdentity(Identity id) throws KeyManagementException {
101 "This Identity is already contained in the scope");
104 "This Identity'
[all...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/
H A DSystemScopeTest.java24 import java.security.Identity;
55 ss.removeIdentity((Identity) e.nextElement());
88 java.security.Identity aaa = new IdentityScopeStub("aaa");
102 java.security.Identity aaa = new IdentityScopeStub("aaa");
116 java.security.Identity aaa = new IdentityScopeStub("aaa");
120 java.security.Identity bbb = new IdentityScopeStub("aaa");
127 java.security.Identity ccc = new IdentityScopeStub("ccc");
146 java.security.Identity aaa = new IdentityScopeStub("aaa");
155 java.security.Identity aaa = new IdentityScopeStub("aaa");
156 java.security.Identity bb
[all...]
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DIdentityScopeStub.java24 import java.security.Identity;
80 public Identity getIdentity(String name) {
90 public Identity getIdentity(PublicKey key) {
97 * @see java.security.IdentityScope#addIdentity(java.security.Identity)
99 public void addIdentity(Identity identity) throws KeyManagementException {
107 * @see java.security.IdentityScope#removeIdentity(java.security.Identity)
109 public void removeIdentity(Identity identity) throws KeyManagementException {
H A DIdentityStub.java24 import java.security.Identity;
30 * Stub for abstract class Identity
33 public class IdentityStub extends Identity {
/external/ceres-solver/internal/ceres/
H A Dblock_jacobi_preconditioner.cc117 .solve(Matrix::Identity(size, size));
H A Ddogleg_strategy.cc447 const Matrix2d B_i = subspace_B_ + y * Matrix2d::Identity();
697 basis_qr.householderQ() * Matrix::Identity(jacobian->num_cols(), 2);
H A Dimplicit_schur_complement.cc162 .solve(Matrix::Identity(row_block_size, row_block_size));
H A Dline_search_direction.cc161 inverse_hessian_ = Matrix::Identity(num_parameters, num_parameters);
H A Dlocal_parameterization.cc54 MatrixRef(jacobian, size_, size_) = Matrix::Identity(size_, size_);
H A Dschur_eliminator_impl.h275 .solve(Matrix::Identity(e_block_size, e_block_size));
H A Dschur_eliminator_test.cc116 .solve(Matrix::Identity(block_size, block_size));
/external/chromium_org/base/
H A Dbind_unittest.cc166 int Identity(int n) { function in namespace:base::__anon2202
446 Callback<int(void)> bind_primitive_cb = Bind(&Identity, n);
453 Callback<int(void)> bind_int_literal_cb = Bind(&Identity, 3);
529 Callback<int(void)> ref_copies_cb = Bind(&Identity, ref_n);
534 Callback<int(void)> const_ref_copies_cb = Bind(&Identity, const_ref_n);
648 Callback<int(void)> copy_cb = Bind(&Identity, n);
649 Callback<int(void)> const_ref_cb = Bind(&Identity, ConstRef(n));
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
H A Dopenid.php175 * @param $url Identity URL.
/external/chromium_org/components/copresence/rpc/
H A Drpc_handler.cc178 Identity* identity =
H A Drpc_handler_unittest.cc185 Identity identity = registration->device_identifiers().registrant();
/external/chromium_org/content/browser/media/
H A Dwebrtc_identity_store_backend.cc65 struct WebRTCIdentityStoreBackend::Identity { struct in class:content::WebRTCIdentityStoreBackend
66 Identity(const std::string& common_name, function in struct:content::WebRTCIdentityStoreBackend::Identity
74 Identity(const std::string& common_name, function in struct:content::WebRTCIdentityStoreBackend::Identity
125 const Identity& identity);
128 const Identity& identity);
148 const Identity& identity)
157 Identity identity;
166 const Identity& identity);
231 // Identity found.
262 Identity identit
[all...]
H A Dwebrtc_identity_store_backend.h97 struct Identity;
98 typedef std::map<IdentityKey, Identity> IdentityMap;
/external/chromium_org/net/http/
H A Dhttp_auth.cc22 HttpAuth::Identity::Identity() : source(IDENT_SRC_NONE), invalid(true) {} function in class:net::HttpAuth::Identity
H A Dhttp_auth.h102 struct Identity { struct in class:net::HttpAuth
103 Identity();
H A Dhttp_auth_controller.cc441 identity_ = HttpAuth::Identity();
H A Dhttp_auth_controller.h140 HttpAuth::Identity identity_;
/external/chromium_org/remoting/webapp/
H A Didentity.js19 * @type {remoting.Identity|remoting.OAuth2}
29 remoting.Identity = function(consentCallback) {
34 /** @type {Array.<remoting.Identity.Callbacks>} */
47 remoting.Identity.prototype.callWithToken = function(onOk, onError) {
48 this.pendingCallbacks_.push(new remoting.Identity.Callbacks(onOk, onError));
62 remoting.Identity.prototype.removeCachedAuthToken = function(onDone) {
83 remoting.Identity.prototype.getEmail = function(onOk, onError) {
84 /** @type {remoting.Identity} */
102 remoting.Identity.prototype.getCachedEmail = function() {
114 remoting.Identity
[all...]
H A Dremoting.js60 remoting.identity = new remoting.Identity(consentRequired_);

Completed in 4547 milliseconds

1234567