HomeSort by relevance Sort by last modified time
    Searched defs:STRATEGY (Results 1 - 3 of 3) sorted by null

  /external/desugar/java/com/google/devtools/build/android/desugar/runtime/
ThrowableExtension.java 38 static final AbstractDesugaringStrategy STRATEGY;
53 AbstractDesugaringStrategy strategy; external variable declarations
58 strategy = new ReuseDesugaringStrategy();
60 strategy = new MimicDesugaringStrategy();
62 strategy = new NullDesugaringStrategy();
68 "An error has occured when initializing the try-with-resources desuguring strategy. "
69 + "The default strategy "
73 strategy = new NullDesugaringStrategy();
75 STRATEGY = strategy;
    [all...]
  /bootable/recovery/applypatch/include/applypatch/
imgdiff_image.h 39 static constexpr auto STRATEGY = Z_DEFAULT_STRATEGY;
87 * level, method, windowBits, memLevel, and strategy fields in the chunk to the encoding
  /external/mockito/lib/
byte-buddy-1.8.15.jar 

Completed in 79 milliseconds