/external/v8/tools/push-to-trunk/ |
D | push_to_trunk.py | 41 MESSAGE = "Preparation." variable in Preparation 56 MESSAGE = "Create a fresh branch." variable in FreshBranch 63 MESSAGE = "Check which revision to push." variable in PreparePushRevision 75 MESSAGE = "Detect commit ID of last push to trunk." variable in DetectLastPush 116 MESSAGE = "Get latest bleeding edge version." variable in GetCurrentBleedingEdgeVersion 128 MESSAGE = "Increment version number." variable in IncrementVersion 172 MESSAGE = "Prepare raw ChangeLog entry." variable in PrepareChangeLog 225 MESSAGE = "Edit ChangeLog entry." variable in EditChangeLog 248 MESSAGE = ("Fetch straggler commits that sneaked in since this script was " variable in StragglerCommits 257 MESSAGE = "Squash commits into one." variable in SquashCommits [all …]
|
D | merge_to_branch.py | 36 MESSAGE = "Preparation." variable in Preparation 59 MESSAGE = "Create a fresh branch for the patch." variable in CreateBranch 67 MESSAGE = "Search for corresponding architecture ports." variable in SearchArchitecturePorts 102 MESSAGE = "Find the git revisions associated with the patches." variable in FindGitRevisions 138 MESSAGE = "Apply patches for selected revisions." variable in ApplyPatches 152 MESSAGE = "Prepare version file." variable in PrepareVersion 162 MESSAGE = "Increment version number." variable in IncrementVersion 187 MESSAGE = "Commit to local branch." variable in CommitLocal 206 MESSAGE = "Commit to the repository." variable in CommitRepository 216 MESSAGE = "Determine svn commit revision." variable in PrepareSVN [all …]
|
D | bump_up_version.py | 32 MESSAGE = "Preparation." variable in Preparation 50 MESSAGE = "Get latest bleeding edge version." variable in GetCurrentBleedingEdgeVersion 67 MESSAGE = "Stop script if the last change modified the version." variable in LastChangeBailout 77 MESSAGE = "Fetching V8 LKGR." variable in FetchLKGR 88 MESSAGE = "Get bleeding edge lkgr version." variable in GetLKGRVersion 114 MESSAGE = "Stop script if the lkgr has a renewed version." variable in LKGRVersionUpToDateBailout 131 MESSAGE = "Get latest trunk version." variable in GetTrunkVersion 143 MESSAGE = "Calculate the new version." variable in CalculateVersion 174 MESSAGE = "Checking v8 tree status message." variable in CheckTreeStatus 186 MESSAGE = "Bump up the version." variable in ChangeVersion
|
D | chromium_roll.py | 14 MESSAGE = "Preparation." variable in Preparation 22 MESSAGE = "Detect commit ID of last push to trunk." variable in DetectLastPush 33 MESSAGE = "Switch to Chromium checkout." variable in SwitchChromium 49 MESSAGE = "Update the checkout and create a new branch." variable in UpdateChromiumCheckout 64 MESSAGE = "Create and upload CL." variable in UploadCL 98 MESSAGE = "Returning to V8 checkout." variable in SwitchV8 105 MESSAGE = "Done!" variable in CleanUp
|
D | auto_tag.py | 13 MESSAGE = "Preparation." variable in Preparation 23 MESSAGE = "Get all V8 tags." variable in GetTags 37 MESSAGE = "Check if there's a version on bleeding edge without a tag." variable in GetOldestUntaggedVersion 93 MESSAGE = "Get the last lkgrs." variable in GetLKGRs 103 MESSAGE = "Calculate the revision to tag." variable in CalculateTagRevision 151 MESSAGE = "Tag the version." variable in MakeTag 160 MESSAGE = "Clean up." variable in CleanUp
|
D | auto_push.py | 42 MESSAGE = "Preparation." variable in Preparation 50 MESSAGE = "Checking settings file." variable in CheckAutoPushSettings 62 MESSAGE = "Checking v8 tree status message." variable in CheckTreeStatus 74 MESSAGE = "Fetching V8 LKGR." variable in FetchLKGR 83 MESSAGE = "Checking last V8 push to trunk." variable in CheckLastPush 106 MESSAGE = "Pushing to trunk if specified." variable in PushToTrunk
|
D | auto_roll.py | 17 MESSAGE = "Check active roll." variable in CheckActiveRoll 42 MESSAGE = "Detect commit ID of the last push to trunk." variable in DetectLastPush 51 MESSAGE = "Detect commit ID of the last Chromium roll." variable in DetectLastRoll 69 MESSAGE = "Check ClusterFuzz api for new problems." variable in CheckClusterFuzz 87 MESSAGE = "Roll V8 into Chromium." variable in RollChromium
|
D | releases.py | 116 MESSAGE = "Preparation." variable in Preparation 124 MESSAGE = "Retrieve all V8 releases." variable in RetrieveV8Releases 266 MESSAGE = "Switch to Chromium checkout." variable in SwitchChromium 279 MESSAGE = "Update the checkout and create a new branch." variable in UpdateChromiumCheckout 297 MESSAGE = "Retrieve V8 releases from Chromium DEPS." variable in RetrieveChromiumV8Releases 350 MESSAGE = "Retrieve Chromium branch information." variable in RietrieveChromiumBranches 405 MESSAGE = "Clean up." variable in CleanUp 414 MESSAGE = "Print output." variable in WriteOutput
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | WireFormat.java | 86 MESSAGE(null); enumConstant 119 GROUP (JavaType.MESSAGE , WIRETYPE_START_GROUP ) { in GROUP() 122 MESSAGE (JavaType.MESSAGE , WIRETYPE_LENGTH_DELIMITED) { in MESSAGE() enumConstant
|
/external/mesa3d/src/mapi/glapi/ |
D | glapi_dispatch.c | 73 #define DISPATCH(FUNC, ARGS, MESSAGE) \ argument 76 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \ argument
|
/external/mesa3d/src/gallium/targets/libgl-xlib/ |
D | xlib.c | 127 #define DISPATCH(FUNC, ARGS, MESSAGE) \ argument 130 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \ argument
|
/external/eigen/bench/btl/generic_bench/utils/ |
D | utilities.h | 59 # define MESSAGE(chain) {HERE ; cerr << chain << endl ;} macro 76 # define MESSAGE(chain) macro
|
/external/nist-sip/java/javax/sip/message/ |
D | Request.java | 15 String MESSAGE = "MESSAGE"; field
|
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 53 private static final String MESSAGE = "exception message"; field in AssertTest
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 50 private static final String MESSAGE = "exception message"; field in AssertTest
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 51 private static final String MESSAGE = "exception message"; field in AssertTest
|
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 53 private static final String MESSAGE = "exception message"; field in AssertTest
|
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 53 private static final String MESSAGE = "exception message"; field in AssertTest
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 53 private static final String MESSAGE = "exception message"; field in AssertTest
|
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 50 private static final String MESSAGE = "exception message"; field in AssertTest
|
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 50 private static final String MESSAGE = "exception message"; field in AssertTest
|
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 53 private static final String MESSAGE = "exception message"; field in AssertTest
|
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 53 private static final String MESSAGE = "exception message"; field in AssertTest
|
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 50 private static final String MESSAGE = "exception message"; field in AssertTest
|
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/core/util/ |
D | AssertTest.java | 53 private static final String MESSAGE = "exception message"; field in AssertTest
|