Searched refs:identity (Results 1 - 25 of 342) 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/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/v8/test/mjsunit/
H A Dcodegen-coverage.js30 function identity(x) { function
54 x = identity(1);
67 x = identity(1);
75 x = identity(1);
84 x = identity(1);
95 x = identity(-1073741824); // Least (31-bit) smi.
106 x = identity(-1073741824);
114 x = identity(-1073741824);
122 x = identity(-1073741824);
130 x = identity(
[all...]
/external/clang/test/CodeGenCXX/
H A Dmangle-variadic-templates.cpp6 template<typename T> struct identity { }; struct
54 template<typename R, typename ...ArgTypes> identity<R(ArgTypes...)> f5() {}
56 template identity<int(int, float, double)> f5();
67 template template_tuple<identity, add_reference> f7();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.identity_3.1.0.v20100529-0735.jar ... org/eclipse/ecf/internal/core/identity/ org/eclipse/ecf/core/identity/BaseID.class BaseID.java package org.eclipse ...
/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/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 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/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.conf814 # identity: Identity string for EAP
817 # anonymous_identity: Anonymous identity string for EAP (to be used as the
818 # unencrypted identity with EAP types that support different tunnelled
819 # identity, e.g., EAP-TTLS). This field can also be used with
820 # EAP-SIM/AKA/AKA' to store the pseudonym identity.
1188 identity="user@example.com"
1202 identity="user@example.com"
1210 # EAP-TTLS/EAP-MD5-Challenge configuration with anonymous identity for the
1211 # unencrypted use. Real identity is sent only within an encrypted TLS tunnel.
1216 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())
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DIdentityScopeStub.java99 public void addIdentity(Identity identity) throws KeyManagementException { argument
109 public void removeIdentity(Identity identity) throws KeyManagementException { argument
124 * Sets the system's identity scope
/external/conscrypt/src/main/java/org/conscrypt/
H A DPSKKeyManager.java45 * handshake the server can provide a <em>PSK identity hint</em> to the client, and the client can
46 * provide a <em>PSK identity</em> to the server. The contents of these two pieces of information
49 * <p><em>NOTE: Both the PSK identity hint and the PSK identity are transmitted in cleartext.
57 * <li>Server replies, optionally providing a PSK identity hint to client.</li>
59 * <li>Client provides a PSK identity of the chosen key to server.</li>
65 * know the key to learn which PSK identity hints or PSK identities are supported. If this is a
68 * where a key is available -- making it appear to the attacker that all PSK identity hints and PSK
76 * <li>128 bytes for PSK identity and PSK identity hin
158 getKey(String identityHint, String identity, Socket socket) argument
170 getKey(String identityHint, String identity, SSLEngine engine) argument
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapsSortedTransformValuesTest.java37 Functions.<String>identity());
51 assertTrue(Maps.transformValues(sortedMap, Functions.<String>identity())
H A DMultimapsTransformValuesAsMapTest.java41 Functions.<Integer> identity()).asMap();
48 .transformValues(delegate, Functions.<Integer> identity()).asMap();
/external/v8/test/mjsunit/harmony/
H A Darrow-functions.js30 var identity = x => x; variable
31 assertEquals(empty, identity(empty));
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM.java211 * @param dtmIdentity The DTM identity ID for this DTM.
234 * @param dtmIdentity The DTM identity ID for this DTM.
303 * Get the data or qualified name for the given node identity.
305 * @param identity The node identity.
309 protected int _dataOrQName(int identity) argument
312 if (identity < m_size)
313 return m_dataOrQName.elementAt(identity);
324 else if (identity < m_size)
325 return m_dataOrQName.elementAt(identity);
709 getNextNodeIdentity(int identity) argument
[all...]
/external/conscrypt/src/test/java/org/conscrypt/
H A DDuckTypedPSKKeyManagerTest.java102 String identity = "identity";
122 mockInvocationHandler.returnValue = identity;
123 assertSame(identity, pskKeyManager.chooseClientKeyIdentity(identityHint, mSSLSocket));
131 mockInvocationHandler.returnValue = identity;
132 assertSame(identity, pskKeyManager.chooseClientKeyIdentity(identityHint, mSSLEngine));
142 assertSame(key, pskKeyManager.getKey(identityHint, identity, mSSLSocket));
148 assertSame(identity, mockInvocationHandler.lastInvokedMethodArgs[1]);
152 assertSame(key, pskKeyManager.getKey(identityHint, identity, mSSLEngine));
158 assertSame(identity, mockInvocationHandle
193 getKey(String identityHint, String identity, Socket socket) argument
224 getKey(String identityHint, String identity, Socket socket) argument
228 getKey(String identityHint, String identity, SSLEngine engine) argument
258 getKey(String identityHint, String identity, Socket socket) argument
263 getKey(String identityHint, String identity, SSLEngine engine) argument
292 getKey(String identityHint, String identity, Socket socket) argument
297 getKey(String identityHint, String identity, SSLEngine engine) argument
[all...]

Completed in 608 milliseconds

1234567891011>>