/external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/ |
Package.appxmanifest | 4 <Identity Name="dfafcbf2-a525-4ed0-9b6c-4e8bd5a9c0ba"
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/ |
H2Map.java | 50 return "SELECT IDENTITY();";
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/util/ |
H2MapTest.java | 61 assertThat(map.getSelectLastInsertIdentity(), equalTo("SELECT IDENTITY();"));
|
/external/tpm2/ |
ActivateCredential.c | 57 "IDENTITY", &in->secret, &data);
|
MakeCredential.c | 54 result = CryptSecretEncrypt(in->handle, "IDENTITY", &data, &out->secret);
|
/external/v8/test/mjsunit/es6/ |
typedarray-proto.js | 6 // identity.
|
/external/webrtc/webrtc/p2p/base/ |
dtlstransport.h | 72 certificate_->identity())); 76 desc << "Local fingerprint does not match identity. Expected: "; 83 "Local fingerprint provided but no identity available.", 91 return BadTransportDescription("Failed to set local identity.",
|
/external/wpa_supplicant_8/hs20/server/www/ |
add-free.php | 33 $row = $db->query("SELECT password FROM users WHERE identity='$user' AND realm='$realm'")->fetch();
|
/external/wpa_supplicant_8/src/eap_common/ |
eap_pwd_common.h | 55 u8 identity[0]; /* length inferred from payload */ member in struct:eap_pwd_id
|
/frameworks/base/wifi/java/android/net/wifi/nan/ |
WifiNanEventListener.java | 62 * NAN identity has changed event registration flag. This may be due to 65 * recognize you and you need to re-establish your identity. Corresponding 150 * Called when NAN identity has changed. This may be due to joining a 153 * recognize you and you need to re-establish your identity. Event will only
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
Array.java | 212 * return type by an identity or widening conversion 235 * return type by an identity or widening conversion 258 * return type by an identity or widening conversion 281 * return type by an identity or widening conversion 306 * return type by an identity or widening conversion 335 * return type by an identity or widening conversion 366 * return type by an identity or widening conversion 399 * return type by an identity or widening conversion 485 * to the underlying array's component type by an identity or a 511 * to the underlying array's component type by an identity or [all...] |
/libcore/ojluni/src/main/java/javax/crypto/ |
NullCipher.java | 30 * "identity cipher" -- one that does not tranform the plaintext. As
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
HandshakeCompletedEvent.java | 119 * Returns the identity of the peer which was established as part 139 * Returns the identity of the peer which was identified as part 164 * Returns the identity of the peer which was established as part of 171 * @throws SSLPeerUnverifiedException if the peer's identity has not
|
/packages/apps/Gallery/src/com/android/camera/ |
RotateBitmap.java | 54 // By default this is an identity matrix.
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilterHue.java | 57 cmatrix.identity();
|
/packages/apps/KeyChain/res/values-en-rAU/ |
strings.xml | 22 <string name="requesting_application" msgid="1589142627467598421">"The %s app has requested a certificate. Choosing a certificate will let the app use this identity with servers now and in the future."</string>
|
/packages/apps/KeyChain/res/values-en-rGB/ |
strings.xml | 22 <string name="requesting_application" msgid="1589142627467598421">"The %s app has requested a certificate. Choosing a certificate will let the app use this identity with servers now and in the future."</string>
|
/packages/apps/KeyChain/res/values-en-rIN/ |
strings.xml | 22 <string name="requesting_application" msgid="1589142627467598421">"The %s app has requested a certificate. Choosing a certificate will let the app use this identity with servers now and in the future."</string>
|
/platform_testing/scripts/perf-setup/ |
Android.mk | 22 # identity
|
/prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.16/ |
nekohtml-1.9.16-sources.jar | |
/prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.20/ |
nekohtml-1.9.20-sources.jar | |
/system/connectivity/shill/ |
eap_credentials.h | 113 virtual const std::string& identity() const { return identity_; } function in class:shill::EapCredentials 114 void set_identity(const std::string& identity) { 115 identity_ = identity; 173 // When there is an inner EAP type, use this identity for the outer.
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
AlignFeatures.cpp | 177 // into Hprev, we can reset the Hcurr to identity 211 // For these frames, we don't set Hcurr to identity in AddFrame() and the 214 // append their Hcurr to Hprev in AddFrame() and then set Hcurr to identity.
|
/external/clang/test/CodeGenCXX/ |
debug-info.cpp | 4 template<typename T> struct Identity { 8 void f(Identity<int>::Type a) {} 9 void f(Identity<int> a) {}
|
/external/eigen/test/eigen2/ |
eigen2_cwiseop.cpp | 37 identity = Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> local 38 ::Identity(rows, rows); 60 VERIFY(identity.isIdentity());
|