Home
last modified time | relevance | path

Searched defs:T (Results 1 – 20 of 20) sorted by relevance

/development/tools/repo_diff/service/repodiff/interactors/
Dstrings_test.go9 func TestDistinctValues(t *testing.T) {
33 func TestDistinctValuesEmpty(t *testing.T) {
41 func TestDistinctValuesDuplicates(t *testing.T) {
55 func TestSetSubtract(t *testing.T) {
73 func TestSetUnion(t *testing.T) {
94 func TestFilterNoUnicodeWithUnicode(t *testing.T) {
104 func TestFilterNoUnicodeWithNoUnicode(t *testing.T) {
Dlogic_test.go13 func TestExistingErrorOrTT(t *testing.T) {
27 func TestExistingErrorOrTF(t *testing.T) {
42 func TestExistingErrorOrFT(t *testing.T) {
56 func TestExistingErrorOrFF(t *testing.T) {
70 func TestAnyErrorPositive(t *testing.T) {
79 func TestAnyErrorNegative(t *testing.T) {
Drunner_test.go18 func TestExecuteFunctionsAsyncErrExists(t *testing.T) {
29 func TestExecuteFunctionsAsyncNoErr(t *testing.T) {
Dmanifest_test.go13 func TestProjectNamesToType(t *testing.T) {
/development/tools/repo_diff/service/repodiff/repositories/
Dcommit_test.go25 func TestInsertCommitRows(t *testing.T) {
39 func TestCommitGetMostRecentOuterKey(t *testing.T) {
52 func TestGetMostRecentCommits(t *testing.T) {
67 func TestGetMostRecentCommitsEmpty(t *testing.T) {
74 func TestGetFirstSeenTimestamp(t *testing.T) {
98 func TestGetFirstSeenTimestampEmpty(t *testing.T) {
106 func TestGetFirstSeenTimestampMutateReturned(t *testing.T) {
113 func TestGetFirstSeenTimestampNonExistent(t *testing.T) {
Dsource_test.go27 func TestProtocolStrippedURL(t *testing.T) {
33 func TestGetOrCreateURLBranchID(t *testing.T) {
47 func TestGetOrCreateURLBranchIDCache(t *testing.T) {
67 func TestGetURLBranchByID(t *testing.T) {
82 func TestGetURLBranchByIDCache(t *testing.T) {
104 func TestGetDiffTargetToMapped(t *testing.T) {
Dproject_test.go36 func TestInsertDiffRows(t *testing.T) {
49 func TestGetMostRecentOuterKey(t *testing.T) {
61 func TestGetMostRecentOuterKeyEmpty(t *testing.T) {
69 func TestGetMostRecentDifferentials(t *testing.T) {
102 func TestGetMostRecentDifferentialsEmpty(t *testing.T) {
Ddenormalizer_test.go46 func TestInsertDenormalizedDiffRows(t *testing.T) {
61 func TestDenormalizeToChangesOverTime(t *testing.T) {
71 func TestDenormalizeToRecentCommits(t *testing.T) {
98 func TestDenormalizeToTopCommitter(t *testing.T) {
160 func TestDenormalizeToTopTechArea(t *testing.T) {
/development/tools/repo_diff/service/repodiff/persistence/filesystem/
Dunix_test.go9 func TestFindFnamesInDirNonZero(t *testing.T) {
14 func TestFindFnamesInDirMultipleArgs(t *testing.T) {
19 func TestFindFnamesInDirZero(t *testing.T) {
24 func TestCSVFileToEntities(t *testing.T) {
Dcsv_test.go10 func TestGenerateCSVLines(t *testing.T) {
23 func TestNonExistentFile(t *testing.T) {
32 func TestWriteCSVToFile(t *testing.T) {
Dxml_test.go11 func TestReadXMLAsEntity(t *testing.T) {
18 func TestReadXMLAsEntityFileDoesNotExist(t *testing.T) {
/development/tools/repo_diff/service/repodiff/mappers/
Dmappers_test.go12 func TestCSVLineToDiffRow(t *testing.T) {
32 func TestCSVLineToCommitRow(t *testing.T) {
48 func TestDiffRowsToAggregateChangesOverTime(t *testing.T) {
79 func TestGetAuthorTechAreaUnknown(t *testing.T) {
85 func TestGetAuthorTechAreaKnown(t *testing.T) {
Dcsv_test.go11 func TestCommitEntityToCSVRow(t *testing.T) {
34 func TestCommitEntityToCSVHeader(t *testing.T) {
50 func TestCommitEntitiesToCSVRows(t *testing.T) {
/development/tools/repo_diff/service/repodiff/utils/
Dtime_test.go11 func TestTimestampSeconds(t *testing.T) {
18 func TestTimestampToDate(t *testing.T) {
23 func TestTimestampToDataStudioDatetime(t *testing.T) {
/development/tools/repo_diff/service/repodiff/constants/
Dconstants_test.go9 func TestNullUUID(t *testing.T) {
/development/tools/repo_diff/service/repodiff/persistence/sql/
Dsql_test.go9 func TestConnection(t *testing.T) {
/development/tools/repo_diff/service/repodiff/controllers/
Dregression_test.go13 func TestRegressionIncorrectStringValue(t *testing.T) {
/development/tools/mkstubs/tests/data/
DTestTemplateClass.java53 public <X extends T, Y> void getMap(List<T> list, Map<T, U> tu, Map<X, Set<? super Y>> xy) { in getMap()
/development/vndk/tools/header-checker/src/diff/
Dabi_diff.cpp374 std::vector<std::pair<const T *,const T *>> &pairs, in DumpDiffElements()
/development/vndk/tools/header-checker/src/repr/
Dabi_diff_helpers.cpp467 std::vector<std::pair<T, T>> &nc_vector) { in ConvertToDiffContainerVector()