Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Dvertexconversion.h22 struct Identity struct
24 static const bool identity = true;
26 typedef T OutputType;
28 static T convert(T x) in convert()
/external/chromium/net/http/
Dhttp_auth.h101 struct Identity { struct
104 IdentitySource source; argument
105 bool invalid;
106 string16 username;
107 string16 password;
Dhttp_auth.cc21 HttpAuth::Identity::Identity() : source(IDENT_SRC_NONE), invalid(true) {} in Identity() function in net::HttpAuth::Identity
/external/chromium_org/net/http/
Dhttp_auth.h102 struct Identity { struct
105 IdentitySource source; argument
106 bool invalid;
107 AuthCredentials credentials;
Dhttp_auth.cc21 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.cc62 struct WebRTCIdentityStoreBackend::Identity { struct in content::WebRTCIdentityStoreBackend
63 Identity(const std::string& common_name, in Identity() function
71 Identity(const std::string& common_name, in Identity() argument
80 std::string common_name;
81 std::string certificate;
82 std::string private_key;
83 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/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/remoting/webapp/
Didentity.js29 remoting.Identity = function(consentCallback) { class
/external/chromium_org/third_party/libjingle/source/talk/base/
Dbind_unittest.cc40 template <class T> T Identity(T value) { ++call_count; return value; } in Identity() function
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformOperation.h52 Identity, None enumerator
/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/mesa3d/src/gallium/docs/source/
Ddistro.rst15 Identity section in Drivers
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
Ddistro.rst15 Identity section in Drivers
/external/chromium_org/ui/gfx/
Dmatrix3_f.cc73 Matrix3F Matrix3F::Identity() { in Identity() function in gfx::Matrix3F
/external/chromium_org/tools/grit/grit/
Dtclib.py24 def Identity(i): function
/external/chromium_org/chrome/browser/drive/
Ddrive_api_util.cc129 std::string Identity(const std::string& resource_id) { return resource_id; } in Identity() function
/external/chromium_org/third_party/skia/src/core/
DSkPictureFlat.h313 static const SkFlatData& Identity(const SkFlatData& flat) { return flat; } in Identity() function
/external/skia/src/core/
DSkPictureFlat.h313 static const SkFlatData& Identity(const SkFlatData& flat) { return flat; } in Identity() function
/external/chromium/base/
Dbind_unittest.cc150 int Identity(int n) { in Identity() function
/external/openssh/
Dssh-agent.c111 } Identity; typedef

12