HomeSort by relevance Sort by last modified time
    Searched refs:FROM (Results 101 - 125 of 147) sorted by null

1 2 3 45 6

  /external/openssl/crypto/objects/
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
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduParser.java 522 case PduHeaders.FROM: {
523 /* From-value =
527 EncodedStringValue from = null; local
536 from = parseEncodedStringValue(pduDataStream);
537 if (null != from) {
538 byte[] address = from.getTextString();
546 from.setTextString(str.getBytes());
555 from = new EncodedStringValue(
565 Log.v(LOG_TAG, "parseHeaders: from address: " + headerField
566 + " value: " + from.getString())
    [all...]
PduPersister.java 101 PduHeaders.FROM,
494 case PduHeaders.FROM:
519 * Load a PDU from storage by given Uri.
769 * into storage, otherwise load source data from the dataUri and then
    [all...]
  /external/mesa3d/src/mesa/
Android.gen.mk 21 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
basic-block.h 79 #define EDGE_SIBCALL 256 /* Edge from sibcall to exit. */
94 /* Counter summary from the last set of coverage counts read by
106 will all be executed, and in sequence from first to last.
221 by SMS to prevent other schedulers from messing with the loop schedule. */
357 #define FOR_BB_BETWEEN(BB, FROM, TO, DIR) \
358 for (BB = FROM; BB != TO; BB = BB->DIR)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
basic-block.h 79 #define EDGE_SIBCALL 256 /* Edge from sibcall to exit. */
94 /* Counter summary from the last set of coverage counts read by
106 will all be executed, and in sequence from first to last.
221 by SMS to prevent other schedulers from messing with the loop schedule. */
357 #define FOR_BB_BETWEEN(BB, FROM, TO, DIR) \
358 for (BB = FROM; BB != TO; BB = BB->DIR)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
basic-block.h 79 #define EDGE_SIBCALL 256 /* Edge from sibcall to exit. */
94 /* Counter summary from the last set of coverage counts read by
106 will all be executed, and in sequence from first to last.
221 by SMS to prevent other schedulers from messing with the loop schedule. */
357 #define FOR_BB_BETWEEN(BB, FROM, TO, DIR) \
358 for (BB = FROM; BB != TO; BB = BB->DIR)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
basic-block.h 79 #define EDGE_SIBCALL 256 /* Edge from sibcall to exit. */
94 /* Counter summary from the last set of coverage counts read by
106 will all be executed, and in sequence from first to last.
221 by SMS to prevent other schedulers from messing with the loop schedule. */
357 #define FOR_BB_BETWEEN(BB, FROM, TO, DIR) \
358 for (BB = FROM; BB != TO; BB = BB->DIR)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-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
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
viewrtree.tcl 18 set sql "SELECT parentnode FROM $::O(zTab)_parent WHERE nodeno = $::O(iNode)"
39 FROM sqlite_master
  /external/chromium_org/third_party/sqlite/src/test/
randexpr1.tcl 61 {(select AGG from t1)}
65 {coalesce((select max(EXPR) from t1 where BOOL),EXPR)}
69 {coalesce((select EXPR from t1 where BOOL),EXPR)}
101 {EXPR in (select EXPR from t1 union select EXPR from t1)}
105 {EXPR in (select AGG from t1 union select AGG from t1)}
109 {exists(select 1 from t1 where BOOL)}
113 {not exists(select 1 from t1 where BOOL)}
253 # correct value of the expression. So, from one point of view, thi
    [all...]
  /external/sqlite/dist/orig/
shell.c 308 ** from within an SQL statement. This program used to use the
329 ** This routine reads a line of text from FILE in, stores
330 ** the text in memory obtained from malloc() and returns a pointer
412 ** An pointer to an instance of this structure is passed from
430 char nullvalue[20]; /* The text to print when a NULL comes back from
894 ** from malloc(), or a NULL pointer. The string pointed to by zAppend is
895 ** added to zIn, and the result returned in memory obtained from malloc().
    [all...]
  /external/sqlite/dist/
shell.c 313 ** from within an SQL statement. This program used to use the
334 ** This routine reads a line of text from FILE in, stores
335 ** the text in memory obtained from malloc() and returns a pointer
417 ** An pointer to an instance of this structure is passed from
435 char nullvalue[20]; /* The text to print when a NULL comes back from
899 ** from malloc(), or a NULL pointer. The string pointed to by zAppend is
900 ** added to zIn, and the result returned in memory obtained from malloc().
    [all...]
  /external/chromium_org/third_party/sqlite/src/contrib/
sqlitecon.tcl 248 # The return value is the text output from the command, properly
267 set cmd {SELECT name FROM sqlite_master WHERE type='table'
269 SELECT name FROM sqlite_temp_master WHERE type='table'}
272 append cmd "UNION ALL SELECT name FROM $name.sqlite_master\
282 set cmd "SELECT sql FROM sqlite_master WHERE tbl_name LIKE '$pattern'
283 AND sql NOT NULL UNION ALL SELECT sql FROM sqlite_temp_master
287 append cmd " UNION ALL SELECT sql FROM $name.sqlite_master\
296 set cmd "SELECT sql FROM sqlite_master WHERE name LIKE '$pattern'
297 AND sql NOT NULL UNION ALL SELECT sql FROM sqlite_temp_master
301 append cmd " UNION ALL SELECT sql FROM $name.sqlite_master
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java 124 * Query parameter that can be used to specify a parent for a the returned folder object from a
190 // pull out the keyset from above to form the projection
212 * Whether the server supports a concept of Archive: removing mail from the Inbox but
242 * their account name? For instance, GMail allows users to set FROM addresses that are
243 * different from account@gmail.com address. For instance, user@gmail.com could have another
244 * FROM: address like user@android.com. If the user has enabled multiple FROM address, he
296 * Whether the account supports discarding drafts from a conversation. This should be
333 * This integer column returns the version of the UI provider schema from which this
372 * The cursor returned from this query is expected have one row, where the columnm are
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
parse.y 423 oneselect(A) ::= SELECT distinct(D) selcollist(W) from(X) where_opt(Y)
438 // "SELECT * FROM ..." is encoded as a special expression with an
464 // define the result set, or one of the tables in the FROM clause.
476 %type from {SrcList*}
477 %destructor from {sqlite3SrcListDelete(pParse->db, $$);}
479 // A complete FROM clause.
481 from(A) ::= . {A = sqlite3DbMallocZero(pParse->db, sizeof(*A));}
482 from(A) ::= FROM seltablist(X). {
487 // "seltablist" is a "Select Table List" - the content of the FROM claus
    [all...]
shell.c 292 ** from within an SQL statement. This program used to use the
313 ** This routine reads a line of text from FILE in, stores
314 ** the text in memory obtained from malloc() and returns a pointer
395 ** An pointer to an instance of this structure is passed from
412 char nullvalue[20]; /* The text to print when a NULL comes back from
877 ** from malloc(), or a NULL pointer. The string pointed to by zAppend is
878 ** added to zIn, and the result returned in memory obtained from malloc().
    [all...]
  /ndk/tests/
run-tests.sh 180 # Get last line in log, which contains the exit code from the command
326 echo "OUTPUT FROM SCRIPT:"
571 log "Using release NDK samples from: $SAMPLES_DIRS"
574 # directly from development/ndk.
578 dump "Please clone platform/development.git from android.googlesource.com"
585 dump "Using development NDK samples from $DEVNDK_DIR"
  /external/ipsec-tools/src/racoon/
cfparse.y 19 * may be used to endorse or promote products derived from this software
212 %token SAINFO FROM
1336 | FROM IDENTIFIERTYPE identifierstring
    [all...]
cftoken.l 19 * may be used to endorse or promote products derived from this software
282 <S_SAINF>from { YYD; return(FROM); }
  /external/smack/src/com/kenai/jbosh/
BOSHClient.java 77 * To be notified of incoming messages from the remote connection manager,
259 * Thread which is used to process responses from the connection
394 * Removes a connection listener from the session.
420 * Removes a request message listener from the session, if previously
447 * Removes a response message listener from the session, if previously
563 * End the BOSH session by disconnecting from the remote BOSH connection
573 * End the BOSH session by disconnecting from the remote BOSH connection
882 String from = cfg.getFrom(); local
883 if (from != null) {
884 builder.setAttribute(Attributes.FROM, from)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
MockUiProvider.java 65 // TODO(pwestbro) read this map from an external file
263 messageMap.put(MessageColumns.FROM, "fromaccount1@mock.com");
  /external/chromium_org/third_party/x86inc/
x86inc.asm 18 ;* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
39 ; TODO(wolenetz): Consider either updating this customized version to base from
122 ; %1 = number of arguments. loads them from stack if needed.
132 ; TODO Some functions can use some args directly from the stack. If they're the
694 %macro LOAD_MM_PERMUTATION 1 ; name to load from
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
x86p_32.asm 916 ;; FROM 32 BIT RGB to 8 BIT RGB (rrrgggbbb)
  /dalvik/dx/etc/
jasmin.jar 

Completed in 1846 milliseconds

1 2 3 45 6