/development/tools/repo_diff/service/repodiff/persistence/filesystem/ |
D | unix.go | 13 func CSVFileToEntities(csvFile string, mapper mapperFn) ([]interface{}, error) { 39 func FindFnamesInDir(directory string, filenames ...string) []string { 55 func filterEmptyStrings(strings []string) []string { 67 func countEmpty(strings []string) int {
|
D | csv.go | 15 func GenerateCSVLines(filePath string, handler lineHandler) error { 46 func WriteCSVToFile(headerCols []string, rowsOfCols [][]string, filepath string) error {
|
D | json.go | 11 func WriteJsonSerializableToFile(jsonEntity interface{}, filename string) error { 25 func ReadFileAsJson(filename string, outputEntityAddress interface{}) error {
|
D | xml.go | 8 func ReadXMLAsEntity(filePath string, entity interface{}) error {
|
/development/tools/repo_diff/service/repodiff/interactors/ |
D | strings.go | 13 func (s simpleSet) Contains(other string) bool { 19 func DistinctValues(slice1, slice2 []string) []string { 40 func SetSubtract(add, negate []string) []string { 51 func SetUnion(slice1, slice2 []string) []string { 64 func sliceToSimpleSet(s []string) simpleSet { 97 func FilterNoUnicode(s string) string {
|
D | common.go | 9 func (t TypeMap) getWithDefault(key string, fallback cst.ProjectType) cst.ProjectType {
|
D | manifest.go | 28 func toMap(common, distinct []string) TypeMap {
|
/development/tools/repo_diff/service/repodiff/controllers/ |
D | differential.go | 83 func createWorkingPath(folderPath string) error { 87 func printFunctionDuration(fnLabel string, start time.Time) { 99 func setupCommand(pyScript string, config ent.ApplicationConfig, target ent.DiffTarget) *exec.Cmd { 134 func diffTarget(pyScript string, config ent.ApplicationConfig, target ent.DiffTarget) error { 154 projectCSVFile, commitCSVFile string, 199 func readCSVFiles(projectCSVFile, commitCSVFile string) ([]ent.DiffRow, []ent.CommitRow, error) { 232 func csvFileToDiffRows(csvFile string) ([]ent.DiffRow, error) { 257 func CSVFileToCommitRows(csvFile string) ([]ent.CommitRow, error) {
|
D | contract.go | 10 …GetFirstSeenTimestamp(commitHashes []string, nullTimestamp ent.RepoTimestamp) (map[string]ent.Repo…
|
/development/tools/repo_diff/service/repodiff/mappers/ |
D | mappers.go | 22 func CSVLineToDiffRow(csvColumns []string) (*e.DiffRow, error) { 49 func CSVLineToCommitRow(csvColumns []string) (*e.CommitRow, error) { 62 func batchToInts(intStrings ...string) ([]int, error) { 103 func diffRowToPersistCols(d e.AnalyzedDiffRow, uuidBytes string, timestamp e.RepoTimestamp, rowInde… 120 func commitRowToPersistCols(c e.AnalyzedCommitRow, uuidBytes string, timestamp e.RepoTimestamp, row… 302 func SHA256HexDigest(s string) string { 309 func GetAuthorTechArea(authorEMail string) string {
|
D | csv.go | 42 func quoteAll(s []string) []string {
|
/development/tools/repo_diff/service/repodiff/persistence/sql/ |
D | sql.go | 65 func SingleTransactionInsert(db *sql.DB, insertQuery string, rowsOfCols [][]interface{}) error { 96 func Select(db *sql.DB, rowHandler handleRowFn, query string, args ...interface{}) error { 115 func TruncateTable(db *sql.DB, tableName string) error {
|
/development/tools/repo_diff/service/repodiff/repositories/ |
D | helpers_test.go | 45 func clearTableBeforeAfterTest(tableName string) func() { 52 func clearTable(tableName string) {
|
D | common.go | 21 func protocolStrippedURL(url string) string {
|
D | commit.go | 215 func mutateEmptyValues(existing map[string]e.RepoTimestamp, shouldExist []string, defaultValue e.Re… 223 func asInterfaceSlice(strings []string) []interface{} {
|
D | denormalizer_test.go | 37 func getRowCountAtTable(tableName string) int {
|
D | source.go | 134 func cacheKey(url, branch string) string {
|
D | denormalizer.go | 301 func errorMessageForTable(tableName string) string {
|
/development/tools/repo_diff/service/repodiff/constants/ |
D | config.go | 7 func GetConfigVar(key string) string {
|
D | constants.go | 51 func GetStatusEnum(displayStatus string) (int, error) { 64 func invertMap(m map[int]string) map[string]int {
|
/development/samples/browseable/MidiScope/src/com.example.android.midiscope/ |
D | MainActivity.java | 137 public void log(final String string) { in log()
|
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/ |
D | Alarm.java | 79 public static Alarm fromJson(String string) { in fromJson()
|
/development/tools/findunused/ |
D | find_unused_resources.rb | 75 def findAllOccurrences(re, string) argument
|
/development/vndk/tools/sourcedr/blueprint/tests/ |
D | test_lexer.py | 34 def py3_str(string): argument
|
/development/vndk/tools/header-checker/src/repr/protobuf/ |
D | converter.cpp | 190 const std::pair<std::string, std::string> *underlying_type_diff_ir) { in AddEnumUnderlyingTypeDiff()
|