/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/csharp/ |
D | csharp_doc_comment.cc | 50 string comments = location.leading_comments.empty() ? in WriteDocCommentBodyImpl() local 52 if (comments.empty()) { in WriteDocCommentBodyImpl() 57 comments = StringReplace(comments, "&", "&", true); in WriteDocCommentBodyImpl() 58 comments = StringReplace(comments, "<", "<", true); in WriteDocCommentBodyImpl() 59 vector<string> lines = Split(comments, "\n", false /* skip_empty */); in WriteDocCommentBodyImpl()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/ |
D | objectivec_oneof.cc | 53 string comments; in OneofGenerator() local 56 comments = BuildCommentsString(location); in OneofGenerator() 58 comments = ""; in OneofGenerator() 60 variables_["comments"] = comments; in OneofGenerator()
|
D | objectivec_enum.cc | 93 string comments = BuildCommentsString(location).c_str(); in GenerateHeader() local 94 if (comments.length() > 0) { in GenerateHeader() 98 printer->Print(comments.c_str()); in GenerateHeader()
|
D | objectivec_helpers.cc | 834 const string& comments = location.leading_comments.empty() in BuildCommentsString() local 838 SplitStringAllowEmpty(comments, "\n", &lines); in BuildCommentsString()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/ |
D | java_doc_comment.cc | 107 string comments = location.leading_comments.empty() ? in WriteDocCommentBodyForLocation() local 109 if (!comments.empty()) { in WriteDocCommentBodyForLocation() 116 comments = EscapeJavadoc(comments); in WriteDocCommentBodyForLocation() 118 vector<string> lines = Split(comments, "\n"); in WriteDocCommentBodyForLocation()
|
/frameworks/av/media/libstagefright/ |
D | OggWriter.cpp | 158 char* comments = (char*)malloc(comments_length); in writeOggHeaderPackets() local 159 if (comments == NULL) { in writeOggHeaderPackets() 163 memcpy(comments, "OpusTags", 8); in writeOggHeaderPackets() 164 writeint(comments, 8, vendor_length); in writeOggHeaderPackets() 165 memcpy(comments + 12, vendor_string, vendor_length); in writeOggHeaderPackets() 166 writeint(comments, 12 + vendor_length, user_comment_list_length); in writeOggHeaderPackets() 168 op.packet = (unsigned char*)comments; in writeOggHeaderPackets() 182 free(comments); in writeOggHeaderPackets()
|
/frameworks/wilhelm/tools/permute/ |
D | readme.txt | 1 See comments at top of permute.c for information on how to build and use.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | config.m4 | 1 dnl lines starting with "dnl" are comments
|
/frameworks/compile/slang/lit-tests/ |
D | README | 5 Each testcase is a separate .rs file, and comments inside the testcase are 42 RUN/CHECK directives in comments as the existing tests.
|
/frameworks/base/cmds/uiautomator/library/ |
D | apicheck_msg_current.txt | 6 1) You can add "@hide" javadoc comments to the methods, etc. listed in the
|
/frameworks/base/docs/ |
D | __DEPRECATED__DO_NOT_EDIT__.txt | 11 so you may continue to update JavaDoc comments to update documentation.
|
/frameworks/base/docs/html/ |
D | __DEPRECATED__DO_NOT_EDIT__.txt | 11 so you may continue to update JavaDoc comments to update documentation.
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | README | 14 original sources as comments of the form "DEBUGGER: " and "CHECK: ". 63 similar RUN/DEBUGGER/CHECK directives in comments as the existing tests.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/examples/ |
D | addressbook.proto | 3 // Note: START and END tags are used in comments to define sections used in
|
/frameworks/base/tools/aapt2/ |
D | Resources.proto | 382 // Any comments associated with the enum or flag. 435 // Any comments associated with the entry. 463 // Any comments associated with the declaration. 481 // Any comments associated with the element. 509 // Any comments associated with the plural.
|
/frameworks/base/tools/incident_section_gen/ |
D | main.cpp | 177 const Destination dest, const string& patterns, const string& comments = "") { in printPrivacy() argument 179 children.c_str(), dest, patterns.c_str(), comments.c_str()); in printPrivacy()
|
/frameworks/wilhelm/src/ |
D | Android.bp | 32 // optional, see comments in MPH_to.c:
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | descriptor.proto | 737 // comments appearing before and after the declaration which appear to be 740 // A series of line comments appearing on consecutive lines, with no other 743 // leading_detached_comments will keep paragraphs of comments that appear 749 // stripped out. For block comments, leading whitespace and an asterisk 768 // // Detached comment for corge. This is not leading or trailing comments 782 // // ignored detached comments.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ |
D | README.md | 31 documentation may be found in the RubyDoc comments (`call-seq` tags) in the
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | CHANGES.txt | 143 - Improved hash maps comments. In particular, please note that equal hash 199 * Proto comments now come over as HeaderDoc comments in the generated sources 201 * The library headers have been updated to use HeaderDoc comments so Xcode can 314 * Code generation: Include comments from .proto files in XML doc 315 comments (naively) 818 comments for corresponding classes and data members. 1293 * Fixed TextFormat's parsing of comments. 1302 * Fixed doc comments for RpcController and RpcChannel, which had somehow been
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 1173 string comments; in FieldComments() local 1175 comments += in FieldComments() 1182 comments += in FieldComments() 1189 comments += in FieldComments() 1193 return comments; in FieldComments()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 584 // comments appearing before and after the declaration which appear to be 587 // A series of line comments appearing on consecutive lines, with no other 591 // stripped out. For block comments, leading whitespace and an asterisk
|
D | unittest_lite.proto | 331 // See the comments of the same type in unittest.proto.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 584 // comments appearing before and after the declaration which appear to be 587 // A series of line comments appearing on consecutive lines, with no other 591 // stripped out. For block comments, leading whitespace and an asterisk
|
/frameworks/av/media/extractors/flac/ |
D | FLACExtractor.cpp | 374 vce = &vc->comments[i]; in metadataCallback()
|