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

1234567891011>>

/external/r8/src/test/examples/regalloc/
H A DRegAlloc.java101 public static <T> T identity(T i) { method in class:RegAlloc
108 // Go through identity function in an attempt to make sure that the addition
110 int i000 = identity(0); int i001 = identity(1); int i002 = identity(2);
111 int i003 = identity(3); int i004 = identity(4); int i005 = identity(5);
112 int i006 = identity(6); int i007 = identity(
[all...]
/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/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/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/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 Dpackage_ios.py20 # Find the Google signing identity.
21 identity = None variable
22 for line in subprocess.check_output(['security', 'find-identity']).split('\n'):
25 identity = m.group(1) variable
26 assert identity
79 '--sign', identity,
/external/emma/
H A Dtest.sh38 return identity(a + 1)
47 boolean identity(int a) {
65 return identity(a) && identity(b) || identity(b)
70 boolean identity(int a) {
81 FN:12,SubBunny::identity (int): boolean
82 FNDA:1,SubBunny::identity (int): boolean
93 FN:27,Bunny::identity (int): boolean
94 FNDA:1,Bunny::identity (in
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant.conf968 # identity: Identity string for EAP
971 # anonymous_identity: Anonymous identity string for EAP (to be used as the
972 # unencrypted identity with EAP types that support different tunnelled
973 # identity, e.g., EAP-TTLS). This field can also be used with
974 # EAP-SIM/AKA/AKA' to store the pseudonym identity.
1385 identity="user@example.com"
1399 identity="user@example.com"
1407 # EAP-TTLS/EAP-MD5-Challenge configuration with anonymous identity for the
1408 # unencrypted use. Real identity is sent only within an encrypted TLS tunnel.
1413 identity
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Deap_user_db.c108 if (os_strcmp(col[i], "identity") == 0 && argv[i])
119 os_memcmp(argv[id], user->identity, len) == 0 &&
133 eap_user_sqlite_get(struct hostapd_data *hapd, const u8 *identity, argument
142 wpa_printf(MSG_DEBUG, "%s: identity len too big: %d >= %d",
147 os_memcpy(id_str, identity, identity_len);
161 wpa_printf(MSG_INFO, "DB: Unsupported character in identity");
165 bin_clear_free(hapd->tmp_eap_user.identity,
171 hapd->tmp_eap_user.identity = os_zalloc(identity_len + 1);
172 if (hapd->tmp_eap_user.identity == NULL)
174 os_memcpy(hapd->tmp_eap_user.identity, identit
224 hostapd_get_eap_user(struct hostapd_data *hapd, const u8 *identity, size_t identity_len, int phase2) argument
[all...]
/external/wpa_supplicant_8/src/ap/
H A Deap_user_db.c108 if (os_strcmp(col[i], "identity") == 0 && argv[i])
119 os_memcmp(argv[id], user->identity, len) == 0 &&
133 eap_user_sqlite_get(struct hostapd_data *hapd, const u8 *identity, argument
142 wpa_printf(MSG_DEBUG, "%s: identity len too big: %d >= %d",
147 os_memcpy(id_str, identity, identity_len);
161 wpa_printf(MSG_INFO, "DB: Unsupported character in identity");
165 bin_clear_free(hapd->tmp_eap_user.identity,
171 hapd->tmp_eap_user.identity = os_zalloc(identity_len + 1);
172 if (hapd->tmp_eap_user.identity == NULL)
174 os_memcpy(hapd->tmp_eap_user.identity, identit
224 hostapd_get_eap_user(struct hostapd_data *hapd, const u8 *identity, size_t identity_len, int phase2) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Deap_user_db.c108 if (os_strcmp(col[i], "identity") == 0 && argv[i])
119 os_memcmp(argv[id], user->identity, len) == 0 &&
133 eap_user_sqlite_get(struct hostapd_data *hapd, const u8 *identity, argument
142 wpa_printf(MSG_DEBUG, "%s: identity len too big: %d >= %d",
147 os_memcpy(id_str, identity, identity_len);
161 wpa_printf(MSG_INFO, "DB: Unsupported character in identity");
165 bin_clear_free(hapd->tmp_eap_user.identity,
171 hapd->tmp_eap_user.identity = os_zalloc(identity_len + 1);
172 if (hapd->tmp_eap_user.identity == NULL)
174 os_memcpy(hapd->tmp_eap_user.identity, identit
224 hostapd_get_eap_user(struct hostapd_data *hapd, const u8 *identity, size_t identity_len, int phase2) argument
[all...]
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
H A DEquivalenceTest.java47 .addEqualityGroup(Equivalence.identity().pairwise())
107 Equivalence.identity().onResultOf(Functions.toStringFunction()),
108 Equivalence.identity().onResultOf(Functions.toStringFunction()))
110 .addEqualityGroup(Equivalence.identity().onResultOf(Functions.identity()))
127 .addEqualityGroup(Equivalence.identity().equivalentTo("1"))
138 EquivalenceTester.of(Equivalence.identity())
148 .addEqualityGroup(Equivalence.identity(), Equivalence.identity())

Completed in 8631 milliseconds

1234567891011>>