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

<<11121314151617181920>>

  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.200.v20130514-1256/META-INF/
MANIFEST.MF 2 Require-Capability: osgi.identity; filter:="(osgi.identity=org.eclipse
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
watchdog.h 20 __u8 identity[32]; /* Identity of the board */ member in struct:watchdog_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
watchdog.h 20 __u8 identity[32]; /* Identity of the board */ member in struct:watchdog_info
  /prebuilts/go/darwin-x86/src/go/types/testdata/
cycles4.src 36 // Check that interface type comparison for identity
54 // identity checks for interface types.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue6866.go 13 // be the identity matrix.
47 // Verify that product is identity matrix
  /prebuilts/go/linux-x86/src/go/types/testdata/
cycles4.src 36 // Check that interface type comparison for identity
54 // identity checks for interface types.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue6866.go 13 // be the identity matrix.
47 // Verify that product is identity matrix
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.200.v20130514-1256/META-INF/
MANIFEST.MF 2 Require-Capability: osgi.identity; filter:="(osgi.identity=org.eclipse
  /external/curl/lib/
curl_sspi.h 46 /* This is used to populate the domain in a SSPI identity structure */
48 SEC_WINNT_AUTH_IDENTITY *identity);
50 /* This is used to generate an SSPI identity structure */
52 SEC_WINNT_AUTH_IDENTITY *identity);
54 /* This is used to free an SSPI identity structure */
55 void Curl_sspi_free_identity(SEC_WINNT_AUTH_IDENTITY *identity);
  /external/eigen/unsupported/test/
matrix_exponential.cpp 105 MatrixType m1(rows, cols), m2(rows, cols), identity = MatrixType::Identity(rows, cols); local
113 std::cout << "randomTest: error funm = " << relerr(identity, m2);
114 VERIFY(identity.isApprox(m2, static_cast<RealScalar>(tol)));
117 std::cout << " error expm = " << relerr(identity, m2) << "\n";
118 VERIFY(identity.isApprox(m2, static_cast<RealScalar>(tol)));
  /external/skia/src/ports/
SkFontHost_fontconfig.cpp 64 FontIdentity* identity = static_cast<FontIdentity*>(ctx); local
66 return cachedFCTypeface->getIdentity() == *identity;
185 SkFontConfigInterface::FontIdentity identity; local
189 &identity, &outFamilyName, &outOldStyle))
195 face = SkTypefaceCache::FindByProcAndRef(find_by_FontIdentity, &identity);
197 face = FontConfigTypeface::Create(SkFontStyle(outOldStyle), identity, outFamilyName);
  /libcore/ojluni/src/main/java/com/sun/net/ssl/internal/ssl/
X509ExtendedTrustManager.java 39 * It takes the responsiblity of checking the peer identity with its
44 * <code>HttpsURLConnection</code>, the peer identity will be checked
67 * peer, check its identity and build a certificate path to a trusted
77 * peer hostname is checked against the peer's identity presented in
96 * peer, check its identity and build a certificate path to a trusted
106 * peer hostname is checked against the peer's identity presented in
  /packages/services/Mms/src/com/android/mms/service/
MmsService.java 247 // Clear the calling identity and query the database using the phone user id
250 final long identity = Binder.clearCallingIdentity();
260 Binder.restoreCallingIdentity(identity);
276 // Clear the calling identity and query the database using the phone user id
279 final long identity = Binder.clearCallingIdentity();
288 Binder.restoreCallingIdentity(identity);
508 // Clear the calling identity and query the database using the phone user id
511 final long identity = Binder.clearCallingIdentity(); local
517 Binder.restoreCallingIdentity(identity);
529 // Clear the calling identity and query the database using the phone user i
532 final long identity = Binder.clearCallingIdentity(); local
631 final long identity = Binder.clearCallingIdentity(); local
654 final long identity = Binder.clearCallingIdentity(); local
685 final long identity = Binder.clearCallingIdentity(); local
705 final long identity = Binder.clearCallingIdentity(); local
    [all...]
  /external/ceres-solver/internal/ceres/
system_test.cc 75 preconditioner_type(IDENTITY),
498 CONFIGURE(DENSE_SCHUR, SUITE_SPARSE, kAutomaticOrdering, IDENTITY);
499 CONFIGURE(DENSE_SCHUR, SUITE_SPARSE, kUserOrdering, IDENTITY);
510 CONFIGURE(SPARSE_NORMAL_CHOLESKY, SUITE_SPARSE, kAutomaticOrdering, IDENTITY);
511 CONFIGURE(SPARSE_NORMAL_CHOLESKY, SUITE_SPARSE, kUserOrdering, IDENTITY);
513 CONFIGURE(SPARSE_SCHUR, SUITE_SPARSE, kAutomaticOrdering, IDENTITY);
514 CONFIGURE(SPARSE_SCHUR, SUITE_SPARSE, kUserOrdering, IDENTITY);
524 CONFIGURE(SPARSE_NORMAL_CHOLESKY, CX_SPARSE, kAutomaticOrdering, IDENTITY);
525 CONFIGURE(SPARSE_NORMAL_CHOLESKY, CX_SPARSE, kUserOrdering, IDENTITY);
527 CONFIGURE(SPARSE_SCHUR, CX_SPARSE, kAutomaticOrdering, IDENTITY);
    [all...]
  /frameworks/base/services/print/java/com/android/server/print/
RemotePrintService.java 722 final long identity = Binder.clearCallingIdentity(); local
727 Binder.restoreCallingIdentity(identity);
737 final long identity = Binder.clearCallingIdentity(); local
742 Binder.restoreCallingIdentity(identity);
752 final long identity = Binder.clearCallingIdentity(); local
756 Binder.restoreCallingIdentity(identity);
766 final long identity = Binder.clearCallingIdentity(); local
770 Binder.restoreCallingIdentity(identity);
780 final long identity = Binder.clearCallingIdentity(); local
784 Binder.restoreCallingIdentity(identity);
794 final long identity = Binder.clearCallingIdentity(); local
807 final long identity = Binder.clearCallingIdentity(); local
821 final long identity = Binder.clearCallingIdentity(); local
837 final long identity = Binder.clearCallingIdentity(); local
853 final long identity = Binder.clearCallingIdentity(); local
891 final long identity = Binder.clearCallingIdentity(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.filetransfer_4.0.0.v20100529-0735.jar 
org.eclipse.ecf_3.1.0.v20100529-0735.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf_3.2.0.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf_3.2.0.v20130604-1622.jar 
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputManagerService.java 884 final long identity = Binder.clearCallingIdentity(); local
903 final long identity = Binder.clearCallingIdentity(); local
925 final long identity = Binder.clearCallingIdentity(); local
949 final long identity = Binder.clearCallingIdentity(); local
965 final long identity = Binder.clearCallingIdentity(); local
980 final long identity = Binder.clearCallingIdentity(); local
1009 final long identity = Binder.clearCallingIdentity(); local
1024 final long identity = Binder.clearCallingIdentity(); local
1040 final long identity = Binder.clearCallingIdentity(); local
1055 final long identity = Binder.clearCallingIdentity(); local
1071 final long identity = Binder.clearCallingIdentity(); local
1092 final long identity = Binder.clearCallingIdentity(); local
1109 final long identity = Binder.clearCallingIdentity(); local
1136 final long identity = Binder.clearCallingIdentity(); local
1197 final long identity = Binder.clearCallingIdentity(); local
1215 final long identity = Binder.clearCallingIdentity(); local
1247 final long identity = Binder.clearCallingIdentity(); local
1278 final long identity = Binder.clearCallingIdentity(); local
1306 final long identity = Binder.clearCallingIdentity(); local
1334 final long identity = Binder.clearCallingIdentity(); local
1376 final long identity = Binder.clearCallingIdentity(); local
1396 final long identity = Binder.clearCallingIdentity(); local
1416 final long identity = Binder.clearCallingIdentity(); local
1437 final long identity = Binder.clearCallingIdentity(); local
1458 final long identity = Binder.clearCallingIdentity(); local
1478 final long identity = Binder.clearCallingIdentity(); local
1498 final long identity = Binder.clearCallingIdentity(); local
1518 final long identity = Binder.clearCallingIdentity(); local
1538 final long identity = Binder.clearCallingIdentity(); local
1557 final long identity = Binder.clearCallingIdentity(); local
1577 final long identity = Binder.clearCallingIdentity(); local
1598 final long identity = Binder.clearCallingIdentity(); local
1619 final long identity = Binder.clearCallingIdentity(); local
1639 final long identity = Binder.clearCallingIdentity(); local
1659 final long identity = Binder.clearCallingIdentity(); local
1680 final long identity = Binder.clearCallingIdentity(); local
1697 final long identity = Binder.clearCallingIdentity(); local
1717 final long identity = Binder.clearCallingIdentity(); local
1736 final long identity = Binder.clearCallingIdentity(); local
1762 final long identity = Binder.clearCallingIdentity(); local
1806 final long identity = Binder.clearCallingIdentity(); local
1828 final long identity = Binder.clearCallingIdentity(); local
1859 final long identity = Binder.clearCallingIdentity(); local
    [all...]
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/spec/gl-matrix/
mat2-spec.js 24 var out, matA, matB, identity, result;
36 identity = [1, 0,
42 it("should return a 4 element array initialized to a 2x2 identity matrix", function() { expect(result).toBeEqualish(identity); });
56 describe("identity", function() {
57 beforeEach(function() { result = mat2.identity(out); });
58 it("should place values into out", function() { expect(result).toBeEqualish(identity); });
mat2d-spec.js 24 var out, matA, matB, identity, result;
47 identity = [1, 0,
54 it("should return a 6 element array initialized to a 2x3 identity matrix", function() { expect(result).toBeEqualish(identity); });
68 describe("identity", function() {
69 beforeEach(function() { result = mat2d.identity(out); });
70 it("should place values into out", function() { expect(result).toBeEqualish(identity); });
  /external/eigen/test/
product.h 23 Identity.h Product.h
43 identity = RowSquareMatrixType::Identity(rows, rows), local
75 // test Product.h together with Identity.h
76 VERIFY_IS_APPROX(v1, identity*v1);
77 VERIFY_IS_APPROX(v1.transpose(), v1.transpose() * identity);
79 VERIFY_IS_APPROX(MatrixType::Identity(rows, cols)(r,c), static_cast<Scalar>(r==c));
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 23 import android.provider.ContactsContract.CommonDataKinds.Identity;
307 * raw contact of {@code rawContactId}, join raw contact with contact if there is no identity
312 * those raw contacts that shares at least one email address, phone number, or identity;
321 // If there is no identity match between raw contact of [rawContactId] and
323 // one identity mismatch exist, keep raw contact separate from contact.
329 Log.v(TAG, "canJoinIntoContact: no duplicates, but has no matching identity " +
330 "and has mis-matching identity on the same namespace between rid=" +
333 return KEEP_SEPARATE; // has identity and identity doesn't match
337 "account without any identity mismatch.")
    [all...]
  /external/eigen/test/eigen2/
eigen2_geometry.cpp 56 // Quaternion: Identity(), setIdentity();
59 VERIFY_IS_APPROX(Quaternionx(Quaternionx::Identity()).coeffs(), q2.coeffs());
74 VERIFY_IS_APPROX(Matrix3::Identity(), m * AngleAxisx(a, v0.normalized()));
75 VERIFY_IS_APPROX(Matrix3::Identity(), AngleAxisx(a, v0.normalized()) * m);
139 // first test setIdentity() and Identity()
141 VERIFY_IS_APPROX(t0.matrix(), Transform3::MatrixType::Identity());
143 t0 = Transform3::Identity();
144 VERIFY_IS_APPROX(t0.matrix(), Transform3::MatrixType::Identity());
200 VERIFY_IS_APPROX(t4.matrix(), Matrix4::Identity());
210 VERIFY_IS_APPROX(t4.matrix(), Matrix4::Identity());
    [all...]

Completed in 602 milliseconds

<<11121314151617181920>>