Home
last modified time | relevance | path

Searched defs:Identity (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Dvertexconversion.h26 struct Identity struct
28 static const bool identity = true;
30 typedef T OutputType;
32 static T convert(T x) in convert()
/external/chromium_org/net/http/
Dhttp_auth.h102 struct Identity { struct
105 IdentitySource source; argument
106 bool invalid;
107 AuthCredentials credentials;
Dhttp_auth.cc22 HttpAuth::Identity::Identity() : source(IDENT_SRC_NONE), invalid(true) {} in Identity() function in net::HttpAuth::Identity
/external/chromium_org/content/browser/media/
Dwebrtc_identity_store_backend.cc65 struct WebRTCIdentityStoreBackend::Identity { struct in content::WebRTCIdentityStoreBackend
66 Identity(const std::string& common_name, in Identity() function
74 Identity(const std::string& common_name, in Identity() function
83 std::string common_name;
84 std::string certificate;
85 std::string private_key;
86 int64 creation_time;
/external/smack/src/org/jivesoftware/smackx/packet/
DDiscoverInfo.java260 public static class Identity implements Comparable<Identity> { class in DiscoverInfo
274 public Identity(String category, String name) { in Identity() method in DiscoverInfo.Identity
288 public Identity(String category, String name, String type) { in Identity() method in DiscoverInfo.Identity
/external/chromium_org/components/copresence/proto/
Didentity.proto5 message Identity { message
/external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/
Dcallback.h35 struct Identity { struct
36 typedef T type;
/external/clang/test/CodeGenCXX/
Ddebug-info.cpp2 template<typename T> struct Identity { struct
6 void f(Identity<int>::Type a) {} in f() argument
/external/guava/guava/src/com/google/common/base/
DEquivalences.java79 private static final class Identity extends Equivalence<Object> class in Equivalences
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformOperation.h52 Identity, None enumerator
/external/chromium_org/remoting/webapp/
Didentity.js29 remoting.Identity = function(consentCallback) { class
/external/eigen/Eigen/src/Geometry/
DQuaternion.h105 static inline Quaternion<Scalar> Identity() { return Quaternion<Scalar>(1, 0, 0, 0); } in Identity() function
DTranslation.h145 static const Translation Identity() { return Translation(VectorType::Zero()); } in Identity() function
DTransform.h498 static const Transform Identity() in Identity() function
/external/chromium_org/third_party/webrtc/base/
Dbind_unittest.cc23 template <class T> T Identity(T value) { ++call_count; return value; } in Identity() function
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
Ddistro.rst15 Identity section in Drivers
/external/mesa3d/src/gallium/docs/source/
Ddistro.rst15 Identity section in Drivers
/external/chromium_org/ui/gfx/geometry/
Dmatrix3_f.cc73 Matrix3F Matrix3F::Identity() { in Identity() function in gfx::Matrix3F
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmsmtrx.c100 cmsMAT3 Identity; in _cmsMAT3isIdentity() local
/external/fonttools/Lib/fontTools/misc/
Dtransform.py328 Identity = Transform() variable
/external/chromium_org/tools/grit/grit/
Dtclib.py24 def Identity(i): function
/external/chromium_org/third_party/mesa/src/src/mesa/math/
Dm_matrix.c133 static GLfloat Identity[16] = { variable
/external/mesa3d/src/mesa/math/
Dm_matrix.c133 static GLfloat Identity[16] = { variable
/external/chromium_org/base/
Dbind_unittest.cc166 int Identity(int n) { in Identity() function
/external/chromium_org/chromeos/test/data/network/
Dinvalid_settings_with_repairs.json249 "Identity": "abc ${LOGIN_ID}@my.domain.com", string

12