Searched defs:pw2 (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/ARCMT/ |
D | GC-no-arc-runtime.m | 54 @property (assign) I3 *__weak pw1, *__weak pw2; property 62 @property (assign) I4Impl *__weak pw1, *__weak pw2; property
|
D | GC-no-finalize-removal.m | 51 @property (assign) I3 *__weak pw1, *__weak pw2; property 62 @property (assign) I4Impl *__weak pw1, *__weak pw2; property
|
D | GC.m | 51 @property (assign) I3 *__weak pw1, *__weak pw2; property 62 @property (assign) I4Impl *__weak pw1, *__weak pw2; property
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | FormattedFileWriter.java | 151 … PrintWriter pw2 = org.unicode.cldr.draft.FileUtilities.openUTF8Writer(dir, filename + ".html"); in close() local 160 …FileUtilities.appendBufferedReader(ToolUtilities.getUTF8Data(templateFileName), pw2, replacements); in close() local
|
D | GenerateChangeChart.java | 344 PrintWriter pw2 = org.unicode.cldr.draft.FileUtilities.openUTF8Writer(dir, filename); in close() local 348 …FileUtilities.appendBufferedReader(ToolUtilities.getUTF8Data(templateFileName), pw2, replacements); in close() local
|
D | ShowLanguages.java | 185 …PrintWriter pw2 = org.unicode.cldr.draft.FileUtilities.openUTF8Writer(FormattedFileWriter.CHART_TA… in printLanguageData() local 1199 PrintWriter pw2 = pw21; in showLanguageCountryInfo() local 1311 PrintWriter pw2 = new PrintWriter(new FormattedFileWriter(null, "Coverage Goals", in showCoverageGoals() local 1487 PrintWriter pw2 = pw21; in showCountryLanguageInfo() local 1571 PrintWriter pw2 = pw21; in showCountryInfo() local
|
/external/puffin/src/ |
D | puff_io_unittest.cc | 358 BufferPuffWriter pw2(buf.data(), buf.size()); in TEST() local
|