Searched defs:T (Results 1 – 22 of 22) sorted by relevance
/development/tools/repo_diff/service/repodiff/interactors/ |
D | strings_test.go | 9 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) {
|
D | logic_test.go | 13 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) {
|
D | runner_test.go | 18 func TestExecuteFunctionsAsyncErrExists(t *testing.T) { 29 func TestExecuteFunctionsAsyncNoErr(t *testing.T) {
|
D | manifest_test.go | 13 func TestProjectNamesToType(t *testing.T) {
|
/development/tools/repo_diff/service/repodiff/repositories/ |
D | commit_test.go | 25 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) {
|
D | source_test.go | 27 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) {
|
D | project_test.go | 36 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) {
|
D | denormalizer_test.go | 46 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/ |
D | unix_test.go | 9 func TestFindFnamesInDirNonZero(t *testing.T) { 14 func TestFindFnamesInDirMultipleArgs(t *testing.T) { 19 func TestFindFnamesInDirZero(t *testing.T) { 24 func TestCSVFileToEntities(t *testing.T) {
|
D | csv_test.go | 10 func TestGenerateCSVLines(t *testing.T) { 23 func TestNonExistentFile(t *testing.T) { 32 func TestWriteCSVToFile(t *testing.T) {
|
D | xml_test.go | 11 func TestReadXMLAsEntity(t *testing.T) { 18 func TestReadXMLAsEntityFileDoesNotExist(t *testing.T) {
|
/development/tools/repo_diff/service/repodiff/mappers/ |
D | mappers_test.go | 12 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) {
|
D | csv_test.go | 11 func TestCommitEntityToCSVRow(t *testing.T) { 34 func TestCommitEntityToCSVHeader(t *testing.T) { 50 func TestCommitEntitiesToCSVRows(t *testing.T) {
|
/development/tools/repo_diff/service/repodiff/utils/ |
D | time_test.go | 11 func TestTimestampSeconds(t *testing.T) { 18 func TestTimestampToDate(t *testing.T) { 23 func TestTimestampToDataStudioDatetime(t *testing.T) {
|
/development/tools/repo_diff/service/repodiff/constants/ |
D | constants_test.go | 9 func TestNullUUID(t *testing.T) {
|
/development/tools/repo_diff/service/repodiff/persistence/sql/ |
D | sql_test.go | 9 func TestConnection(t *testing.T) {
|
/development/tools/repo_diff/service/repodiff/controllers/ |
D | regression_test.go | 13 func TestRegressionIncorrectStringValue(t *testing.T) {
|
/development/tools/mkstubs/tests/data/ |
D | TestTemplateClass.java | 53 public <X extends T, Y> void getMap(List<T> list, Map<T, U> tu, Map<X, Set<? super Y>> xy) { in getMap()
|
/development/samples/SampleInputMethodAccessibilityService/src/com/example/android/sampleinputmethodaccessibilityservice/ |
D | SampleInputMethodAccessibilityService.java | 83 @NonNull BiConsumer<T, InputMethod.AccessibilityInputConnection> action) { in addButtons()
|
/development/tools/cargo_embargo/src/ |
D | bp.rs | 81 pub fn set<T: Into<BpValue>>(&mut self, k: &str, v: T) { in set()
|
/development/vndk/tools/header-checker/src/diff/ |
D | abi_diff.cpp | 376 std::vector<std::pair<const T *,const T *>> &pairs, in DumpDiffElements()
|
/development/vndk/tools/header-checker/src/repr/ |
D | abi_diff_helpers.cpp | 531 std::vector<std::pair<T, T>> &nc_vector) { in ConvertToDiffContainerVector()
|