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

<<21222324252627282930>>

  /frameworks/base/graphics/java/android/graphics/
ColorMatrix.java 65 * Create a new colormatrix initialized to identity (as if reset() had
92 * Set this colormatrix to identity:
232 * @param sat A value of 0 maps the color to gray-scale. 1 is identity.
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java 492 long identity = Binder.clearCallingIdentity();
500 Binder.restoreCallingIdentity(identity);
503 identity = Binder.clearCallingIdentity();
507 Binder.restoreCallingIdentity(identity);
646 long identity = Binder.clearCallingIdentity(); local
654 Binder.restoreCallingIdentity(identity);
660 long identity = Binder.clearCallingIdentity(); local
664 Binder.restoreCallingIdentity(identity);
2868 final long identity = Binder.clearCallingIdentity(); local
2893 long identity = Binder.clearCallingIdentity(); local
3292 final long identity = Binder.clearCallingIdentity(); local
3307 long identity = Binder.clearCallingIdentity(); local
4266 long identity = Binder.clearCallingIdentity(); local
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaThumbRequest.java 150 // Clear calling identity as we may be handling an IPC.
151 final long identity = Binder.clearCallingIdentity();
162 Binder.restoreCallingIdentity(identity);
  /tools/test/connectivity/acts/tests/google/wifi/
WifiEnterpriseRoamingTest.py 64 Ent.IDENTITY: self.eap_identity,
75 Ent.IDENTITY: self.eap_identity,
80 Ent.IDENTITY: self.eap_identity,
  /bionic/libc/kernel/uapi/linux/
watchdog.h 29 __u8 identity[32]; member in struct:watchdog_info
  /cts/libs/deviceutil/src/android/cts/util/
SystemUtil.java 50 * Executes a shell command using shell user identity, and return the standard output in string
  /developers/build/prebuilts/gradle/DocumentCentricRelinquishIdentity/
README.md 5 This sample shows how to relinquish identity to activities above it in the task stack.
  /development/ndk/platforms/android-21/include/linux/
watchdog.h 29 __u8 identity[32]; member in struct:watchdog_info
  /development/perftests/panorama/feature_stab/db_vlvm/
db_framestitching.h 47 to differ from 1,Identity and 0
  /docs/source.android.com/src/devices/tech/datausage/
iface-overview.jd 45 subscriber identity (such as IMSI).  All network interfaces used to
  /external/apache-commons-math/src/main/java/org/apache/commons/math/
FieldElement.java 51 * additive operation (i.e. additive identity)
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
AbstractDistribution.java 47 * The default implementation uses the identity</p>
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
Preconditioner.java 38 * the raw search direction as if the hessian was the identity matrix. The
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
IdentityScopeTest.java 93 * Class under test for Identity getIdentity(Principal)
  /external/ceres-solver/internal/ceres/
single_linkage_clustering.h 60 // the graph to an integer indicating the identity of the cluster that
  /external/chromium-trace/catapult/perf_insights/perf_insights/mappers/
thread_grouping.html 70 var predicate = opt_predicate || tr.b.identity;
  /external/curl/docs/libcurl/opts/
CURLOPT_ACCEPT_ENCODING.3 
CURLOPT_MAIL_AUTH.3 32 specify the authentication address (identity) of a submitted message that is
CURLOPT_PINNEDPUBLICKEY.3 35 indicating its identity. A public key is extracted from this certificate and
  /external/eigen/test/
determinant.cpp 27 VERIFY_IS_APPROX(MatrixType::Identity(size, size).determinant(), Scalar(1));
  /external/eigen/test/eigen2/
eigen2_determinant.cpp 26 VERIFY_IS_APPROX(MatrixType::Identity(size, size).determinant(), Scalar(1));
eigen2_qr.cpp 28 VERIFY_IS_NOT_APPROX(a+MatrixType::Identity(rows, cols), qrOfA.matrixQ() * qrOfA.matrixR());
  /external/iproute2/tipc/
nametable.c 50 "Type", "Lower", "Upper", "Port Identity",
  /external/jetty/src/java/org/eclipse/jetty/security/authentication/
DeferredAuthentication.java 118 UserIdentity identity = _authenticator.login(username, password, request); local
119 if (identity != null)
122 UserAuthentication authentication = new UserAuthentication("API",identity);
124 _previousAssociation=identity_service.associate(identity);
  /external/jetty/src/java/org/eclipse/jetty/websocket/
IdentityExtension.java 25 super("identity");

Completed in 734 milliseconds

<<21222324252627282930>>