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

1 2 3 4 5 6 7 8 910

  /cts/tests/tests/os/src/android/os/cts/
TestClass.java 21 public static final String MESSAGE = "WRONG_FIELD";
  /external/netperf/doc/examples/
tcp_range_script 91 MESSAGE=$START
92 while [ $MESSAGE -le $END ]; do
98 -m $MESSAGE $SOCKET_SIZE
102 -m $MESSAGE $SOCKET_SIZE
104 MESSAGE=`expr $MESSAGE + $ADD`
105 MESSAGE=`expr $MESSAGE \* $MULT`
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/util/
AssertTest.java 51 private static final String MESSAGE = "exception message";
58 Assert.isNull(null, MESSAGE);
61 Assert.isNull("OK", MESSAGE);
66 assertExceptionMessageContains(expected, MESSAGE);
76 Assert.notNull("OK", MESSAGE);
79 Assert.notNull(null, MESSAGE);
84 assertExceptionMessageContains(expected, MESSAGE);
93 Assert.isTrue(true, MESSAGE);
97 Assert.isTrue(false, MESSAGE);
204 String message = exception.getMessage(); local
    [all...]
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/util/
AssertTest.java 53 private static final String MESSAGE = "exception message";
60 Assert.isNull(null, MESSAGE);
63 Assert.isNull("OK", MESSAGE);
68 assertExceptionMessageContains(expected, MESSAGE);
78 Assert.notNull("OK", MESSAGE);
81 Assert.notNull(null, MESSAGE);
86 assertExceptionMessageContains(expected, MESSAGE);
95 Assert.isTrue(true, MESSAGE);
99 Assert.isTrue(false, MESSAGE);
206 String message = exception.getMessage(); local
    [all...]
  /cts/tests/tests/car/src/android/car/cts/
ExceptionsTest.java 27 private static final String MESSAGE = "Oops!";
35 exception = new CarNotConnectedException(MESSAGE);
36 assertEquals(MESSAGE, exception.getMessage());
39 exception = new CarNotConnectedException(MESSAGE, CAUSE);
40 assertEquals(MESSAGE, exception.getMessage());
  /cts/tests/tests/content/src/android/content/res/cts/
Resources_NotFoundExceptionTest.java 44 final String MESSAGE = "test";
46 ne = new NotFoundException(MESSAGE);
53 assertEquals(MESSAGE, e.getMessage());
63 ne = new NotFoundException(MESSAGE, CAUSE);
70 assertEquals(MESSAGE, e.getMessage());
  /tools/loganalysis/src/com/android/loganalysis/item/
JavaCrashItem.java 32 public static final String MESSAGE = "MESSAGE";
35 EXCEPTION, MESSAGE));
60 * Get the message for the Java crash.
63 return (String) getAttribute(MESSAGE);
67 * Set the message for the Java crash.
69 public void setMessage(String message) {
70 setAttribute(MESSAGE, message);
  /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");
  /external/v8/tools/release/
push_to_candidates.py 41 MESSAGE = "Preparation."
56 MESSAGE = "Create a fresh branch."
64 MESSAGE = "Check which revision to push."
76 MESSAGE = "Increment version number."
110 MESSAGE = "Detect commit ID of last release base."
120 MESSAGE = "Prepare raw ChangeLog entry."
123 """Attempts to reload the commit message from rietveld in order to allow
173 MESSAGE = "Edit ChangeLog entry."
196 MESSAGE = ("Fetch straggler commits that sneaked in since this script was "
205 MESSAGE = "Squash commits into one.
    [all...]
auto_push.py 41 MESSAGE = "Preparation."
49 MESSAGE = "Fetching V8 lkgr ref."
58 MESSAGE = "Checking last V8 release base."
71 MESSAGE = "Creating release if specified."
create_release.py 15 MESSAGE = "Preparation."
24 MESSAGE = "Check from which revision to branch off."
34 MESSAGE = "Increment version number."
71 MESSAGE = "Detect commit ID of last release base."
78 MESSAGE = "Prepare raw ChangeLog entry."
81 """Attempts to reload the commit message from rietveld in order to allow
131 MESSAGE = "Edit ChangeLog entry."
154 MESSAGE = "Create branch ref."
165 MESSAGE = "Create the branch."
176 MESSAGE = "Add ChangeLog changes to release branch.
    [all...]
roll_merge.py 39 MESSAGE = "Preparation."
60 MESSAGE = "Create a fresh branch for the patch."
68 MESSAGE = "Search for corresponding architecture ports."
100 MESSAGE = "Create commit message."
112 # The commit message title is added below after the version is specified.
135 MESSAGE = "Apply patches for selected revisions."
149 MESSAGE = "Prepare version file."
157 MESSAGE = "Increment version number."
180 MESSAGE = "Commit to local branch.
    [all...]
auto_tag.py 13 MESSAGE = "Preparation."
28 MESSAGE = "Get all V8 tags."
36 MESSAGE = "Check if there's a version on bleeding edge without a tag."
92 MESSAGE = "Get the last lkgrs."
102 MESSAGE = "Calculate the revision to tag."
150 MESSAGE = "Tag the version."
162 MESSAGE = "Clean up."
merge_to_branch.py 39 MESSAGE = "Preparation."
58 MESSAGE = "Create a fresh branch for the patch."
66 MESSAGE = "Search for corresponding architecture ports."
98 MESSAGE = "Create commit message."
147 MESSAGE = "Apply patches for selected revisions."
160 MESSAGE = "Commit to local branch."
163 # Add a commit message title.
170 MESSAGE = 'Show additional information.'
173 message = ("NOTE: This script will no longer automatically
    [all...]
  /external/icu/icu4c/source/extra/uconv/
makedata.mak 16 !MESSAGE No configuration specified. Defaulting to common - Win32 Debug.
21 !MESSAGE Invalid configuration "$(CFG)" specified.
22 !MESSAGE You can specify a configuration when running NMAKE
23 !MESSAGE by defining the macro CFG on the command line. For example:
24 !MESSAGE
25 !MESSAGE NMAKE /f "makedata.mak" CFG="Debug"
26 !MESSAGE
27 !MESSAGE Possible choices for configuration are:
28 !MESSAGE
29 !MESSAGE "Release
    [all...]
  /cts/common/util/tests/src/com/android/compatibility/common/util/
ReportLogTest.java 31 private static final String MESSAGE = "Message";
39 + "message=\"Sample\" score_type=\"higher_better\" score_unit=\"byte\">\r\n" +
111 Metric metric = new Metric(SOURCE, MESSAGE, 1.0, ResultType.HIGHER_BETTER, ResultUnit.BYTE);
112 assertEquals("Expected message to be ok", SOURCE, metric.getSource());
119 metric = new Metric(source, MESSAGE, 1.0, ResultType.HIGHER_BETTER, ResultUnit.BYTE);
125 // Should pass with a short message.
126 Metric metric = new Metric(SOURCE, MESSAGE, 1.0, ResultType.HIGHER_BETTER, ResultUnit.BYTE);
127 assertEquals("Expected message to be ok", MESSAGE, metric.getMessage())
132 String message = sb.toString(); local
    [all...]
  /external/mesa3d/src/gallium/targets/libgl-xlib/
xlib.c 127 #define DISPATCH(FUNC, ARGS, MESSAGE) \
130 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \
  /external/webrtc/
check_root_dir.py 17 MESSAGE = """\
40 print MESSAGE
  /cts/tests/app/src/android/app/cts/
ProgressDialogTest.java 39 private final CharSequence MESSAGE = "message";
96 ProgressDialog.show(mContext, TITLE, MESSAGE);
101 ProgressDialog dialog = ProgressDialog.show(mContext, TITLE, MESSAGE, false);
109 dialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true);
123 ProgressDialog dialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, false);
137 ProgressDialog dialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, true);
159 mContext, TITLE, MESSAGE, true, false, cL);
173 mContext, TITLE, MESSAGE, true, true, cL);
192 progressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE);
    [all...]
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectwriter.cc 225 // message types, we propagate the end of Any as well.
415 // Starting the root message. Create the root Item and return.
416 // ANY message type does not need special handling, just set the ItemType
421 this, master_type_.name() == kAnyType ? Item::ANY : Item::MESSAGE,
443 Push("struct_value", Item::MESSAGE, true, false);
450 "Cannot start root message with ListValue.");
470 // Map is a repeated field of message type with a "key" and a "value" field.
472 // message MapFieldEntry {
482 Push("", Item::MESSAGE, false, false);
485 Push("value", Item::MESSAGE, true, false)
    [all...]
  /external/nist-sip/java/javax/sip/message/
Request.java 1 package javax.sip.message;
6 public interface Request extends Message {
15 String MESSAGE = "MESSAGE";
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
SimpleDialog.java 30 * <p> If buttons are to be used (enabled by setting a button message), the creator {@link Activity}
35 private static final String MESSAGE = "message";
57 if (args.containsKey(MESSAGE)) {
58 builder.setMessage(args.getInt(MESSAGE));
110 * Sets the message
111 * @param message Message resource id.
113 public Builder setMessage(int message) {
114 mMessage = message;
    [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");

Completed in 925 milliseconds

1 2 3 4 5 6 7 8 910