HomeSort by relevance Sort by last modified time
    Searched refs:FROM (Results 26 - 50 of 72) sorted by null

12 3

  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/config/arm/
arm.h 128 stored from the compare operation. */
388 /* Nonzero if this chip can benefit from load scheduling. */
474 extension may differ from that of the type. */
561 /* Make strings word-aligned so strcpy from constants will be faster. */
724 Aside from that, you can include as many other registers as you like.
    [all...]
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageComposeTests.java 79 private static final String FROM = "Fred From <from@google.com>";
115 * The following action definitions are purposefully copied from MessageCompose, so that
195 * To = Reply-To or From: (if REPLY)
196 * To = (Reply-To or From:), Cc = + To: + Cc: (if REPLY_ALL)
234 * Tests similar cases as testProcessSourceMessageReply, but when sender is in From: (or
547 * The to should be: FROM
557 msg.mFrom = Address.parseAndPack(FROM);
569 String expected = Address.parseAndPack(FROM);
    [all...]
  /external/ipsec-tools/src/racoon/
cfparse.h 120 FROM = 336,
294 #define FROM 336
  /external/webkit/LayoutTests/storage/
open-database-while-transaction-in-progress.js 34 tx.executeSql("DELETE FROM Test;");
read-and-write-transactions-dont-run-together.js 37 tx.executeSql("SELECT * FROM Test;");
multiple-transactions-on-different-handles.js 34 tx.executeSql("SELECT COUNT(*) FROM Test;", [],
sql-data-types.js 52 tx.executeSql("SELECT * FROM DataTypeTestTable", [],
55 notifyDone("FAIL: Error fetching values from the db.")
  /packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql 122 CREATE TRIGGER contact_cleanup DELETE ON people BEGIN DELETE FROM peopleLookup WHERE source = old._id;DELETE FROM peopleLookupWithPhoneticName WHERE source = old._id;DELETE FROM phones WHERE person = old._id;DELETE FROM contact_methods WHERE person = old._id;DELETE FROM organizations WHERE person = old._id;DELETE FROM groupmembership WHERE person = old._id;DELETE FROM extensions WHERE person = old._id;END;
141 CREATE TRIGGER peopleDeleteAndPhotos DELETE ON people BEGIN DELETE FROM photos WHERE person=OLD._id; END;
143 CREATE TRIGGER peopleLookupWithPhoneticName_update UPDATE OF name, phonetic_name ON people BEGIN DELETE FROM peopleLookupWithPhoneticName WHERE source = new._id;SELECT _TOKENIZE('peopleLookupWithPhoneticName', new._id, GET_NORMALIZED_STRING(CASE WHEN (new.phonetic_name IS NOT NULL AND new.phonetic_name != '') THEN new.phonetic_name ELSE (CASE WHEN (new.name is NOT NULL AND new.name != '') THEN new.name ELSE '' END) END), ' ', 1);END;
145 CREATE TRIGGER peopleLookup_update UPDATE OF name ON people BEGIN DELETE FROM peopleLookup WHERE source = new._id;SELECT _TOKENIZE('peopleLookup', new._id, new.name, ' ', 1);EN (…)
    [all...]
  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 146 CREATE TRIGGER contact_cleanup DELETE ON people BEGIN DELETE FROM peopleLookup WHERE source = old._id;DELETE FROM peopleLookupWithPhoneticName WHERE source = old._id;DELETE FROM phones WHERE person = old._id;DELETE FROM contact_methods WHERE person = old._id;DELETE FROM organizations WHERE person = old._id;DELETE FROM groupmembership WHERE person = old._id;DELETE FROM extensions WHERE person = old._id;END;
165 CREATE TRIGGER peopleDeleteAndPhotos DELETE ON people BEGIN DELETE FROM photos WHERE person=OLD._id; END;
167 CREATE TRIGGER peopleLookupWithPhoneticName_update UPDATE OF name, phonetic_name ON people BEGIN DELETE FROM peopleLookupWithPhoneticName WHERE source = new._id;SELECT _TOKENIZE('peopleLookupWithPhoneticName', new._id, GET_NORMALIZED_STRING(CASE WHEN (new.phonetic_name IS NOT NULL AND new.phonetic_name != '') THEN new.phonetic_name ELSE (CASE WHEN (new.name is NOT NULL AND new.name != '') THEN new.name ELSE '' END) END), ' ', 1);END;
169 CREATE TRIGGER peopleLookup_update UPDATE OF name ON people BEGIN DELETE FROM peopleLookup WHERE source = new._id;SELECT _TOKENIZE('peopleLookup', new._id, new.name, ' ', 1);EN (…)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
NameMap.java 111 putNameMap(FROM, From.class.getName()); //17
SIPHeaderNames.java 63 public static final String FROM = FromHeader.NAME; //17
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 51 public static final int FROM = START + 14;
227 * Obtained from:
233 * Obtained from:
243 * CVS: Obtained from:
244 * CVS: If this change has been taken from another system,
262 * Obtained from:
270 * CVS: Obtained from:
271 * CVS: If this change has been taken from another system,
284 * Obtained from:
287 * Moved some changes from jain-sip-1.2 to java.ne
    [all...]
Lexer.java 139 addKeyword(FromHeader.NAME.toUpperCase(), TokenTypes.FROM);
212 addKeyword(TokenNames.F.toUpperCase(), TokenTypes.FROM);
  /cts/tools/dasm/src/dasm/
parser.cup 68 USING, IS, FROM, METHOD, SIGNATURE, REGS, FIELD, CLASS,
607 // .var <num> is <name> <desc> from StartLab to EndLab
608 // .var <num> is <name> <desc> signature <sign> from StartLab to EndLab
611 Int:reg IS Word:name Word:desc optional_signature:sign FROM Word:slab TO Word:elab
619 Int:reg IS Word:name Word:desc optional_signature:sign FROM Int:soff TO Int:eoff
654 // .catch <class> from <label1> to <label2> using <branchlab>
656 classname:aclass FROM Word:fromlab TO Word:tolab USING Word:branchlab
662 classname:aclass FROM Int:fromoff TO Int:tooff USING Int:branchoff
ReservedWords.java 62 reserved_words.put("from", new token(sym.FROM));
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduComposer.java 81 * Block size when read data from InputStream.
207 * From WAP-230-WSP-20010705-a:
236 * From WAP-230-WSP-20010705-a:
249 * From WAP-230-WSP-20010705-a:
285 * From WAP-230-WSP-20010705-a:
306 * From WAP-230-WSP-20010705-a:
322 * From OMA-TS-MMS-ENC-V1_3-20050927-C:
357 * From WAP-230-WSP-20010705-a:
394 * From OMA-TS-MMS-ENC-V1_3-20050927-C:
407 * From WAP-230-WSP-20010705-a
531 EncodedStringValue from = mPduHeader.getEncodedStringValue(field); local
    [all...]
PduHeaders.java 37 public static final int FROM = 0x89;
162 * From field type components.
597 case FROM:
PduParser.java 464 case PduHeaders.FROM: {
465 /* From-value =
469 EncodedStringValue from = null; local
478 from = parseEncodedStringValue(pduDataStream);
479 if (null != from) {
480 byte[] address = from.getTextString();
488 from.setTextString(str.getBytes());
497 from = new EncodedStringValue(
506 headers.setEncodedStringValue(from, PduHeaders.FROM);
    [all...]
PduPersister.java 93 PduHeaders.FROM,
481 case PduHeaders.FROM:
506 * Load a PDU from storage by given Uri.
728 * into storage, otherwise load source data from the dataUri and then
    [all...]
  /external/openssl/crypto/objects/
obj_dat.pl 173 /* THIS FILE IS GENERATED FROM objects.h by obj_dat.pl via the
211 * The word 'cryptographic' can be left out if the rouines from the library
213 * 4. If you include any Windows specific code (or a derivative thereof) from
objects.pl 124 /* THIS FILE IS GENERATED FROM objects.txt by objects.pl via the
162 * The word 'cryptographic' can be left out if the rouines from the library
164 * 4. If you include any Windows specific code (or a derivative thereof) from
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug 45 # Copied from cvsbug
111 FROM="$LOGNAME"
235 CATEGORY_C='<choose from the top of this file (one line)>'
250 # The PR is coming from the standard input.
291 SEND-PR: Choose from the following categories:
310 From: $FROM
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gccbug 44 # Copied from cvsbug
110 FROM="$LOGNAME"
234 CATEGORY_C='<choose from the top of this file (one line)>'
249 # The PR is coming from the standard input.
290 SEND-PR: Choose from the following categories:
309 From: $FROM
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gccbug 44 # Copied from cvsbug
110 FROM="$LOGNAME"
234 CATEGORY_C='<choose from the top of this file (one line)>'
249 # The PR is coming from the standard input.
290 SEND-PR: Choose from the following categories:
309 From: $FROM
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 44 # Copied from cvsbug
110 FROM="$LOGNAME"
234 CATEGORY_C='<choose from the top of this file (one line)>'
249 # The PR is coming from the standard input.
290 SEND-PR: Choose from the following categories:
309 From: $FROM

Completed in 3339 milliseconds

12 3