HomeSort by relevance Sort by last modified time
    Searched refs:identity (Results 351 - 375 of 687) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_scope.py 112 def identity(x): function in function:ScopeTests.testMixedFreevarsAndCellvars
121 return identity(z * (b + y))
  /external/guice/lib/build/jdiff/
xerces.jar 
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cognito/identity/
layer1.py 28 from boto.cognito.identity import exceptions
37 with a consistent identity over the lifetime of an application.
40 more third-party identity providers (Facebook, Google, or Login
49 identity providers, set the `Logins` map with the identity
61 DefaultRegionEndpoint = "cognito-identity.us-east-1.amazonaws.com"
99 Creates a new identity pool. The identity pool is a store of
100 user identity information that is specific to your AWS
101 account. The limit on identity pools is 60 per account
    [all...]
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/gl-matrix/
mat2.js 30 * Creates a new identity mat2
74 * Set a mat2 to the identity matrix
79 mat2.identity = function(out) {
229 * mat2.identity(dest);
250 * mat2.identity(dest);
mat2d.js 44 * Creates a new identity mat2d
94 * Set a mat2d to the identity matrix
99 mat2d.identity = function(out) {
236 * mat2d.identity(dest);
258 * mat2d.identity(dest);
279 * mat2d.identity(dest);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
IdentityMap.java 24 /** An unordered map that uses identity comparison for keys. This implementation is a cuckoo hash map using 3 hashes, random
402 * @param identity If true, uses == to compare the specified value with values in the map. If false, uses
404 public boolean containsValue (Object value, boolean identity) {
410 } else if (identity) {
442 * @param identity If true, uses == to compare the specified value with values in the map. If false, uses
444 public K findKey (Object value, boolean identity) {
450 } else if (identity) {
IntMap.java 442 * @param identity If true, uses == to compare the specified value with values in the map. If false, uses
444 public boolean containsValue (Object value, boolean identity) {
451 } else if (identity) {
485 * @param identity If true, uses == to compare the specified value with values in the map. If false, uses
487 public int findKey (Object value, boolean identity, int notFound) {
494 } else if (identity) {
LongMap.java 441 public boolean containsValue (Object value, boolean identity) {
448 } else if (identity) {
482 * @param identity If true, uses == to compare the specified value with values in the map. If false, uses
484 public long findKey (Object value, boolean identity, long notFound) {
491 } else if (identity) {
ObjectMap.java 420 * @param identity If true, uses == to compare the specified value with values in the map. If false, uses
422 public boolean containsValue (Object value, boolean identity) {
428 } else if (identity) {
460 * @param identity If true, uses == to compare the specified value with values in the map. If false, uses
462 public K findKey (Object value, boolean identity) {
468 } else if (identity) {
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
ShapeRendererTest.java 56 renderer.identity();
  /external/mesa3d/src/gallium/targets/pipe-loader/
Makefile 21 $(TOP)/src/gallium/drivers/identity/libidentity.a \
  /external/mesa3d/src/mesa/tnl/
t_context.h 379 GLfloat identity[4]; member in struct:tnl_clipspace
  /external/opencv3/modules/core/include/opencv2/core/cuda/
functional.hpp 274 // Generalized Identity Operations
275 template <typename T> struct identity : unary_function<T, T> struct in namespace:cv::cuda::device
281 __host__ __device__ __forceinline__ identity() {} function in struct:cv::cuda::device::identity
282 __host__ __device__ __forceinline__ identity(const identity&) {} function in struct:cv::cuda::device::identity
  /external/v8/test/mjsunit/es6/
proxies-example-membrane.js 163 // An identity-preserving membrane. Adapted from:
234 // Test the identity-preserving membrane.
  /external/webrtc/webrtc/p2p/base/
transportcontroller_unittest.cc 285 EXPECT_EQ(certificate1->identity()->certificate().ToPEMString(),
286 returned_certificate->identity()->certificate().ToPEMString());
292 // Test that identity stored in controller is applied to new channels.
297 EXPECT_EQ(certificate1->identity()->certificate().ToPEMString(),
298 returned_certificate->identity()->certificate().ToPEMString());
300 // Shouldn't be able to change the identity once set.
  /external/wpa_supplicant_8/src/ap/
sta_info.h 147 char *identity; /* User-Name from RADIUS */ member in struct:sta_info
148 char *radius_cui; /* Chargeable-User-Identity from RADIUS */
  /external/wpa_supplicant_8/src/eap_peer/
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) {
93 os_memcpy(data->peerid, identity, identity_len);
234 if (data->state != IDENTITY) {
303 wpa_printf(MSG_DEBUG, "EAP-EKE: Too short ID/Request Data to include IDType/Identity");
    [all...]
eap_gpsk.c 82 const u8 *identity, *password; local
97 identity = eap_get_config_identity(sm, &identity_len);
98 if (identity) {
104 os_memcpy(data->id_peer, identity, identity_len);
  /frameworks/base/libs/hwui/
BakedOpState.cpp 102 : transform(Matrix4::identity())
Matrix.h 195 * If the matrix is identity or translate and/or scale.
237 static const Matrix4& identity();
  /frameworks/base/services/core/java/com/android/server/trust/
TrustManagerService.java 877 long identity = Binder.clearCallingIdentity(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/vr/
VrManagerService.java 483 final long identity = Binder.clearCallingIdentity(); local
488 Binder.restoreCallingIdentity(identity);
510 final long identity = Binder.clearCallingIdentity(); local
584 Binder.restoreCallingIdentity(identity);
    [all...]
  /frameworks/base/services/midi/java/com/android/server/midi/
MidiService.java 670 // clear calling identity so bindService does not fail
671 long identity = Binder.clearCallingIdentity(); local
675 Binder.restoreCallingIdentity(identity);
695 // clear calling identity so bindService does not fail
696 long identity = Binder.clearCallingIdentity(); local
700 Binder.restoreCallingIdentity(identity);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccSmsInterfaceManager.java 1031 final long identity = Binder.clearCallingIdentity(); local
1061 final long identity = Binder.clearCallingIdentity(); local
    [all...]

Completed in 1397 milliseconds

<<11121314151617181920>>