/third_party/typescript/tests/baselines/reference/ |
H A D | interfaceContextualType.js | |
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_enum.cc | 132 string comments = BuildCommentsString(location, true).c_str(); in GenerateHeader() local
|
H A D | objectivec_oneof.cc | 53 string comments; in OneofGenerator() local
|
/third_party/lz4/contrib/gen_manual/ |
H A D | gen_manual.cpp | 109 vector<string> input, lines, comments, chapters; in main() local 208 sout << "<h3>" << comments[0] << "</h3><pre>"; main() local 222 sout << "<a name=\\"Chapter" << chapter << "\\"></a><h2>" << comments[0] << "</h2><pre>"; main() local [all...] |
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
H A D | CommentsSchema.java | 100 private static Consumer<Stream<String>> getRowCallback(List<Comment> comments) { in getRowCallback() argument 112 export( List<Comment> comments, Consumer<Stream<String>> collector, boolean toCsv) export() argument 123 exportCsv(Writer csv, List<Comment> comments) exportCsv() argument [all...] |
H A D | CsvData.java | 68 create( DigitSequence cc, CsvTable<DigitSequence> allMetadata, CsvTable<RangeKey> ranges, CsvTable<ShortcodeKey> shortcodes, CsvTable<ExampleNumberKey> examples, CsvTable<String> formats, ImmutableList<AltFormatSpec> altFormats, CsvTable<String> operators, ImmutableList<Comment> comments) create() argument
|
H A D | NumberingScheme.java | 199 from( Attributes attributes, RangeTable xmlTable, Map<PhoneRegion, RangeTable> shortcodeMap, Map<String, FormatSpec> formats, ImmutableList<AltFormatSpec> altFormats, Table<PhoneRegion, ValidNumberType, DigitSequence> exampleNumbers, List<Comment> comments) from() argument 224 addSyntheticComments( List<Comment> comments, Attributes attributes) addSyntheticComments() argument [all...] |
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/model/ |
H A D | CommentsSchemaTest.java | 145 private static List<String> exportCsv(Comment... comments) throws IOException { in exportCsv() argument
|
/third_party/skia/third_party/externals/spirv-tools/tools/dis/ |
H A D | dis.cpp | 84 bool comments = false; in main() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/dis/ |
H A D | dis.cpp | 84 bool comments = false; in main() local
|
/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
H A D | csharp_doc_comment.cc | 50 string comments = location.leading_comments.empty() ? in WriteDocCommentBodyImpl() local [all...] |
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_doc_comment.cc | 107 std::string comments = location.leading_comments.empty() in WriteDocCommentBodyForLocation() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | DataDrivenTestHelper.java | 31 private List<String> comments = new ArrayList<>(); field in DataDrivenTestHelper
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | IcuTextWriter.java | 164 writeHeaderAndComments( PrintWriter out, List<String> header, List<String> comments) writeHeaderAndComments() argument
|
/third_party/icu/tools/multi/proj/icu4cscan/ |
H A D | testxml.cpp | 120 int could_open(const char *locale, char *comments) { in could_open() argument 136 int col_could_open(const char *locale, char *comments) { in col_could_open() argument 326 static void writeOkComments(XMLFile &xf, int ok, const char *comments, cons argument 256 date(const UChar *tz, UDateFormatStyle style, char *format, const char *locale, char *comments, UErrorCode *status) date() argument 345 could_fmt_dow(const char *locale, char *comments) could_fmt_dow() argument 369 char comments[1000]; probeCapability() local 391 char comments[1000]; probeColCapability() local [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | DataDrivenTestHelper.java | 30 private List<String> comments = new ArrayList<>(); field in DataDrivenTestHelper
|
/third_party/skia/src/images/ |
H A D | SkPngEncoder.cpp | 206 const sk_sp<SkDataTable>& comments = options.fComments; in setHeader() local
|
/third_party/skia/tests/ |
H A D | EncodeTest.cpp | 221 pushComment( std::vector<std::string>& comments, const char* keyword, const char* text) pushComment() argument
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | disassembler.cc | 361 std::vector<const char*> comments; in DecodeIt() local 382 out << " " << comments[i]; in DecodeIt() local
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/ |
H A D | TestNumberingScheme.java | 108 private final List<Comment> comments = new ArrayList<>(); field in TestNumberingScheme
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | qpdf_pdftopdf_processor.cc | 691 void QPDF_PDFTOPDF_Processor::setComments(const std::vector<std::string> &comments) // {{{ in setComments() argument
|
/third_party/gn/src/gn/ |
H A D | parse_tree.h | 109 const Comments* comments() const { return comments_.get(); } in comments() function in ParseNode [all...] |
H A D | parse_tree.cc | 117 Comments* comments = node->comments_mutable(); in GetCommentsFromJSON() local [all...] |
/third_party/skia/third_party/externals/freetype/src/bdf/ |
H A D | bdf.h | 190 char* comments; /* Font comments. */ member
|
/third_party/python/Lib/xml/dom/ |
H A D | xmlbuilder.py | 35 comments = True variable in Options
|