Home
last modified time | relevance | path

Searched refs:author (Results 1 – 7 of 7) sorted by relevance

/development/tools/repo_diff/service/repodiff/remote_scripts/
Dgce_startup.sh17 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/
DItem.java52 Item (String name, String author, String fileName) { in Item() argument
54 mAuthor = author; in Item()
/development/tools/repo_diff/service/repodiff/tools/migrations/
D2018_02_21__21_30_16_upgrade.sql9 author VARCHAR(255) NOT NULL, field
D2018_03_28__16_59_46_upgrade.sql7 author VARCHAR(255) NOT NULL, field
/development/tools/repo_diff/service/repodiff/repositories/
Ddenormalizer.go64 author as committer,
73 author,
256 author,
Dcommit.go58 author,
132 author,
/development/tools/repo_diff/
Drepo_diff_trees.py353 author = git(['-C', path, 'show', '--no-patch', '--format=%ae', commit])
354 author = author.strip()
359 'author': author,