Searched defs:fixes (Results  1 – 6 of 6) sorted by relevance
| /external/robolectric/errorprone/src/main/java/org/robolectric/errorprone/bugpatterns/ | 
| D | RobolectricShadow.java | 67     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/ | 
| D | CHANGELOG.md | 90 ### New 95 ### Fixes 229 ### New 234 ### Fixes
  | 
| /external/python/cpython2/Lib/ | 
| D | sre_compile.py | 228 def _compile_charset(charset, flags, code, fixup=None, fixes=None):  argument 256 def _optimize_charset(charset, fixup, fixes, isunicode):  argument
  | 
| /external/mesa3d/docs/ | 
| D | submittingpatches.rst | 107 .. _fixes:  target in Patch formatting
  | 
| /external/clang/test/FixIt/ | 
| D | objc-literals.m | 38 void fixes() {  function
  | 
| /external/python/cpython3/Lib/ | 
| D | sre_compile.py | 276 def _optimize_charset(charset, iscased=None, fixup=None, fixes=None):  argument
  |