/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/ |
chrome_ex_oauthsimple.js | 51 * signatures. 63 signatures:{ 183 /** set the signatures (as well as validate the ones you have) 185 * @param signatures {object} object/hash of the token/signature pairs {api_key:, shared_secret:, oauth_token: oauth_secret:} 187 this.setTokensAndSecrets = function(signatures) { 188 if (signatures) 190 for (var i in signatures) { 191 this._secrets[i] = signatures[i]; 239 * {action:, path:, parameters:, method:, signatures:} 256 this.setTokensAndSecrets(args['signatures']); [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
chrome_ex_oauthsimple.js | 51 * signatures. 63 signatures:{ 183 /** set the signatures (as well as validate the ones you have) 185 * @param signatures {object} object/hash of the token/signature pairs {api_key:, shared_secret:, oauth_token: oauth_secret:} 187 this.setTokensAndSecrets = function(signatures) { 188 if (signatures) 190 for (var i in signatures) { 191 this._secrets[i] = signatures[i]; 239 * {action:, path:, parameters:, method:, signatures:} 256 this.setTokensAndSecrets(args['signatures']); [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/ |
chrome_ex_oauthsimple.js | 51 * signatures. 63 signatures:{ 183 /** set the signatures (as well as validate the ones you have) 185 * @param signatures {object} object/hash of the token/signature pairs {api_key:, shared_secret:, oauth_token: oauth_secret:} 187 this.setTokensAndSecrets = function(signatures) { 188 if (signatures) 190 for (var i in signatures) { 191 this._secrets[i] = signatures[i]; 239 * {action:, path:, parameters:, method:, signatures:} 256 this.setTokensAndSecrets(args['signatures']); [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/ |
chrome_ex_oauthsimple.js | 51 * signatures. 63 signatures:{ 183 /** set the signatures (as well as validate the ones you have) 185 * @param signatures {object} object/hash of the token/signature pairs {api_key:, shared_secret:, oauth_token: oauth_secret:} 187 this.setTokensAndSecrets = function(signatures) { 188 if (signatures) 190 for (var i in signatures) { 191 this._secrets[i] = signatures[i]; 239 * {action:, path:, parameters:, method:, signatures:} 256 this.setTokensAndSecrets(args['signatures']); [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
chrome_ex_oauthsimple.js | 51 * signatures. 63 signatures:{ 183 /** set the signatures (as well as validate the ones you have) 185 * @param signatures {object} object/hash of the token/signature pairs {api_key:, shared_secret:, oauth_token: oauth_secret:} 187 this.setTokensAndSecrets = function(signatures) { 188 if (signatures) 190 for (var i in signatures) { 191 this._secrets[i] = signatures[i]; 239 * {action:, path:, parameters:, method:, signatures:} 256 this.setTokensAndSecrets(args['signatures']); [all...] |
/libcore/luni/src/main/java/java/util/jar/ |
JarVerifier.java | 71 private final Hashtable<String, HashMap<String, Attributes>> signatures = new Hashtable<String, HashMap<String, Attributes>>( field in class:JarVerifier 175 if (man == null || signatures.size() == 0) { 186 Iterator<Map.Entry<String, HashMap<String, Attributes>>> it = signatures.entrySet().iterator(); 240 * known signatures. 322 // Do we actually have any signatures to look at? 361 signatures.put(signatureFile, entries);
|
/docs/source.android.com/src/compatibility/ |
cts-intro.jd | 127 <td>For each Android release, there are XML files describing the signatures of all public APIs contained in the release. The CTS contains a utility to check those API signatures against the APIs available on the device. The results from signature checking are recorded in the test result XML file.</td> 131 <td>Test the platform (core libraries and Android Application Framework) APIs as documented in the SDK <a href="https://developer.android.com/reference/classes.html">Class Index</a> to ensure API correctness, including correct class, attribute and method signatures, correct method behavior, and negative tests to ensure expected behavior for incorrect parameter handling.</td>
|
/developers/build/prebuilts/gradle/AdvancedImmersiveMode/AdvancedImmersiveModeSample/src/main/java/com/example/android/advancedimmersivemode/ |
MainActivity.java | 66 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
|
/developers/build/prebuilts/gradle/BasicAndroidKeyStore/BasicAndroidKeyStoreSample/src/main/java/com/example/android/basicandroidkeystore/ |
MainActivity.java | 65 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
|
/developers/build/prebuilts/gradle/BasicGestureDetect/BasicGestureDetectSample/src/main/java/com/example/android/basicgesturedetect/ |
MainActivity.java | 66 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
|
/developers/build/prebuilts/gradle/BasicImmersiveMode/BasicImmersiveModeSample/src/main/java/com/example/android/basicimmersivemode/ |
MainActivity.java | 66 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
|
/developers/build/prebuilts/gradle/ImmersiveMode/ImmersiveModeSample/src/main/java/com/example/android/immersivemode/ |
MainActivity.java | 66 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
|
/developers/build/prebuilts/gradle/RepeatingAlarm/RepeatingAlarmSample/src/main/java/com/example/android/repeatingalarm/ |
MainActivity.java | 66 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
|
/developers/build/prebuilts/gradle/StorageClient/StorageClientSample/src/main/java/com/example/android/storageclient/ |
MainActivity.java | 66 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
|
/developers/build/prebuilts/gradle/StorageProvider/StorageProviderSample/src/main/java/com/example/android/storageprovider/ |
MainActivity.java | 66 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
|
/developers/build/templates/SimpleView/_MODULE_/src/template/java/_PACKAGE_/ |
MainActivity.java.ftl | 63 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
|
/developers/build/templates/SingleView/_MODULE_/src/template/java/_PACKAGE_/ |
MainActivity.java.ftl | 64 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
|
/development/samples/browseable/AdvancedImmersiveMode/src/com.example.android.advancedimmersivemode/ |
MainActivity.java | 66 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
|
/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/ |
MainActivity.java | 64 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
|
/development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/ |
MainActivity.java | 66 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
|
/development/samples/browseable/BasicImmersiveMode/src/com.example.android.basicimmersivemode/ |
MainActivity.java | 66 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
|
/development/samples/browseable/ImmersiveMode/src/com.example.android.immersivemode/ |
MainActivity.java | 66 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
|
/development/samples/browseable/StorageClient/src/com.example.android.storageclient/ |
MainActivity.java | 66 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
|
/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/ |
MainActivity.java | 66 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
|
/development/samples/browseable/repeatingAlarm/src/com.example.android.repeatingalarm/ |
MainActivity.java | 66 // Using Log, front-end to the logging chain, emulates android.util.log method signatures.
|