HomeSort by relevance Sort by last modified time
    Searched full:identity (Results 501 - 525 of 763) sorted by null

<<21222324252627282930>>

  /external/webkit/WebKit/mac/Plugins/Hosted/
HostedNetscapePluginStream.mm 177 if (contentEncoding && ![contentEncoding isEqualToString:@"identity"])
  /external/wpa_supplicant_6/wpa_supplicant/
eapol_test.c 202 wpa_hexdump(MSG_DEBUG, "Learned identity from "
203 "EAP-Response-Identity",
494 printf("Sending fake EAP-Request-Identity\n");
512 case EAP_TYPE_IDENTITY: return "Identity";
wps_supplicant.c 243 os_free(ssid->eap.identity);
244 ssid->eap.identity = NULL;
483 wpa_config_set(ssid, "identity", registrar ?
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap.h 219 * @field: Field name (e.g., "IDENTITY")
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.h 213 * @field: Field name (e.g., "IDENTITY")
  /frameworks/base/core/java/android/content/
IntentSender.java 41 * identity). As such, you should be careful about how you build the IntentSender:
  /frameworks/base/core/java/com/android/internal/backup/
IBackupTransport.aidl 68 * @param packageInfo The identity of the application whose data is being backed up.
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
TransformerFactoryImpl.java 447 // Try first with identity comparison, which
733 // /** The identity transform string, for support of newTransformerHandler()
740 // /** The identity transform Templates, built from identityTransform,
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 343 setNetworkParam(id, "identity",
347 setNetworkParam(id, "identity", "NULL", false);
562 snprintf(cmd, sizeof(cmd), "GET_NETWORK %d identity", network_id);
  /external/guava/javadoc/com/google/common/collect/
MapMaker.html 130 for keys or values. However, if <A HREF="../../../../com/google/common/collect/MapMaker.html#weakKeys()"><CODE>weakKeys()</CODE></A> or <A HREF="../../../../com/google/common/collect/MapMaker.html#softKeys()"><CODE>softKeys()</CODE></A> was specified, the map uses identity (<code>==</code>)
132 <A HREF="../../../../com/google/common/collect/MapMaker.html#softValues()"><CODE>softValues()</CODE></A> was specified, the map uses identity comparisons
148 concurrency, asynchronous cleanup, identity-based equality for keys, and
384 <p><b>Note:</b> the map will use identity (<code>==</code>) comparison
407 <p><b>Note:</b> the map will use identity (<code>==</code>) comparison
434 <p><b>Note:</b> the map will use identity (<code>==</code>) comparison
461 <p><b>Note:</b> the map will use identity (<code>==</code>) comparison
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 375 /* Grab an identity palette if we are in a palettized mode */
661 delete identity palette if switching from a palettized mode */
673 create identity palette switching to a palettized mode */
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_server.c 100 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len,
1244 static int radius_server_get_eap_user(void *ctx, const u8 *identity,
1251 return data->get_eap_user(data->conf_ctx, identity, identity_len,
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
ProxyTest.java 194 assertTrue("Failed identity test ", proxy.equals(proxy));
  /dalvik/libcore/nio_char/src/main/java/java/nio/charset/
CoderResult.java 41 * the input sequence size indicating the identity of the unmappable character.
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/
overview.html 78 <b>Identity (or Copy) Transformation</b>
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/
LSParserFilter.java 84 * accepted. And the actual node (node object identity) may be reused
  /external/v8/src/
codegen.h 329 // stub to use object identity in the positive case. We ignore it when
  /frameworks/base/core/java/android/os/
IBinder.java 49 * be used as a unique identity (to serve as a token or for other purposes)
  /frameworks/base/libs/surfaceflinger/
LayerBase.h 351 SurfaceID id, int identity,
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ulaalgo.h 17 /// \brief Creates an identity matrix in \p m
  /packages/apps/Email/src/com/android/email/mail/transport/
MailTransport.java 229 * @throws SSLPeerUnverifiedException if the server cannot prove its identity
  /external/gtest/include/gtest/internal/
gtest-param-util.h 430 // Test case id to verify identity.
467 // Test case id to verify identity.
  /external/guava/src/com/google/common/collect/
Ordering.java 181 * b) == 0} implies {@code a == b} (identity equality). There is no meaning
184 * <p>Because the ordering is identity-based, it is not "consistent with
  /external/ppp/pppd/
pppd.8     [all...]
  /external/webkit/WebKit/
StringsNotToBeLocalized.txt 736 WebKit/mac/Plugins/Hosted/HostedNetscapePluginStream.mm:"identity"
745 WebKit/mac/Plugins/WebBaseNetscapePluginStream.mm:"identity"

Completed in 478 milliseconds

<<21222324252627282930>>