Searched defs:MESSAGE (Results 1 - 25 of 37) sorted by relevance

12

/external/eigen/bench/btl/generic_bench/utils/
H A Dutilities.h59 # define MESSAGE(chain) {HERE ; cerr << chain << endl ;} macro
76 # define MESSAGE(chain) macro
/external/chromium_org/v8/tools/push-to-trunk/
H A Dauto_roll.py17 MESSAGE = "Check active roll." variable in class:CheckActiveRoll
42 MESSAGE = "Detect commit ID of the last push to trunk." variable in class:DetectLastPush
51 MESSAGE = "Detect commit ID of the last Chromium roll." variable in class:DetectLastRoll
69 MESSAGE = "Check ClusterFuzz api for new problems." variable in class:CheckClusterFuzz
87 MESSAGE = "Roll V8 into Chromium." variable in class:RollChromium
H A Dauto_tag.py13 MESSAGE = "Preparation." variable in class:Preparation
23 MESSAGE = "Get all V8 tags." variable in class:GetTags
37 MESSAGE = "Check if there's a version on bleeding edge without a tag." variable in class:GetOldestUntaggedVersion
93 MESSAGE = "Get the last lkgrs." variable in class:GetLKGRs
103 MESSAGE = "Calculate the revision to tag." variable in class:CalculateTagRevision
151 MESSAGE = "Tag the version." variable in class:MakeTag
160 MESSAGE = "Clean up." variable in class:CleanUp
H A Dchromium_roll.py14 MESSAGE = "Preparation." variable in class:Preparation
22 MESSAGE = "Detect commit ID of last push to trunk." variable in class:DetectLastPush
33 MESSAGE = "Switch to Chromium checkout." variable in class:SwitchChromium
49 MESSAGE = "Update the checkout and create a new branch." variable in class:UpdateChromiumCheckout
64 MESSAGE = "Create and upload CL." variable in class:UploadCL
98 MESSAGE = "Returning to V8 checkout." variable in class:SwitchV8
105 MESSAGE = "Done!" variable in class:CleanUp
H A Dauto_push.py42 MESSAGE = "Preparation." variable in class:Preparation
50 MESSAGE = "Checking settings file." variable in class:CheckAutoPushSettings
62 MESSAGE = "Checking v8 tree status message." variable in class:CheckTreeStatus
74 MESSAGE = "Fetching V8 LKGR." variable in class:FetchLKGR
83 MESSAGE = "Checking last V8 push to trunk." variable in class:CheckLastPush
106 MESSAGE = "Pushing to trunk if specified." variable in class:PushToTrunk
H A Dbump_up_version.py32 MESSAGE = "Preparation." variable in class:Preparation
50 MESSAGE = "Get latest bleeding edge version." variable in class:GetCurrentBleedingEdgeVersion
67 MESSAGE = "Stop script if the last change modified the version." variable in class:LastChangeBailout
77 MESSAGE = "Fetching V8 LKGR." variable in class:FetchLKGR
88 MESSAGE = "Get bleeding edge lkgr version." variable in class:GetLKGRVersion
114 MESSAGE = "Stop script if the lkgr has a renewed version." variable in class:LKGRVersionUpToDateBailout
131 MESSAGE = "Get latest trunk version." variable in class:GetTrunkVersion
143 MESSAGE = "Calculate the new version." variable in class:CalculateVersion
174 MESSAGE = "Checking v8 tree status message." variable in class:CheckTreeStatus
186 MESSAGE variable in class:ChangeVersion
[all...]
H A Dmerge_to_branch.py36 MESSAGE = "Preparation." variable in class:Preparation
59 MESSAGE = "Create a fresh branch for the patch." variable in class:CreateBranch
67 MESSAGE = "Search for corresponding architecture ports." variable in class:SearchArchitecturePorts
102 MESSAGE = "Find the git revisions associated with the patches." variable in class:FindGitRevisions
138 MESSAGE = "Apply patches for selected revisions." variable in class:ApplyPatches
152 MESSAGE = "Prepare version file." variable in class:PrepareVersion
162 MESSAGE = "Increment version number." variable in class:IncrementVersion
187 MESSAGE = "Commit to local branch." variable in class:CommitLocal
206 MESSAGE = "Commit to the repository." variable in class:CommitRepository
216 MESSAGE variable in class:PrepareSVN
231 MESSAGE = "Create the tag." variable in class:TagRevision
249 MESSAGE = "Cleanup." variable in class:CleanUp
[all...]
H A Dpush_to_trunk.py41 MESSAGE = "Preparation." variable in class:Preparation
56 MESSAGE = "Create a fresh branch." variable in class:FreshBranch
63 MESSAGE = "Check which revision to push." variable in class:PreparePushRevision
75 MESSAGE = "Detect commit ID of last push to trunk." variable in class:DetectLastPush
116 MESSAGE = "Get latest bleeding edge version." variable in class:GetCurrentBleedingEdgeVersion
128 MESSAGE = "Increment version number." variable in class:IncrementVersion
172 MESSAGE = "Prepare raw ChangeLog entry." variable in class:PrepareChangeLog
225 MESSAGE = "Edit ChangeLog entry." variable in class:EditChangeLog
248 MESSAGE = ("Fetch straggler commits that sneaked in since this script was " variable in class:StragglerCommits
257 MESSAGE variable in class:SquashCommits
290 MESSAGE = "Create a new branch from trunk." variable in class:NewBranch
297 MESSAGE = "Apply squashed changes." variable in class:ApplyChanges
305 MESSAGE = "Add ChangeLog changes to trunk branch." variable in class:AddChangeLog
320 MESSAGE = "Set correct version for trunk." variable in class:SetVersion
330 MESSAGE = "Commit to local trunk branch." variable in class:CommitTrunk
338 MESSAGE = "Sanity check." variable in class:SanityCheck
350 MESSAGE = "Commit to SVN." variable in class:CommitSVN
374 MESSAGE = "Tag the new revision." variable in class:TagRevision
381 MESSAGE = "Done!" variable in class:CleanUp
[all...]
H A Dreleases.py116 MESSAGE = "Preparation." variable in class:Preparation
124 MESSAGE = "Retrieve all V8 releases." variable in class:RetrieveV8Releases
266 MESSAGE = "Switch to Chromium checkout." variable in class:SwitchChromium
279 MESSAGE = "Update the checkout and create a new branch." variable in class:UpdateChromiumCheckout
297 MESSAGE = "Retrieve V8 releases from Chromium DEPS." variable in class:RetrieveChromiumV8Releases
350 MESSAGE = "Retrieve Chromium branch information." variable in class:RietrieveChromiumBranches
405 MESSAGE = "Clean up." variable in class:CleanUp
414 MESSAGE = "Print output." variable in class:WriteOutput
H A Dcommon_includes.py538 MESSAGE = "Upload for code review." variable in class:UploadStep
553 MESSAGE = "Determine the V8 sheriff for code review." variable in class:DetermineV8Sheriff
593 message = step_class.MESSAGE
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DPostMessageTest.java25 private static final String MESSAGE = "Foo"; field in class:PostMessageTest
76 contentViewCore.postMessageToFrame(null, MESSAGE, SOURCE_ORIGIN, "*");
78 assertEquals(MESSAGE, mMessageObject.getData());
/external/nist-sip/java/javax/sip/message/
H A DRequest.java15 String MESSAGE = "MESSAGE"; field in interface:Request
/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());
H A DMessageDigest2Test.java46 private static final String MESSAGE = "abc"; field in class:MessageDigest2Test
222 sha.update(MESSAGE.getBytes("UTF-8"));
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DTokenNames.java52 public static final String MESSAGE = Request.MESSAGE; field in interface:TokenNames
H A DTokenTypes.java113 public static final int MESSAGE = START + 70; field in interface:TokenTypes
/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
H A DDescriptors.java716 if (getJavaType() == JavaType.MESSAGE) {
768 if (getJavaType() != JavaType.MESSAGE) {
827 GROUP (JavaType.MESSAGE ),
828 MESSAGE (JavaType.MESSAGE ), enum constant in enum:Descriptors.FieldDescriptor.Type
871 MESSAGE(null); enum constant in enum:Descriptors.FieldDescriptor.JavaType
960 type = Type.MESSAGE;
969 if (getJavaType() == JavaType.MESSAGE) {
991 if (getJavaType() == JavaType.MESSAGE ||
1071 case MESSAGE
[all...]
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
H A DInBandBytestreamManager.java89 MESSAGE enum constant in enum:InBandBytestreamManager.StanzaType
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/
H A Ddirector-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc237 NULL_SYMBOL, MESSAGE, FIELD, ENUM, ENUM_VALUE, SERVICE, METHOD, enumerator in enum:google::protobuf::__anon14819::Symbol::Type
254 return type == MESSAGE || type == ENUM;
257 return type == MESSAGE || type == PACKAGE
267 CONSTRUCTOR(Descriptor , MESSAGE , descriptor )
279 case MESSAGE : return descriptor ->file();
997 return (result.type == Symbol::MESSAGE) ? result.descriptor : NULL;
1176 file()->tables_->FindNestedSymbolOfType(this, key, Symbol::MESSAGE);
1235 Symbol result = tables_->FindNestedSymbolOfType(this, key, Symbol::MESSAGE);
3797 } else if (extendee.type != Symbol::MESSAGE) {
3836 if (type.type == Symbol::MESSAGE) {
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc222 NULL_SYMBOL, MESSAGE, FIELD, ENUM, ENUM_VALUE, SERVICE, METHOD, PACKAGE enumerator in enum:google::protobuf::__anon28966::Symbol::Type
238 return type == MESSAGE || type == ENUM;
241 return type == MESSAGE || type == PACKAGE
251 CONSTRUCTOR(Descriptor , MESSAGE , descriptor )
263 case MESSAGE : return descriptor ->file();
905 return (result.type == Symbol::MESSAGE) ? result.descriptor : NULL;
1085 file()->tables_->FindNestedSymbolOfType(this, key, Symbol::MESSAGE);
1144 Symbol result = tables_->FindNestedSymbolOfType(this, key, Symbol::MESSAGE);
3403 } else if (extendee.type != Symbol::MESSAGE) {
3442 if (type.type == Symbol::MESSAGE) {
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.event_1.2.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 406 milliseconds

12