Home
last modified time | relevance | path

Searched refs:identity (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.ecf.identity_3.1.0.v20100529-0735.jar ... core/ org/eclipse/ecf/core/identity/ org/eclipse/ecf/core/util ...
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBase.java317 protected void indexNode(int expandedTypeID, int identity) in indexNode() argument
332 index[index[0]] = identity; in indexNode()
420 protected abstract int getNextNodeIdentity(int identity); in getNextNodeIdentity() argument
459 protected short _type(int identity) in _type() argument
462 int info = _exptype(identity); in _type()
477 protected int _exptype(int identity) in _exptype() argument
479 if (identity == DTM.NULL) in _exptype()
484 while (identity>=m_size) in _exptype()
486 if (!nextNode() && identity >= m_size) in _exptype()
489 return m_exptype.elementAt(identity); in _exptype()
[all …]
DDTMDefaultBaseTraversers.java431 int identity = makeNodeIdentity(context); in first() local
433 int firstMatch = getNextIndexed(identity, _firstch(identity), in first()
524 protected abstract boolean isAfterAxis(int axisRoot, int identity); in isAfterAxis() argument
591 protected int getFirstPotential(int identity) in getFirstPotential() argument
593 return identity + 1; in getFirstPotential()
634 protected boolean isDescendant(int subtreeRootIdentity, int identity) in isDescendant() argument
636 return _parent(identity) >= subtreeRootIdentity; in isDescendant()
649 protected boolean isAfterAxis(int axisRoot, int identity) in isAfterAxis() argument
656 if(identity == axisRoot) in isAfterAxis()
658 identity = m_parent.elementAt(identity); in isAfterAxis()
[all …]
/external/v8/test/mjsunit/
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(-1073741824);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM2.java1557 protected final boolean isDescendant(int identity) in isDescendant() argument
1559 return (_parent2(identity) >= _startNode) || (_startNode == identity); in isDescendant()
1901 public final int _exptype(int identity) in _exptype() argument
1903 return m_exptype.elementAt(identity); in _exptype()
1922 public final int _exptype2(int identity) in _exptype2() argument
1926 if (identity < m_blocksize) in _exptype2()
1927 return m_exptype_map0[identity]; in _exptype2()
1929 return m_exptype_map[identity>>>m_SHIFT][identity&m_MASK]; in _exptype2()
1938 public final int _nextsib2(int identity) in _nextsib2() argument
1942 if (identity < m_blocksize) in _nextsib2()
[all …]
DSAX2DTM.java309 protected int _dataOrQName(int identity) in _dataOrQName() argument
312 if (identity < m_size) in _dataOrQName()
313 return m_dataOrQName.elementAt(identity); in _dataOrQName()
324 else if (identity < m_size) in _dataOrQName()
325 return m_dataOrQName.elementAt(identity); in _dataOrQName()
504 int identity = makeNodeIdentity(nodeHandle); in dispatchCharactersEvents() local
506 if (identity == DTM.NULL) in dispatchCharactersEvents()
509 int type = _type(identity); in dispatchCharactersEvents()
513 int dataIndex = m_dataOrQName.elementAt(identity); in dispatchCharactersEvents()
524 int firstChild = _firstch(identity); in dispatchCharactersEvents()
[all …]
/external/wpa_supplicant_8/src/ap/
Deap_user_db.c119 os_memcmp(argv[id], user->identity, len) == 0 && in get_wildcard_cb()
133 eap_user_sqlite_get(struct hostapd_data *hapd, const u8 *identity, in eap_user_sqlite_get() argument
147 os_memcpy(id_str, identity, identity_len); in eap_user_sqlite_get()
165 bin_clear_free(hapd->tmp_eap_user.identity, in eap_user_sqlite_get()
171 hapd->tmp_eap_user.identity = os_zalloc(identity_len + 1); in eap_user_sqlite_get()
172 if (hapd->tmp_eap_user.identity == NULL) in eap_user_sqlite_get()
174 os_memcpy(hapd->tmp_eap_user.identity, identity, identity_len); in eap_user_sqlite_get()
207 os_free(user->identity); in eap_user_sqlite_get()
208 user->identity = user->password; in eap_user_sqlite_get()
224 hostapd_get_eap_user(struct hostapd_data *hapd, const u8 *identity, in hostapd_get_eap_user() argument
[all …]
Dpmksa_cache_auth.c41 os_free(entry->identity); in _pmksa_cache_free_entry()
132 if (eapol->identity) { in pmksa_cache_from_eapol_data()
133 entry->identity = os_malloc(eapol->identity_len); in pmksa_cache_from_eapol_data()
134 if (entry->identity) { in pmksa_cache_from_eapol_data()
136 os_memcpy(entry->identity, eapol->identity, in pmksa_cache_from_eapol_data()
162 if (entry->identity) { in pmksa_cache_to_eapol_data()
163 os_free(eapol->identity); in pmksa_cache_to_eapol_data()
164 eapol->identity = os_malloc(entry->identity_len); in pmksa_cache_to_eapol_data()
165 if (eapol->identity) { in pmksa_cache_to_eapol_data()
167 os_memcpy(eapol->identity, entry->identity, in pmksa_cache_to_eapol_data()
[all …]
Dieee802_11_auth.c40 char *identity; member
58 os_free(e->identity); in hostapd_acl_cache_free_entry()
104 char **identity, char **radius_cui) in hostapd_acl_cache_get() argument
127 if (identity) { in hostapd_acl_cache_get()
128 if (entry->identity) in hostapd_acl_cache_get()
129 *identity = os_strdup(entry->identity); in hostapd_acl_cache_get()
131 *identity = NULL; in hostapd_acl_cache_get()
236 char **identity, char **radius_cui) in hostapd_allowed_address() argument
246 if (identity) in hostapd_allowed_address()
247 *identity = NULL; in hostapd_allowed_address()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.conf1188 identity="user@example.com"
1202 identity="user@example.com"
1216 identity="user@example.com"
1229 identity="user@example.com"
1291 identity="eap_psk_user@example.com"
1302 identity="user@example.com"
1316 identity="user"
1325 identity="user"
1335 identity="username"
1346 identity="username"
[all …]
/external/guava/guava-tests/test/com/google/common/base/
DEquivalenceTest.java50 .addEqualityGroup(Equivalence.identity().pairwise()) in testPairwiseEquivalent_equals()
92 SerializableTester.reserializeAndAssert(Equivalence.identity()); in testSerialization()
117 Equivalence.identity().onResultOf(Functions.toStringFunction()), in testOnResultOf_equals()
118 Equivalence.identity().onResultOf(Functions.toStringFunction())) in testOnResultOf_equals()
120 .addEqualityGroup(Equivalence.identity().onResultOf(Functions.identity())) in testOnResultOf_equals()
137 .addEqualityGroup(Equivalence.identity().equivalentTo("1")) in testEquivalentTo()
148 EquivalenceTester.of(Equivalence.identity()) in testIdentityEquivalent()
158 .addEqualityGroup(Equivalence.identity(), Equivalence.identity()) in testEquals()
166 new NullPointerTester().testAllPublicInstanceMethods(Equivalence.identity()); in testNulls()
/external/conscrypt/src/test/java/org/conscrypt/
DDuckTypedPSKKeyManagerTest.java102 String identity = "identity"; in testMethodInvocationDelegation() local
122 mockInvocationHandler.returnValue = identity; in testMethodInvocationDelegation()
123 assertSame(identity, pskKeyManager.chooseClientKeyIdentity(identityHint, mSSLSocket)); in testMethodInvocationDelegation()
131 mockInvocationHandler.returnValue = identity; in testMethodInvocationDelegation()
132 assertSame(identity, pskKeyManager.chooseClientKeyIdentity(identityHint, mSSLEngine)); in testMethodInvocationDelegation()
142 assertSame(key, pskKeyManager.getKey(identityHint, identity, mSSLSocket)); in testMethodInvocationDelegation()
148 assertSame(identity, mockInvocationHandler.lastInvokedMethodArgs[1]); in testMethodInvocationDelegation()
152 assertSame(key, pskKeyManager.getKey(identityHint, identity, mSSLEngine)); in testMethodInvocationDelegation()
158 assertSame(identity, mockInvocationHandler.lastInvokedMethodArgs[1]); in testMethodInvocationDelegation()
193 public SecretKey getKey(String identityHint, String identity, Socket socket) { in getKey() argument
[all …]
/external/emma/
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 (int): boolean
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_swtnl_state.c169 vdecl[0].identity.type = SVGA3D_DECLTYPE_FLOAT4; in svga_swtnl_update_vdecl()
170 vdecl[0].identity.usage = SVGA3D_DECLUSAGE_POSITIONT; in svga_swtnl_update_vdecl()
171 vdecl[0].identity.usageIndex = 0; in svga_swtnl_update_vdecl()
182 vdecl[nr_decls].identity.usageIndex = sem_index; in svga_swtnl_update_vdecl()
187 vdecl[nr_decls].identity.usage = SVGA3D_DECLUSAGE_COLOR; in svga_swtnl_update_vdecl()
188 vdecl[nr_decls].identity.type = SVGA3D_DECLTYPE_FLOAT4; in svga_swtnl_update_vdecl()
194 vdecl[nr_decls].identity.usage = SVGA3D_DECLUSAGE_TEXCOORD; in svga_swtnl_update_vdecl()
195 vdecl[nr_decls].identity.type = SVGA3D_DECLTYPE_FLOAT4; in svga_swtnl_update_vdecl()
196 vdecl[nr_decls].identity.usageIndex = in svga_swtnl_update_vdecl()
203 vdecl[nr_decls].identity.usage = SVGA3D_DECLUSAGE_TEXCOORD; in svga_swtnl_update_vdecl()
[all …]
/external/mesa3d/src/gallium/drivers/identity/
DSConscript5 identity = env.ConvenienceLibrary(
6 target = 'identity',
13 env.Alias('identity', identity)
15 Export('identity')
/external/wpa_supplicant_8/hostapd/
Dhostapd.eap_user_sqlite2 identity TEXT PRIMARY KEY,
10 identity TEXT PRIMARY KEY,
14 INSERT INTO users(identity,methods,password,phase2) VALUES ('user','TTLS-MSCHAPV2','password',1);
15 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',…
17 INSERT INTO wildcards(identity,methods) VALUES ('','TTLS,TLS');
18 INSERT INTO wildcards(identity,methods) VALUES ('0','AKA');
/external/skia/src/ports/
DSkRemotableFontMgr_win_dw.cpp182 SkFontIdentity identity = { SkFontIdentity::kInvalidDataId }; in matchIndexStyle() local
187 identity); in matchIndexStyle()
194 identity); in matchIndexStyle()
196 HR_GENERAL(FontToIdentity(font.get(), &identity), NULL, identity); in matchIndexStyle()
198 return identity; in matchIndexStyle()
244 SkFontIdentity identity = { SkFontIdentity::kInvalidDataId }; in matchNameStyle() local
248 HR_GENERAL(getDefaultFontFamilyName(&dwFamilyName), NULL, identity); in matchNameStyle()
250 HR_GENERAL(sk_cstring_to_wchar(familyName, &dwFamilyName), NULL, identity); in matchNameStyle()
257 identity); in matchNameStyle()
259 return identity; in matchNameStyle()
[all …]
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DEquivalenceTest.java47 .addEqualityGroup(Equivalence.identity().pairwise()) in testPairwiseEquivalent_equals()
107 Equivalence.identity().onResultOf(Functions.toStringFunction()), in testOnResultOf_equals()
108 Equivalence.identity().onResultOf(Functions.toStringFunction())) in testOnResultOf_equals()
110 .addEqualityGroup(Equivalence.identity().onResultOf(Functions.identity())) in testOnResultOf_equals()
127 .addEqualityGroup(Equivalence.identity().equivalentTo("1")) in testEquivalentTo()
138 EquivalenceTester.of(Equivalence.identity()) in testIdentityEquivalent()
148 .addEqualityGroup(Equivalence.identity(), Equivalence.identity()) in testEquals()
/external/jetty/src/java/org/eclipse/jetty/security/
DMappedLoginService.java138 public void logout(UserIdentity identity) in logout() argument
140 LOG.debug("logout {}",identity); in logout()
160 final UserIdentity identity; in putUser() local
162 identity=(UserIdentity)info; in putUser()
172identity=_identityService.newUserIdentity(subject,userPrincipal,IdentityService.NO_ROLES); in putUser()
175 _users.put(userName,identity); in putUser()
176 return identity; in putUser()
198 UserIdentity identity=_identityService.newUserIdentity(subject,userPrincipal,roles); in putUser() local
199 _users.put(userName,identity); in putUser()
200 return identity; in putUser()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_gtc.c131 if (sm->identity && sm->require_identity_match && in eap_gtc_process()
133 os_memcmp(pos, sm->identity, sm->identity_len))) { in eap_gtc_process()
138 sm->identity, sm->identity_len); in eap_gtc_process()
142 os_free(sm->identity); in eap_gtc_process()
144 sm->identity = os_malloc(sm->identity_len); in eap_gtc_process()
145 if (sm->identity == NULL) { in eap_gtc_process()
149 os_memcpy(sm->identity, pos, sm->identity_len); in eap_gtc_process()
152 if (eap_user_get(sm, sm->identity, sm->identity_len, 1) != 0) { in eap_gtc_process()
156 sm->identity, sm->identity_len); in eap_gtc_process()
/external/clang/test/SemaObjCXX/
Darc-templates.mm111 template<typename T> struct identity { }; struct
113 template<typename T> identity<T> accept_strong_ptr(__strong T*); argument
114 template<typename T> identity<T> accept_strong_ref(__strong T&); argument
116 template<typename T> identity<T> accept_any_ptr(T*); argument
117 template<typename T> identity<T> accept_any_ref(T&); argument
125 identity<id> res1 = accept_strong_ptr(sip); argument
126 identity<__strong id> res2 = accept_any_ptr(sip);
132 identity<id> res3 = accept_strong_ref(si);
133 identity<__strong id> res4 = accept_any_ref(si);
134 identity<__weak id> res5 = accept_any_ref(wi);
[all …]
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
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}} expecte…
25 typedef identity<T(T...)> variadic_1;
/external/elfutils/src/backends/
Dlinux-core-note.c140 FIELD (identity, PID_T, pid, 'd', .thread_identifier = true),
141 FIELD (identity, PID_T, ppid, 'd'),
142 FIELD (identity, PID_T, pgrp, 'd'),
143 FIELD (identity, PID_T, sid, 'd'),
173 FIELD (identity, UID_T, uid, 'd'),
174 FIELD (identity, GID_T, gid, 'd'),
175 FIELD (identity, PID_T, pid, 'd'),
176 FIELD (identity, PID_T, ppid, 'd'),
177 FIELD (identity, PID_T, pgrp, 'd'),
178 FIELD (identity, PID_T, sid, 'd'),
/external/clang/test/SemaTemplate/
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); in test_arg_in_address_space_1()
74 identity<int __attribute__((address_space(1)))> ii2 = accept_any_arg(int_1); in test_arg_in_address_space_1()
/external/clang/test/CodeGenCXX/
Dmangle-variadic-templates.cpp6 template<typename T> struct identity { }; struct
54 template<typename R, typename ...ArgTypes> identity<R(ArgTypes...)> f5() {} in f5()
56 template identity<int(int, float, double)> f5();
67 template template_tuple<identity, add_reference> f7();

12345678910>>...14