HomeSort by relevance Sort by last modified time
    Searched defs:IDENTITY (Results 1 - 25 of 171) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/Preprocessor/
hash_line.c 8 #define IDENTITY(X) X
12 IDENTITY() #
  /external/clang/test/CodeCompletion/Inputs/
macros.h 3 #define IDENTITY(X) X
  /external/apache-http/src/org/apache/http/entity/
ContentLengthStrategy.java 54 public static final int IDENTITY = -1;
  /external/caliper/caliper/src/main/java/com/google/caliper/util/
Parsers.java 29 public static final Parser<String> IDENTITY = new Parser<String>() {
51 Parser<T> identity = (Parser<T>) IDENTITY; local
52 return identity;
  /external/clang/test/SemaCXX/
warn-empty-body.cpp 279 #define IDENTITY(a) a
281 if (x) IDENTITY(); // no-warning
  /frameworks/base/core/java/android/hardware/input/
TouchCalibration.java 29 public static final TouchCalibration IDENTITY = new TouchCalibration();
46 * Create a new TouchCalibration initialized to the identity transformation.
  /external/guava/guava-tests/benchmark/com/google/common/cache/
MapMakerComparisonBenchmark.java 36 private static final Function<Object, Object> IDENTITY = Functions.identity();
39 private final Map<Object, Object> computingMap = new MapMaker().makeComputingMap(IDENTITY);
41 CacheBuilder.newBuilder().recordStats().build(CacheLoader.from(IDENTITY));
43 CacheBuilder.newBuilder().build(CacheLoader.from(IDENTITY));
  /frameworks/native/services/surfaceflinger/
Transform.h 59 IDENTITY = 0,
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
ComposableFunction.java 50 /** The identity function. */
51 public static final ComposableFunction IDENTITY = new ComposableFunction() {
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiEnterpriseConfigTest.java 39 private static final String IDENTITY = "identity";
806 final String identity = "IdentityIsOkayToBeDisplayedHere"; local
    [all...]
  /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) {
88 data->peerid = os_memdup(identity, identity_len);
150 if (data->state != IDENTITY) {
155 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received Request/Identity");
    [all...]
eap_eke.c 18 IDENTITY, COMMIT, CONFIRM, SUCCESS, FAILURE
41 case IDENTITY:
42 return "IDENTITY";
71 const u8 *identity, *password; local
84 eap_eke_state(data, IDENTITY);
86 identity = eap_get_config_identity(sm, &identity_len);
87 if (identity) {
88 data->peerid = os_memdup(identity, identity_len);
233 if (data->state != IDENTITY) {
302 wpa_printf(MSG_DEBUG, "EAP-EKE: Too short ID/Request Data to include IDType/Identity");
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_sake.c 18 enum { IDENTITY, CHALLENGE, CONFIRM, SUCCESS, FAILURE } state;
36 case IDENTITY:
37 return "IDENTITY";
123 wpa_printf(MSG_DEBUG, "EAP-SAKE: Request/Identity");
220 case IDENTITY:
268 if (data->state == IDENTITY && subtype == EAP_SAKE_SUBTYPE_IDENTITY)
292 if (data->state != IDENTITY)
295 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received Response/Identity");
296 /* TODO: update identity and select new user data */
eap_server_eke.c 19 IDENTITY, COMMIT, CONFIRM, FAILURE_REPORT, SUCCESS, FAILURE
41 case IDENTITY:
42 return "IDENTITY";
84 eap_eke_state(data, IDENTITY);
187 wpa_printf(MSG_DEBUG, "EAP-EKE: Request/Identity");
224 /* Server IDType + Identity */
366 case IDENTITY:
400 if (data->state == IDENTITY && eke_exch == EAP_EKE_ID)
427 wpa_printf(MSG_DEBUG, "EAP-EKE: Received Response/Identity");
429 if (data->state != IDENTITY) {
    [all...]
eap_server_aka.c 35 IDENTITY, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE
63 case IDENTITY:
64 return "IDENTITY";
105 wpa_printf(MSG_DEBUG, "EAP-AKA: Unknown reauth identity - "
106 "request full auth identity");
107 /* Remain in IDENTITY state for another round */
136 /* Check if we already know the identity from EAP-Response/Identity */
138 username = sim_get_username(sm->identity, sm->identity_len);
145 * Since re-auth username was recognized, skip AKA/Identity
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
UrlComponentEncodingTester.java 36 * '?' may be identity-encoded in a fragment, but must be percent-encoded in a path.
76 map.put((int) '!', Encoding.IDENTITY);
79 map.put((int) '$', Encoding.IDENTITY);
80 map.put((int) '%', Encoding.IDENTITY);
81 map.put((int) '&', Encoding.IDENTITY);
82 map.put((int) '\'', Encoding.IDENTITY);
83 map.put((int) '(', Encoding.IDENTITY);
84 map.put((int) ')', Encoding.IDENTITY);
85 map.put((int) '*', Encoding.IDENTITY);
86 map.put((int) '+', Encoding.IDENTITY);
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
TextureViewCtsActivity.java 268 private static final Matrix IDENTITY = new Matrix();
271 drawFrame(IDENTITY, callback);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowMatrix.java 36 private SimpleMatrix mMatrix = SimpleMatrix.IDENTITY;
71 return mMatrix.equals(SimpleMatrix.IDENTITY);
111 mMatrix = SimpleMatrix.IDENTITY;
343 private static final SimpleMatrix IDENTITY = new SimpleMatrix(new float[] {
  /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 &pi;, this implies that the identity
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/
wifi_test_utils.py 119 IDENTITY = "identity"
    [all...]
  /external/opencv/ml/include/
ml.h     [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /external/guice/extensions/persist/lib/
ejb3-persistence.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.common_3.7.0.v20150402-1709.jar 

Completed in 660 milliseconds

1 2 3 4 5 6 7