Home
last modified time | relevance | path

Searched defs:fixes (Results 1 – 6 of 6) sorted by relevance

/external/robolectric/errorprone/src/main/java/org/robolectric/errorprone/bugpatterns/
DRobolectricShadow.java67 List<Optional<SuggestedFix>> fixes = new ArrayList<>(); in matchClass() local
107 private final List<Optional<SuggestedFix>> fixes; field in RobolectricShadow.DocTreeSymbolScanner
109 DocTreeSymbolScanner(JavacTrees trees, List<Optional<SuggestedFix>> fixes) { in DocTreeSymbolScanner()
165 private final List<Optional<SuggestedFix>> fixes; field in RobolectricShadow.ImplementationMethodScanner
170 List<Optional<SuggestedFix>> fixes, in ImplementationMethodScanner()
/external/python/mobly/
DCHANGELOG.md43 ### New
48 ### Fixes
182 ### New
187 ### Fixes
/external/python/cpython2/Lib/
Dsre_compile.py228 def _compile_charset(charset, flags, code, fixup=None, fixes=None): argument
256 def _optimize_charset(charset, fixup, fixes, isunicode): argument
/external/mesa3d/docs/
Dsubmittingpatches.rst107 .. _fixes: target in Patch formatting
/external/clang/test/FixIt/
Dobjc-literals.m38 void fixes() { function
/external/python/cpython3/Lib/
Dsre_compile.py276 def _optimize_charset(charset, iscased=None, fixup=None, fixes=None): argument