Searched refs:merge (Results 1 – 10 of 10) sorted by relevance
/development/tools/winscope/src/traces/ |
D | Transactions.ts | 52 if (event.merge) { 53 const merge = event.merge; constant 54 const originalId = merge.originalTransaction.id; 55 const mergedId = merge.mergedTransaction.id; 66 const merge = new Merge(originalId, mergedId, this.history); constant 67 this.addToHistoryOf(originalId, merge); 150 .map((merge) => merge.mergedId);
|
/development/tools/repo_pull/ |
D | README.md | 83 * `-m` or `--merge` specifies the method to pick the merge commits. (default: 84 `merge-ff-only`) 86 * `-p` or `--pick` specifies the method to pick the non-merge commits. 90 * `merge` maps to `git merge --no-edit` 91 * `merge-ff-only` maps to `git merge --no-edit --ff-only` 92 * `merge-no-ff` maps to `git merge --no-edit --no-ff`
|
D | repo_pull.py | 275 change, branch_name, args.merge, args.pick)) 340 'merge_opt': args.merge,
|
/development/tools/winscope/ |
D | webpack.config.dev.js | 20 const { merge } = require('webpack-merge'); 26 const webpackConfig = merge(commonConfig, {
|
D | webpack.config.prod.js | 20 const {merge} = require('webpack-merge'); 31 const webpackConfig = merge(commonConfig, {
|
D | yarn.lock | 1111 merge-source-map "^1.1.0" 2543 postcss-merge-longhand "^4.0.11" 2544 postcss-merge-rules "^4.0.3" 3211 merge-stream "^2.0.0" 3256 merge-descriptors "1.0.1" 3270 utils-merge "1.0.1" 4939 merge-descriptors@1.0.1: 4941 …resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd… 4944 merge-source-map@^1.1.0: 4946 …resolved "https://registry.yarnpkg.com/merge-source-map/-/merge-source-map-1.1.0.tgz#2fdde7e602093… [all …]
|
/development/tools/repo_diff/ |
D | README.md | 82 can have an equivalent in another branch without being a merge 107 * It does take into accounts merge conflict resolutions.
|
/development/samples/browseable/HdrViewfinder/src/rs/ |
D | hdr_merge.rscript | 42 /* Experimental color saturation boosting merge
|
/development/scripts/ |
D | cargo2android.py | 275 def merge(self, other, outf_name): member in Crate 1391 if c.merge(crate, 'Android.bp'):
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 79 without limitation the rights to use, copy, modify, merge, publish, 358 without limitation the rights to use, copy, modify, merge, publish, 433 …estriction, including without limitation the rights to use, copy, modify, merge, publish, distribu… 468 rights to use, copy, modify, merge, publish, distribute, and/or sell copies of 1229 including without limitation the rights to use, copy, modify, merge, 1480 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 1972 ** without limitation the rights to use, copy, modify, merge, publish, 3401 without limitation the rights to use, copy, modify, merge, publish, 4386 without limitation the rights to use, copy, modify, merge, publish, 4612 copy, modify, merge, publish, distribute, sublicense, and/or sell [all …]
|