Searched defs:identity (Results 26 - 50 of 304) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/base/
H A Dsslfingerprint.cc23 const std::string& algorithm, const rtc::SSLIdentity* identity) {
24 if (!identity) {
28 return Create(algorithm, &(identity->certificate()));
22 Create( const std::string& algorithm, const rtc::SSLIdentity* identity) argument
H A Dsslstreamadapterhelper.cc26 void SSLStreamAdapterHelper::SetIdentity(SSLIdentity* identity) { argument
28 identity_.reset(identity);
/external/chromium_org/ui/compositor/
H A Dlayer_animation_element_unittest.cc105 gfx::Transform identity, transform; local
112 LayerAnimationElement::CreateInverseTransformElement(identity,
127 << "Target should be identity such that the initial 2x scale from the start"
/external/eigen/test/eigen2/
H A Deigen2_basicstuff.cpp26 identity = Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> local
H A Deigen2_adjoint.cpp33 identity = SquareMatrixType::Identity(rows, rows), local
H A Deigen2_cwiseop.cpp37 identity = Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> local
63 VERIFY(identity.isIdentity());
H A Deigen2_nomalloc.cpp37 identity = Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> local
H A Deigen2_triangular.cpp31 identity = Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> local
/external/guava/guava/src/com/google/common/base/
H A DEquivalences.java57 public static Equivalence<Object> identity() { method in class:Equivalences
/external/guava/guava/src/com/google/common/collect/
H A DBstModificationResult.java34 static <N extends BstNode<?, N>> BstModificationResult<N> identity(@Nullable N target) { method in class:BstModificationResult
/external/valgrind/main/helgrind/tests/
H A Dtc23_bogus_condwait.c97 static sem_t* my_sem_init (char* identity, int pshared, unsigned count) argument
112 sprintf(name, "anonsem_%s_pid%d", identity, (int)getpid());
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dauthsrv.c52 static int hostapd_radius_get_eap_user(void *ctx, const u8 *identity, argument
59 eap_user = hostapd_get_eap_user(ctx, identity, identity_len, phase2);
H A Dpmksa_cache_auth.h26 u8 *identity; member in struct:rsn_pmksa_cache_entry
/external/wpa_supplicant_8/src/ap/
H A Dauthsrv.c52 static int hostapd_radius_get_eap_user(void *ctx, const u8 *identity, argument
59 eap_user = hostapd_get_eap_user(ctx, identity, identity_len, phase2);
H A Dpmksa_cache_auth.h26 u8 *identity; member in struct:rsn_pmksa_cache_entry
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dauthsrv.c52 static int hostapd_radius_get_eap_user(void *ctx, const u8 *identity, argument
59 eap_user = hostapd_get_eap_user(ctx, identity, identity_len, phase2);
H A Dpmksa_cache_auth.h26 u8 *identity; member in struct:rsn_pmksa_cache_entry
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
H A Dmat2.js30 * Creates a new identity mat2
74 * Set a mat2 to the identity matrix
79 mat2.identity = function(out) {
H A Dmat2d.js45 * Creates a new identity mat2d
95 * Set a mat2d to the identity matrix
100 mat2d.identity = function(out) {
H A Dquat.js30 * Creates a new identity quat
88 * Set a quat to the identity quaternion
93 quat.identity = function(out) {
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dcompiled_file_system_test.py40 identity = lambda _, x: x variable
124 compiled_fs = _GetTestCompiledFsCreator()(Cache(identity),
145 compiled_fs = _GetTestCompiledFsCreator()(identity, CompiledFileSystemTest)
/external/chromium_org/content/common/
H A Dfont_config_ipc_linux.cc97 SkStream* FontConfigIPC::openStream(const FontIdentity& identity) { argument
101 request.WriteUInt32(identity.fID);
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_bind_uniform_location_unittest.cc200 static const float identity[] = { local
204 glUniformMatrix4fv(matrix_location, 1, false, identity);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_csc.c160 static const vl_csc_matrix identity = variable
206 memcpy(matrix, identity, sizeof(vl_csc_matrix));
/external/clang/test/SemaTemplate/
H A Dtemp_arg_template.cpp67 struct identity {}; struct
72 f7<identity>();

Completed in 882 milliseconds

1234567891011>>