Searched refs:MESSAGE (Results 1 - 25 of 106) sorted by relevance

12345

/external/chromium_org/third_party/mesa/src/src/mapi/glapi/
H A Dglapi_dispatch.c63 #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/
H A Dglapi_dispatch.c63 #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/
H A Dmixed_perf_analyzer.hh35 MESSAGE("Mixed_Perf_Analyzer Ctor");
42 MESSAGE("Mixed_Perf_Analyzer Dtor");
H A DSTL_perf_analyzer.hh31 MESSAGE("STL_Perf_Analyzer Ctor");
38 MESSAGE("STL_Perf_Analyzer Dtor");
H A Dportable_perf_analyzer.hh31 MESSAGE("Portable_Perf_Analyzer Ctor");
38 MESSAGE("Portable_Perf_Analyzer Dtor");
H A Dportable_perf_analyzer_old.hh30 MESSAGE("Portable_Perf_Analyzer Ctor");
37 MESSAGE("Portable_Perf_Analyzer Dtor");
H A Dx86_perf_analyzer.hh31 MESSAGE("X86_Perf_Analyzer Ctor");
39 MESSAGE("X86_Perf_Analyzer Dtor");
/external/icu/icu4c/source/extra/uconv/
H A Dmakedata.mak14 !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 "Releas
[all...]
/external/chromium_org/v8/tools/push-to-trunk/
H A Dauto_push.py51 MESSAGE = "Preparation." variable in class:Preparation
59 MESSAGE = "Checking settings file." variable in class:CheckAutoPushSettings
71 MESSAGE = "Checking v8 tree status message." variable in class:CheckTreeStatus
83 MESSAGE = "Fetching V8 LKGR." variable in class:FetchLKGR
92 MESSAGE = "Checking last V8 push to trunk." variable in class:CheckLastPush
115 MESSAGE = "Pushing to trunk if specified." variable in class:PushToTrunk
H A Dchromium_roll.py23 MESSAGE = "Preparation." variable in class:Preparation
30 MESSAGE = "Detect commit ID of last push to trunk." variable in class:DetectLastPush
41 MESSAGE = "Ask for chromium checkout." variable in class:CheckChromium
53 MESSAGE = "Switch to Chromium checkout." variable in class:SwitchChromium
69 MESSAGE = "Update the checkout and create a new branch." variable in class:UpdateChromiumCheckout
80 MESSAGE = "Create and upload CL." variable in class:UploadCL
113 MESSAGE = "Returning to V8 checkout." variable in class:SwitchV8
121 MESSAGE = "Done!" variable in class:CleanUp
H A Dauto_roll.py22 MESSAGE = "Check active roll." variable in class:CheckActiveRoll
47 MESSAGE = "Detect commit ID of the last push to trunk." variable in class:DetectLastPush
55 MESSAGE = "Detect commit ID of the last Chromium roll." variable in class:DetectLastRoll
69 MESSAGE = "Roll V8 into Chromium." variable in class:RollChromium
H A Dmerge_to_branch.py53 MESSAGE = "Preparation." variable in class:Preparation
76 MESSAGE = "Create a fresh branch for the patch." variable in class:CreateBranch
84 MESSAGE = "Search for corresponding architecture ports." variable in class:SearchArchitecturePorts
119 MESSAGE = "Find the git revisions associated with the patches." variable in class:FindGitRevisions
155 MESSAGE = "Apply patches for selected revisions." variable in class:ApplyPatches
169 MESSAGE = "Prepare version file." variable in class:PrepareVersion
179 MESSAGE = "Increment version number." variable in class:IncrementVersion
204 MESSAGE = "Commit to local branch." variable in class:CommitLocal
223 MESSAGE = "Commit to the repository." variable in class:CommitRepository
233 MESSAGE variable in class:PrepareSVN
248 MESSAGE = "Create the tag." variable in class:TagRevision
266 MESSAGE = "Cleanup." variable in class:CleanUp
[all...]
H A Dpush_to_trunk.py55 MESSAGE = "Preparation." variable in class:Preparation
70 MESSAGE = "Create a fresh branch." variable in class:FreshBranch
77 MESSAGE = "Check which revision to push." variable in class:PreparePushRevision
89 MESSAGE = "Detect commit ID of last push to trunk." variable in class:DetectLastPush
128 MESSAGE = "Increment version number." variable in class:IncrementVersion
156 MESSAGE = "Prepare raw ChangeLog entry." variable in class:PrepareChangeLog
209 MESSAGE = "Edit ChangeLog entry." variable in class:EditChangeLog
232 MESSAGE = ("Fetch straggler commits that sneaked in since this script was " variable in class:StragglerCommits
241 MESSAGE = "Squash commits into one." variable in class:SquashCommits
274 MESSAGE variable in class:NewBranch
281 MESSAGE = "Apply squashed changes." variable in class:ApplyChanges
289 MESSAGE = "Add ChangeLog changes to trunk branch." variable in class:AddChangeLog
304 MESSAGE = "Set correct version for trunk." variable in class:SetVersion
327 MESSAGE = "Commit to local trunk branch." variable in class:CommitTrunk
335 MESSAGE = "Sanity check." variable in class:SanityCheck
347 MESSAGE = "Commit to SVN." variable in class:CommitSVN
371 MESSAGE = "Tag the new revision." variable in class:TagRevision
378 MESSAGE = "Done!" variable in class:CleanUp
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-xlib/
H A Dxlib.c127 #define DISPATCH(FUNC, ARGS, MESSAGE) \
130 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \
/external/mesa3d/src/gallium/targets/libgl-xlib/
H A Dxlib.c127 #define DISPATCH(FUNC, ARGS, MESSAGE) \
130 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DSignature2Test.java32 private static final String MESSAGE = "abc"; field in class:Signature2Test
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/
H A DWireFormat.java86 MESSAGE(null); enum constant in enum:WireFormat.JavaType
119 GROUP (JavaType.MESSAGE , WIRETYPE_START_GROUP ) {
122 MESSAGE (JavaType.MESSAGE , WIRETYPE_LENGTH_DELIMITED) { method in enum:WireFormat.FieldType
H A DExtensionRegistry.java159 FieldDescriptor.JavaType.MESSAGE) {
174 if (type.getJavaType() == FieldDescriptor.JavaType.MESSAGE) {
184 if (type.getJavaType() != FieldDescriptor.JavaType.MESSAGE) {
233 field.getType() == FieldDescriptor.Type.MESSAGE &&
/external/nist-sip/java/javax/sip/message/
H A DRequest.java15 String MESSAGE = "MESSAGE"; field in interface:Request
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DWireFormat.java86 MESSAGE(null); enum constant in enum:WireFormat.JavaType
119 GROUP (JavaType.MESSAGE , WIRETYPE_START_GROUP ) {
122 MESSAGE (JavaType.MESSAGE , WIRETYPE_LENGTH_DELIMITED) { method in enum:WireFormat.FieldType
/external/eigen/bench/btl/actions/
H A Daction_cholesky.hh39 MESSAGE("Action_cholesky Ctor");
74 MESSAGE("Action_cholesky Dtor");
H A Daction_lu_decomp.hh39 MESSAGE("Action_lu_decomp Ctor");
67 MESSAGE("Action_lu_decomp Dtor");
H A Daction_partial_lu.hh39 MESSAGE("Action_partial_lu Ctor");
69 MESSAGE("Action_partial_lu Dtor");
H A Daction_rot.hh34 MESSAGE("Action_rot Ctor");
57 MESSAGE("Action_rot Dtor");
/external/eigen/bench/btl/data/
H A Dmean.cxx37 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");

Completed in 1618 milliseconds

12345