HomeSort by relevance Sort by last modified time
    Searched refs:MESSAGE (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /external/eigen/bench/btl/generic_bench/timers/
mixed_perf_analyzer.hh 35 MESSAGE("Mixed_Perf_Analyzer Ctor");
42 MESSAGE("Mixed_Perf_Analyzer Dtor");
STL_perf_analyzer.hh 31 MESSAGE("STL_Perf_Analyzer Ctor");
38 MESSAGE("STL_Perf_Analyzer Dtor");
portable_perf_analyzer.hh 31 MESSAGE("Portable_Perf_Analyzer Ctor");
38 MESSAGE("Portable_Perf_Analyzer Dtor");
portable_perf_analyzer_old.hh 30 MESSAGE("Portable_Perf_Analyzer Ctor");
37 MESSAGE("Portable_Perf_Analyzer Dtor");
x86_perf_analyzer.hh 31 MESSAGE("X86_Perf_Analyzer Ctor");
39 MESSAGE("X86_Perf_Analyzer Dtor");
  /cts/tests/tests/content/src/android/content/res/cts/
Resources_NotFoundExceptionTest.java 46 final String MESSAGE = "test";
48 ne = new NotFoundException(MESSAGE);
53 assertEquals(MESSAGE, e.getMessage());
  /external/icu4c/extra/uconv/
makedata.mak 14 !MESSAGE No configuration specified. Defaulting to common - Win32 Debug.
19 !MESSAGE Invalid configuration "$(CFG)" specified.
20 !MESSAGE You can specify a configuration when running NMAKE
21 !MESSAGE by defining the macro CFG on the command line. For example:
22 !MESSAGE
23 !MESSAGE NMAKE /f "makedata.mak" CFG="Debug"
24 !MESSAGE
25 !MESSAGE Possible choices for configuration are:
26 !MESSAGE
27 !MESSAGE "Release
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
ProgressDialogTest.java 38 private final CharSequence MESSAGE = "message";
94 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE);
99 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE, false);
107 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true);
121 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, false);
134 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, true);
156 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, false, cL);
168 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, true, cL);
186 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE);
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
Signature2Test.java 32 private static final String MESSAGE = "abc";
172 sig.update(MESSAGE.getBytes());
191 byte[] bytes = MESSAGE.getBytes();
202 byte[] bytes = MESSAGE.getBytes();
213 sig.update(MESSAGE.getBytes()[0]);
222 sig.update(MESSAGE.getBytes());
227 sig.update(MESSAGE.getBytes());
  /external/nist-sip/java/javax/sip/message/
Request.java 1 package javax.sip.message;
6 public interface Request extends Message {
15 String MESSAGE = "MESSAGE";
  /external/protobuf/java/src/main/java/com/google/protobuf/
WireFormat.java 35 * message implementations. It is public only because those generated messages
86 MESSAGE(null);
119 GROUP (JavaType.MESSAGE , WIRETYPE_START_GROUP ) {
122 MESSAGE (JavaType.MESSAGE , WIRETYPE_LENGTH_DELIMITED) {
ExtensionRegistry.java 42 * parsing a protocol message that might have extensions, you must provide
52 * message Foo {
66 * MyProto.Foo message = MyProto.Foo.parseFrom(input, registry);
86 * could violate the expectation that message objects are immutable, since the
87 * type provided could be any arbitrary message class. An unprivileged user
88 * could take advantage of this to inject a mutable object into a message
110 /** A (Descriptor, Message) pair, returned by lookup methods. */
116 * A default instance of the extension's type, if it has a message type.
119 public final Message defaultInstance;
126 final Message defaultInstance)
    [all...]
  /external/eigen/bench/btl/actions/
action_cholesky.hh 39 MESSAGE("Action_cholesky Ctor");
74 MESSAGE("Action_cholesky Dtor");
action_lu_decomp.hh 39 MESSAGE("Action_lu_decomp Ctor");
67 MESSAGE("Action_lu_decomp Dtor");
action_partial_lu.hh 39 MESSAGE("Action_partial_lu Ctor");
69 MESSAGE("Action_partial_lu Dtor");
action_rot.hh 34 MESSAGE("Action_rot Ctor");
57 MESSAGE("Action_rot Dtor");
action_hessenberg.hh 39 MESSAGE("Action_hessenberg Ctor");
73 MESSAGE("Action_hessenberg Dtor");
139 MESSAGE("Action_tridiagonalization Ctor");
179 MESSAGE("Action_tridiagonalization Dtor");
action_aat_product.hh 40 MESSAGE("Action_aat_product Ctor");
70 MESSAGE("Action_aat_product Dtor");
action_ata_product.hh 40 MESSAGE("Action_ata_product Ctor");
70 MESSAGE("Action_ata_product Dtor");
action_axpby.hh 38 MESSAGE("Action_axpby Ctor");
62 MESSAGE("Action_axpby Dtor");
action_axpy.hh 40 MESSAGE("Action_axpy Ctor");
71 MESSAGE("Action_axpy Dtor");
action_trisolve.hh 39 MESSAGE("Action_trisolve Ctor");
78 MESSAGE("Action_trisolve Dtor");
  /external/eigen/bench/btl/data/
mean.cxx 37 MESSAGE("Lib_mean Default Ctor");
38 MESSAGE("!!! should not be used");
42 MESSAGE("Lib_mean Ctor");
45 MESSAGE("Lib_mean Copy Ctor");
48 MESSAGE("Lib_mean Dtor");
  /packages/apps/Mms/tests/src/com/android/mms/
InterceptSendSms.java 52 private static String MESSAGE = "This is a test message of intercepting a SMS";
92 mTextEditor.setText(MESSAGE);
112 // Send the sms message
124 * app when the app is about to send a SMS message. We pretend to be an app that
126 * the message app doesn't actually send the message.
138 assertEquals(msgText, MESSAGE);
  /external/eigen/bench/btl/generic_bench/utils/
utilities.h 59 # define MESSAGE(chain) {HERE ; cerr << chain << endl ;}
76 # define MESSAGE(chain)

Completed in 484 milliseconds

1 2 3 4 5