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

  /external/desugar/java/com/google/devtools/build/android/desugar/runtime/
ThrowableExtension.java 35 static final AbstractDesugaringStrategy STRATEGY;
47 AbstractDesugaringStrategy strategy; external variable declarations
51 strategy = new ReuseDesugaringStrategy();
53 strategy = new MimicDesugaringStrategy();
55 strategy = new NullDesugaringStrategy();
61 "An error has occured when initializing the try-with-resources desuguring strategy. "
62 + "The default strategy "
66 strategy = new NullDesugaringStrategy();
68 STRATEGY = strategy;
    [all...]
  /bootable/recovery/applypatch/
imgdiff.cpp 82 * strategy (4)
96 * strategy (4)
169 static constexpr auto STRATEGY = Z_DEFAULT_STRATEGY;
229 * strategy fields in the chunk to the encoding parameters needed to
369 Write4(fd, STRATEGY);
427 int ret = deflateInit2(&strm, level, METHOD, WINDOWBITS, MEMLEVEL, STRATEGY);
    [all...]