Searched defs:Identity (Results 1 - 10 of 10) sorted by relevance

/external/guava/guava/src/com/google/common/base/
H A DEquivalences.java58 return Identity.INSTANCE;
79 private static final class Identity extends Equivalence<Object> class in class:Equivalences
82 static final Identity INSTANCE = new Identity();
/external/clang/test/CodeGenCXX/
H A Ddebug-info.cpp2 template<typename T> struct Identity { struct
6 void f(Identity<int>::Type a) {}
7 void f(Identity<int> a) {}
/external/chromium/net/http/
H A Dhttp_auth.cc21 HttpAuth::Identity::Identity() : source(IDENT_SRC_NONE), invalid(true) {} function in class:net::HttpAuth::Identity
H A Dhttp_auth.h101 struct Identity { struct in class:net::HttpAuth
102 Identity();
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
H A Dvertexconversion.h27 struct Identity struct in namespace:gl
/external/chromium/base/
H A Dbind_unittest.cc150 int Identity(int n) { function in namespace:base::__anon1481
324 Callback<int(void)> bind_primitive_cb = Bind(&Identity, n);
331 Callback<int(void)> bind_int_literal_cb = Bind(&Identity, 3);
402 Callback<int(void)> ref_copies_cb = Bind(&Identity, ref_n);
407 Callback<int(void)> const_ref_copies_cb = Bind(&Identity, const_ref_n);
481 Callback<int(void)> copy_cb = Bind(&Identity, n);
482 Callback<int(void)> const_ref_cb = Bind(&Identity, ConstRef(n));
591 // Callback<int(void)> cb_a0 = Bind(&Identity, 1);
597 // Callback<int(void)> cb_a1 = Bind(&Identity, 1);
/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp633 Constant *Identity = ConstantExpr::getBinOpIdentity(Opcode, I->getType()); local
634 if (Cst && Cst != Identity) {
646 assert(Identity && "Associative operation without identity!");
647 Ops.push_back(std::make_pair(Identity, APInt(Bitwidth, 1)));
/external/openssh/
H A Dssh-agent.c111 } Identity; typedef in typeref:struct:identity
172 free_identity(Identity *id)
182 static Identity *
185 Identity *id;
197 confirm_key(Identity *id)
216 Identity *id;
249 Identity *id;
335 Identity *id = lookup_identity(key, 2);
385 Identity *id = lookup_identity(key, version);
415 Identity *i
[all...]
H A Dsshconnect2.c241 typedef struct identity Identity; typedef in typeref:struct:identity
312 static int sign_and_send_pubkey(Authctxt *, Identity *);
555 Identity *id = NULL;
1172 identity_sign(Identity *id, u_char **sigp, u_int *lenp,
1197 sign_and_send_pubkey(Authctxt *authctxt, Identity *id)
1285 send_pubkey_test(Authctxt *authctxt, Identity *id)
1362 Identity *id;
1433 Identity *id;
1451 Identity *id;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1369 // If Identity shuffle, or all shuffle in to undef, return that node.
1371 bool Identity = true; local
1373 if (MaskVec[i] >= 0 && MaskVec[i] != (int)i) Identity = false;
1376 if (Identity && NElts == N1.getValueType().getVectorNumElements())

Completed in 345 milliseconds