/external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/ |
D | DeflateUncompressor.java | 34 private boolean nowrap = true; field in DeflateUncompressor 64 return nowrap; in isNowrap() 111 public void setNowrap(boolean nowrap) { in setNowrap() argument 112 if (nowrap != this.nowrap) { in setNowrap() 114 this.nowrap = nowrap; in setNowrap() 146 result = new Inflater(nowrap); in createOrResetInflater()
|
D | DeflateCompressor.java | 44 private boolean nowrap = true; field in DeflateCompressor 75 return nowrap; in isNowrap() 83 public void setNowrap(boolean nowrap) { in setNowrap() argument 84 if (nowrap != this.nowrap) { in setNowrap() 86 this.nowrap = nowrap; in setNowrap() 202 result = new Deflater(compressionLevel, nowrap); in createOrResetDeflater()
|
D | JreDeflateParameters.java | 93 public final boolean nowrap; field in JreDeflateParameters 101 private JreDeflateParameters(int level, int strategy, boolean nowrap) { in JreDeflateParameters() argument 107 this.nowrap = nowrap; in JreDeflateParameters() 110 public static JreDeflateParameters of(int level, int strategy, boolean nowrap) { in of() argument 111 int id = (level * 100) + (strategy * 10) + (nowrap ? 1 : 0); in of() 228 return "level=" + level + ",strategy=" + strategy + ",nowrap=" + nowrap; in toString()
|
D | DefaultDeflateCompatibilityWindow.java | 329 for (final boolean nowrap : nowrapValues) { in getSystemValues() 330 compressor.setNowrap(nowrap); in getSystemValues() 353 JreDeflateParameters parameters = JreDeflateParameters.of(level, strategy, nowrap); in getSystemValues()
|
/external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/ |
D | JreDeflateParametersTest.java | 33 for (boolean nowrap : new boolean[] {true, false}) { in testOf_AllValidValues() 34 JreDeflateParameters.of(level, strategy, nowrap); in testOf_AllValidValues() 40 private void assertIllegalArgumentException(int level, int strategy, boolean nowrap) { in assertIllegalArgumentException() argument 42 JreDeflateParameters.of(level, strategy, nowrap); in assertIllegalArgumentException() 69 for (boolean nowrap : new boolean[] {true, false}) { in testParseString() 70 JreDeflateParameters params = JreDeflateParameters.of(level, strategy, nowrap); in testParseString()
|
D | UnitTestZipEntry.java | 49 public final boolean nowrap; field in UnitTestZipEntry 69 public UnitTestZipEntry(String path, int level, boolean nowrap, String content, String comment) { in UnitTestZipEntry() argument 72 this.nowrap = nowrap; in UnitTestZipEntry() 105 compressor.setNowrap(nowrap); in getCompressedBinaryContent()
|
D | UnitTestZipArchive.java | 113 String path, int level, boolean nowrap, String contentPrefix, String comment) { in makeUnitTestZipEntry() argument 120 return new UnitTestZipEntry(path, level, nowrap, contentPrefix + corpusText, comment); in makeUnitTestZipEntry()
|
/external/abi-compliance-checker/modules/Internals/Styles/ |
D | Report.css | 21 white-space:nowrap; 27 white-space:nowrap; 148 white-space:nowrap; 160 white-space:nowrap; 166 white-space:nowrap; 178 white-space:nowrap; 199 span.nowrap { 200 white-space:nowrap; 203 white-space:nowrap;
|
D | SymbolsList.css | 26 white-space:nowrap; 62 white-space:nowrap; 71 span.nowrap { 72 white-space:nowrap;
|
D | CmpSystems.css | 34 white-space:nowrap; 39 white-space:nowrap;
|
/external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/ |
D | PartiallyCompressingOutputStream.java | 138 deflater = new Deflater(parameters.level, parameters.nowrap); in writeChunk() 139 } else if (lastDeflateParameters.nowrap != parameters.nowrap) { in writeChunk() 142 deflater = new Deflater(parameters.level, parameters.nowrap); in writeChunk()
|
/external/freetype/src/gzip/ |
D | inflate.c | 46 int nowrap; /* flag for no wrapper */ member 61 z->state->mode = z->state->nowrap ? BLOCKS : METHOD; in inflateReset() 108 z->state->nowrap = 0; in inflateInit2_() 112 z->state->nowrap = 1; in inflateInit2_() 125 inflate_blocks_new(z, z->state->nowrap ? Z_NULL : adler32, (uInt)1 << w)) in inflateInit2_() 231 if (z->state->nowrap) in inflate()
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | pr27315.ll | 8 ; CHECK: %iv = phi i32 [ 0, %entry ], [ %iv.inc.nowrap, %be ] 18 %iv = phi i32 [ 0, %entry ], [ %iv.inc.nowrap, %be ] 25 %iv.inc.nowrap = add nsw i32 %iv, 1
|
/external/clang/test/Sema/ |
D | type-spec-struct-union.c | 58 int nowrap; member 64 z->baz->mode = z->baz->nowrap ? HOP : SQUAT;
|
/external/libopus/doc/ |
D | customdoxygen.css | 202 white-space: nowrap; 375 white-space: nowrap; 384 white-space: nowrap; 420 white-space: nowrap; 488 white-space: nowrap; 493 white-space: nowrap; 570 white-space: nowrap; 601 white-space: nowrap; 661 white-space: nowrap; 769 white-space: nowrap; [all …]
|
/external/autotest/frontend/client/src/autotest/public/ |
D | afeclient.css | 244 white-space: nowrap; 323 white-space: nowrap; 340 white-space: nowrap; 370 .nowrap { 371 white-space: nowrap;
|
/external/libnl/doc/ |
D | libnl.css | 267 white-space: nowrap; 458 white-space: nowrap; 467 white-space: nowrap; 586 white-space: nowrap; 591 white-space: nowrap; 632 white-space: nowrap; 651 white-space: nowrap; 678 white-space: nowrap; 707 white-space: nowrap; 772 white-space: nowrap; [all …]
|
/external/libjpeg-turbo/doc/html/ |
D | doxygen.css | 272 white-space: nowrap; 466 white-space: nowrap; 475 white-space: nowrap; 595 white-space: nowrap; 600 white-space: nowrap; 641 white-space: nowrap; 660 white-space: nowrap; 688 white-space: nowrap; 718 white-space: nowrap; 783 white-space: nowrap; [all …]
|
/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/ |
D | FileByFileV1DeltaApplierTest.java | 59 new UnitTestZipEntry("/foo", PARAMS1.level, PARAMS1.nowrap, OLD_CONTENT, null); 62 new UnitTestZipEntry("/foo", PARAMS1.level, PARAMS1.nowrap, NEW_CONTENT, null); 191 dataOut.write(PARAMS1.nowrap ? 1 : 0); in writePatch()
|
D | PartiallyCompressingOutputStreamTest.java | 49 "/foo", PARAMS1.level, PARAMS1.nowrap, "foo-level1", null); 61 "/bar", PARAMS2.level, PARAMS2.nowrap, "bar-level6", null);
|
/external/icu/icu4c/ |
D | icu4c.css | 159 white-space: nowrap; 171 white-space: nowrap; 221 white-space: nowrap; 281 white-space: nowrap; 378 white-space: nowrap;
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/ |
D | report.css | 148 white-space:nowrap; 183 white-space:nowrap; 209 white-space:nowrap;
|
/external/fmtlib/doc/bootstrap/mixins/ |
D | text-overflow.less | 7 white-space: nowrap;
|
/external/ImageMagick/www/api/MagickWand/ |
D | doxygen.css | 321 white-space: nowrap; 340 white-space: nowrap; 345 white-space: nowrap; 357 .directory p { margin: 0px; white-space: nowrap; }
|
/external/ImageMagick/www/api/MagickCore/ |
D | doxygen.css | 321 white-space: nowrap; 340 white-space: nowrap; 345 white-space: nowrap; 357 .directory p { margin: 0px; white-space: nowrap; }
|