HomeSort by relevance Sort by last modified time
    Searched refs:IDENTITY (Results 51 - 75 of 157) sorted by null

1 23 4 5 6 7

  /external/curl/lib/
transfer.c 735 IDENTITY : k->auto_decoding) {
736 case IDENTITY:
769 "libcurl understands `identity', `deflate' and `gzip' "
    [all...]
urldata.h 425 SEC_WINNT_AUTH_IDENTITY identity; member in struct:kerberos5data
443 SEC_WINNT_AUTH_IDENTITY identity; member in struct:ntlmdata
473 SEC_WINNT_AUTH_IDENTITY identity; member in struct:negotiatedata
674 #define IDENTITY 0 /* No encoding */
    [all...]
http.c     [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 383 if (config->identity) {
385 if (config->identity[i] == '@')
393 os_memcpy(realm, &config->identity[i + 1], realm_len);
751 * Handles requests for Identity method and builds a response.
753 SM_STATE(EAP, IDENTITY)
757 SM_ENTRY(EAP, IDENTITY);
982 SM_ENTER(EAP, SUCCESS); /* EAP-Success after Identity */
1001 SM_ENTER(EAP, IDENTITY);
1436 const u8 *identity; local
    [all...]
  /external/guice/extensions/persist/lib/
ejb3-persistence.jar 
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Rotation.java 97 /** Identity rotation. */
98 public static final Rotation IDENTITY = new Rotation(1.0, 0.0, 0.0, 0.0, false);
403 // this is really the identity rotation
603 * second angle is close to 0 or π, this implies that the identity
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
AbstractContactAggregator.java 58 import android.provider.ContactsContract.CommonDataKinds.Identity;
387 mMimeTypeIdIdentity = mDbHelper.getMimeTypeId(Identity.CONTENT_ITEM_TYPE);
742 * Build sql to check if there is any identity match/mis-match between two sets of raw contact
752 " ON (d1." + Identity.IDENTITY + matchingOperator +
753 " d2." + Identity.IDENTITY + " AND" +
754 " d1." + Identity.NAMESPACE + " = d2." + Identity.NAMESPACE + " )" +
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /external/opencv/ml/include/
ml.h     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 
  /external/opencv3/apps/traincascade/
old_ml.hpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.common_3.7.0.v20150402-1709.jar 
  /frameworks/support/samples/SupportLeanbackShowcase/libs/
picasso-2.5.2.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 39 import android.provider.ContactsContract.CommonDataKinds.Identity;
518 protected Uri insertIdentity(long rawContactId, String identity, String namespace) {
521 values.put(Data.MIMETYPE, Identity.CONTENT_ITEM_TYPE);
522 values.put(Identity.NAMESPACE, namespace);
523 values.put(Identity.IDENTITY, identity);
    [all...]
  /external/robolectric/v3/libs/
sqlite4java-0.282.jar 
  /prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/
sqlite4java-0.282.jar 
  /external/caliper/lib/
gson-2.2.2.jar 
  /external/robolectric/v1/lib/main/
httpcore-4.0.1.jar 

Completed in 6146 milliseconds

1 23 4 5 6 7