Searched refs:identity (Results 51 - 75 of 521) sorted by relevance

1234567891011>>

/external/skia/src/ports/
H A DSkRemotableFontMgr_win_dw.cpp48 IUnknown* fLoader; // In COM only IUnknown pointers may be safely used for identity.
203 SkFontIdentity identity = { SkFontIdentity::kInvalidDataId }; variable
208 identity);
215 identity);
217 HR_GENERAL(FontToIdentity(font.get(), &identity), NULL, identity); variable
219 return identity;
265 SkFontIdentity identity = { SkFontIdentity::kInvalidDataId }; variable
269 HR_GENERAL(getDefaultFontFamilyName(&dwFamilyName), NULL, identity); variable
271 HR_GENERAL(sk_cstring_to_wchar(familyName, &dwFamilyName), NULL, identity); variable
416 SkFontIdentity identity = { SkFontIdentity::kInvalidDataId }; variable
429 HR_GENERAL(getDefaultFontFamilyName(&dwFamilyName), NULL, identity); variable
431 HR_GENERAL(sk_cstring_to_wchar(familyName, &dwFamilyName), NULL, identity); variable
439 HR_GENERAL(sk_cstring_to_wchar(bpc47, &dwBpc47Local), NULL, identity); variable
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBaseTraversers.java37 * identity indices within their logic, for efficiency's sake. Be very
48 * @param dtmIdentity The DTM identity ID for this DTM.
70 * @param dtmIdentity The DTM identity ID for this DTM.
339 * @param axisRoot The root identity of the axis.
431 int identity = makeNodeIdentity(context);
433 int firstMatch = getNextIndexed(identity, _firstch(identity),
519 * @param axisRoot The root identity of the axis.
520 * @param identity The node in question.
524 protected abstract boolean isAfterAxis(int axisRoot, int identity); argument
591 getFirstPotential(int identity) argument
634 isDescendant(int subtreeRootIdentity, int identity) argument
649 isAfterAxis(int axisRoot, int identity) argument
771 getFirstPotential(int identity) argument
1615 getFirstPotential(int identity) argument
1687 getFirstPotential(int identity) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dpmksa_cache_auth.c40 os_free(entry->identity);
131 if (eapol->identity) {
132 entry->identity = os_malloc(eapol->identity_len);
133 if (entry->identity) {
135 os_memcpy(entry->identity, eapol->identity,
158 if (entry->identity) {
159 os_free(eapol->identity);
160 eapol->identity = os_malloc(entry->identity_len);
161 if (eapol->identity) {
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dpmksa_cache_auth.c40 os_free(entry->identity);
131 if (eapol->identity) {
132 entry->identity = os_malloc(eapol->identity_len);
133 if (entry->identity) {
135 os_memcpy(entry->identity, eapol->identity,
158 if (entry->identity) {
159 os_free(eapol->identity);
160 eapol->identity = os_malloc(entry->identity_len);
161 if (eapol->identity) {
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dpmksa_cache_auth.c40 os_free(entry->identity);
131 if (eapol->identity) {
132 entry->identity = os_malloc(eapol->identity_len);
133 if (entry->identity) {
135 os_memcpy(entry->identity, eapol->identity,
158 if (entry->identity) {
159 os_free(eapol->identity);
160 eapol->identity = os_malloc(entry->identity_len);
161 if (eapol->identity) {
[all...]
/external/elfutils/0.153/backends/
H A Dlinux-core-note.c125 FIELD (identity, PID_T, pid, 'd', .thread_identifier = true),
126 FIELD (identity, PID_T, ppid, 'd'),
127 FIELD (identity, PID_T, pgrp, 'd'),
128 FIELD (identity, PID_T, sid, 'd'),
158 FIELD (identity, UID_T, uid, 'd'),
159 FIELD (identity, GID_T, gid, 'd'),
160 FIELD (identity, PID_T, pid, 'd'),
161 FIELD (identity, PID_T, ppid, 'd'),
162 FIELD (identity, PID_T, pgrp, 'd'),
163 FIELD (identity, PID_
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Ddtlstransport.h50 rtc::SSLIdentity* identity)
52 identity_(identity),
59 virtual void SetIdentity_w(rtc::SSLIdentity* identity) { argument
60 identity_ = identity;
62 virtual bool GetIdentity_w(rtc::SSLIdentity** identity) { argument
66 *identity = identity_->GetReference();
84 desc << "Local fingerprint does not match identity. Expected: ";
91 "Local fingerprint provided but no identity available.",
99 return BadTransportDescription("Failed to set local identity.",
46 DtlsTransport(rtc::Thread* signaling_thread, rtc::Thread* worker_thread, const std::string& content_name, PortAllocator* allocator, rtc::SSLIdentity* identity) argument
/external/guava/guava-tests/test/com/google/common/base/
H A DEquivalenceTest.java49 .addEqualityGroup(Equivalences.identity().pairwise())
108 Equivalences.identity().onResultOf(Functions.toStringFunction()),
109 Equivalences.identity().onResultOf(Functions.toStringFunction()))
111 .addEqualityGroup(Equivalences.identity().onResultOf(Functions.identity()))
128 .addEqualityGroup(Equivalences.identity().equivalentTo("1"))
/external/ceres-solver/internal/ceres/
H A Dconditioned_cost_function_test.cc86 Matrix identity(kTestCostFunctionSize, kTestCostFunctionSize);
87 identity.setIdentity();
88 NormalPrior* difference_cost_function = new NormalPrior(identity, v2_vector);
/external/chromium_org/third_party/webrtc/base/
H A Dsslfingerprint.cc23 const std::string& algorithm, const rtc::SSLIdentity* identity) {
24 if (!identity) {
28 return Create(algorithm, &(identity->certificate()));
22 Create( const std::string& algorithm, const rtc::SSLIdentity* identity) argument
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dmschapv2.c36 int mschapv2_derive_response(const u8 *identity, size_t identity_len, argument
49 identity, identity_len);
51 username = mschapv2_remove_domain(identity, &username_len);
H A Deap_gtc.c50 const u8 *pos, *password, *identity; local
99 identity = eap_get_config_identity(sm, &identity_len);
100 if (identity == NULL)
110 wpabuf_put_data(resp, identity, identity_len);
/external/wpa_supplicant_8/src/eap_peer/
H A Dmschapv2.c36 int mschapv2_derive_response(const u8 *identity, size_t identity_len, argument
49 identity, identity_len);
51 username = mschapv2_remove_domain(identity, &username_len);
H A Deap_gtc.c50 const u8 *pos, *password, *identity; local
99 identity = eap_get_config_identity(sm, &identity_len);
100 if (identity == NULL)
110 wpabuf_put_data(resp, identity, identity_len);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dmschapv2.c36 int mschapv2_derive_response(const u8 *identity, size_t identity_len, argument
49 identity, identity_len);
51 username = mschapv2_remove_domain(identity, &username_len);
H A Deap_gtc.c50 const u8 *pos, *password, *identity; local
99 identity = eap_get_config_identity(sm, &identity_len);
100 if (identity == NULL)
110 wpabuf_put_data(resp, identity, identity_len);
/external/chromium_org/net/cert/
H A Dcert_database_mac.cc138 SecIdentityRef identity = NULL;
140 &identity);
144 if (err != noErr || !identity) {
149 CFRelease(identity);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_state_vdecl.c107 decl.identity.type = svga->state.sw.ve_format[i];
108 decl.identity.method = SVGA3D_DECLMETHOD_DEFAULT;
109 decl.identity.usage = usage;
110 decl.identity.usageIndex = index;
/external/chromium_org/ui/gfx/geometry/
H A Dmatrix3_unittest.cc18 Matrix3F identity = Matrix3F::Identity(); local
29 EXPECT_EQ(i == j ? 1.0f : 0.0f, identity.get(i, j));
35 Matrix3F identity = Matrix3F::Identity(); local
37 EXPECT_EQ(Vector3dF(0.0f, 1.0f, 0.0f), identity.get_column(1));
68 Matrix3F identity = Matrix3F::Identity(); local
69 Matrix3F inv_identity = identity.Inverse();
70 EXPECT_EQ(identity, inv_identity);
91 // This block tests the trivial case of eigenvalues of the identity matrix.
92 Matrix3F identity = Matrix3F::Identity(); local
93 Vector3dF eigenvals = identity
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_vdecl.c107 decl.identity.type = svga->state.sw.ve_format[i];
108 decl.identity.method = SVGA3D_DECLMETHOD_DEFAULT;
109 decl.identity.usage = usage;
110 decl.identity.usageIndex = index;
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_gtc.c131 if (sm->identity && sm->require_identity_match &&
133 os_memcmp(pos, sm->identity, sm->identity_len))) {
137 "identity",
138 sm->identity, sm->identity_len);
142 os_free(sm->identity);
144 sm->identity = os_malloc(sm->identity_len);
145 if (sm->identity == NULL) {
149 os_memcpy(sm->identity, pos, sm->identity_len);
152 if (eap_user_get(sm, sm->identity, sm->identity_len, 1) != 0) {
156 sm->identity, s
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_gtc.c131 if (sm->identity && sm->require_identity_match &&
133 os_memcmp(pos, sm->identity, sm->identity_len))) {
137 "identity",
138 sm->identity, sm->identity_len);
142 os_free(sm->identity);
144 sm->identity = os_malloc(sm->identity_len);
145 if (sm->identity == NULL) {
149 os_memcpy(sm->identity, pos, sm->identity_len);
152 if (eap_user_get(sm, sm->identity, sm->identity_len, 1) != 0) {
156 sm->identity, s
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_gtc.c131 if (sm->identity && sm->require_identity_match &&
133 os_memcmp(pos, sm->identity, sm->identity_len))) {
137 "identity",
138 sm->identity, sm->identity_len);
142 os_free(sm->identity);
144 sm->identity = os_malloc(sm->identity_len);
145 if (sm->identity == NULL) {
149 os_memcpy(sm->identity, pos, sm->identity_len);
152 if (eap_user_get(sm, sm->identity, sm->identity_len, 1) != 0) {
156 sm->identity, s
[all...]
/external/smack/src/org/jivesoftware/smackx/
H A DGateway.java38 private Identity identity; field in class:Gateway
48 Gateway(Connection connection, String entityJID, DiscoverInfo info, Identity identity){ argument
51 this.identity = identity;
60 this.identity = temp;
67 if(identity==null){
70 return identity;
117 * Returns the name as proposed in this gateways identity discovered via service
123 if(identity==null){
126 return identity
[all...]
/external/chromium-libpac/test/
H A DAndroid.mk8 # Set up the target identity

Completed in 9360 milliseconds

1234567891011>>