Searched refs:identity (Results 1 - 25 of 632) sorted by relevance

1234567891011>>

/external/clang/test/CXX/over/over.match/over.match.best/over.best.ics/over.ics.user/
H A Dp3-0x.cpp4 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/
H A Dp14.cpp3 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/
H A Drtccertificate.h27 // 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);
H A Drtccertificate.cc18 scoped_ptr<SSLIdentity> identity) {
19 return new RefCountedObject<RTCCertificate>(identity.release());
22 RTCCertificate::RTCCertificate(SSLIdentity* identity) argument
23 : identity_(identity) {
17 Create( scoped_ptr<SSLIdentity> identity) argument
H A Dstringutils_unittest.cc43 // 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));
H A Dbind.h80 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<P
[all...]
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp4.cpp5 template<class T> struct identity { typedef T type; }; struct in namespace:PR8598
8 void f(T C::*, typename identity<T>::type*){} argument
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dieee8021x.conf10 identity="user name"
H A DopenCryptoki.conf26 identity="User"
/external/libcxx/test/libcxx/depr/depr.function.objects/
H A Ddepr.adaptors.cxx1z.pass.cpp23 int identity(int v) { return v; } function
28 int identity(int v) const { return v; } function in struct:Foo
36 assert((std::ptr_fun<int, int>(identity)(4) == 4));
40 assert((std::mem_fn(&Foo::identity)(f, 5) == 5));
47 assert((std::mem_fun_ref(&Foo::identity)(f, 5) == 5));
/external/skia/tests/
H A DTableColorFilterTest.cpp24 // Any table will work fine here. An identity table makes testing easy.
25 uint8_t identity[256]; local
27 identity[i] = i;
29 sk_sp<SkColorFilter> table = SkTableColorFilter::Make(identity);
/external/skqp/tests/
H A DTableColorFilterTest.cpp24 // Any table will work fine here. An identity table makes testing easy.
25 uint8_t identity[256]; local
27 identity[i] = i;
29 sk_sp<SkColorFilter> table = SkTableColorFilter::Make(identity);
/external/clang/test/CodeGenCXX/
H A Dmangle-variadic-templates.cpp6 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/curl/lib/
H A Dcurl_sspi.c128 * This is used to populate a SSPI identity structure based on the supplied
135 * identity [in/out] - The identity structure.
140 SEC_WINNT_AUTH_IDENTITY *identity)
150 /* Initialize the identity */
151 memset(identity, 0, sizeof(*identity));
172 /* Setup the identity's user and length */
178 identity->User = dup_user.tbyte_ptr;
179 identity
139 Curl_create_sspi_identity(const char *userp, const char *passwdp, SEC_WINNT_AUTH_IDENTITY *identity) argument
226 Curl_sspi_free_identity(SEC_WINNT_AUTH_IDENTITY *identity) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBase.java51 /** 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) argument
332 index[index[0]] = identity;
349 * to the identity argumen
420 getNextNodeIdentity(int identity) argument
459 _type(int identity) argument
477 _exptype(int identity) argument
500 _level(int identity) argument
522 _firstch(int identity) argument
555 _nextsib(int identity) argument
587 _prevsib(int identity) argument
614 _parent(int identity) argument
1072 getFirstAttributeIdentity(int identity) argument
1230 getNextAttributeIdentity(int identity) argument
[all...]
/external/webrtc/webrtc/libjingle/xmpp/
H A Dmucroomdiscoverytask.cc33 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);
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp11.cpp11 struct identity { struct
16 T* f2(int, typename identity<T>::type = 0);
18 T& f2(U, typename identity<T>::type = 0);
/external/tensorflow/tensorflow/python/kernel_tests/
H A Didentity_op_py_test.py35 value = array_ops.identity([1, 2, 3, 4, 5, 6]).eval()
41 value = array_ops.identity(inp).eval()
47 value = array_ops.identity(source).eval()
56 self.assertEquals(shape, array_ops.identity(tensor).get_shape())
57 self.assertEquals(shape, array_ops.identity(array_2x3).get_shape())
59 array_ops.identity(np.array(array_2x3)).get_shape())
/external/guava/guava-tests/test/com/google/common/base/
H A DEquivalenceTest.java50 .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/
H A Dcras_bt_player.h22 const char *identity; member in struct:cras_bt_player
/external/clang/test/SemaTemplate/
H A Dtemp_arg_template.cpp84 struct identity {}; struct
93 struct S : public template_tuple<identity, identity> {
99 f7<identity>();
H A Daddress-spaces.cpp63 template<typename T> struct identity {}; struct
66 identity<T> accept_arg_in_address_space_1(__attribute__((address_space(1))) T &ir1);
69 identity<T> accept_any_arg(T &ir1);
73 identity<int> ii = accept_arg_in_address_space_1(int_1);
74 identity<int __attribute__((address_space(1)))> ii2 = accept_any_arg(int_1);
/external/skia/gn/
H A Dcodesign_ios.py19 # identstr search string (regex fragment) for code signing identity
23 # Find the Google signing identity.
24 identity = None variable
25 for line in subprocess.check_output(['security', 'find-identity']).split('\n'):
28 identity = m.group(1) variable
29 assert identity
66 '--sign', identity,
/external/skqp/gn/
H A Dcodesign_ios.py19 # identstr search string (regex fragment) for code signing identity
23 # Find the Google signing identity.
24 identity = None variable
25 for line in subprocess.check_output(['security', 'find-identity']).split('\n'):
28 identity = m.group(1) variable
29 assert identity
66 '--sign', identity,
/external/libcxx/test/std/numerics/numeric.ops/transform.reduce/
H A Dtransform_reduce_iter_iter_init_bop_uop.pass.cpp27 struct identity struct
59 test(Iter(ia), Iter(ia), 0, std::plus<>(), identity(), 0);
60 test(Iter(ia), Iter(ia), 1, std::multiplies<>(), identity(), 1);
61 test(Iter(ia), Iter(ia+1), 0, std::multiplies<>(), identity(), 0);
62 test(Iter(ia), Iter(ia+1), 2, std::plus<>(), identity(), 3);
63 test(Iter(ia), Iter(ia+2), 0, std::plus<>(), identity(), 3);
64 test(Iter(ia), Iter(ia+2), 3, std::multiplies<>(), identity(), 6);
65 test(Iter(ia), Iter(ia+sa), 4, std::multiplies<>(), identity(), 2880);
66 test(Iter(ia), Iter(ia+sa), 4, std::plus<>(), identity(), 25);
83 decltype(std::transform_reduce(p, p, Init{}, std::plus<>(), identity()))> );
[all...]

Completed in 1097 milliseconds

1234567891011>>