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

<<11121314151617181920>>

  /external/skia/tests/
Matrix44Test.cpp 69 SkMatrix44 identity(SkMatrix44::kIdentity_Constructor);
70 return nearly_equal(m, identity);
101 // Verify that kIdentity_Constructor really does initialize to an identity matrix.
341 SkMatrix44 identity(SkMatrix44::kIdentity_Constructor);
342 identity.invert(&inverse);
    [all...]
  /external/wpa_supplicant_8/src/ap/
hostapd.h 509 hostapd_get_eap_user(struct hostapd_data *hapd, const u8 *identity,
ap_config.h 151 u8 *identity; member in struct:hostapd_eap_user
269 * EAP Request-Identity */
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java 43 * @param dtmIdentity The DTM identity ID for this DTM.
65 * @param dtmIdentity The DTM identity ID for this DTM.
1085 * The node identity of _startNode for this iterator
    [all...]
  /external/curl/lib/
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...]
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
PredicatesTest.java 565 Function<String, String> identity = Functions.identity(); local
575 .addEqualityGroup(Predicates.compose(equalsFoo, identity))
  /external/guava/guava-tests/test/com/google/common/base/
PredicatesTest.java 803 Function<String, String> identity = Functions.identity(); local
813 .addEqualityGroup(Predicates.compose(equalsFoo, identity))
    [all...]
SuppliersTest.java 385 Functions.identity(), Suppliers.ofInstance(5))).get());
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiManagerFacade.java 376 String identity = j.getString(WifiEnterpriseConfig.IDENTITY_KEY); local
377 Log.v("Setting identity to " + identity);
378 eConfig.setIdentity(identity);
    [all...]
  /frameworks/base/docs/html/
gms_navtree_data.js     [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 318 struct ureg identity; member in struct:tnl_program
502 if (is_undef(p->identity))
503 p->identity = register_const4f(p, 0,0,0,1);
505 return p->identity;
    [all...]
  /external/v8/src/heap/
spaces.cc     [all...]
  /frameworks/base/services/core/java/com/android/server/
AppOpsService.java 566 final long identity = Binder.clearCallingIdentity(); local
586 Binder.restoreCallingIdentity(identity);
632 final long identity = Binder.clearCallingIdentity(); local
641 Binder.restoreCallingIdentity(identity);
2255 final long identity = Binder.clearCallingIdentity(); local
    [all...]
  /frameworks/rs/api/
rs_matrix.spec 226 of the destination is filled with elements of the identity matrix. E.g.
276 summary: Load identity matrix
278 Set the elements of a matrix to the identity matrix.
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 1110 String identity = null; local
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/
utils_test.py 266 identity='foo@bar.com', group='group')
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/gl-matrix/
quat.js 33 * Creates a new identity quat
163 * Set a quat to the identity quaternion
168 quat.identity = function(out) {
  /external/eigen/test/
product_extra.cpp 28 identity = MatrixType::Identity(rows, rows), local
  /external/guava/guava-testlib/test/com/google/common/testing/anotherpackage/
ForwardingWrapperTesterTest.java 207 new ForwardingWrapperTester().testForwarding(String.class, Functions.<String>identity());
  /external/guava/guava-tests/test/com/google/common/collect/
ComputingConcurrentHashMapTest.java 75 Function<Object, Object> computingFunction = Functions.identity();
  /external/llvm/include/llvm/ADT/
STLExtras.h 37 struct identity : public std::unary_function<Ty, Ty> { struct in namespace:llvm
SparseMultiSet.h 76 typename KeyFunctorT = llvm::identity<unsigned>,
  /external/webrtc/webrtc/p2p/base/
dtlstransportchannel.cc 137 LOG_J(LS_INFO, this) << "Ignoring identical DTLS identity";
140 LOG_J(LS_ERROR, this) << "Can't change DTLS local identity in this state";
149 LOG_J(LS_INFO, this) << "NULL DTLS identity supplied. Not doing DTLS";
267 dtls_->SetIdentity(local_certificate_->identity()->GetReference());
  /frameworks/base/libs/hwui/
BakedOpDispatcher.cpp 83 .setTransform(Matrix4::identity(), TransformFlags::None)
122 // identity matrix
189 .setTransform(Matrix4::identity(), TransformFlags::None)
553 .setTransform(Matrix4::identity(), TransformFlags::None)
    [all...]
LayerBuilder.cpp 279 Matrix4::identity(), nullptr, paint,

Completed in 1615 milliseconds

<<11121314151617181920>>