Searched refs:author (Results 1 – 7 of 7) sorted by relevance
/development/tools/repo_diff/service/repodiff/remote_scripts/ |
D | gce_startup.sh | 17 author=$(curl "http://metadata.google.internal/computeMetadata/v1/instance/attributes/AUTHOR" -H "M… 18 usermod -a -G docker $author
|
/development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/ |
D | Item.java | 52 Item (String name, String author, String fileName) { in Item() argument 54 mAuthor = author; in Item()
|
/development/tools/repo_diff/service/repodiff/tools/migrations/ |
D | 2018_02_21__21_30_16_upgrade.sql | 9 author VARCHAR(255) NOT NULL, field
|
D | 2018_03_28__16_59_46_upgrade.sql | 7 author VARCHAR(255) NOT NULL, field
|
/development/tools/repo_diff/service/repodiff/repositories/ |
D | denormalizer.go | 64 author as committer, 73 author, 256 author,
|
D | commit.go | 58 author, 132 author,
|
/development/tools/repo_diff/ |
D | repo_diff_trees.py | 353 author = git(['-C', path, 'show', '--no-patch', '--format=%ae', commit]) 354 author = author.strip() 359 'author': author,
|