Searched refs:constants (Results 1 – 13 of 13) sorted by relevance
/development/tools/repo_diff/service/repodiff/mappers/ |
D | mappers.go | 30 diffStatus, err := constants.GetStatusEnum(csvColumns[3]) 80 constants.StatusToDisplay[d.DiffStatus], 86 constants.ProjectTypeToDisplay[d.Type], 98 constants.ProjectTypeToDisplay[commitRow.Type], 180 if d.DiffStatus == constants.StatusModified { 310 techAreaIndex, ok := constants.AuthorHashToTechIndex[SHA256HexDigest(authorEMail)] 312 return constants.TechAreaDisplay[constants.Unknown] 314 return constants.TechAreaDisplay[techAreaIndex]
|
/development/tools/repo_diff/service/repodiff/persistence/sql/ |
D | sql.go | 22 constants.GetConfigVar("GCP_DB_INSTANCE_CONNECTION_NAME"), 23 constants.GetConfigVar("GCP_DB_USER"), 24 constants.GetConfigVar("GCP_DB_PASSWORD"), 26 cfg.DBName = constants.GetConfigVar("GCP_DB_NAME")
|
/development/tools/repo_diff/service/repodiff/ |
D | repodiff.go | 29 JobStatus: constants.JobStatusRunning, 39 JobStatus: constants.JobStatusComplete, 63 JobStatus: constants.JobStatusFailed,
|
/development/tools/repo_diff/service/repodiff/entities/ |
D | entities.go | 41 Type constants.ProjectType 54 Type constants.ProjectType
|
/development/tools/repo_diff/service/repodiff/repositories/ |
D | project.go | 67 return 0, constants.NullUUID(), err 71 return 0, constants.NullUUID(), errors.Wrap(err, "Error casting string to UUID")
|
D | commit.go | 87 return 0, constants.NullUUID(), err 91 return 0, constants.NullUUID(), errors.Wrap(err, "Error casting string to UUID")
|
/development/tools/repo_diff/service/repodiff/constants/ |
D | config.go | 1 package constants package
|
D | constants_test.go | 1 package constants package
|
D | constants.go | 1 package constants package
|
D | techareas.go | 1 package constants package
|
/development/tools/repo_diff/service/repodiff/handlers/ |
D | http.go | 16 var globalJobStatus = constants.JobStatusNotStarted
|
/development/tools/winscope/ |
D | yarn.lock | 479 babel-plugin-check-es2015-constants@^6.22.0: 481 …tps://registry.yarnpkg.com/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constan… 729 babel-plugin-check-es2015-constants "^6.22.0" 1378 constants-browserify@^1.0.0: 1380 …resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b9… 3384 constants-browserify "^1.0.0"
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 993 …form/cts,fake_1UMISJfoRT2QL5pz8G2HBQ@fakeemail.com,TIF: use integer for constants instead of string 1801 …cts,fake_4OQJwpjET4yQnQCaVd_EnQ@fakeemail.com,Test Typeface and FontsContract constants are in sync 4758 …rm/cts,fake_lDYfIbSXR5i31aDD4niiSw@fakeemail.com,Media Metrics CTS test cases use defined constants 4799 …ernal/harfbuzz_ng,fake_GXODyrWJQQ29rUizEM8-6A@fakeemail.com,[MATH] Fixups for math constants commit 4899 …harfbuzz_ng,fake_GXODyrWJQQ29rUizEM8-6A@fakeemail.com,[MATH] Fixup math constants commit a bit more 5853 …m/system/core,fake_5dT9AukpSR27KfcnFBvu7w@fakeemail.com,Precise command constants on adb/protoxol.… 6481 …e,fake_oGK9cyQJSG6NpwLg3UTcXw@fakeemail.com,Prevent conflict with deprecated pixel format constants 7503 …rm/system/core,fake_2m6CFV4mROmLvKIQ5979mg@fakeemail.com,Don't expose ashmem constants on the host. 7642 …qm5y3QDi9PUk97cuSsw@fakeemail.com,[AWARE] Extract DW (discovery window) configurations to constants 8217 …latform/tools/test/connectivity,fake_liojgHQ-QviSBBlnuORq8Q@fakeemail.com,Consolidate all constants [all …]
|