/external/chromium_org/v8/tools/push-to-trunk/ |
D | push_to_trunk.py | 55 MESSAGE = "Preparation." variable in Preparation 70 MESSAGE = "Create a fresh branch." variable in FreshBranch 77 MESSAGE = "Check which revision to push." variable in PreparePushRevision 89 MESSAGE = "Detect commit ID of last push to trunk." variable in DetectLastPush 128 MESSAGE = "Increment version number." variable in IncrementVersion 156 MESSAGE = "Prepare raw ChangeLog entry." variable in PrepareChangeLog 209 MESSAGE = "Edit ChangeLog entry." variable in EditChangeLog 232 MESSAGE = ("Fetch straggler commits that sneaked in since this script was " variable in StragglerCommits 241 MESSAGE = "Squash commits into one." variable in SquashCommits 274 MESSAGE = "Create a new branch from trunk." variable in NewBranch [all …]
|
D | merge_to_branch.py | 53 MESSAGE = "Preparation." variable in Preparation 76 MESSAGE = "Create a fresh branch for the patch." variable in CreateBranch 84 MESSAGE = "Search for corresponding architecture ports." variable in SearchArchitecturePorts 119 MESSAGE = "Find the git revisions associated with the patches." variable in FindGitRevisions 155 MESSAGE = "Apply patches for selected revisions." variable in ApplyPatches 169 MESSAGE = "Prepare version file." variable in PrepareVersion 179 MESSAGE = "Increment version number." variable in IncrementVersion 204 MESSAGE = "Commit to local branch." variable in CommitLocal 223 MESSAGE = "Commit to the repository." variable in CommitRepository 233 MESSAGE = "Determine svn commit revision." variable in PrepareSVN [all …]
|
D | chromium_roll.py | 23 MESSAGE = "Preparation." variable in Preparation 30 MESSAGE = "Detect commit ID of last push to trunk." variable in DetectLastPush 41 MESSAGE = "Ask for chromium checkout." variable in CheckChromium 53 MESSAGE = "Switch to Chromium checkout." variable in SwitchChromium 69 MESSAGE = "Update the checkout and create a new branch." variable in UpdateChromiumCheckout 80 MESSAGE = "Create and upload CL." variable in UploadCL 113 MESSAGE = "Returning to V8 checkout." variable in SwitchV8 121 MESSAGE = "Done!" variable in CleanUp
|
D | auto_push.py | 51 MESSAGE = "Preparation." variable in Preparation 59 MESSAGE = "Checking settings file." variable in CheckAutoPushSettings 71 MESSAGE = "Checking v8 tree status message." variable in CheckTreeStatus 83 MESSAGE = "Fetching V8 LKGR." variable in FetchLKGR 92 MESSAGE = "Checking last V8 push to trunk." variable in CheckLastPush 115 MESSAGE = "Pushing to trunk if specified." variable in PushToTrunk
|
D | releases.py | 127 MESSAGE = "Preparation." variable in Preparation 135 MESSAGE = "Retrieve all V8 releases." variable in RetrieveV8Releases 256 MESSAGE = "Check the chromium checkout." variable in CheckChromium 263 MESSAGE = "Switch to Chromium checkout." variable in SwitchChromium 278 MESSAGE = "Update the checkout and create a new branch." variable in UpdateChromiumCheckout 289 MESSAGE = "Retrieve V8 releases from Chromium DEPS." variable in RetrieveChromiumV8Releases 338 MESSAGE = "Retrieve Chromium branch information." variable in RietrieveChromiumBranches 394 MESSAGE = "Returning to V8 checkout." variable in SwitchV8 404 MESSAGE = "Clean up." variable in CleanUp 411 MESSAGE = "Print output." variable in WriteOutput
|
D | auto_roll.py | 22 MESSAGE = "Check active roll." variable in CheckActiveRoll 47 MESSAGE = "Detect commit ID of the last push to trunk." variable in DetectLastPush 55 MESSAGE = "Detect commit ID of the last Chromium roll." variable in DetectLastRoll 69 MESSAGE = "Roll V8 into Chromium." variable in RollChromium
|
D | common_includes.py | 451 MESSAGE = "Upload for code review." variable in UploadStep 465 MESSAGE = "Determine the V8 sheriff for code review." variable in DetermineV8Sheriff
|
/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/chromium_org/third_party/mesa/src/src/mapi/glapi/ |
D | glapi_dispatch.c | 73 #define DISPATCH(FUNC, ARGS, MESSAGE) \ argument 76 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \ argument
|
/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() method
|
D | Descriptors.java | 828 MESSAGE (JavaType.MESSAGE ), enumConstant 871 MESSAGE(null); enumConstant
|
/external/chromium_org/third_party/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() argument
|
D | Descriptors.java | 855 MESSAGE (JavaType.MESSAGE ), enumConstant 898 MESSAGE(null); enumConstant
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-xlib/ |
D | xlib.c | 127 #define DISPATCH(FUNC, ARGS, MESSAGE) \ argument 130 #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/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | Signature2Test.java | 32 private static final String MESSAGE = "abc"; field in Signature2Test
|
D | MessageDigest2Test.java | 46 private static final String MESSAGE = "abc"; field in MessageDigest2Test
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | TokenNames.java | 52 public static final String MESSAGE = Request.MESSAGE; field
|
D | TokenTypes.java | 113 public static final int MESSAGE = START + 70; field
|
/external/chromium_org/chrome/browser/resources/print_preview/previewarea/ |
D | preview_area.js | 164 MESSAGE: 'preview-area-message', property
|
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/ |
D | InBandBytestreamManager.java | 89 MESSAGE enumConstant
|
/external/mesa3d/src/mesa/drivers/osmesa/ |
D | osmesa.c | 1148 #define DISPATCH(FUNC, ARGS, MESSAGE) \ argument 1151 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \ argument
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/ |
D | osmesa.c | 1148 #define DISPATCH(FUNC, ARGS, MESSAGE) \ argument 1151 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \ argument
|