/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
D | vertexconversion.h | 22 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/ |
D | http_auth.h | 101 struct Identity { struct 104 IdentitySource source; argument 105 bool invalid; 106 string16 username; 107 string16 password;
|
D | http_auth.cc | 21 HttpAuth::Identity::Identity() : source(IDENT_SRC_NONE), invalid(true) {} in Identity() function in net::HttpAuth::Identity
|
/external/chromium_org/net/http/ |
D | http_auth.h | 102 struct Identity { struct 105 IdentitySource source; argument 106 bool invalid; 107 AuthCredentials credentials;
|
D | http_auth.cc | 21 HttpAuth::Identity::Identity() : source(IDENT_SRC_NONE), invalid(true) {} in Identity() function in net::HttpAuth::Identity
|
/external/chromium_org/content/browser/media/ |
D | webrtc_identity_store_backend.cc | 62 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/ |
D | DiscoverInfo.java | 260 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/ |
D | callback.h | 35 struct Identity { struct 36 typedef T type;
|
/external/clang/test/CodeGenCXX/ |
D | debug-info.cpp | 2 template<typename T> struct Identity { struct 6 void f(Identity<int>::Type a) {} in f() argument
|
/external/guava/guava/src/com/google/common/base/ |
D | Equivalences.java | 79 private static final class Identity extends Equivalence<Object> class in Equivalences
|
/external/chromium_org/remoting/webapp/ |
D | identity.js | 29 remoting.Identity = function(consentCallback) { class
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | bind_unittest.cc | 40 template <class T> T Identity(T value) { ++call_count; return value; } in Identity() function
|
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
D | TransformOperation.h | 52 Identity, None enumerator
|
/external/eigen/Eigen/src/Geometry/ |
D | Quaternion.h | 105 static inline Quaternion<Scalar> Identity() { return Quaternion<Scalar>(1, 0, 0, 0); } in Identity() function
|
D | Translation.h | 145 static const Translation Identity() { return Translation(VectorType::Zero()); } in Identity() function
|
D | Transform.h | 498 static const Transform Identity() in Identity() function
|
/external/mesa3d/src/gallium/docs/source/ |
D | distro.rst | 15 Identity section in Drivers
|
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/ |
D | distro.rst | 15 Identity section in Drivers
|
/external/chromium_org/ui/gfx/ |
D | matrix3_f.cc | 73 Matrix3F Matrix3F::Identity() { in Identity() function in gfx::Matrix3F
|
/external/chromium_org/tools/grit/grit/ |
D | tclib.py | 24 def Identity(i): function
|
/external/chromium_org/chrome/browser/drive/ |
D | drive_api_util.cc | 129 std::string Identity(const std::string& resource_id) { return resource_id; } in Identity() function
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkPictureFlat.h | 313 static const SkFlatData& Identity(const SkFlatData& flat) { return flat; } in Identity() function
|
/external/skia/src/core/ |
D | SkPictureFlat.h | 313 static const SkFlatData& Identity(const SkFlatData& flat) { return flat; } in Identity() function
|
/external/chromium/base/ |
D | bind_unittest.cc | 150 int Identity(int n) { in Identity() function
|
/external/openssh/ |
D | ssh-agent.c | 111 } Identity; typedef
|