/external/wpa_supplicant/ |
eap_peap.c | 478 * EAP Request Identity */ 527 * incorrect length for the EAP-Request Identity
|
eap_testing.txt | 218 Note: Needed to use unknown identity in outer auth and some times the server 227 Note: Needed to use unknown identity in outer auth and some times the server
|
ctrl_iface.c | 151 if (os_strcmp(rsp, "IDENTITY") == 0) { 152 os_free(ssid->identity); 153 ssid->identity = (u8 *) os_strdup(pos); [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
eap_testing.txt | 255 Note: Needed to use unknown identity in outer auth and some times the server 264 Note: Needed to use unknown identity in outer auth and some times the server
|
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
wpa_ft.c | 65 * @r0kh_id: PMK-R0 key holder identity (1-48 octets) 67 * @r1kh_id: PMK-R1 key holder identity (16 octets)
|
/external/zlib/contrib/ada/ |
zlib.adb | 156 (ZLib_Error'Identity, 384 Ada.Exceptions.Raise_Exception (ZLib_Error'Identity, Message);
|
/frameworks/base/core/java/android/app/ |
PendingIntent.java | 42 * identity). As such, you should be careful about how you build the PendingIntent: 414 * PendingIntent, that is the identity under which you will actually be
|
/frameworks/base/libs/surfaceflinger/ |
LayerBase.cpp | 757 SurfaceID id, int identity, 759 : mFlinger(flinger), mToken(id), mIdentity(identity), mOwner(owner)
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/ |
TransformerIdentityImpl.java | 70 * This class implements an identity transformer for 83 * Constructor TransformerIdentityImpl creates an identity transform. 93 * Constructor TransformerIdentityImpl creates an identity transform. [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Images_MediaTest.java | 227 // can not check the identity between the result and source bitmap because
|
/dalvik/dx/src/com/android/dx/dex/code/ |
DalvInsn.java | 290 * address, if assigned, or its identity hashcode if not.
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
OpenSSLSessionImpl.java | 256 * The identity of the principal that was used by the peer during the SSL
|
/dalvik/libcore/xml/src/main/java/javax/xml/transform/ |
TransformerFactory.java | 146 * i.e. the "<em>identity transform</em>".</p>
|
/dalvik/libcore/xml/src/main/java/javax/xml/validation/ |
Validator.java | 148 * To validate one {@link Source} into another kind of {@link Result}, use the identity transformer
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ |
DTMManager.java | 391 * is the DTM's document identity number.
|
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ |
Attr.java | 26 * separate identity from the elements they are associated with; this should
|
/external/apache-http/src/org/apache/http/conn/ssl/ |
SSLSocketFactory.java | 62 * SSLSocketFactory can be used to validate the identity of the HTTPS
|
/external/guava/src/com/google/common/primitives/ |
Booleans.java | 265 * Object#equals(Object)} (since arrays support only identity equality), but
|
/external/ipsec-tools/src/racoon/ |
isakmp.h | 136 #define ISAKMP_ETYPE_IDENT 2 /* Identity Proteciton */
|
/external/ppp/pppd/ |
eap.c | 27 * name is queried using the EAP Identity request type. If the [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_blit.h | 57 int identity; member in struct:SDL_BlitMap
|
/external/skia/src/core/ |
SkBitmapProcState.cpp | 391 // more complex than identity/translate (i.e. no need to pay the cost
|
/external/webkit/WebCore/platform/graphics/transforms/ |
TransformationMatrix.h | 246 // This method returns the identity matrix if it is not invertible.
|
/external/webkit/WebCore/plugins/ |
PluginStream.cpp | 166 if (!contentEncoding.isNull() && contentEncoding != "identity")
|
/external/webkit/WebCore/rendering/ |
SVGRenderTreeAsText.cpp | 185 ts << "identity";
|