Home
last modified time | relevance | path

Searched defs:string (Results 1 – 25 of 27) sorted by relevance

12

/development/tools/repo_diff/service/repodiff/persistence/filesystem/
Dunix.go13 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 {
Dcsv.go15 func GenerateCSVLines(filePath string, handler lineHandler) error {
46 func WriteCSVToFile(headerCols []string, rowsOfCols [][]string, filepath string) error {
Djson.go11 func WriteJsonSerializableToFile(jsonEntity interface{}, filename string) error {
25 func ReadFileAsJson(filename string, outputEntityAddress interface{}) error {
Dxml.go8 func ReadXMLAsEntity(filePath string, entity interface{}) error {
/development/tools/repo_diff/service/repodiff/interactors/
Dstrings.go13 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 {
Dcommon.go9 func (t TypeMap) getWithDefault(key string, fallback cst.ProjectType) cst.ProjectType {
Dmanifest.go28 func toMap(common, distinct []string) TypeMap {
/development/tools/repo_diff/service/repodiff/controllers/
Ddifferential.go83 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) {
Dcontract.go10 …GetFirstSeenTimestamp(commitHashes []string, nullTimestamp ent.RepoTimestamp) (map[string]ent.Repo…
/development/tools/repo_diff/service/repodiff/mappers/
Dmappers.go22 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 {
Dcsv.go42 func quoteAll(s []string) []string {
/development/tools/repo_diff/service/repodiff/persistence/sql/
Dsql.go65 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/
Dhelpers_test.go45 func clearTableBeforeAfterTest(tableName string) func() {
52 func clearTable(tableName string) {
Dcommon.go21 func protocolStrippedURL(url string) string {
Dcommit.go215 func mutateEmptyValues(existing map[string]e.RepoTimestamp, shouldExist []string, defaultValue e.Re…
223 func asInterfaceSlice(strings []string) []interface{} {
Ddenormalizer_test.go37 func getRowCountAtTable(tableName string) int {
Dsource.go134 func cacheKey(url, branch string) string {
Ddenormalizer.go301 func errorMessageForTable(tableName string) string {
/development/tools/repo_diff/service/repodiff/constants/
Dconfig.go7 func GetConfigVar(key string) string {
Dconstants.go51 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/
DMainActivity.java137 public void log(final String string) { in log()
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
DAlarm.java79 public static Alarm fromJson(String string) { in fromJson()
/development/tools/findunused/
Dfind_unused_resources.rb75 def findAllOccurrences(re, string) argument
/development/vndk/tools/sourcedr/blueprint/tests/
Dtest_lexer.py34 def py3_str(string): argument
/development/vndk/tools/header-checker/src/repr/protobuf/
Dconverter.cpp190 const std::pair<std::string, std::string> *underlying_type_diff_ir) { in AddEnumUnderlyingTypeDiff()

12