Home
last modified time | relevance | path

Searched defs:suspicious (Results 1 – 4 of 4) sorted by relevance

/external/mockito/src/test/java/org/mockito/internal/verification/argumentmatching/
DArgumentMatchingToolTest.java28 …Integer[] suspicious = ArgumentMatchingTool.getSuspiciouslyNotMatchingArgsIndexes(matchers, new Ob… in shouldNotFindAnySuspiciousMatchersWhenNumberOfArgumentsDoesntMatch() local
40 …Integer[] suspicious = ArgumentMatchingTool.getSuspiciouslyNotMatchingArgsIndexes(matchers, new Ob… in shouldNotFindAnySuspiciousMatchersWhenArgumentsMatch() local
54 …Integer[] suspicious = ArgumentMatchingTool.getSuspiciouslyNotMatchingArgsIndexes(matchers, new Ob… in shouldFindSuspiciousMatchers() local
72 …Integer[] suspicious = ArgumentMatchingTool.getSuspiciouslyNotMatchingArgsIndexes((List) Arrays.as… in shouldNotFindSuspiciousMatchersWhenTypesAreTheSame() local
81 …Integer[] suspicious = ArgumentMatchingTool.getSuspiciouslyNotMatchingArgsIndexes((List) Arrays.as… in shouldWorkFineWhenGivenArgIsNull() local
114 …Integer[] suspicious = ArgumentMatchingTool.getSuspiciouslyNotMatchingArgsIndexes(matchers, new Ob… in shouldUseMatchersSafely() local
/external/python/cpython2/Doc/
DMakefile77 suspicious: BUILDER = suspicious target
78 suspicious: target
/external/mockito/src/main/java/org/mockito/internal/verification/argumentmatching/
DArgumentMatchingTool.java25 List<Integer> suspicious = new LinkedList<Integer>(); in getSuspiciouslyNotMatchingArgsIndexes() local
/external/python/cpython3/Doc/
DMakefile94 suspicious: BUILDER = suspicious target
95 suspicious: target