Home
last modified time | relevance | path

Searched defs:pw2 (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/ARCMT/
DGC-no-arc-runtime.m54 @property (assign) I3 *__weak pw1, *__weak pw2; property
62 @property (assign) I4Impl *__weak pw1, *__weak pw2; property
DGC-no-finalize-removal.m51 @property (assign) I3 *__weak pw1, *__weak pw2; property
62 @property (assign) I4Impl *__weak pw1, *__weak pw2; property
DGC.m51 @property (assign) I3 *__weak pw1, *__weak pw2; property
62 @property (assign) I4Impl *__weak pw1, *__weak pw2; property
/external/llvm-project/clang/test/ARCMT/
DGC-no-arc-runtime.m54 @property (assign) I3 *__weak pw1, *__weak pw2; property
62 @property (assign) I4Impl *__weak pw1, *__weak pw2; property
DGC-no-finalize-removal.m51 @property (assign) I3 *__weak pw1, *__weak pw2; property
62 @property (assign) I4Impl *__weak pw1, *__weak pw2; property
DGC.m51 @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/
DFormattedFileWriter.java165 … PrintWriter pw2 = org.unicode.cldr.draft.FileUtilities.openUTF8Writer(targetdir, targetFileName); in writeTargetWithReplacements() local
166 …FileUtilities.appendBufferedReader(ToolUtilities.getUTF8Data(templateFileName), pw2, replacements); in writeTargetWithReplacements() local
DGenerateChangeChart.java341 PrintWriter pw2 = org.unicode.cldr.draft.FileUtilities.openUTF8Writer(dir, filename); in close() local
345 …FileUtilities.appendBufferedReader(ToolUtilities.getUTF8Data(templateFileName), pw2, replacements); in close() local
DShowLanguages.java202 …PrintWriter pw2 = org.unicode.cldr.draft.FileUtilities.openUTF8Writer(FormattedFileWriter.CHART_TA… in writeSupplementalIndex() local
1043 PrintWriter pw2 = pw21; in showLanguageCountryInfo() local
1155 PrintWriter pw2 = new PrintWriter(new FormattedFileWriter(null, "Coverage Goals", in showCoverageGoals() local
1331 PrintWriter pw2 = pw21; in showCountryLanguageInfo() local
1415 PrintWriter pw2 = pw21; in showCountryInfo() local
/external/puffin/src/
Dpuff_io_unittest.cc358 BufferPuffWriter pw2(buf.data(), buf.size()); in TEST() local
/external/llvm-project/polly/lib/External/isl/
Disl_fold.c887 __isl_take isl_pw_qpolynomial_fold *pw2) in isl_pw_qpolynomial_fold_fold()