HomeSort by relevance Sort by last modified time
    Searched full:comments (Results 151 - 175 of 4108) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_solaris.h 14 * See comments (and configuration defines) in the host.h
63 * Attention! See comments (and configuration defines) in the host.h
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_solaris.h 14 * See comments (and configuration defines) in the host.h
63 * Attention! See comments (and configuration defines) in the host.h
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 52 Comments.push_back(Comment(C, CLine, CCol));
65 CommentList Comments;
96 CommentVerifier(const CommentList &Comments, Preprocessor *PP)
97 : Current(Comments.begin()), End(Comments.end()), PP(PP)
125 return CommentVerifier(Comments, PP);
  /external/libvorbis/lib/
info.c 67 (vc->comments+2)*sizeof(*vc->user_comments));
69 (vc->comments+2)*sizeof(*vc->comment_lengths));
70 vc->comment_lengths[vc->comments]=strlen(comment);
71 vc->user_comments[vc->comments]=_ogg_malloc(vc->comment_lengths[vc->comments]+1);
72 strcpy(vc->user_comments[vc->comments], comment);
73 vc->comments++;
74 vc->user_comments[vc->comments]=NULL;
106 for(i=0;i<vc->comments;i++){
125 for(i=0;i<vc->comments;i++)
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer.h 79 // precise descriptions. Whitespace and comments are skipped. By default,
80 // C- and C++-style comments are recognized, but other styles can be used by
141 // Like Next(), but also collects comments which appear between the previous
144 // Comments which appear to be attached to the previous token are stored
145 // in *prev_tailing_comments. Comments which appear to be attached to the
146 // next token are stored in *next_leading_comments. Comments appearing in
149 // the comments.
151 // A series of line comments appearing on consecutive lines, with no other
155 // stripped out. For block comments, leading whitespace and an asterisk will
221 // Line comments begin with "//", block comments are delimited by "/*" an
    [all...]
  /external/chromium_org/third_party/icu/source/test/testdata/
ra.xlf 9 <!--These are top level comments for the bundle. Tag name: ra-->
11 <!--Top level comments for Tag name: TestArray-->
13 <!--comments for un-named string-->
18 <!--comments for un-named int-->
23 <!--comments for un-named binary-->
31 <!--comments for TestImport-->
38 <!--comments for TestInclude-->
335 <!--comments for TestIntVector-->
337 <!--comments for element 1-->
342 <!--comments for element 2--
    [all...]
  /external/icu4c/test/testdata/
ra.xlf 9 <!--These are top level comments for the bundle. Tag name: ra-->
11 <!--Top level comments for Tag name: TestArray-->
13 <!--comments for un-named string-->
18 <!--comments for un-named int-->
23 <!--comments for un-named binary-->
31 <!--comments for TestImport-->
38 <!--comments for TestInclude-->
335 <!--comments for TestIntVector-->
337 <!--comments for element 1-->
342 <!--comments for element 2--
    [all...]
  /external/chromium_org/media/tools/bug_hunter/
bug_hunter_unittest.py 65 """Get comments using mock object without calling the issue tracker API.
77 content=atom.data.Content(text='http://www.comments.com'),
101 ops.email_entries = ['comments']
112 'content': 'content', 'comments': [],
148 'comments': '', 'labels': ['label1'],
  /external/chromium_org/third_party/angle_dx11/src/compiler/
IntermTraverse.cpp 107 // Traverse a unary node. Same comments in binary node apply here.
127 // Traverse an aggregate node. Same comments in binary node apply here.
183 // Traverse a selection node. Same comments in binary node apply here.
215 // Traverse a loop node. Same comments in binary node apply here.
275 // Traverse a branch node. Same comments in binary node apply here.
  /external/clang/lib/Format/
WhitespaceManager.h 30 /// trailing line comments.
96 /// trailing comments and escaped newlines.
113 // FIXME: Currently this is not set correctly for breaks inside comments, as
136 /// \brief Align trailing comments over all \c Changes.
139 /// \brief Align trailing comments from change \p Start to change \p End at
  /external/oprofile/doc/
CodingStyle 33 Use Doxygen comments judiciously. Actual source code should generally
34 only document the unexpected. Comments should not duplicate what the code
36 function comments go in the header (except for static functions obviously).
38 Do not use trailing comments, unless they are used for an enum or struct
116 Use the standard comments + include guards for headers.
  /packages/apps/Contacts/src/com/android/contacts/util/
StreamItemEntry.java 60 public static StreamItemEntry createForTest(long id, String text, String comments,
63 return new StreamItemEntry(id, text, comments, timestamp, accountType, accountName, dataSet,
67 private StreamItemEntry(long id, String text, String comments, long timestamp,
72 mComments = comments;
88 mComments = getString(cursor, StreamItems.COMMENTS);
  /external/chromium_org/third_party/icu/source/tools/makeconv/
makeconv.1.in 51 Comments in the
59 handling of comments is to accomodate the practice of putting fallback
60 information in comments in the strict IBM NLTC ucmap format.
  /external/clang/utils/TableGen/
ClangCommentCommandInfoEmitter.cpp 11 // names that are used in documentation comments.
25 "comments", OS);
110 "comments", OS);
  /external/icu4c/tools/makeconv/
makeconv.1.in 51 Comments in the
59 handling of comments is to accomodate the practice of putting fallback
60 information in comments in the strict IBM NLTC ucmap format.
  /external/libvorbis/doc/vorbisfile/
datastructures.html 34 <td>This structure contains the file comments. It contains
35 a pointer to unlimited user comments, information about the number of comments, and a vendor description.</td>
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
vb.php 18 * - Fixed multiline comments
52 // Comments (either single or multiline with _
89 'COMMENTS' => array(
latex.php 18 * - Math color changed from green to violett, since green is now used for comments
19 * - Comments are now colored and the only green. The reason for coloring the comments
20 * is that often important information is in the comments und was merely unvisible before.
84 'COMMENTS' => array(
195 'COMMENTS' => array(
  /frameworks/compile/libbcc/tests/debuginfo/
test_bcc_debuginfo.pl 15 # special comments (//DEBUGGER:, //CHECK:)to communicate debugger commands.
19 # comments in a script. A debugger is used to load the executable file
20 # and run the script generated from source program comments. Finally,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_doc_comment.cc 109 string comments = location.leading_comments.empty() ? local
111 if (!comments.empty()) {
118 comments = EscapeJavadoc(comments);
121 SplitStringAllowEmpty(comments, "\n", &lines);
178 // In theory we should have slightly different comments for setters, getters,
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_classifier.h 37 // comments on AutocompleteController::Start().
45 // accidental search; see comments on
  /external/chromium_org/remoting/protocol/
negotiating_client_authenticator.h 23 // See comments in negotiating_authenticator_base.h for a general explanation.
54 // and to instead reply with an alternative method. See the comments
  /external/chromium_org/third_party/freetype2/
freetype2.gyp 69 'FT_CONFIG_CONFIG_H=<ftconfig.h>', # See comments in README.chromium.
70 'FT_CONFIG_MODULES_H=<ftmodule.h>', # See comments in README.chromium.
  /external/chromium_org/third_party/lcov/contrib/galaxy/
README 13 3. Notes and Comments
45 3. Notes and Comments
  /external/chromium_org/third_party/lcov-1.9/contrib/galaxy/
README 13 3. Notes and Comments
45 3. Notes and Comments

Completed in 847 milliseconds

1 2 3 4 5 67 8 91011>>