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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/mesa/src/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/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/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/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...]
  /external/chromium_org/v8/tools/push-to-trunk/
auto_push.py 51 MESSAGE = "Preparation."
59 MESSAGE = "Checking settings file."
71 MESSAGE = "Checking v8 tree status message."
76 self["tree_message"] = json.loads(status_json)["message"]
83 MESSAGE = "Fetching V8 LKGR."
92 MESSAGE = "Checking last V8 push to trunk."
98 # the push commit message.
115 MESSAGE = "Pushing to trunk if specified."
chromium_roll.py 23 MESSAGE = "Preparation."
30 MESSAGE = "Detect commit ID of last push to trunk."
41 MESSAGE = "Ask for chromium checkout."
53 MESSAGE = "Switch to Chromium checkout."
69 MESSAGE = "Update the checkout and create a new branch."
80 MESSAGE = "Create and upload CL."
113 MESSAGE = "Returning to V8 checkout."
121 MESSAGE = "Done!"
push_to_trunk.py 55 MESSAGE = "Preparation."
70 MESSAGE = "Create a fresh branch."
77 MESSAGE = "Check which revision to push."
89 MESSAGE = "Detect commit ID of last push to trunk."
106 # the push commit message.
128 MESSAGE = "Increment version number."
156 MESSAGE = "Prepare raw ChangeLog entry."
159 """Attempts to reload the commit message from rietveld in order to allow
209 MESSAGE = "Edit ChangeLog entry."
232 MESSAGE = ("Fetch straggler commits that sneaked in since this script was
    [all...]
merge_to_branch.py 53 MESSAGE = "Preparation."
76 MESSAGE = "Create a fresh branch for the patch."
84 MESSAGE = "Search for corresponding architecture ports."
119 MESSAGE = "Find the git revisions associated with the patches."
136 # The commit message title is added below after the version is specified.
155 MESSAGE = "Apply patches for selected revisions."
169 MESSAGE = "Prepare version file."
179 MESSAGE = "Increment version number."
204 MESSAGE = "Commit to local branch."
207 # Add a commit message title
    [all...]
auto_roll.py 22 MESSAGE = "Check active roll."
47 MESSAGE = "Detect commit ID of the last push to trunk."
55 MESSAGE = "Detect commit ID of the last Chromium roll."
69 MESSAGE = "Roll V8 into Chromium."
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-xlib/
xlib.c 127 #define DISPATCH(FUNC, ARGS, MESSAGE) \
130 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \
  /external/mesa3d/src/gallium/targets/libgl-xlib/
xlib.c 127 #define DISPATCH(FUNC, ARGS, MESSAGE) \
130 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \
  /cts/tests/tests/app/src/android/app/cts/
ProgressDialogTest.java 38 private final CharSequence MESSAGE = "message";
95 ProgressDialog.show(mContext, TITLE, MESSAGE);
101 dialog = ProgressDialog.show(mContext, TITLE, MESSAGE, false);
109 dialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true);
124 dialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, false);
138 dialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, true);
160 dialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, false, cL);
173 dialog = ProgressDialog.show(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/chromium_org/third_party/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/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");
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");

Completed in 488 milliseconds

1 2 3 4 5 6 7