Searched
refs:sign (Results
351 -
375 of
1929) sorted by null
<<11121314151617181920>>
/cts/hostsidetests/appsecurity/test-apps/AppAccessData/ |
Android.mk | 27 # although not strictly necessary, sign this app with different cert than CtsAppWithData
|
/cts/hostsidetests/appsecurity/test-apps/InstrumentationAppDiffCert/ |
Android.mk | 27 # sign this app with different cert than CtsTargetInstrumentationApp
|
/cts/hostsidetests/appsecurity/test-apps/PermissionDeclareApp/ |
Android.mk | 27 # sign this app with a different cert than CtsUsePermissionDiffCert
|
/cts/hostsidetests/appsecurity/test-apps/PermissionDeclareAppCompat/ |
Android.mk | 27 # sign this app with a different cert than CtsUsePermissionDiffCert
|
/cts/hostsidetests/appsecurity/test-apps/SharedUidInstall/ |
Android.mk | 27 # sign this app with a different cert than CtsSharedUidInstallDiffCert
|
/cts/hostsidetests/appsecurity/test-apps/SharedUidInstallDiffCert/ |
Android.mk | 27 # sign this app with a different cert than CtsSharedUidInstall
|
/cts/hostsidetests/appsecurity/test-apps/SimpleAppInstall/ |
Android.mk | 27 # sign this app with a different cert than CtsSimpleAppInstallDiffCert
|
/cts/hostsidetests/appsecurity/test-apps/SimpleAppInstallDiffCert/ |
Android.mk | 27 # sign this app with a different cert than CtsSimpleAppInstall
|
/cts/hostsidetests/appsecurity/test-apps/TargetInstrumentationApp/ |
Android.mk | 27 # sign this app with different cert than CtsInstrumentationAppDiffCert
|
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/ |
Android.mk | 28 # sign this app with a different cert than CtsPermissionDeclareApp
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
Signature2Test.java | 167 * @tests java.security.Signature#sign() 173 sig.sign(); 223 byte[] signature = sig.sign(); 228 assertTrue("Sign/Verify does not pass", sig.verify(signature));
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/ |
chrome_ex_oauthsimple.js | 57 * .sign() or .getHeaderString() functions. 61 var oauthObject = OAuthSimple().sign({path:'http://example.com/rest/', 70 * that will sign as a "GET" using "SHA1-MAC" the url. If you need more than 233 /** sign the request 242 this.sign = function (args) { 277 * @param args {object} see .sign 281 this.sign(args);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
chrome_ex_oauthsimple.js | 57 * .sign() or .getHeaderString() functions. 61 var oauthObject = OAuthSimple().sign({path:'http://example.com/rest/', 70 * that will sign as a "GET" using "SHA1-MAC" the url. If you need more than 233 /** sign the request 242 this.sign = function (args) { 277 * @param args {object} see .sign 281 this.sign(args);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/ |
chrome_ex_oauthsimple.js | 57 * .sign() or .getHeaderString() functions. 61 var oauthObject = OAuthSimple().sign({path:'http://example.com/rest/', 70 * that will sign as a "GET" using "SHA1-MAC" the url. If you need more than 233 /** sign the request 242 this.sign = function (args) { 277 * @param args {object} see .sign 281 this.sign(args);
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
demo_user_login.js | 27 // Report back sign in UI being painted.
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/ |
chrome_ex_oauthsimple.js | 57 * .sign() or .getHeaderString() functions. 61 var oauthObject = OAuthSimple().sign({path:'http://example.com/rest/', 70 * that will sign as a "GET" using "SHA1-MAC" the url. If you need more than 233 /** sign the request 242 this.sign = function (args) { 277 * @param args {object} see .sign 281 this.sign(args);
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
chrome_ex_oauthsimple.js | 57 * .sign() or .getHeaderString() functions. 61 var oauthObject = OAuthSimple().sign({path:'http://example.com/rest/', 70 * that will sign as a "GET" using "SHA1-MAC" the url. If you need more than 233 /** sign the request 242 this.sign = function (args) { 277 * @param args {object} see .sign 281 this.sign(args);
|
/external/chromium_org/courgette/ |
memory_monitor.cc | 32 void tick(size_t w, char sign) { 51 base::StringAppendF(&o, " (%c%s)", sign, fmt(w).c_str());
|
/external/chromium_org/third_party/tlslite/tlslite/utils/ |
RSAKey.py | 63 """Hash and sign the passed-in bytes. 78 sigBytes = self.sign(prefixedHashBytes) 101 def sign(self, bytes): member in class:RSAKey 102 """Sign the passed-in bytes.
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
quantize_mmx.asm | 56 psubw mm3, mm0 ;gain the sign back 96 psubw mm7, mm4;gain the sign back 137 psubw mm7, mm4;gain the sign back 178 psubw mm7, mm4;gain the sign back
|
/external/llvm/ |
llvm-device-build.mk | 52 -Wno-sign-promo
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/ |
CAVLCReader.java | 85 int sign = ((val & 0x1) << 1) - 1; local 86 val = ((val >> 1) + (val & 0x1)) * sign;
|
/external/srtp/ |
Android.mk | 35 -Wno-sign-compare \
|
/external/stlport/src/ |
monetary.cpp | 28 pos_format.field[1] = (char) money_base::sign; 33 neg_format.field[1] = (char) money_base::sign;
|
/frameworks/base/packages/SystemUI/tests/ |
Android.mk | 26 # sign this with platform cert, so this test is allowed to inject key events into
|
Completed in 1545 milliseconds
<<11121314151617181920>>