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

<<21222324252627282930>>

  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Insn.java 76 * Instances of this class compare by identity. That is,
87 * This implementation returns the identity hashcode of this
89 * by identity (see {@link #equals}).
274 * to be an identity compare. Insn's are {@code contentEquals()}
  /dalvik/dx/src/com/android/dx/rop/code/
Insn.java 74 * Instances of this class compare by identity. That is,
85 * This implementation returns the identity hashcode of this
87 * by identity (see {@link #equals}).
272 * to be an identity compare. Insn's are {@code contentEquals()}
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/common/accounts/
GenericAccountService.java 49 // Note: Normally the account name is set to the user's identity (username or email
  /developers/samples/android/common/src/java/com/example/android/common/accounts/
GenericAccountService.java 49 // Note: Normally the account name is set to the user's identity (username or email
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Layer.java 22 // start with identity matrix for transformation
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/accounts/
GenericAccountService.java 49 // Note: Normally the account name is set to the user's identity (username or email
  /external/apache-http/src/org/apache/http/cookie/
CookieIdentityComparator.java 38 * This cookie comparator can be used to compare identity of cookies.
  /external/apache-http/src/org/apache/http/entity/
ContentLengthStrategy.java 54 public static final int IDENTITY = -1;
  /external/apache-http/src/org/apache/http/impl/io/
IdentityOutputStream.java 40 * A stream for writing with an "identity" transport encoding.
  /external/autotest/client/site_tests/network_MobileSuspendResume/
network_MobileSuspendResume.py 198 def connect_wimax(self, service=None, identity='test',
200 service.SetProperty('EAP.Identity', identity)
201 service.SetProperty('EAP.Password', identity)
  /external/autotest/site_utils/suite_scheduler/
build_event.py 35 identity.
  /external/ceres-solver/include/ceres/
covariance.h 71 // independent variable x with mean f(x) and identity covariance. Then
90 // matrix for y was identity. This is an important assumption. If this
105 // covariance matrix not equal to identity, then it is the user's
114 // residuals such that their covariance is identity.
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/api/map_job/
input_reader.py 127 For most reader, this may be an identity transformation.
  /external/clang/test/SemaCXX/
cxx0x-initializer-references.cpp 60 // First is identity conversion, second is user-defined conversion.
  /external/curl/docs/libcurl/opts/
CURLOPT_SSL_VERIFYPEER.3 37 indicating its identity. Curl verifies whether the certificate is authentic,
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Insn.java 74 * Instances of this class compare by identity. That is,
85 * This implementation returns the identity hashcode of this
87 * by identity (see {@link #equals}).
272 * to be an identity compare. Insn's are {@code contentEquals()}
  /external/eigen/Eigen/src/Eigen2Support/
LU.h 61 solve(MatrixType::Identity(this->rows(), this->cols()), result);
  /external/eigen/Eigen/src/Eigenvalues/
ComplexSchur_MKL.h 58 if(computeU) m_matU = ComplexMatrixType::Identity(1,1); \
  /external/eigen/Eigen/src/IterativeLinearSolvers/
BasicPreconditioners.h 121 * \brief A naive preconditioner which approximates any matrix as the identity matrix
  /external/eigen/doc/
tutorial.cpp 9 Eigen::Matrix4f m4 = Eigen::Matrix4f::Identity();
  /external/eigen/test/
eigensolver_complex.cpp 79 MatrixType id = MatrixType::Identity(rows, cols);
eigensolver_generic.cpp 63 MatrixType id = MatrixType::Identity(rows, cols);
schur_complex.cpp 65 VERIFY_IS_EQUAL(cs3.matrixU(), ComplexMatrixType::Identity(size, size));
schur_real.cpp 86 VERIFY_IS_EQUAL(rs3.matrixU(), MatrixType::Identity(size, size));
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixPower.h 100 res = (MatrixType::Identity(IminusT.rows(), IminusT.cols()) + res).template triangularView<Upper>()
103 res += MatrixType::Identity(IminusT.rows(), IminusT.cols());
158 IminusT = MatrixType::Identity(m_A.rows(), m_A.cols()) - T;
404 res = MatrixType::Identity(rows(), cols());

Completed in 3986 milliseconds

<<21222324252627282930>>