HomeSort by relevance Sort by last modified time
    Searched refs:MESSAGE (Results 126 - 150 of 161) sorted by null

1 2 3 4 56 7

  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java 88 import com.android.emailcommon.provider.EmailContent.Message;
178 "vnd.android.cursor.item/email-message";
215 private static final int MESSAGE = MESSAGE_BASE;
291 array.put(MESSAGE_BASE >> BASE_SHIFT, Message.TABLE_NAME);
294 array.put(UPDATED_MESSAGE_BASE >> BASE_SHIFT, Message.UPDATED_TABLE_NAME);
295 array.put(DELETED_MESSAGE_BASE >> BASE_SHIFT, Message.DELETED_TABLE_NAME);
318 Message.UPDATED_TABLE_NAME + " select * from " + Message.TABLE_NAME + " where " +
322 Message.UPDATED_TABLE_NAME + " where " + BaseColumns._ID + '=';
325 Message.DELETED_TABLE_NAME + " select * from " + Message.TABLE_NAME + " where "
1961 final android.os.Message message = local
5569 android.os.Message message = android.os.Message.obtain(mFolderNotifierHandler, local
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 39 {$MESSAGE ERROR 'You need Delphi 2009 or higher to use the Antlr runtime'}
Antlr.Runtime.Tools.pas 38 {$MESSAGE ERROR 'You need Delphi 2009 or higher to use the Antlr runtime'}
Antlr.Runtime.Tree.pas 39 {$MESSAGE ERROR 'You need Delphi 2009 or higher to use the Antlr runtime'}
253 /// Currently used only for printing an error message. The error
    [all...]
Antlr.Runtime.pas 39 {$MESSAGE ERROR 'You need Delphi 2009 or higher to use the Antlr runtime'}
535 /// matched a token. Prevents generation of more than one error message
762 /// What error message should be generated for the various exception types?
764 /// Not very object-oriented code, but I like having all error message generation
768 /// routines and so on. Also, changing the message for an exception type would be
778 /// Override this to change the message generated for one or more exception types.
789 /// How should a token be displayed in an error message? The default
    [all...]
  /external/eigen/blas/testing/
cblat1.f 561 * PRINT FAIL MESSAGE AND HEADER.
667 * PRINT FAIL MESSAGE AND HEADER.
sblat1.f     [all...]
zblat1.f 561 * PRINT FAIL MESSAGE AND HEADER.
667 * PRINT FAIL MESSAGE AND HEADER.
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 29 package gov.nist.javax.sip.message;
41 import javax.sip.message.*;
73 public final class SIPRequest extends SIPMessage implements javax.sip.message.Request, RequestExt {
122 putName(Request.MESSAGE);
192 * this into a sip message that is suitable for transmission. Note hack here if you want to
195 * @return a string which can be used to examine the message contents.
377 * @param uri the new Request URI of this request message
434 * @return an encoded String containing the encoded SIP Message.
505 * Get the message as a linked list of strings. Use this if you want to iterate through the
506 * message
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar 
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
org.eclipse.equinox.registry_3.5.300.v20130327-1442.jar 
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintClient.java 382 @NonNull String message, @Nullable Object data) {
392 message, 0, severity);
405 message, line, startOffset, endOffset, severity);
412 message, 0, severity);
674 sb.append((String) marker.getAttribute(IMarker.MESSAGE));
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 

Completed in 650 milliseconds

1 2 3 4 56 7