HomeSort by relevance Sort by last modified time
    Searched refs:identity (Results 1 - 25 of 740) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/over/over.match/over.match.best/over.best.ics/over.ics.user/
p3-0x.cpp 4 template<typename T> struct identity struct in namespace:PR6285
9 operator typename identity<T>::type(); // expected-note{{candidate}}
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p14.cpp 3 template<typename T> struct identity;
23 typedef identity<T(Types...)> function_pack_1;
24 typedef identity<T(Types......)> variadic_function_pack_1; // expected-warning {{varargs}} expected-note {{pack}} expected-note {{insert ','}}
25 typedef identity<T(T...)> variadic_1;
  /external/webrtc/webrtc/base/
rtccertificate.h 27 // Takes ownership of |identity|.
28 static scoped_refptr<RTCCertificate> Create(scoped_ptr<SSLIdentity> identity);
41 SSLIdentity* identity() const { return identity_.get(); } function in class:rtc::RTCCertificate
44 explicit RTCCertificate(SSLIdentity* identity);
rtccertificate.cc 18 scoped_ptr<SSLIdentity> identity) {
19 return new RefCountedObject<RTCCertificate>(identity.release());
22 RTCCertificate::RTCCertificate(SSLIdentity* identity)
23 : identity_(identity) {
stringutils_unittest.cc 43 // EXPECT_EQ(0, ascii_string_compare(NULL, NULL, 1, identity));
48 EXPECT_EQ(-1, ascii_string_compare(L"Test", "Test1", 5, identity));
54 EXPECT_EQ(0, ascii_string_compare(L"Test", "Test1", 3, identity));
59 EXPECT_EQ(0, ascii_string_compare(L"Test", "Test", 10, identity));
64 EXPECT_EQ(0, ascii_string_compare(L"Test", "Test", 5, identity));
70 EXPECT_EQ(-1, ascii_string_compare(L"abc", "abd", 4, identity));
76 EXPECT_EQ(1, ascii_string_compare(L"xyz", "xy", 5, identity));
bind.h 80 template <class T> struct identity { typedef T type; }; struct in namespace:rtc::detail
236 typename detail::identity<P1>::type p1) {
248 typename detail::identity<P1>::type p1) {
260 typename detail::identity<P1>::type p1) {
272 typename detail::identity<P1>::type p1) {
324 typename detail::identity<P1>::type p1,
325 typename detail::identity<P2>::type p2) {
338 typename detail::identity<P1>::type p1,
339 typename detail::identity<P2>::type p2) {
352 typename detail::identity<P1>::type p1
    [all...]
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p4.cpp 5 template<class T> struct identity { typedef T type; }; struct in namespace:PR8598
8 void f(T C::*, typename identity<T>::type*){}
  /external/wpa_supplicant_8/wpa_supplicant/examples/
ieee8021x.conf 10 identity="user name"
openCryptoki.conf 26 identity="User"
  /external/skia/tests/
TableColorFilterTest.cpp 23 // Any table will work fine here. An identity table makes testing easy.
24 uint8_t identity[256]; local
26 identity[i] = i;
28 sk_sp<SkColorFilter> table = SkTableColorFilter::Make(identity);
  /external/skqp/tests/
TableColorFilterTest.cpp 23 // Any table will work fine here. An identity table makes testing easy.
24 uint8_t identity[256]; local
26 identity[i] = i;
28 sk_sp<SkColorFilter> table = SkTableColorFilter::Make(identity);
  /external/clang/test/CodeGenCXX/
mangle-variadic-templates.cpp 6 template<typename T> struct identity { using type = T; }; struct
55 template<typename R, typename ...ArgTypes> identity<R(ArgTypes...)> f5() {}
57 template identity<int(int, float, double)> f5();
68 template template_tuple<identity, add_reference> f7();
72 template void f8<int, identity<int>, identity<float>>(int (&)[6]);
  /external/libcxx/test/libcxx/depr/depr.function.objects/
depr.adaptors.cxx1z.pass.cpp 23 int identity(int v) { return v; } function
30 int identity(int v) const { return v; } function in struct:Foo
40 (std::is_same<PUF, decltype((std::ptr_fun<int, int>(identity)))>::value),
46 assert((std::ptr_fun<int, int>(identity)(4) == 4));
50 assert((std::mem_fn(&Foo::identity)(f, 5) == 5));
63 assert((std::mem_fun_ref(&Foo::identity)(f, 5) == 5));
adaptors.depr_in_cxx11.fail.cpp 25 int identity(int v) { return v; } function
32 int identity(int v) { return v; } function in struct:Foo
39 std::ptr_fun<int, int>(identity); // expected-error{{'ptr_fun<int, int>' is deprecated}}
47 std::mem_fun<int, Foo, int>(&Foo::identity); // expected-error{{'mem_fun<int, Foo, int>' is deprecated}}
56 std::mem_fun_ref<int, Foo, int>(&Foo::identity); // expected-error{{'mem_fun_ref<int, Foo, int>' is deprecated}}
  /external/curl/lib/
curl_sspi.c 129 * This is used to populate a SSPI identity structure based on the supplied
136 * identity [in/out] - The identity structure.
141 SEC_WINNT_AUTH_IDENTITY *identity)
151 /* Initialize the identity */
152 memset(identity, 0, sizeof(*identity));
173 /* Setup the identity's user and length */
179 identity->User = dup_user.tbyte_ptr;
180 identity->UserLength = curlx_uztoul(_tcslen(dup_user.tchar_ptr))
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 51 /** The identity of the root node. */
120 /** The document identity number(s). If we have overflowed the addressing
124 /** The mask for the identity.
160 * @param dtmIdentity The DTM identity ID for this DTM.
180 * @param dtmIdentity The DTM identity ID for this DTM.
315 * @param identity The node identity index.
317 protected void indexNode(int expandedTypeID, int identity)
332 index[index[0]] = identity;
349 * to the identity argument, or -1 if no node is higher or equal
882 int identity = makeNodeIdentity(nodeHandle); local
972 int identity = makeNodeIdentity(nodeHandle); local
1025 int identity = makeNodeIdentity(nodeHandle); local
1110 int identity = makeNodeIdentity(nodeHandle); local
1463 int identity = makeNodeIdentity(nodeHandle); local
1483 int identity = makeNodeIdentity(nodeHandle); local
1534 int identity = makeNodeIdentity(nodeHandle); local
1561 int identity = makeNodeIdentity(nodeHandle); local
1743 int identity = makeNodeIdentity(nodeHandle); local
1852 int identity = makeNodeIdentity(nodeHandle); local
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
mucroomdiscoverytask.cc 33 const XmlElement* identity = query->FirstNamed(QN_DISCO_IDENTITY); local
34 if (identity == NULL || !identity->HasAttr(QN_NAME)) {
39 const std::string name(identity->Attr(QN_NAME));
43 identity->FirstNamed(QN_GOOGLE_MUC_HANGOUT_CONVERSATION_ID);
  /art/test/NonStaticLeafMethods/
NonStaticLeafMethods.java 22 byte identity(byte x) { method in class:NonStaticLeafMethods
25 int identity(int x) { method in class:NonStaticLeafMethods
40 double identity(double x) { method in class:NonStaticLeafMethods
  /art/test/StaticLeafMethods/
StaticLeafMethods.java 20 static byte identity(byte x) { method in class:StaticLeafMethods
23 static int identity(int x) { method in class:StaticLeafMethods
38 static double identity(double x) { method in class:StaticLeafMethods
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
p11.cpp 11 struct identity { struct
16 T* f2(int, typename identity<T>::type = 0);
18 T& f2(U, typename identity<T>::type = 0);
  /external/skia/include/ports/
SkFontConfigInterface.h 100 virtual sk_sp<SkTypeface> makeTypeface(const FontIdentity& identity) {
101 return SkTypeface::MakeFromStream(std::unique_ptr<SkStreamAsset>(this->openStream(identity)),
102 identity.fTTCIndex);
  /external/skqp/include/ports/
SkFontConfigInterface.h 100 virtual sk_sp<SkTypeface> makeTypeface(const FontIdentity& identity) {
101 return SkTypeface::MakeFromStream(std::unique_ptr<SkStreamAsset>(this->openStream(identity)),
102 identity.fTTCIndex);
  /external/pdfium/core/fpdfapi/render/
cpdf_transferfunc.h 31 void SetIdentity(bool identity) { m_bIdentity = identity; }
  /external/guava/guava-tests/test/com/google/common/base/
EquivalenceTest.java 50 .addEqualityGroup(Equivalence.identity().pairwise())
92 SerializableTester.reserializeAndAssert(Equivalence.identity());
117 Equivalence.identity().onResultOf(Functions.toStringFunction()),
118 Equivalence.identity().onResultOf(Functions.toStringFunction()))
120 .addEqualityGroup(Equivalence.identity().onResultOf(Functions.identity()))
137 .addEqualityGroup(Equivalence.identity().equivalentTo("1"))
148 EquivalenceTester.of(Equivalence.identity())
158 .addEqualityGroup(Equivalence.identity(), Equivalence.identity())
    [all...]
  /external/adhd/cras/src/server/
cras_bt_player.h 22 const char *identity; member in struct:cras_bt_player

Completed in 2458 milliseconds

1 2 3 4 5 6 7 8 91011>>