/dalvik/dx/src/com/android/dx/dex/ |
SizeOf.java | 26 public static final int SIGNATURE = UBYTE * 20; 31 * signature ubyte[20] 53 public static final int HEADER_ITEM = (8 * UBYTE) + UINT + SIGNATURE + (20 * UINT); // 0x70
|
/external/dbus/test/data/valid-messages/ |
simplest-manual.message | 23 HEADER_FIELD SIGNATURE
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
Challenge.java | 54 private static String SIGNATURE = ParameterNames.SIGNATURE; 153 * get the Signature value. 157 return (String) authParams.getValue(SIGNATURE);
|
ParameterNames.java | 66 public static final String SIGNATURE = "signature";
|
AuthenticationHeader.java | 64 public static final String SIGNATURE = ParameterNames.SIGNATURE;
|
/cts/tools/dasm/src/dasm/ |
sym.java | 21 static final int SIGNATURE = 28;
|
ReservedWords.java | 58 reserved_words.put(".signature", new token(sym.DSIGNATURE)); 67 reserved_words.put("signature", new token(sym.SIGNATURE));
|
parser.cup | 68 USING, IS, FROM, METHOD, SIGNATURE, REGS, FIELD, CLASS, 264 /* ========== Signature specification ========== */ 419 DFIELD access:a Word:name Word:desc SIGNATURE Str:sig optional_default:v SEP 608 // .var <num> is <name> <desc> signature <sign> from StartLab to EndLab 624 // optional signature specification for a .var 626 SIGNATURE Str:s
|
/packages/apps/Email/tests/src/com/android/email/activity/ |
MessageComposeTests.java | 77 private static final String SIGNATURE = "signature"; 145 account.mSignature = SIGNATURE; 188 // Note that the signature is always preceeded with a newline. 296 account.mSignature = SIGNATURE; 300 a.setInitialComposeText(null, SIGNATURE); 301 checkFields(SENDER + ", ", null, null, "Re: " + SUBJECT, null, SIGNATURE); 313 a.setInitialComposeText(null, SIGNATURE); 314 checkFields(REPLYTO + ", ", null, null, "Re: " + SUBJECT, null, SIGNATURE); 327 account.mSignature = SIGNATURE; [all...] |
/libcore/luni/src/test/java/libcore/java/security/ |
SignatureTest.java | 25 import java.security.Signature; 43 if (!type.equals("Signature")) { 49 // Signature.getInstance(String) 50 Signature sig1 = Signature.getInstance(algorithm); 54 // Signature.getInstance(String, Provider) 55 Signature sig2 = Signature.getInstance(algorithm, provider); 60 // Signature.getInstance(String, String) 61 Signature sig3 = Signature.getInstance(algorithm, provider.getName()) [all...] |
/external/dbus/dbus/ |
dbus-marshal-basic.c | 28 #include "dbus-signature.h" 40 * A signature is just a string with multiple types one after the other. 41 * for example a type is "i" or "(ii)", a signature is "i(ii)" 327 * Sets the existing marshaled signature at the given offset to a new 328 * marshaled signature. Same basic ideas as set_string(). 330 * @param str the string to write the marshalled signature to 331 * @param pos the position of the marshaled signature length [all...] |
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSettingsUtils.java | 71 cv.put(AccountColumns.SIGNATURE, account.getSignature());
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
Account.java | 151 AccountColumns.SIGNATURE, AccountColumns.POLICY_KEY, 314 public void setSignature(String signature) { 315 mSignature = signature; [all...] |
EmailContent.java | [all...] |
/packages/apps/Email/src/com/android/email/provider/ |
EmailProvider.java | 141 // Version 9: Add security sync key and signature to accounts table 615 + AccountColumns.SIGNATURE + " text, " [all...] |
/cts/tools/dx-tests/lib/ |
jasmin.jar | |
/dalvik/dx/etc/ |
jasmin.jar | |
/prebuilt/common/http-client/ |
httpclient-4.1.1.jar | |
/prebuilt/sdk/tools/lib/ |
dx.jar | |
/prebuilt/darwin-x86/swt/ |
swt.jar | |
/prebuilt/darwin-x86_64/swt/ |
swt.jar | |
/prebuilt/linux-x86/swt/ |
swt.jar | |
/prebuilt/linux-x86_64/swt/ |
swt.jar | |
/prebuilt/windows/swt/ |
swt.jar | |
/prebuilt/windows-x86_64/swt/ |
swt.jar | |