Searched refs:merge (Results 1 – 10 of 10) sorted by relevance
/development/tools/winscope/src/traces/ |
D | TransactionsLegacy.ts | 58 if (event.merge) { 59 const merge = event.merge; constant 60 const originalId = merge.originalTransaction.id; 61 const mergedId = merge.mergedTransaction.id; 72 const merge = new Merge(originalId, mergedId, this.history); constant 73 this.addToHistoryOf(originalId, merge); 156 .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 | 276 change, branch_name, args.merge, args.pick)) 341 '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 | 1205 merge-source-map "^1.1.0" 2647 postcss-merge-longhand "^4.0.11" 2648 postcss-merge-rules "^4.0.3" 3223 lodash.merge "^4.6.2" 3340 merge-stream "^2.0.0" 3378 merge-descriptors "1.0.1" 3392 utils-merge "1.0.1" 4787 lodash.merge@^4.6.2: 4789 …resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0… 4948 merge-descriptors@1.0.1: [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 | 291 def merge(self, other, outf_name): member in Crate 1483 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 …]
|