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

12 3 4 5 6 7

  /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");
  /cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
IntentSenderTest.java 37 private static final String MESSAGE = "Sample Message";
66 * This intent will have, in the ClipData, a uri whose associated file stores a message.
67 * The receiver will read the message from the uri, and put it inside the result intent.
70 Uri uri = getUriWithTextInFile("reading_test", MESSAGE);
78 assertEquals(MESSAGE, result.getStringExtra("extra_response"));
83 * This intent will have a message in an extra, and a uri specified by the ClipData.
84 * The receiver will read the message from the extra, and write it to the uri in
94 intent.putExtra("extra_message", MESSAGE);
99 assertEquals(MESSAGE, getFirstLineFromUri(uri))
    [all...]
  /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/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
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...]
FieldSet.java 43 * A class which represents an arbitrary set of fields of some message type.
65 // If getLiteJavaType() == MESSAGE, this merges a message object of the
151 /** See {@link Message.Builder#clear()}. */
205 * {@link Message#hasField(Descriptors.FieldDescriptor)}.
218 * {@link Message#getField(Descriptors.FieldDescriptor)}. This method
232 * {@link Message.Builder#setField(Descriptors.FieldDescriptor,Object)}.
240 "Wrong object type used with protocol message reflection.");
263 * {@link Message.Builder#clearField(Descriptors.FieldDescriptor)}.
274 * {@link Message#getRepeatedFieldCount(Descriptors.FieldDescriptor)}
    [all...]
  /external/eigen/bench/btl/actions/
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");
action_atv_product.hh 38 MESSAGE("Action_atv_product Ctor");
67 MESSAGE("Action_atv_product Dtor");
action_ger.hh 34 MESSAGE("Action_ger Ctor");
61 MESSAGE("Action_ger Dtor");
action_matrix_matrix_product.hh 40 MESSAGE("Action_matrix_matrix_product Ctor");
73 MESSAGE("Action_matrix_matrix_product Dtor");
action_matrix_vector_product.hh 40 MESSAGE("Action_matrix_vector_product Ctor");
72 MESSAGE("Action_matrix_vector_product Dtor");
action_trisolve_matrix.hh 40 MESSAGE("Action_trisolve_matrix Ctor");
86 MESSAGE("Action_trisolve_matrix Dtor");
action_trmm.hh 40 MESSAGE("Action_trmm Ctor");
86 MESSAGE("Action_trmm Dtor");
  /external/protobuf/java/src/main/java/com/google/protobuf/
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...]
FieldSet.java 42 * A class which represents an arbitrary set of fields of some message type.
64 // If getLiteJavaType() == MESSAGE, this merges a message object of the
120 /** See {@link Message.Builder#clear()}. */
142 * {@link Message#hasField(Descriptors.FieldDescriptor)}.
155 * {@link Message#getField(Descriptors.FieldDescriptor)}. This method
165 * {@link Message.Builder#setField(Descriptors.FieldDescriptor,Object)}.
173 "Wrong object type used with protocol message reflection.");
193 * {@link Message.Builder#clearField(Descriptors.FieldDescriptor)}.
201 * {@link Message#getRepeatedFieldCount(Descriptors.FieldDescriptor)}
    [all...]
  /external/eigen/bench/btl/generic_bench/utils/
utilities.h 59 # define MESSAGE(chain) {HERE ; cerr << chain << endl ;}
76 # define MESSAGE(chain)
  /external/chromium_org/v8/tools/push-to-trunk/
releases.py 34 # Expression for retrieving the bleeding edge revision from a commit message.
37 # Expression for retrieving the merged patches from a merge commit message
41 # Expression for retrieving reverted patches from a commit message (old and
127 MESSAGE = "Preparation."
135 MESSAGE = "Retrieve all V8 releases."
186 # Link to the commit message on google code.
256 MESSAGE = "Check the chromium checkout."
263 MESSAGE = "Switch to Chromium checkout."
278 MESSAGE = "Update the checkout and create a new branch."
289 MESSAGE = "Retrieve V8 releases from Chromium DEPS.
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
Signature2Test.java 44 private static final String MESSAGE = "abc";
342 sig.update(MESSAGE.getBytes());
361 byte[] bytes = MESSAGE.getBytes();
366 sig2.update(MESSAGE.getBytes());
377 byte[] bytes = MESSAGE.getBytes();
412 sig.update(MESSAGE.getBytes()[0]);
447 sig.update(MESSAGE.getBytes());
451 sig.update(MESSAGE.getBytes());
461 sig.update(MESSAGE.getBytes());
465 sig.update(MESSAGE.getBytes())
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenNames.java 27 import javax.sip.message.Request;
52 public static final String MESSAGE = Request.MESSAGE;
  /external/chromium_org/third_party/icu/source/data/
makedata.mak 28 !MESSAGE ICU data make path is $(ICUMAKE)
52 !MESSAGE ICU root path is $(ICUP)
180 !MESSAGE ICU data source archive is $(ICUDATA_SOURCE_ARCHIVE)
195 !MESSAGE Warning: cannot find "ucmcore.mk". Not building core MIME/Unix/Windows converter files.
202 !MESSAGE Warning: cannot find "ucmfiles.mk". Not building many converter files.
215 !MESSAGE Warning: cannot find "ucmebcdic.mk". Not building EBCDIC converter files.
226 !MESSAGE Information: cannot find "ucmlocal.mk". Not building user-additional converter files.
242 !MESSAGE Information: cannot find "brklocal.mk". Not building user-additional break iterator files.
245 !MESSAGE Warning: cannot find "brkfiles.mk"
275 !MESSAGE Information: cannot find "reslocal.mk". Not building user-additional resource bundle files
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/
director-ant.jar 

Completed in 317 milliseconds

12 3 4 5 6 7