/cts/tests/tests/os/src/android/os/cts/ |
TestClass.java | 21 public static final String MESSAGE = "WRONG_FIELD";
|
/external/dbus/test/internals/ |
syslog.c | 49 #define MESSAGE "regression test for _dbus_system_log(): " 58 _dbus_system_log (DBUS_SYSTEM_LOG_FATAL, MESSAGE "%d", 23); 65 g_test_trap_assert_stderr ("*" MESSAGE "23\n*"); 70 _dbus_system_log (DBUS_SYSTEM_LOG_INFO, MESSAGE "%d", 42); 71 _dbus_system_log (DBUS_SYSTEM_LOG_SECURITY, MESSAGE "%d", 666); 76 g_test_trap_assert_stderr ("*" MESSAGE "42\n*" MESSAGE "666\n*"); 80 _dbus_system_log (DBUS_SYSTEM_LOG_INFO, MESSAGE "%d", 42); 81 _dbus_system_log (DBUS_SYSTEM_LOG_SECURITY, MESSAGE "%d", 666);
|
/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/mesa3d/src/mapi/glapi/ |
glapi_dispatch.c | 63 #define DISPATCH(FUNC, ARGS, MESSAGE) \ 64 fprintf MESSAGE; \ 67 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \ 68 fprintf MESSAGE; \ 73 #define DISPATCH(FUNC, ARGS, MESSAGE) \ 76 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \
|
/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 | 23 private static final String MESSAGE = "Oops!"; 31 exception = new CarNotConnectedException(MESSAGE); 32 assertEquals(MESSAGE, exception.getMessage()); 35 exception = new CarNotConnectedException(MESSAGE, CAUSE); 36 assertEquals(MESSAGE, exception.getMessage()); 48 exception = new CarNotSupportedException(MESSAGE); 49 assertEquals(MESSAGE, exception.getMessage()); 52 exception = new CarNotSupportedException(MESSAGE, CAUSE); 53 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());
|
/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...] |
create_release.py | 16 MESSAGE = "Preparation." 30 MESSAGE = "Check from which revision to branch off." 40 MESSAGE = "Increment version number." 77 MESSAGE = "Detect commit ID of last release base." 84 MESSAGE = "Prepare raw ChangeLog entry." 87 """Attempts to reload the commit message from rietveld in order to allow 137 MESSAGE = "Edit ChangeLog entry." 160 MESSAGE = "Create the branch." 170 MESSAGE = "Add ChangeLog changes to release branch." 180 MESSAGE = "Set correct version for candidates. [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."
|
merge_to_branch.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."
|
/external/icu/icu4c/source/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/common/util/tests/src/com/android/compatibility/common/util/ |
ReportLogTest.java | 34 private static final String MESSAGE = "Message"; 41 " <Metric source=\"com.android.compatibility.common.util.ReportLogTest#%s\" message=\"Sample\" score_type=\"higher_better\" score_unit=\"byte\">\r\n" + 113 Metric metric = new Metric(SOURCE, MESSAGE, 1.0, ResultType.HIGHER_BETTER, ResultUnit.BYTE); 114 assertEquals("Expected message to be ok", SOURCE, metric.getSource()); 121 metric = new Metric(source, MESSAGE, 1.0, ResultType.HIGHER_BETTER, ResultUnit.BYTE); 127 // Should pass with a short message. 128 Metric metric = new Metric(SOURCE, MESSAGE, 1.0, ResultType.HIGHER_BETTER, ResultUnit.BYTE); 129 assertEquals("Expected message to be ok", MESSAGE, metric.getMessage()) 134 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/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
Signature2Test.java | 32 private static final String MESSAGE = "abc"; 173 sig.update(MESSAGE.getBytes()); 192 byte[] bytes = MESSAGE.getBytes(); 203 byte[] bytes = MESSAGE.getBytes(); 214 sig.update(MESSAGE.getBytes()[0]); 223 sig.update(MESSAGE.getBytes()); 228 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) {
|
/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");
|