HomeSort by relevance Sort by last modified time
    Searched full:identity (Results 176 - 200 of 2436) sorted by null

1 2 3 4 5 6 78 91011>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
enable_if.hpp 11 #include <boost/mpl/identity.hpp>
72 : mpl::identity<Return>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
inet_diag.h 12 /* Socket identity */
75 /* Base info structure. It contains socket identity (addrs/ports/cookie)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
inet_diag.h 12 /* Socket identity */
75 /* Base info structure. It contains socket identity (addrs/ports/cookie)
  /external/wpa_supplicant_8/src/eap_peer/
eap_sake.c 17 enum { IDENTITY, CHALLENGE, CONFIRM, SUCCESS, FAILURE } state;
40 case IDENTITY:
41 return "IDENTITY";
71 const u8 *identity, *password; local
84 data->state = IDENTITY;
86 identity = eap_get_config_identity(sm, &identity_len);
87 if (identity) {
93 os_memcpy(data->peerid, identity, identity_len);
151 if (data->state != IDENTITY) {
156 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received Request/Identity");
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
meta.hpp 21 #include "boost/mpl/identity.hpp"
70 typedef mpl::identity<Case0Type> Case0TypeQ ;
71 typedef mpl::identity<Case1Type> Case1TypeQ ;
100 typedef mpl::identity<TF> TF_Q ;
101 typedef mpl::identity<TT> TT_Q ;
  /external/elfutils/backends/
linux-core-note.c 154 FIELD (identity, PID_T, pid, 'd', .thread_identifier = true),
155 FIELD (identity, PID_T, ppid, 'd'),
156 FIELD (identity, PID_T, pgrp, 'd'),
157 FIELD (identity, PID_T, sid, 'd'),
187 FIELD (identity, PRPSINFO_UID_T, uid, 'd'),
188 FIELD (identity, PRPSINFO_GID_T, gid, 'd'),
189 FIELD (identity, PID_T, pid, 'd'),
190 FIELD (identity, PID_T, ppid, 'd'),
191 FIELD (identity, PID_T, pgrp, 'd'),
192 FIELD (identity, PID_T, sid, 'd')
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.filetransfer_5.0.0.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.filetransfer_5.0.0.v20130604-1622.jar 
  /external/libnfc-nxp/src/
phHciNfc_IDMgmt.c 22 * \brief HCI Identity Management Gate Routines. *
63 /** \defgroup grp_hci_nfc HCI Identity Management Component
127 * \brief Allocates the resources of Identity Managment Gate.
129 * This function Allocates the resources of the Identity Management
166 * \brief Get the pipe_id of Identity Managment Gate.
168 * This function Get the pipe_id of Identity Managment Gate.
262 * \brief Initialisation of Identity Managment Gate.
264 * This function initialses the Identity Management gate and
265 * populates the Identity Management Information Structure
308 /* Identity Mgmt pipe open sequence *
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java 616 * The node identity of _startNode for this iterator
813 /* _currentNode precedes candidates. This is the identity, not the handle! */
2775 int identity = makeNodeIdentity(nodeHandle); local
2888 int identity = makeNodeIdentity(nodeHandle); local
3018 int identity = makeNodeIdentity(nodeHandle); local
3129 int identity = makeNodeIdentity(nodeHandle); local
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
WifiConfigurationHelper.java 112 * @param identity The identity or null
113 * @param anonymousIdentity The anonymous identity or null
119 Integer phase2, String identity, String anonymousIdentity, String caCert,
129 if (identity == null) identity = "";
137 config.enterpriseConfig.setIdentity(identity);
162 * "identity", "ananymous_identity", "ca_cert", and "client_cert" are also required. Lastly,
216 String identity = null; local
217 if (jsonConfig.has("identity")) {
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ses/
connection.py 165 elif re.search('Identity.*is not verified', body):
167 exc_reason = "Identity is not verified."
411 def set_identity_dkim_enabled(self, identity, dkim_enabled):
412 """Enables or disables DKIM signing of email sent from an identity.
414 * If Easy DKIM signing is enabled for a domain name identity (e.g.,
426 :type identity: string
427 :param identity: An email address or domain name.
434 'Identity': identity,
442 returns a structure describing identity notification attributes
    [all...]
  /external/eigen/test/eigen2/
product.h 24 Identity.h Product.h
45 identity = RowSquareMatrixType::Identity(rows, rows), local
80 // test Product.h together with Identity.h
81 VERIFY_IS_APPROX(v1, identity*v1);
82 VERIFY_IS_APPROX(v1.transpose(), v1.transpose() * identity);
84 VERIFY_IS_APPROX(MatrixType::Identity(rows, cols)(r,c), static_cast<Scalar>(r==c));
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_pproc.h 132 uint32_t identity; member in struct:msm_cpp_buffer_info_t
136 uint32_t identity; member in struct:msm_cpp_stream_buff_info_t
145 uint32_t identity; member in struct:msm_cpp_frame_info_t
194 uint32_t identity; member in struct:msm_vpe_stream_buff_info_t
203 uint32_t identity; member in struct:msm_vpe_frame_info_t
307 uint32_t identity; member in struct:msm_cpp_frame_info32_t
327 uint32_t identity; member in struct:msm_cpp_stream_buff_info32_t
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
upload.py 25 ('identity=', 'i', 'GPG identity used to sign files'),
36 self.identity = None
40 if self.identity and not self.sign:
42 "Must use --sign for --identity to have meaning"
75 if self.identity:
76 gpg_args[2:2] = ["--local-user", self.identity]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
upload.py 25 ('identity=', 'i', 'GPG identity used to sign files'),
36 self.identity = None
40 if self.identity and not self.sign:
42 "Must use --sign for --identity to have meaning"
75 if self.identity:
76 gpg_args[2:2] = ["--local-user", self.identity]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
upload.py 25 ('identity=', 'i', 'GPG identity used to sign files'),
36 self.identity = None
40 if self.identity and not self.sign:
42 "Must use --sign for --identity to have meaning"
75 if self.identity:
76 gpg_args[2:2] = ["--local-user", self.identity]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
upload.py 25 ('identity=', 'i', 'GPG identity used to sign files'),
36 self.identity = None
40 if self.identity and not self.sign:
42 "Must use --sign for --identity to have meaning"
75 if self.identity:
76 gpg_args[2:2] = ["--local-user", self.identity]
  /external/wpa_supplicant_8/src/radius/
radius_server.h 80 * eap_fast_a_id - EAP-FAST authority identity (A-ID)
157 * server_id - Server identity
192 * @identity: User identity
193 * @identity_len: identity buffer length in octets
194 * @phase2: Whether this is for Phase 2 identity
203 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len,
207 * eap_req_id_text - Optional data for EAP-Request/Identity
210 * will be sent in EAP-Request/Identity. This string can contain an
  /frameworks/base/docs/html/sdk/api_diff/21/changes/
android.provider.ContactsContract.CommonDataKinds.Identity.html 10 android.provider.ContactsContract.CommonDataKinds.Identity
74 Class android.provider.<A HREF="../../../../reference/android/provider/ContactsContract.CommonDataKinds.Identity.html" target="_top"><font size="+2"><code>ContactsContract.CommonDataKinds.Identity</code></font></A>
87 <A NAME="android.provider.ContactsContract.CommonDataKinds.Identity.EXTRA_ADDRESS_BOOK_INDEX"></A>
88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/ContactsContract.CommonDataKinds.Identity.html#EXTRA_ADDRESS_BOOK_INDEX" target="_top"><code>EXTRA_ADDRESS_BOOK_INDEX</code></A></nobr>
94 <A NAME="android.provider.ContactsContract.CommonDataKinds.Identity.EXTRA_ADDRESS_BOOK_INDEX_COUNTS"></A>
95 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/ContactsContract.CommonDataKinds.Identity.html#EXTRA_ADDRESS_BOOK_INDEX_COUNTS" target="_top"><code>EXTRA_ADDRESS_BOOK_INDEX_COUNTS</code></A></nobr>
101 <A NAME="android.provider.ContactsContract.CommonDataKinds.Identity.EXTRA_ADDRESS_BOOK_INDEX_TITLES"></A>
102 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/ContactsContract.CommonDataKinds.Identity.html#EXTRA_ADDRESS_BOOK_INDEX_TITLES" target="_top"><code>EXTRA_ADDRESS_BOOK_INDEX_TITLES</code></A></nobr>
  /frameworks/base/libs/hwui/tests/unit/
ClipAreaTests.cpp 98 area.clipPathWithTransform(path, &Matrix4::identity(), SkRegion::kIntersect_Op);
118 area.clipRectWithTransform(expected, &Matrix4::identity(), SkRegion::kReplace_Op);
160 area.clipPathWithTransform(circlePath, &Matrix4::identity(), SkRegion::kReplace_Op);
180 area.clipPathWithTransform(circlePath, &Matrix4::identity(), SkRegion::kIntersect_Op);
192 EXPECT_EQ(nullptr, area.serializeIntersectedClip(allocator, nullptr, Matrix4::identity()));
197 EXPECT_EQ(origRectClip, area.serializeIntersectedClip(allocator, nullptr, Matrix4::identity()));
225 auto resolvedClip = area.serializeIntersectedClip(allocator, &recordedClip, Matrix4::identity());
235 area.clipPathWithTransform(circlePath, &Matrix4::identity(), SkRegion::kReplace_Op);
262 auto resolvedClip = area.serializeIntersectedClip(allocator, nullptr, Matrix4::identity());
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/cognito/identity/
test_cognito_identity.py 23 from boto.cognito.identity.exceptions import ResourceNotFoundException
29 Test Cognitoy identity pools operations since individual Cognito identities
33 # Ensure the identity pool is in the list of pools.
  /external/clang/test/CodeCompletion/
macros.c 12 switch (p->IDENTITY(color)) {
35 // CC2: IDENTITY(<#X#>)
43 // CC3: IDENTITY
  /external/clang/test/Modules/Inputs/
cxx-templates-b.h 34 template<typename T, typename> struct Identity { typedef T type; };
36 typename Identity<DefinedInBImpl, T>::type dependent;
38 typename Identity<DefinedInBImpl, T>::type::Inner inner;
  /external/iproute2/man/man8/
tipc-nametable.8 54 .B Port Identity
57 .B port identity
58 consists of a node identity followed by a socket reference number.

Completed in 2088 milliseconds

1 2 3 4 5 6 78 91011>>